@bondsports/types 2.4.89 → 2.4.90-a-2

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.
Files changed (26) hide show
  1. package/dist/tsconfig.build.tsbuildinfo +1 -1
  2. package/dist/types/customers/types/consts/customers.consts.d.ts +2 -1
  3. package/dist/types/customers/types/consts/customers.consts.js +3 -2
  4. package/dist/types/customers/types/consts/customers.consts.js.map +1 -1
  5. package/dist/types/customers/types/interfaces.d.ts +1 -0
  6. package/dist/types/gl-codes/dto/gl-code.dto.d.ts +11 -4
  7. package/dist/types/gl-codes/dto/gl-code.dto.js +6 -5
  8. package/dist/types/gl-codes/dto/gl-code.dto.js.map +1 -1
  9. package/dist/types/gl-codes/entities/gl-code-to-facility.entity.d.ts +10 -0
  10. package/dist/types/gl-codes/entities/gl-code-to-facility.entity.js +8 -0
  11. package/dist/types/gl-codes/entities/gl-code-to-facility.entity.js.map +1 -0
  12. package/dist/types/gl-codes/entities/gl-code.d.ts +2 -0
  13. package/dist/types/gl-codes/entities/gl-code.js.map +1 -1
  14. package/dist/types/gl-codes/entities/index.d.ts +1 -0
  15. package/dist/types/gl-codes/entities/index.js +1 -0
  16. package/dist/types/gl-codes/entities/index.js.map +1 -1
  17. package/dist/types/gl-codes/types/enums/gl-code.enum.d.ts +2 -1
  18. package/dist/types/gl-codes/types/enums/gl-code.enum.js +1 -0
  19. package/dist/types/gl-codes/types/enums/gl-code.enum.js.map +1 -1
  20. package/dist/types/gl-codes/types/interfaces/gl-code.interfaces.d.ts +6 -0
  21. package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +1 -0
  22. package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
  23. package/dist/types/product-pricing/types/consts/product-category.consts.d.ts +39 -39
  24. package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.d.ts +6 -0
  25. package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +1 -0
  26. package/package.json +1 -1
@@ -2,5 +2,6 @@ import { CreateCustomerOptions } from '../interfaces';
2
2
  export declare const LIMIT_CUSTOMERS_FETCH_AMOUNT = 1000;
3
3
  export declare const DEFAULT_CREATE_CUSTOMER_OPTIONS: CreateCustomerOptions;
4
4
  export declare const RELATIONS_FOR_ORGANIZATION_USER: string[];
5
- export declare const CUSTOMER_ENTITY_UPDATE_FIELDS: string[];
5
+ export declare const CUSTOMER_ENTITY_UPDATE_FIELDS: ("addressId" | "email" | "phoneNumber" | "firstName" | "lastName")[];
6
+ export declare const CUSTOMER_ORG_SCOPED_UPDATE_FIELDS: "colorCodeId"[];
6
7
  export declare const CUSTOMER_SEARCH_FIELDS: string[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CUSTOMER_SEARCH_FIELDS = exports.CUSTOMER_ENTITY_UPDATE_FIELDS = exports.RELATIONS_FOR_ORGANIZATION_USER = exports.DEFAULT_CREATE_CUSTOMER_OPTIONS = exports.LIMIT_CUSTOMERS_FETCH_AMOUNT = void 0;
3
+ exports.CUSTOMER_SEARCH_FIELDS = exports.CUSTOMER_ORG_SCOPED_UPDATE_FIELDS = exports.CUSTOMER_ENTITY_UPDATE_FIELDS = exports.RELATIONS_FOR_ORGANIZATION_USER = exports.DEFAULT_CREATE_CUSTOMER_OPTIONS = exports.LIMIT_CUSTOMERS_FETCH_AMOUNT = void 0;
4
4
  exports.LIMIT_CUSTOMERS_FETCH_AMOUNT = 1000;
5
5
  exports.DEFAULT_CREATE_CUSTOMER_OPTIONS = {
6
6
  saveCustomer: true,
@@ -8,15 +8,16 @@ exports.DEFAULT_CREATE_CUSTOMER_OPTIONS = {
8
8
  allowExistingCustomer: false,
9
9
  requireNewUser: false,
10
10
  skipCreateCognitoUser: false,
11
+ skipUserProfileSync: false,
11
12
  };
12
13
  exports.RELATIONS_FOR_ORGANIZATION_USER = ['user', 'user.organizationUsers'];
13
14
  exports.CUSTOMER_ENTITY_UPDATE_FIELDS = [
14
15
  'addressId',
15
- 'colorCodeId',
16
16
  'email',
17
17
  'firstName',
18
18
  'lastName',
19
19
  'phoneNumber',
20
20
  ];
21
+ exports.CUSTOMER_ORG_SCOPED_UPDATE_FIELDS = ['colorCodeId'];
21
22
  exports.CUSTOMER_SEARCH_FIELDS = ['firstName', 'lastName', 'name', 'email'];
22
23
  //# sourceMappingURL=customers.consts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customers.consts.js","sourceRoot":"","sources":["../../../../../src/types/customers/types/consts/customers.consts.ts"],"names":[],"mappings":";;;AAEa,QAAA,4BAA4B,GAAG,IAAI,CAAC;AAEpC,QAAA,+BAA+B,GAA0B;IACrE,YAAY,EAAE,IAAI;IAClB,wBAAwB,EAAE,IAAI;IAC9B,qBAAqB,EAAE,KAAK;IAC5B,cAAc,EAAE,KAAK;IACrB,qBAAqB,EAAE,KAAK;CAC5B,CAAC;AAEW,QAAA,+BAA+B,GAAG,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC;AAErE,QAAA,6BAA6B,GAAG;IAC5C,WAAW;IACX,aAAa;IACb,OAAO;IACP,WAAW;IACX,UAAU;IACV,aAAa;CACb,CAAC;AAEW,QAAA,sBAAsB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"customers.consts.js","sourceRoot":"","sources":["../../../../../src/types/customers/types/consts/customers.consts.ts"],"names":[],"mappings":";;;AAGa,QAAA,4BAA4B,GAAG,IAAI,CAAC;AAEpC,QAAA,+BAA+B,GAA0B;IACrE,YAAY,EAAE,IAAI;IAClB,wBAAwB,EAAE,IAAI;IAC9B,qBAAqB,EAAE,KAAK;IAC5B,cAAc,EAAE,KAAK;IACrB,qBAAqB,EAAE,KAAK;IAC5B,mBAAmB,EAAE,KAAK;CAC1B,CAAC;AAEW,QAAA,+BAA+B,GAAG,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAC;AAErE,QAAA,6BAA6B,GAAG;IAC5C,WAAW;IACX,OAAO;IACP,WAAW;IACX,UAAU;IACV,aAAa;CACgB,CAAC;AAElB,QAAA,iCAAiC,GAAG,CAAC,aAAa,CAA8B,CAAC;AAEjF,QAAA,sBAAsB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC"}
@@ -35,6 +35,7 @@ export interface CreateCustomerOptions {
35
35
  saveCustomer?: boolean;
36
36
  sendCustomerNotification?: boolean;
37
37
  skipCreateCognitoUser?: boolean;
38
+ skipUserProfileSync?: boolean;
38
39
  }
39
40
  export interface CustomerFamilyMember {
40
41
  id: number;
@@ -14,6 +14,7 @@ export declare class CreateGlCodeDto {
14
14
  resourceType?: GlResourceTypeEnum;
15
15
  productType?: ProductTypesEnum;
16
16
  glTypeId: number;
17
+ facilitiesIds?: number[];
17
18
  }
18
19
  export declare class GlCodeDto extends OrganizationBaseEntityDto {
19
20
  code: string;
@@ -23,6 +24,8 @@ export declare class GlCodeDto extends OrganizationBaseEntityDto {
23
24
  productType?: ProductTypesEnum;
24
25
  updatedAt?: Date;
25
26
  assignedResources?: number;
27
+ facilityIds?: number[];
28
+ isAllFacilities?: boolean;
26
29
  glType: GlTypeDto;
27
30
  }
28
31
  export declare class AccountingCodeDto extends IdDto {
@@ -32,7 +35,10 @@ export declare class AccountingCodeDto extends IdDto {
32
35
  resourceType?: GlResourceTypeEnum;
33
36
  productType?: ProductTypesEnum;
34
37
  }
35
- export declare class FindGlCodesFiltersDto {
38
+ export declare class ExpandGlCodeDto {
39
+ expand?: GlCodeExpandEnum[];
40
+ }
41
+ export declare class FindGlCodesFiltersDto extends ExpandGlCodeDto {
36
42
  label?: string;
37
43
  includeInactive?: boolean;
38
44
  codes?: string[];
@@ -41,6 +47,7 @@ export declare class FindGlCodesFiltersDto {
41
47
  productTypes?: ProductTypesEnum[];
42
48
  isResourceTypeNullable?: boolean;
43
49
  glTypeIds?: number[];
50
+ facilitiesIds?: number[];
44
51
  }
45
52
  export declare class GetGlCodesFiltersDto extends PaginationQuery implements IGlCodesFilters {
46
53
  search?: string;
@@ -49,13 +56,11 @@ export declare class GetGlCodesFiltersDto extends PaginationQuery implements IGl
49
56
  resourceTypes?: GlResourceTypeEnum[];
50
57
  productTypes?: ProductTypesEnum[];
51
58
  glTypeIds?: number[];
59
+ facilitiesIds?: number[];
52
60
  orderBy?: GlCodeOrderByEnum;
53
61
  order?: OrderByEnum;
54
62
  expand?: GlCodeExpandEnum[];
55
63
  }
56
- export declare class ExpandGlCodeDto {
57
- expand?: GlCodeExpandEnum[];
58
- }
59
64
  export declare class UpdateGlCodeDto {
60
65
  id: number;
61
66
  code?: string;
@@ -64,6 +69,7 @@ export declare class UpdateGlCodeDto {
64
69
  resourceType?: GlResourceTypeEnum;
65
70
  productType?: ProductTypesEnum;
66
71
  glTypeId?: number;
72
+ facilitiesIds?: number[];
67
73
  }
68
74
  export declare class MassActionUpdateGlCodeDto {
69
75
  label?: string;
@@ -84,4 +90,5 @@ export declare class MassActionGlCodesQueryDto extends MassActionFilterDto imple
84
90
  resourceTypes?: GlResourceTypeEnum[];
85
91
  productTypes?: ProductTypesEnum[];
86
92
  glTypeIds?: number[];
93
+ facilitiesIds?: number[];
87
94
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MassActionGlCodesQueryDto = exports.CreateGlCodesDto = exports.UpdateGlCodesDto = exports.MassActionUpdateGlCodeDto = exports.UpdateGlCodeDto = exports.ExpandGlCodeDto = exports.GetGlCodesFiltersDto = exports.FindGlCodesFiltersDto = exports.AccountingCodeDto = exports.GlCodeDto = exports.CreateGlCodeDto = exports.ByGlCodeDto = void 0;
3
+ exports.MassActionGlCodesQueryDto = exports.CreateGlCodesDto = exports.UpdateGlCodesDto = exports.MassActionUpdateGlCodeDto = exports.UpdateGlCodeDto = exports.GetGlCodesFiltersDto = exports.FindGlCodesFiltersDto = exports.ExpandGlCodeDto = exports.AccountingCodeDto = exports.GlCodeDto = exports.CreateGlCodeDto = exports.ByGlCodeDto = 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
  class ByGlCodeDto extends organization_dto_1.ByOrganizationIdDto {
@@ -15,8 +15,12 @@ exports.GlCodeDto = GlCodeDto;
15
15
  class AccountingCodeDto extends general_dto_1.IdDto {
16
16
  }
17
17
  exports.AccountingCodeDto = AccountingCodeDto;
18
- class FindGlCodesFiltersDto {
18
+ class ExpandGlCodeDto {
19
+ }
20
+ exports.ExpandGlCodeDto = ExpandGlCodeDto;
21
+ class FindGlCodesFiltersDto extends ExpandGlCodeDto {
19
22
  constructor() {
23
+ super(...arguments);
20
24
  this.isResourceTypeNullable = true;
21
25
  }
22
26
  }
@@ -24,9 +28,6 @@ exports.FindGlCodesFiltersDto = FindGlCodesFiltersDto;
24
28
  class GetGlCodesFiltersDto extends general_dto_1.PaginationQuery {
25
29
  }
26
30
  exports.GetGlCodesFiltersDto = GetGlCodesFiltersDto;
27
- class ExpandGlCodeDto {
28
- }
29
- exports.ExpandGlCodeDto = ExpandGlCodeDto;
30
31
  class UpdateGlCodeDto {
31
32
  }
32
33
  exports.UpdateGlCodeDto = UpdateGlCodeDto;
@@ -1 +1 @@
1
- {"version":3,"file":"gl-code.dto.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/dto/gl-code.dto.ts"],"names":[],"mappings":";;;AACA,uDAAoF;AACpF,8EAAyG;AAOzG,MAAa,WAAY,SAAQ,sCAAmB;CAEnD;AAFD,kCAEC;AAED,MAAa,eAAe;CAY3B;AAZD,0CAYC;AAED,MAAa,SAAU,SAAQ,4CAAyB;CAgBvD;AAhBD,8BAgBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAU3C;AAVD,8CAUC;AAED,MAAa,qBAAqB;IAAlC;QAaC,2BAAsB,GAAa,IAAI,CAAC;IAGzC,CAAC;CAAA;AAhBD,sDAgBC;AAED,MAAa,oBAAqB,SAAQ,6BAAe;CAkBxD;AAlBD,oDAkBC;AAED,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,eAAe;CAc3B;AAdD,0CAcC;AAED,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,yBAA0B,SAAQ,iCAAmB;CAUjE;AAVD,8DAUC"}
1
+ {"version":3,"file":"gl-code.dto.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/dto/gl-code.dto.ts"],"names":[],"mappings":";;;AACA,uDAAoF;AACpF,8EAAyG;AAOzG,MAAa,WAAY,SAAQ,sCAAmB;CAEnD;AAFD,kCAEC;AAED,MAAa,eAAe;CAc3B;AAdD,0CAcC;AAED,MAAa,SAAU,SAAQ,4CAAyB;CAoBvD;AApBD,8BAoBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAU3C;AAVD,8CAUC;AAED,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,qBAAsB,SAAQ,eAAe;IAA1D;;QAaC,2BAAsB,GAAa,IAAI,CAAC;IAKzC,CAAC;CAAA;AAlBD,sDAkBC;AAED,MAAa,oBAAqB,SAAQ,6BAAe;CAoBxD;AApBD,oDAoBC;AAED,MAAa,eAAe;CAgB3B;AAhBD,0CAgBC;AAED,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,yBAA0B,SAAQ,iCAAmB;CAYjE;AAZD,8DAYC"}
@@ -0,0 +1,10 @@
1
+ import { BondBaseEntity } from '../../entity/BondBaseEntity';
2
+ import { Facility } from '../../facilities/entities/Facility';
3
+ import { GlCode } from './gl-code';
4
+ export declare class GlCodeToFacility extends BondBaseEntity {
5
+ glCodeId: number;
6
+ facilityId: number;
7
+ deletedAt?: Date;
8
+ facility: Facility;
9
+ glCode: GlCode;
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GlCodeToFacility = void 0;
4
+ const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
5
+ class GlCodeToFacility extends BondBaseEntity_1.BondBaseEntity {
6
+ }
7
+ exports.GlCodeToFacility = GlCodeToFacility;
8
+ //# sourceMappingURL=gl-code-to-facility.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gl-code-to-facility.entity.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/gl-code-to-facility.entity.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAK7D,MAAa,gBAAiB,SAAQ,+BAAc;CAUnD;AAVD,4CAUC"}
@@ -1,6 +1,7 @@
1
1
  import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
2
2
  import { ActivityEnum, ProductTypesEnum } from '../../services/enums.service';
3
3
  import { GlResourceTypeEnum } from '../types/enums/gl-code.enum';
4
+ import { GlCodeToFacility } from './gl-code-to-facility.entity';
4
5
  import { GlType } from './gl-type';
5
6
  export declare class GlCode extends OrganizationConnectionBaseEntity {
6
7
  code: string;
@@ -11,5 +12,6 @@ export declare class GlCode extends OrganizationConnectionBaseEntity {
11
12
  deletedAt?: Date;
12
13
  glTypeId: number;
13
14
  glType: GlType;
15
+ glCodeToFacilities: GlCodeToFacility[];
14
16
  assignedResources?: number;
15
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"gl-code.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/gl-code.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAMjG,MAAa,MAAO,SAAQ,mEAAgC;CAkB3D;AAlBD,wBAkBC"}
1
+ {"version":3,"file":"gl-code.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/gl-code.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAOjG,MAAa,MAAO,SAAQ,mEAAgC;CAoB3D;AApBD,wBAoBC"}
@@ -1,3 +1,4 @@
1
+ export * from './gl-code-to-facility.entity';
1
2
  export * from './gl-code';
2
3
  export * from './gl-type';
3
4
  export * from './resource-to-gl';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./gl-code-to-facility.entity"), exports);
17
18
  __exportStar(require("./gl-code"), exports);
18
19
  __exportStar(require("./gl-type"), exports);
19
20
  __exportStar(require("./resource-to-gl"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,4CAA0B;AAC1B,4CAA0B;AAC1B,mDAAiC"}
@@ -23,5 +23,6 @@ export declare enum GlCodeOrderByEnum {
23
23
  UPDATED_AT = "updatedAt"
24
24
  }
25
25
  export declare enum GlCodeExpandEnum {
26
- ASSIGNED_RESOURCES = "assignedResources"
26
+ ASSIGNED_RESOURCES = "assignedResources",
27
+ FACILITIES = "facilities"
27
28
  }
@@ -30,5 +30,6 @@ var GlCodeOrderByEnum;
30
30
  var GlCodeExpandEnum;
31
31
  (function (GlCodeExpandEnum) {
32
32
  GlCodeExpandEnum["ASSIGNED_RESOURCES"] = "assignedResources";
33
+ GlCodeExpandEnum["FACILITIES"] = "facilities";
33
34
  })(GlCodeExpandEnum = exports.GlCodeExpandEnum || (exports.GlCodeExpandEnum = {}));
34
35
  //# sourceMappingURL=gl-code.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"gl-code.enum.js","sourceRoot":"","sources":["../../../../../src/types/gl-codes/types/enums/gl-code.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAgBX;AAhBD,WAAY,kBAAkB;IAC7B,qCAAe,CAAA;IACf,uCAAiB,CAAA;IACjB,+CAAyB,CAAA;IACzB,yCAAmB,CAAA;IACnB,uDAAiC,CAAA;IACjC,yCAAmB,CAAA;IACnB,iCAAW,CAAA;IACX,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;IACrB,mDAA6B,CAAA;IAC7B,iCAAW,CAAA;IACX,yCAAmB,CAAA;IACnB,qCAAe,CAAA;IACf,2CAAqB,CAAA;IACrB,uDAAiC,CAAA;AAClC,CAAC,EAhBW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAgB7B;AAED,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC5B,oCAAe,CAAA;IACf,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,kCAAa,CAAA;IACb,6CAAwB,CAAA;AACzB,CAAC,EANW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAM5B;AAED,IAAY,gBAEX;AAFD,WAAY,gBAAgB;IAC3B,4DAAwC,CAAA;AACzC,CAAC,EAFW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAE3B"}
1
+ {"version":3,"file":"gl-code.enum.js","sourceRoot":"","sources":["../../../../../src/types/gl-codes/types/enums/gl-code.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAgBX;AAhBD,WAAY,kBAAkB;IAC7B,qCAAe,CAAA;IACf,uCAAiB,CAAA;IACjB,+CAAyB,CAAA;IACzB,yCAAmB,CAAA;IACnB,uDAAiC,CAAA;IACjC,yCAAmB,CAAA;IACnB,iCAAW,CAAA;IACX,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;IACrB,mDAA6B,CAAA;IAC7B,iCAAW,CAAA;IACX,yCAAmB,CAAA;IACnB,qCAAe,CAAA;IACf,2CAAqB,CAAA;IACrB,uDAAiC,CAAA;AAClC,CAAC,EAhBW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAgB7B;AAED,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC5B,oCAAe,CAAA;IACf,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,kCAAa,CAAA;IACb,6CAAwB,CAAA;AACzB,CAAC,EANW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAM5B;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC3B,4DAAwC,CAAA;IACxC,6CAAyB,CAAA;AAC1B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
@@ -1,12 +1,17 @@
1
1
  import { ActivityEnum, OrderByEnum, ProductTypesEnum, ResourceNameTypeEnum } from '../../../services/enums.service';
2
2
  import { IPagination } from '../../../util/models/interfaces/general.interfaces';
3
3
  import { CreateResourceToGlDto } from '../../dto/resource-to-gl.dto';
4
+ import { GlCodeToFacility } from '../../entities/gl-code-to-facility.entity';
4
5
  import { ResourceToGL } from '../../entities/resource-to-gl';
5
6
  import { GlCodeExpandEnum, GlCodeOrderByEnum, GlResourceTypeEnum } from '../enums/gl-code.enum';
6
7
  export interface filterExistingGlsResult {
7
8
  deleteResourceToGlsIds: number[];
8
9
  newResourceToGls: CreateResourceToGlDto[];
9
10
  }
11
+ export interface IGlCodeFacilityConnectionsDiff {
12
+ connectionIdsToRemove: number[];
13
+ connectionsToAdd: GlCodeToFacility[];
14
+ }
10
15
  export interface IResourcesGLsResult {
11
16
  organizationId: number;
12
17
  resourceId: number;
@@ -15,6 +20,7 @@ export interface IResourcesGLsResult {
15
20
  }
16
21
  export interface IGlCodesFilters extends IPagination {
17
22
  expand?: GlCodeExpandEnum[];
23
+ facilitiesIds?: number[];
18
24
  glTypeIds?: number[];
19
25
  labels?: string[];
20
26
  order?: OrderByEnum;
@@ -53,6 +53,7 @@ export declare class GetProductsByTypeDto extends ByOrganizationIdDto {
53
53
  export declare class GetProductsByTypeQueryDto extends PaginationQuery implements IGetProductsByTypeOptions {
54
54
  productIds?: number[];
55
55
  expand?: ProductExpandEnum[];
56
+ includeAddons?: boolean;
56
57
  includeArchived?: boolean;
57
58
  onlyNonGatedProducts?: boolean;
58
59
  onlyValid?: boolean;
@@ -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;CAgD7D;AAhDD,8DAgDC;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;CAkD7D;AAlDD,8DAkDC;AAED,MAAa,kCAAmC,SAAQ,6BAAe;CAsBtE;AAtBD,gFAsBC"}
@@ -230,28 +230,6 @@ declare const _RESERVATION_SETTINGS_TYPE_SCHEMA: z.ZodObject<{
230
230
  };
231
231
  resourceTypes?: [ResourceTypeEnum, ...ResourceTypeEnum[]];
232
232
  approvalRequired?: boolean;
233
- allowResourceSelection?: boolean;
234
- prioritizedResourceAllocation?: Partial<Record<ResourceSubTypeEnum, [number, ...number[]]>>;
235
- bookingDurations?: {
236
- minDuration?: {
237
- amount?: number;
238
- unit?: TimeUnit;
239
- };
240
- maxDuration?: {
241
- amount?: number;
242
- unit?: TimeUnit;
243
- };
244
- durationStep?: {
245
- amount?: number;
246
- unit?: TimeUnit;
247
- };
248
- defaultDuration?: {
249
- amount?: number;
250
- unit?: TimeUnit;
251
- };
252
- };
253
- slotStartTime?: number;
254
- allowOverlappingStartTimes?: boolean;
255
233
  memberships?: [{
256
234
  name?: string;
257
235
  id?: string;
@@ -277,49 +255,49 @@ declare const _RESERVATION_SETTINGS_TYPE_SCHEMA: z.ZodObject<{
277
255
  unit?: TimeUnit;
278
256
  };
279
257
  }[]];
280
- }, {
281
- default?: {
282
- advanceBookingWindow?: {
258
+ allowResourceSelection?: boolean;
259
+ prioritizedResourceAllocation?: Partial<Record<ResourceSubTypeEnum, [number, ...number[]]>>;
260
+ bookingDurations?: {
261
+ minDuration?: {
283
262
  amount?: number;
284
263
  unit?: TimeUnit;
285
264
  };
286
- minimumBookingNotice?: {
265
+ maxDuration?: {
287
266
  amount?: number;
288
267
  unit?: TimeUnit;
289
268
  };
290
- maxBookingHours?: {
269
+ durationStep?: {
291
270
  amount?: number;
292
271
  unit?: TimeUnit;
293
272
  };
294
- maxSequentialBookings?: {
273
+ defaultDuration?: {
295
274
  amount?: number;
296
275
  unit?: TimeUnit;
297
276
  };
298
277
  };
299
- resourceTypes?: [ResourceTypeEnum, ...ResourceTypeEnum[]];
300
- approvalRequired?: boolean;
301
- allowResourceSelection?: boolean;
302
- prioritizedResourceAllocation?: Partial<Record<ResourceSubTypeEnum, [number, ...number[]]>>;
303
- bookingDurations?: {
304
- minDuration?: {
278
+ slotStartTime?: number;
279
+ allowOverlappingStartTimes?: boolean;
280
+ }, {
281
+ default?: {
282
+ advanceBookingWindow?: {
305
283
  amount?: number;
306
284
  unit?: TimeUnit;
307
285
  };
308
- maxDuration?: {
286
+ minimumBookingNotice?: {
309
287
  amount?: number;
310
288
  unit?: TimeUnit;
311
289
  };
312
- durationStep?: {
290
+ maxBookingHours?: {
313
291
  amount?: number;
314
292
  unit?: TimeUnit;
315
293
  };
316
- defaultDuration?: {
294
+ maxSequentialBookings?: {
317
295
  amount?: number;
318
296
  unit?: TimeUnit;
319
297
  };
320
298
  };
321
- slotStartTime?: number;
322
- allowOverlappingStartTimes?: boolean;
299
+ resourceTypes?: [ResourceTypeEnum, ...ResourceTypeEnum[]];
300
+ approvalRequired?: boolean;
323
301
  memberships?: [{
324
302
  name?: string;
325
303
  id?: string;
@@ -345,6 +323,28 @@ declare const _RESERVATION_SETTINGS_TYPE_SCHEMA: z.ZodObject<{
345
323
  unit?: TimeUnit;
346
324
  };
347
325
  }[]];
326
+ allowResourceSelection?: boolean;
327
+ prioritizedResourceAllocation?: Partial<Record<ResourceSubTypeEnum, [number, ...number[]]>>;
328
+ bookingDurations?: {
329
+ minDuration?: {
330
+ amount?: number;
331
+ unit?: TimeUnit;
332
+ };
333
+ maxDuration?: {
334
+ amount?: number;
335
+ unit?: TimeUnit;
336
+ };
337
+ durationStep?: {
338
+ amount?: number;
339
+ unit?: TimeUnit;
340
+ };
341
+ defaultDuration?: {
342
+ amount?: number;
343
+ unit?: TimeUnit;
344
+ };
345
+ };
346
+ slotStartTime?: number;
347
+ allowOverlappingStartTimes?: boolean;
348
348
  }>;
349
349
  declare const _GOODS_SETTINGS_TYPE_SCHEMA: z.ZodObject<{
350
350
  colorCodeId: z.ZodNullable<z.ZodNumber>;
@@ -6,3 +6,9 @@ export interface IGetSourceProductDataResponse {
6
6
  glCodes: ResourceGLsResponseDto[];
7
7
  resourceSettings: ResourceSetting[];
8
8
  }
9
+ export interface ICreateProductOptions {
10
+ skipGls?: boolean;
11
+ skipResources?: boolean;
12
+ skipEntitlements?: boolean;
13
+ skipPaymentPlans?: boolean;
14
+ }
@@ -33,6 +33,7 @@ export interface IGetProductsByTypeOptions extends IPagination {
33
33
  excludeResourceIds?: number[];
34
34
  expand?: ProductExpandEnum[];
35
35
  facilitiesIds?: number[];
36
+ includeAddons?: boolean;
36
37
  includeArchived?: boolean;
37
38
  includeOnlyNotAssignedToCategory?: boolean;
38
39
  inclusion?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.89",
3
+ "version": "2.4.90-a-2",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {