@bondsports/types 2.4.83-a-5 → 2.4.83-a-6

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.
@@ -90,6 +90,6 @@ export interface IReassignInvoicesAndRelatedRecordsResult {
90
90
  productsUsers: number;
91
91
  }
92
92
  export interface IInvoicePublicVisibility {
93
- isPublic: boolean;
94
93
  organizationId?: number;
94
+ isPublic: boolean;
95
95
  }
@@ -18,8 +18,8 @@ export interface IExpandedMembershipMemberData {
18
18
  };
19
19
  member: MembershipMember;
20
20
  membership: Partial<Membership>;
21
- payment?: Partial<InvoiceToPayment>;
22
21
  nextPaymentMethod?: UserPaymentMethodSimpleDto | null;
22
+ payment?: Partial<InvoiceToPayment>;
23
23
  user: Partial<User>;
24
24
  }
25
25
  export interface IEligibleFamilyMember {
@@ -15,13 +15,13 @@ export interface IConnectedResource {
15
15
  createdAt: Date;
16
16
  name: string;
17
17
  paymentMethodType?: PaymentMethodTypeEnum;
18
- resourceType: ResourceNameTypeEnum;
19
18
  pending?: boolean;
19
+ resourceType: ResourceNameTypeEnum;
20
20
  }
21
21
  export interface IConnectedResourceExtraFields {
22
- pending?: boolean;
23
22
  invoiceId?: number;
24
23
  membershipId?: number;
24
+ pending?: boolean;
25
25
  }
26
26
  export declare class UserPaymentMethodSimpleDto {
27
27
  paymentMethodId?: string;
@@ -72,6 +72,7 @@ export declare class GetProductsByTypeQueryDto extends PaginationQuery implement
72
72
  inclusion?: boolean;
73
73
  punchPassOnly?: boolean;
74
74
  categoriesIds?: number[];
75
+ stationId?: number;
75
76
  includeOnlyNotAssignedToCategory?: boolean;
76
77
  isAvailableOnline?: boolean;
77
78
  }
@@ -1 +1 @@
1
- {"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AACxD,8EAA8E;AAW9E,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,kCAAkC;CAI9C;AAJD,gFAIC;AAED,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,UAAU;CAEtB;AAFD,gCAEC;AAED,MAAa,0BAA2B,SAAQ,UAAU;CAEzD;AAFD,gEAEC;AAED,MAAa,oBAAqB,SAAQ,sCAAmB;CAE5D;AAFD,oDAEC;AAED,MAAa,yBAA0B,SAAQ,6BAAe;CA8C7D;AA9CD,8DA8CC;AAED,MAAa,kCAAmC,SAAQ,6BAAe;CAsBtE;AAtBD,gFAsBC"}
1
+ {"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AACxD,8EAA8E;AAW9E,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,kCAAkC;CAI9C;AAJD,gFAIC;AAED,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,UAAU;CAEtB;AAFD,gCAEC;AAED,MAAa,0BAA2B,SAAQ,UAAU;CAEzD;AAFD,gEAEC;AAED,MAAa,oBAAqB,SAAQ,sCAAmB;CAE5D;AAFD,oDAEC;AAED,MAAa,yBAA0B,SAAQ,6BAAe;CAgD7D;AAhDD,8DAgDC;AAED,MAAa,kCAAmC,SAAQ,6BAAe;CAsBtE;AAtBD,gFAsBC"}
@@ -49,6 +49,7 @@ export interface IGetProductsByTypeOptions extends IPagination {
49
49
  sortBy?: OrderByProductEnum;
50
50
  spacesIds?: number[];
51
51
  sports?: SportsEnum[];
52
+ stationId?: number;
52
53
  statuses?: ActivityEnum[];
53
54
  }
54
55
  export interface IGetPunchPassProductsOptions extends IPagination {
@@ -401,12 +401,12 @@ export interface IBaseReservation {
401
401
  export interface IDraftReservation extends IBaseReservation {
402
402
  id: string;
403
403
  cartId?: number;
404
+ facilityId?: number;
404
405
  addons?: IDraftAddon[];
405
406
  approvalStatus?: ReservationStatusEnum;
406
407
  conflictsCount?: number;
407
408
  endDate?: string;
408
409
  endTime?: string;
409
- facilityId?: number;
410
410
  migrationStatus?: ReservationMigrationStatusEnum;
411
411
  paymentStatus?: ReservationPaymentStatusEnum;
412
412
  segments: IDraftSegment[];
@@ -1 +1 @@
1
- {"version":3,"file":"terminal-events.consts.js","sourceRoot":"","sources":["../../../../src/types/terminal/types/terminal-events.consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,IAAI,CAAC;AACpB,QAAA,0BAA0B,GAAG,KAAK,CAAC;AACnC,QAAA,+BAA+B,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"terminal-events.consts.js","sourceRoot":"","sources":["../../../../src/types/terminal/types/terminal-events.consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,IAAI,CAAC;AAEpB,QAAA,0BAA0B,GAAG,KAAK,CAAC;AAEnC,QAAA,+BAA+B,GAAG,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.83-a-5",
3
+ "version": "2.4.83-a-6",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {