@bondsports/types 2.4.89-a-2 → 2.4.90

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.
@@ -2,6 +2,5 @@ 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: ("addressId" | "email" | "phoneNumber" | "firstName" | "lastName")[];
6
- export declare const CUSTOMER_ORG_SCOPED_UPDATE_FIELDS: "colorCodeId"[];
5
+ export declare const CUSTOMER_ENTITY_UPDATE_FIELDS: string[];
7
6
  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_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;
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;
4
4
  exports.LIMIT_CUSTOMERS_FETCH_AMOUNT = 1000;
5
5
  exports.DEFAULT_CREATE_CUSTOMER_OPTIONS = {
6
6
  saveCustomer: true,
@@ -8,16 +8,15 @@ exports.DEFAULT_CREATE_CUSTOMER_OPTIONS = {
8
8
  allowExistingCustomer: false,
9
9
  requireNewUser: false,
10
10
  skipCreateCognitoUser: false,
11
- skipUserProfileSync: false,
12
11
  };
13
12
  exports.RELATIONS_FOR_ORGANIZATION_USER = ['user', 'user.organizationUsers'];
14
13
  exports.CUSTOMER_ENTITY_UPDATE_FIELDS = [
15
14
  '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'];
22
21
  exports.CUSTOMER_SEARCH_FIELDS = ['firstName', 'lastName', 'name', 'email'];
23
22
  //# 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":";;;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"}
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"}
@@ -35,7 +35,6 @@ export interface CreateCustomerOptions {
35
35
  saveCustomer?: boolean;
36
36
  sendCustomerNotification?: boolean;
37
37
  skipCreateCognitoUser?: boolean;
38
- skipUserProfileSync?: boolean;
39
38
  }
40
39
  export interface CustomerFamilyMember {
41
40
  id: number;
@@ -14,7 +14,6 @@ export declare class CreateGlCodeDto {
14
14
  resourceType?: GlResourceTypeEnum;
15
15
  productType?: ProductTypesEnum;
16
16
  glTypeId: number;
17
- facilitiesIds?: number[];
18
17
  }
19
18
  export declare class GlCodeDto extends OrganizationBaseEntityDto {
20
19
  code: string;
@@ -24,8 +23,6 @@ export declare class GlCodeDto extends OrganizationBaseEntityDto {
24
23
  productType?: ProductTypesEnum;
25
24
  updatedAt?: Date;
26
25
  assignedResources?: number;
27
- facilityIds?: number[];
28
- isAllFacilities?: boolean;
29
26
  glType: GlTypeDto;
30
27
  }
31
28
  export declare class AccountingCodeDto extends IdDto {
@@ -52,7 +49,6 @@ export declare class GetGlCodesFiltersDto extends PaginationQuery implements IGl
52
49
  resourceTypes?: GlResourceTypeEnum[];
53
50
  productTypes?: ProductTypesEnum[];
54
51
  glTypeIds?: number[];
55
- facilitiesIds?: number[];
56
52
  orderBy?: GlCodeOrderByEnum;
57
53
  order?: OrderByEnum;
58
54
  expand?: GlCodeExpandEnum[];
@@ -68,7 +64,6 @@ export declare class UpdateGlCodeDto {
68
64
  resourceType?: GlResourceTypeEnum;
69
65
  productType?: ProductTypesEnum;
70
66
  glTypeId?: number;
71
- facilitiesIds?: number[];
72
67
  }
73
68
  export declare class MassActionUpdateGlCodeDto {
74
69
  label?: string;
@@ -89,5 +84,4 @@ export declare class MassActionGlCodesQueryDto extends MassActionFilterDto imple
89
84
  resourceTypes?: GlResourceTypeEnum[];
90
85
  productTypes?: ProductTypesEnum[];
91
86
  glTypeIds?: number[];
92
- facilitiesIds?: number[];
93
87
  }
@@ -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;CAc3B;AAdD,0CAcC;AAED,MAAa,SAAU,SAAQ,4CAAyB;CAoBvD;AApBD,8BAoBC;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;CAoBxD;AApBD,oDAoBC;AAED,MAAa,eAAe;CAE3B;AAFD,0CAEC;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"}
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,7 +1,6 @@
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';
5
4
  import { GlType } from './gl-type';
6
5
  export declare class GlCode extends OrganizationConnectionBaseEntity {
7
6
  code: string;
@@ -12,6 +11,5 @@ export declare class GlCode extends OrganizationConnectionBaseEntity {
12
11
  deletedAt?: Date;
13
12
  glTypeId: number;
14
13
  glType: GlType;
15
- glCodeToFacilities: GlCodeToFacility[];
16
14
  assignedResources?: number;
17
15
  }
@@ -1 +1 @@
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
+ {"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,4 +1,3 @@
1
- export * from './gl-code-to-facility.entity';
2
1
  export * from './gl-code';
3
2
  export * from './gl-type';
4
3
  export * from './resource-to-gl';
@@ -14,7 +14,6 @@ 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);
18
17
  __exportStar(require("./gl-code"), exports);
19
18
  __exportStar(require("./gl-type"), exports);
20
19
  __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,+DAA6C;AAC7C,4CAA0B;AAC1B,4CAA0B;AAC1B,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,mDAAiC"}
@@ -1,17 +1,12 @@
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';
5
4
  import { ResourceToGL } from '../../entities/resource-to-gl';
6
5
  import { GlCodeExpandEnum, GlCodeOrderByEnum, GlResourceTypeEnum } from '../enums/gl-code.enum';
7
6
  export interface filterExistingGlsResult {
8
7
  deleteResourceToGlsIds: number[];
9
8
  newResourceToGls: CreateResourceToGlDto[];
10
9
  }
11
- export interface IGlCodeFacilityConnectionsDiff {
12
- connectionIdsToRemove: number[];
13
- connectionsToAdd: GlCodeToFacility[];
14
- }
15
10
  export interface IResourcesGLsResult {
16
11
  organizationId: number;
17
12
  resourceId: number;
@@ -20,7 +15,6 @@ export interface IResourcesGLsResult {
20
15
  }
21
16
  export interface IGlCodesFilters extends IPagination {
22
17
  expand?: GlCodeExpandEnum[];
23
- facilitiesIds?: number[];
24
18
  glTypeIds?: number[];
25
19
  labels?: string[];
26
20
  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,6 +230,28 @@ 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;
233
255
  memberships?: [{
234
256
  name?: string;
235
257
  id?: string;
@@ -255,49 +277,49 @@ declare const _RESERVATION_SETTINGS_TYPE_SCHEMA: z.ZodObject<{
255
277
  unit?: TimeUnit;
256
278
  };
257
279
  }[]];
258
- allowResourceSelection?: boolean;
259
- prioritizedResourceAllocation?: Partial<Record<ResourceSubTypeEnum, [number, ...number[]]>>;
260
- bookingDurations?: {
261
- minDuration?: {
280
+ }, {
281
+ default?: {
282
+ advanceBookingWindow?: {
262
283
  amount?: number;
263
284
  unit?: TimeUnit;
264
285
  };
265
- maxDuration?: {
286
+ minimumBookingNotice?: {
266
287
  amount?: number;
267
288
  unit?: TimeUnit;
268
289
  };
269
- durationStep?: {
290
+ maxBookingHours?: {
270
291
  amount?: number;
271
292
  unit?: TimeUnit;
272
293
  };
273
- defaultDuration?: {
294
+ maxSequentialBookings?: {
274
295
  amount?: number;
275
296
  unit?: TimeUnit;
276
297
  };
277
298
  };
278
- slotStartTime?: number;
279
- allowOverlappingStartTimes?: boolean;
280
- }, {
281
- default?: {
282
- advanceBookingWindow?: {
299
+ resourceTypes?: [ResourceTypeEnum, ...ResourceTypeEnum[]];
300
+ approvalRequired?: boolean;
301
+ allowResourceSelection?: boolean;
302
+ prioritizedResourceAllocation?: Partial<Record<ResourceSubTypeEnum, [number, ...number[]]>>;
303
+ bookingDurations?: {
304
+ minDuration?: {
283
305
  amount?: number;
284
306
  unit?: TimeUnit;
285
307
  };
286
- minimumBookingNotice?: {
308
+ maxDuration?: {
287
309
  amount?: number;
288
310
  unit?: TimeUnit;
289
311
  };
290
- maxBookingHours?: {
312
+ durationStep?: {
291
313
  amount?: number;
292
314
  unit?: TimeUnit;
293
315
  };
294
- maxSequentialBookings?: {
316
+ defaultDuration?: {
295
317
  amount?: number;
296
318
  unit?: TimeUnit;
297
319
  };
298
320
  };
299
- resourceTypes?: [ResourceTypeEnum, ...ResourceTypeEnum[]];
300
- approvalRequired?: boolean;
321
+ slotStartTime?: number;
322
+ allowOverlappingStartTimes?: boolean;
301
323
  memberships?: [{
302
324
  name?: string;
303
325
  id?: string;
@@ -323,28 +345,6 @@ declare const _RESERVATION_SETTINGS_TYPE_SCHEMA: z.ZodObject<{
323
345
  unit?: TimeUnit;
324
346
  };
325
347
  }[]];
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,9 +6,3 @@ 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-a-2",
3
+ "version": "2.4.90",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -1,10 +0,0 @@
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
- }
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}