@bondsports/types 2.0.76 → 2.0.78

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.
@@ -1,4 +1,3 @@
1
- import { Event } from '../entity/Events';
2
1
  import { PaymentStatusEnum } from '../payment/types/enums/payment.enums';
3
2
  import { MaintenanceDto } from '../reservations/dto/maintenance.dto';
4
3
  import { Slot } from '../reservations/entities/Slots';
@@ -11,12 +10,6 @@ export declare class FindEventByIdDto {
11
10
  organizationId: number;
12
11
  seasonId: number;
13
12
  }
14
- export declare class UpdateMultipleEventsResponseDto {
15
- data: Event[];
16
- }
17
- export declare class UpdateEventResponseDto {
18
- data: Event;
19
- }
20
13
  export declare class UpdateEventDto {
21
14
  name?: string;
22
15
  startDate?: string;
@@ -33,9 +26,6 @@ export declare class UpdateEventDto {
33
26
  export declare class AddEventToSessionDto {
34
27
  eventsData: UpdateEventDto[];
35
28
  }
36
- export declare class AddEventsToSessionResponseDto {
37
- data: Event[];
38
- }
39
29
  export declare class EventsIdsQueryDto {
40
30
  eventsIds?: number[];
41
31
  segmentsIds?: number[];
@@ -110,11 +100,6 @@ export declare class FindEventAttendeeOptionsDto extends PaginationRangeQuery {
110
100
  isWaiverSigned?: string;
111
101
  statuses?: string;
112
102
  }
113
- export declare class UpdateEvent {
114
- event: Event;
115
- spacesIds: number[];
116
- maintenance: MaintenanceDto[];
117
- }
118
103
  export declare class SimpleEventDto extends IdDto {
119
104
  startDate: Date;
120
105
  endDate: Date;
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SimpleAttendeeDto = exports.SimpleEventDto = exports.UpdateEvent = exports.FindEventAttendeeOptionsDto = exports.ProgramSessionLandingPageDto = exports.ProgramLandingPageQueryDto = exports.ProgramLandingPageDto = exports.FacilityEventsScheduleQueryParams = exports.FindByFacilityIdAndOrganizationIdDto = exports.FindByFacilityIdDto = exports.EventsIdsQueryDto = exports.AddEventsToSessionResponseDto = exports.AddEventToSessionDto = exports.UpdateEventDto = exports.UpdateEventResponseDto = exports.UpdateMultipleEventsResponseDto = exports.FindEventByIdDto = void 0;
3
+ exports.SimpleAttendeeDto = exports.SimpleEventDto = exports.FindEventAttendeeOptionsDto = exports.ProgramSessionLandingPageDto = exports.ProgramLandingPageQueryDto = exports.ProgramLandingPageDto = exports.FacilityEventsScheduleQueryParams = exports.FindByFacilityIdAndOrganizationIdDto = exports.FindByFacilityIdDto = exports.EventsIdsQueryDto = exports.AddEventToSessionDto = exports.UpdateEventDto = exports.FindEventByIdDto = void 0;
4
4
  const general_dto_1 = require("./general.dto");
5
5
  class FindEventByIdDto {
6
6
  }
7
7
  exports.FindEventByIdDto = FindEventByIdDto;
8
- class UpdateMultipleEventsResponseDto {
9
- }
10
- exports.UpdateMultipleEventsResponseDto = UpdateMultipleEventsResponseDto;
11
- class UpdateEventResponseDto {
12
- }
13
- exports.UpdateEventResponseDto = UpdateEventResponseDto;
14
8
  class UpdateEventDto {
15
9
  }
16
10
  exports.UpdateEventDto = UpdateEventDto;
17
11
  class AddEventToSessionDto {
18
12
  }
19
13
  exports.AddEventToSessionDto = AddEventToSessionDto;
20
- class AddEventsToSessionResponseDto {
21
- }
22
- exports.AddEventsToSessionResponseDto = AddEventsToSessionResponseDto;
23
14
  class EventsIdsQueryDto {
24
15
  }
25
16
  exports.EventsIdsQueryDto = EventsIdsQueryDto;
@@ -44,9 +35,6 @@ exports.ProgramSessionLandingPageDto = ProgramSessionLandingPageDto;
44
35
  class FindEventAttendeeOptionsDto extends general_dto_1.PaginationRangeQuery {
45
36
  }
46
37
  exports.FindEventAttendeeOptionsDto = FindEventAttendeeOptionsDto;
47
- class UpdateEvent {
48
- }
49
- exports.UpdateEvent = UpdateEvent;
50
38
  class SimpleEventDto extends general_dto_1.IdDto {
51
39
  }
52
40
  exports.SimpleEventDto = SimpleEventDto;
@@ -1 +1 @@
1
- {"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAOA,+CAA4D;AAG5D,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,+BAA+B;CAE3C;AAFD,0EAEC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC;AAED,MAAa,cAAc;CAwB1B;AAxBD,wCAwBC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,iBAAiB;CAU7B;AAVD,8CAUC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,oCAAqC,SAAQ,mBAAmB;CAE5E;AAFD,oFAEC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAuCD,MAAa,2BAA4B,SAAQ,kCAAoB;CAYpE;AAZD,kEAYC;AAED,MAAa,WAAW;CAIvB;AAJD,kCAIC;AAED,MAAa,cAAe,SAAQ,mBAAK;CAgBxC;AAhBD,wCAgBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAE3C;AAFD,8CAEC"}
1
+ {"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAOA,+CAA4D;AAE5D,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CAwB1B;AAxBD,wCAwBC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAU7B;AAVD,8CAUC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,oCAAqC,SAAQ,mBAAmB;CAE5E;AAFD,oFAEC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAuCD,MAAa,2BAA4B,SAAQ,kCAAoB;CAYpE;AAZD,kEAYC;AAED,MAAa,cAAe,SAAQ,mBAAK;CAgBxC;AAhBD,wCAgBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAE3C;AAFD,8CAEC"}
@@ -1,5 +1,4 @@
1
1
  import { IdDto, PaginationQuery } from '../../dto/general.dto';
2
- import { Organization } from '../entities/Organization';
3
2
  export declare class ByOrganizationIdDto {
4
3
  organizationId: number;
5
4
  }
@@ -27,6 +26,3 @@ export declare class FindUnallocatedEventsFiltersDto extends PaginationQuery {
27
26
  months?: string;
28
27
  dow?: string;
29
28
  }
30
- export declare class OrganizationResponseDto {
31
- data: Organization;
32
- }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrganizationResponseDto = exports.FindUnallocatedEventsFiltersDto = exports.FindUnallocatedEventsIdsFiltersDto = exports.OrganizationBaseEntityDto = exports.OptionalOrganizationIdDto = exports.ByOrganizationIdDto = void 0;
3
+ exports.FindUnallocatedEventsFiltersDto = exports.FindUnallocatedEventsIdsFiltersDto = exports.OrganizationBaseEntityDto = exports.OptionalOrganizationIdDto = exports.ByOrganizationIdDto = void 0;
4
4
  const general_dto_1 = require("../../dto/general.dto");
5
5
  class ByOrganizationIdDto {
6
6
  }
@@ -17,7 +17,4 @@ exports.FindUnallocatedEventsIdsFiltersDto = FindUnallocatedEventsIdsFiltersDto;
17
17
  class FindUnallocatedEventsFiltersDto extends general_dto_1.PaginationQuery {
18
18
  }
19
19
  exports.FindUnallocatedEventsFiltersDto = FindUnallocatedEventsFiltersDto;
20
- class OrganizationResponseDto {
21
- }
22
- exports.OrganizationResponseDto = OrganizationResponseDto;
23
20
  //# sourceMappingURL=organization.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"organization.dto.js","sourceRoot":"","sources":["../../../../src/types/organization/dto/organization.dto.ts"],"names":[],"mappings":";;;AAAA,uDAA+D;AAG/D,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,yBAAyB;CAErC;AAFD,8DAEC;AAED,MAAa,yBAA0B,SAAQ,mBAAK;CAEnD;AAFD,8DAEC;AAED,MAAa,kCAAkC;CAc9C;AAdD,gFAcC;AAED,MAAa,+BAAgC,SAAQ,6BAAe;CAcnE;AAdD,0EAcC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC"}
1
+ {"version":3,"file":"organization.dto.js","sourceRoot":"","sources":["../../../../src/types/organization/dto/organization.dto.ts"],"names":[],"mappings":";;;AAAA,uDAA+D;AAE/D,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,yBAAyB;CAErC;AAFD,8DAEC;AAED,MAAa,yBAA0B,SAAQ,mBAAK;CAEnD;AAFD,8DAEC;AAED,MAAa,kCAAkC;CAc9C;AAdD,gFAcC;AAED,MAAa,+BAAgC,SAAQ,6BAAe;CAcnE;AAdD,0EAcC"}
@@ -1,12 +1,12 @@
1
1
  import { Address } from '../../entity/Address';
2
2
  import { BondBaseEntity } from '../../entity/BondBaseEntity';
3
+ import { ColorCode } from '../../entity/ColorCode';
3
4
  import { Media } from '../../entity/Media';
4
5
  import { UberOrganization } from '../../entity/UberOrganization';
5
6
  import { Fee } from '../../fee/entities/Fee';
6
7
  import { CurrencyEnum } from '../../services/enums.service';
7
8
  import { OrganizationBranding } from './OrganizationBranding';
8
9
  import { OrganizationPaymentMethod } from './OrganizationPaymentMethod';
9
- import { ColorCode } from '../../entity/ColorCode';
10
10
  export declare class Organization extends BondBaseEntity {
11
11
  name?: string;
12
12
  email?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/Organization.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAU7D,MAAa,YAAa,SAAQ,+BAAc;CAoF/C;AApFD,oCAoFC"}
1
+ {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/Organization.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAS7D,MAAa,YAAa,SAAQ,+BAAc;CAoF/C;AApFD,oCAoFC"}
@@ -1,2 +1,3 @@
1
1
  export * from './product-pricing.dto';
2
+ export * from './product-resource.dto';
2
3
  export * from './product.dto';
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./product-pricing.dto"), exports);
18
+ __exportStar(require("./product-resource.dto"), exports);
18
19
  __exportStar(require("./product.dto"), exports);
19
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,yDAAuC;AACvC,gDAA8B"}
@@ -0,0 +1,9 @@
1
+ import { IdAndNameDto } from '../../dto/general.dto';
2
+ import { SimpleSessionDto } from '../../programs-seasons/dto/program-seasons.dto';
3
+ import { SimpleProgramDto } from '../../programs/dto/program.dto';
4
+ import { ResourceNameTypeEnum } from '../../services/enums.service';
5
+ export declare class ProductResourceDto extends IdAndNameDto {
6
+ type: ResourceNameTypeEnum;
7
+ program?: SimpleProgramDto;
8
+ parentSession?: SimpleSessionDto;
9
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductResourceDto = void 0;
4
+ const general_dto_1 = require("../../dto/general.dto");
5
+ class ProductResourceDto extends general_dto_1.IdAndNameDto {
6
+ }
7
+ exports.ProductResourceDto = ProductResourceDto;
8
+ //# sourceMappingURL=product-resource.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-resource.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-resource.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAKrD,MAAa,kBAAmB,SAAQ,0BAAY;CAMnD;AAND,gDAMC"}
@@ -2,10 +2,9 @@ import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
2
2
  import { VariantWithPrice } from '../../dto/product-variants.dto';
3
3
  import { CreatePaymentPlanDto } from '../../payment/dto/payment-plan.dto';
4
4
  import { CreateGroupPricingWithProduct, CreatePriceDto } from '../../pricing/dto/pricing.dto';
5
- import { SimpleSessionDto } from '../../programs-seasons/dto/program-seasons.dto';
6
- import { SimpleProgramDto } from '../../programs/dto/program.dto';
7
5
  import { CreateOrUpdateResourceSettingDto } from '../../resource-settings/dto/create-or-update-resource-setting.dto';
8
6
  import { AddonTimePeriodEnum, PackageProductsRelationTypeEnum, PlatformsEnum, ProductPackageLevelEnum, ProductTypesEnum, ResourceNameTypeEnum } from '../../services/enums.service';
7
+ import { ProductResourceDto } from './product-resource.dto';
9
8
  export declare class FindByProductIdDto {
10
9
  productId: number;
11
10
  }
@@ -111,11 +110,6 @@ export declare class GetExtraProductDataDto {
111
110
  includeArchived?: boolean;
112
111
  platform?: PlatformsEnum;
113
112
  }
114
- export declare class ProductResourceDto extends IdAndNameDto {
115
- type: ResourceNameTypeEnum;
116
- program?: SimpleProgramDto;
117
- parentSession?: SimpleSessionDto;
118
- }
119
113
  export declare class SimpleProductDto extends IdAndNameDto {
120
114
  resource?: ProductResourceDto;
121
115
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SimpleProductDto = exports.ProductResourceDto = exports.GetExtraProductDataDto = exports.GetProductsDto = exports.ProductsIdsDto = exports.AddRequiredProductsDto = exports.ReturnRequiredProductsDto = exports.ConnectProductResourceDto = exports.ProductInPackage = exports.CreateProductDto = exports.CreateRentalProductAddonDto = exports.CreateProductAvailabilityTimesDto = exports.FindByProductIdDto = void 0;
3
+ exports.SimpleProductDto = exports.GetExtraProductDataDto = exports.GetProductsDto = exports.ProductsIdsDto = exports.AddRequiredProductsDto = exports.ReturnRequiredProductsDto = exports.ConnectProductResourceDto = exports.ProductInPackage = exports.CreateProductDto = exports.CreateRentalProductAddonDto = exports.CreateProductAvailabilityTimesDto = exports.FindByProductIdDto = void 0;
4
4
  const general_dto_1 = require("../../dto/general.dto");
5
5
  class FindByProductIdDto {
6
6
  }
@@ -35,9 +35,6 @@ exports.GetProductsDto = GetProductsDto;
35
35
  class GetExtraProductDataDto {
36
36
  }
37
37
  exports.GetExtraProductDataDto = GetExtraProductDataDto;
38
- class ProductResourceDto extends general_dto_1.IdAndNameDto {
39
- }
40
- exports.ProductResourceDto = ProductResourceDto;
41
38
  class SimpleProductDto extends general_dto_1.IdAndNameDto {
42
39
  }
43
40
  exports.SimpleProductDto = SimpleProductDto;
@@ -1 +1 @@
1
- {"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAsE;AAgBtE,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AAED,MAAa,2BAA2B;CAUvC;AAVD,kEAUC;AAED,MAAa,gBAAgB;CAgF5B;AAhFD,4CAgFC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AAED,MAAa,yBAAyB;CAKrC;AALD,8DAKC;AAED,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAQlD;AARD,wCAQC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAoBlD;AApBD,wCAoBC;AAED,MAAa,sBAAsB;CASlC;AATD,wDASC;AAED,MAAa,kBAAmB,SAAQ,0BAAY;CAMnD;AAND,gDAMC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAEjD;AAFD,4CAEC"}
1
+ {"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAsE;AAetE,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AAED,MAAa,2BAA2B;CAUvC;AAVD,kEAUC;AAED,MAAa,gBAAgB;CAgF5B;AAhFD,4CAgFC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AAED,MAAa,yBAAyB;CAKrC;AALD,8DAKC;AAED,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAQlD;AARD,wCAQC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAoBlD;AApBD,wCAoBC;AAED,MAAa,sBAAsB;CASlC;AATD,wDASC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAEjD;AAFD,4CAEC"}
@@ -1,7 +1,3 @@
1
- import { ProductPaymentPlan } from '../../payment/entities/ProductPaymentPlan';
2
- import { Price } from '../../pricing/entities/Price';
3
- import { AddonTimePeriodEnum, ProductSubTypesEnum, ProductTypesEnum } from '../../services/enums.service';
4
- import { IChildProduct, IResourcesAvailability } from '../../services/interfaces.service';
5
1
  import { ActivityTimes } from '../../entity/ActivityTimes';
6
2
  import { Customer } from '../../entity/Customer';
7
3
  import { GroupItemsPricing } from '../../entity/GroupItemsPricing';
@@ -11,13 +7,17 @@ import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConne
11
7
  import { ProductPackage } from '../../entity/ProductPackage';
12
8
  import { ProductResource } from '../../entity/ProductResource';
13
9
  import { ProductsReservedForCustomers } from '../../entity/ProductsReservedForCustomers';
10
+ import { ProductsUsers } from '../../entity/ProductsUsers';
11
+ import { PurchasedResource } from '../../entity/PurchasedResources';
14
12
  import { VariantTitle } from '../../entity/VariantTitles';
15
13
  import { Variant } from '../../entity/Variants';
16
14
  import { ResourceGlDto } from '../../gl-codes/dto/resource-to-gl.dto';
15
+ import { ProductPaymentPlan } from '../../payment/entities/ProductPaymentPlan';
16
+ import { Price } from '../../pricing/entities/Price';
17
17
  import { ResourceSetting } from '../../resource-settings/entities/resource-setting.entity';
18
- import { ProductsUsers } from '../../entity/ProductsUsers';
19
- import { PurchasedResource } from '../../entity/PurchasedResources';
20
- import { ProductResourceDto } from '../dto/product.dto';
18
+ import { AddonTimePeriodEnum, ProductSubTypesEnum, ProductTypesEnum } from '../../services/enums.service';
19
+ import { IChildProduct, IResourcesAvailability } from '../../services/interfaces.service';
20
+ import { ProductResourceDto } from '../dto/product-resource.dto';
21
21
  export declare class Product extends OrganizationConnectionBaseEntity {
22
22
  name: string;
23
23
  quantity: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/entities/Product.ts"],"names":[],"mappings":";;;AAqBA,oGAAiG;AAcjG,MAAa,OAAQ,SAAQ,mEAAgC;CA+G5D;AA/GD,0BA+GC"}
1
+ {"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/entities/Product.ts"],"names":[],"mappings":";;;AAiBA,oGAAiG;AAiBjG,MAAa,OAAQ,SAAQ,mEAAgC;CA+G5D;AA/GD,0BA+GC"}
@@ -22,7 +22,7 @@ import { Series } from '../entities/Series';
22
22
  import { Slot } from '../entities/Slots';
23
23
  export declare const RESOURCE_TOTAL_FIELD = "totalPrice";
24
24
  export declare const DEFAULT_ADDON_QUANTITY = 1;
25
- export declare const PUBLIC_NOTES_LIMIT = 120;
25
+ export declare const PUBLIC_NOTES_LIMIT = 500;
26
26
  export declare const PRIVATE_NOTES_LIMIT = 500;
27
27
  export type TDtoResource = ReservationDto | SegmentDto | SeriesDto | SlotDto | AddonDto;
28
28
  export type TResource = Reservation | Segment | Series | Slot | Addon;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SlotDateDto = exports.PRIVATE_NOTES_LIMIT = exports.PUBLIC_NOTES_LIMIT = exports.DEFAULT_ADDON_QUANTITY = exports.RESOURCE_TOTAL_FIELD = void 0;
4
4
  exports.RESOURCE_TOTAL_FIELD = 'totalPrice';
5
5
  exports.DEFAULT_ADDON_QUANTITY = 1;
6
- exports.PUBLIC_NOTES_LIMIT = 120;
6
+ exports.PUBLIC_NOTES_LIMIT = 500;
7
7
  exports.PRIVATE_NOTES_LIMIT = 500;
8
8
  class SlotDateDto {
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.0.76",
3
+ "version": "2.0.78",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {