@bondsports/types 2.4.91-a-1 → 2.4.91-squad-b
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.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/customers/types/consts/customers.consts.d.ts +1 -2
- package/dist/types/customers/types/consts/customers.consts.js +2 -3
- package/dist/types/customers/types/consts/customers.consts.js.map +1 -1
- package/dist/types/customers/types/interfaces.d.ts +0 -1
- package/dist/types/dto/events.dto.d.ts +2 -0
- package/dist/types/dto/events.dto.js.map +1 -1
- package/dist/types/entity/Events.d.ts +2 -0
- package/dist/types/entity/Events.js.map +1 -1
- package/dist/types/events/index.d.ts +1 -0
- package/dist/types/events/index.js +18 -0
- package/dist/types/events/index.js.map +1 -0
- package/dist/types/events/types/index.d.ts +1 -0
- package/dist/types/events/types/index.js +18 -0
- package/dist/types/events/types/index.js.map +1 -0
- package/dist/types/events/types/public-event-attendee.types.d.ts +48 -0
- package/dist/types/events/types/public-event-attendee.types.js +3 -0
- package/dist/types/events/types/public-event-attendee.types.js.map +1 -0
- package/dist/types/folders/dto/folder.dto.d.ts +12 -4
- package/dist/types/folders/dto/folder.dto.js +12 -1
- package/dist/types/folders/dto/folder.dto.js.map +1 -1
- package/dist/types/folders/entities/folder-content.entity.d.ts +2 -1
- package/dist/types/folders/entities/folder-content.entity.js +1 -0
- package/dist/types/folders/entities/folder-content.entity.js.map +1 -1
- package/dist/types/folders/types/folder-restrictions.consts.js +6 -1
- package/dist/types/folders/types/folder-restrictions.consts.js.map +1 -1
- package/dist/types/folders/types/folders.enums.d.ts +6 -1
- package/dist/types/folders/types/folders.enums.js +7 -1
- package/dist/types/folders/types/folders.enums.js.map +1 -1
- package/dist/types/folders/types/interfaces/folder-content.interfaces.d.ts +2 -0
- package/dist/types/folders/types/interfaces/folder-restrictions.interfaces.d.ts +1 -0
- package/dist/types/gl-codes/dto/gl-code.dto.d.ts +4 -11
- package/dist/types/gl-codes/dto/gl-code.dto.js +5 -6
- package/dist/types/gl-codes/dto/gl-code.dto.js.map +1 -1
- package/dist/types/gl-codes/entities/gl-code.d.ts +0 -2
- package/dist/types/gl-codes/entities/gl-code.js.map +1 -1
- package/dist/types/gl-codes/entities/index.d.ts +0 -1
- package/dist/types/gl-codes/entities/index.js +0 -1
- package/dist/types/gl-codes/entities/index.js.map +1 -1
- package/dist/types/gl-codes/types/enums/gl-code.enum.d.ts +1 -2
- package/dist/types/gl-codes/types/enums/gl-code.enum.js +0 -1
- package/dist/types/gl-codes/types/enums/gl-code.enum.js.map +1 -1
- package/dist/types/gl-codes/types/interfaces/gl-code.interfaces.d.ts +0 -6
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/invoice/dto/organization-invoice.dto.d.ts +0 -2
- package/dist/types/invoice/dto/organization-invoice.dto.js.map +1 -1
- package/dist/types/league-standings/entities/index.d.ts +2 -0
- package/dist/types/league-standings/entities/index.js +2 -0
- package/dist/types/league-standings/entities/index.js.map +1 -1
- package/dist/types/league-standings/entities/team-identity.entity.d.ts +25 -0
- package/dist/types/league-standings/entities/team-identity.entity.js +20 -0
- package/dist/types/league-standings/entities/team-identity.entity.js.map +1 -0
- package/dist/types/media/dto/media.dto.d.ts +5 -3
- package/dist/types/media/dto/media.dto.js +5 -2
- package/dist/types/media/dto/media.dto.js.map +1 -1
- package/dist/types/membership/consts/index.d.ts +2 -0
- package/dist/types/membership/consts/index.js +19 -0
- package/dist/types/membership/consts/index.js.map +1 -0
- package/dist/types/membership/consts/membership.pause.consts.d.ts +2 -0
- package/dist/types/membership/consts/membership.pause.consts.js +6 -0
- package/dist/types/membership/consts/membership.pause.consts.js.map +1 -0
- package/dist/types/membership/consts/public-membership.consts.d.ts +9 -0
- package/dist/types/membership/consts/public-membership.consts.js +27 -0
- package/dist/types/membership/consts/public-membership.consts.js.map +1 -0
- package/dist/types/membership/dto/membership.dto.d.ts +3 -0
- package/dist/types/membership/dto/membership.dto.js.map +1 -1
- package/dist/types/membership/dto/public-membership.dto.d.ts +53 -2
- package/dist/types/membership/dto/public-membership.dto.js +27 -1
- package/dist/types/membership/dto/public-membership.dto.js.map +1 -1
- package/dist/types/membership/entities/membership.entity.d.ts +1 -0
- package/dist/types/membership/entities/membership.entity.js.map +1 -1
- package/dist/types/membership/index.d.ts +1 -0
- package/dist/types/membership/index.js +1 -0
- package/dist/types/membership/index.js.map +1 -1
- package/dist/types/membership/types/index.d.ts +1 -0
- package/dist/types/membership/types/index.js +1 -0
- package/dist/types/membership/types/index.js.map +1 -1
- package/dist/types/membership/types/public-membership.enums.d.ts +21 -0
- package/dist/types/membership/types/public-membership.enums.js +29 -0
- package/dist/types/membership/types/public-membership.enums.js.map +1 -0
- package/dist/types/notifications/dto/backoffice.notify.dto.js.map +1 -1
- package/dist/types/organization/dto/index.d.ts +2 -0
- package/dist/types/organization/dto/index.js +2 -0
- package/dist/types/organization/dto/index.js.map +1 -1
- package/dist/types/organization/dto/user-active-organization.dto.d.ts +5 -0
- package/dist/types/organization/dto/user-active-organization.dto.js +7 -0
- package/dist/types/organization/dto/user-active-organization.dto.js.map +1 -0
- package/dist/types/organization/dto/user-organization-list-item.dto.d.ts +9 -0
- package/dist/types/organization/dto/user-organization-list-item.dto.js +7 -0
- package/dist/types/organization/dto/user-organization-list-item.dto.js.map +1 -0
- package/dist/types/payment/types/consts/index.d.ts +1 -0
- package/dist/types/payment/types/consts/index.js +1 -0
- package/dist/types/payment/types/consts/index.js.map +1 -1
- package/dist/types/payment/types/consts/pending-terminal-reconciler.consts.d.ts +8 -0
- package/dist/types/payment/types/consts/pending-terminal-reconciler.consts.js +16 -0
- package/dist/types/payment/types/consts/pending-terminal-reconciler.consts.js.map +1 -0
- package/dist/types/payment/types/interfaces/index.d.ts +1 -0
- package/dist/types/payment/types/interfaces/index.js +1 -0
- package/dist/types/payment/types/interfaces/index.js.map +1 -1
- package/dist/types/payment/types/interfaces/pending-terminal-reconciler.interfaces.d.ts +10 -0
- package/dist/types/payment/types/interfaces/pending-terminal-reconciler.interfaces.js +3 -0
- package/dist/types/payment/types/interfaces/pending-terminal-reconciler.interfaces.js.map +1 -0
- package/dist/types/product-pricing/dto/public-product.dto.d.ts +9 -2
- package/dist/types/product-pricing/dto/public-product.dto.js +10 -2
- package/dist/types/product-pricing/dto/public-product.dto.js.map +1 -1
- package/dist/types/product-pricing/types/consts/product-category.consts.d.ts +39 -39
- package/dist/types/product-pricing/types/consts/product-pricing.consts.d.ts +2 -0
- package/dist/types/product-pricing/types/consts/product-pricing.consts.js +8 -1
- package/dist/types/product-pricing/types/consts/product-pricing.consts.js.map +1 -1
- package/dist/types/product-pricing/types/consts/product-resource.consts.d.ts +6 -2
- package/dist/types/product-pricing/types/consts/product-resource.consts.js +8 -4
- package/dist/types/product-pricing/types/consts/product-resource.consts.js.map +1 -1
- package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.d.ts +0 -6
- package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +1 -0
- package/dist/types/product-pricing/types/interfaces/product-resource.interfaces.d.ts +7 -1
- package/dist/types/programs/dto/program.dto.d.ts +1 -4
- package/dist/types/programs/dto/program.dto.js.map +1 -1
- package/dist/types/programs/entities/Program.d.ts +0 -2
- package/dist/types/programs/entities/Program.js.map +1 -1
- package/dist/types/programs/types/interfaces/program-scope-policy.interfaces.d.ts +1 -3
- package/dist/types/programs-seasons/dto/index.d.ts +1 -0
- package/dist/types/programs-seasons/dto/index.js +1 -0
- package/dist/types/programs-seasons/dto/index.js.map +1 -1
- package/dist/types/programs-seasons/dto/public-session-group.dto.d.ts +66 -0
- package/dist/types/programs-seasons/dto/public-session-group.dto.js +28 -0
- package/dist/types/programs-seasons/dto/public-session-group.dto.js.map +1 -0
- package/dist/types/programs-seasons/types/consts/index.d.ts +1 -0
- package/dist/types/programs-seasons/types/consts/index.js +1 -0
- package/dist/types/programs-seasons/types/consts/index.js.map +1 -1
- package/dist/types/programs-seasons/types/consts/public-session-group.consts.d.ts +7 -0
- package/dist/types/programs-seasons/types/consts/public-session-group.consts.js +30 -0
- package/dist/types/programs-seasons/types/consts/public-session-group.consts.js.map +1 -0
- package/dist/types/programs-seasons/types/enums/index.d.ts +1 -0
- package/dist/types/programs-seasons/types/enums/index.js +1 -0
- package/dist/types/programs-seasons/types/enums/index.js.map +1 -1
- package/dist/types/programs-seasons/types/enums/public-session-group.enums.d.ts +19 -0
- package/dist/types/programs-seasons/types/enums/public-session-group.enums.js +26 -0
- package/dist/types/programs-seasons/types/enums/public-session-group.enums.js.map +1 -0
- package/dist/types/programs-seasons/types/interfaces/index.d.ts +1 -0
- package/dist/types/programs-seasons/types/interfaces/index.js +1 -0
- package/dist/types/programs-seasons/types/interfaces/index.js.map +1 -1
- package/dist/types/programs-seasons/types/interfaces/public-session-group.interfaces.d.ts +26 -0
- package/dist/types/programs-seasons/types/interfaces/public-session-group.interfaces.js +3 -0
- package/dist/types/programs-seasons/types/interfaces/public-session-group.interfaces.js.map +1 -0
- package/dist/types/repositories/index.d.ts +1 -0
- package/dist/types/repositories/index.js +18 -0
- package/dist/types/repositories/index.js.map +1 -0
- package/dist/types/repositories/team-identity/index.d.ts +1 -0
- package/dist/types/repositories/team-identity/index.js +18 -0
- package/dist/types/repositories/team-identity/index.js.map +1 -0
- package/dist/types/repositories/team-identity/team-identity.types.d.ts +42 -0
- package/dist/types/repositories/team-identity/team-identity.types.js +3 -0
- package/dist/types/repositories/team-identity/team-identity.types.js.map +1 -0
- package/dist/types/resources/consts/index.d.ts +1 -0
- package/dist/types/resources/consts/index.js +18 -0
- package/dist/types/resources/consts/index.js.map +1 -0
- package/dist/types/resources/consts/resource.consts.d.ts +3 -0
- package/dist/types/resources/consts/resource.consts.js +11 -0
- package/dist/types/resources/consts/resource.consts.js.map +1 -0
- package/dist/types/resources/index.d.ts +1 -0
- package/dist/types/resources/index.js +1 -0
- package/dist/types/resources/index.js.map +1 -1
- package/dist/types/services/enums.service.d.ts +1 -0
- package/dist/types/services/enums.service.js +7 -2
- package/dist/types/services/enums.service.js.map +1 -1
- package/dist/types/session-participants/dto/index.d.ts +2 -0
- package/dist/types/session-participants/dto/index.js +2 -0
- package/dist/types/session-participants/dto/index.js.map +1 -1
- package/dist/types/session-participants/dto/public-event-participant.dto.d.ts +40 -0
- package/dist/types/session-participants/dto/public-event-participant.dto.js +21 -0
- package/dist/types/session-participants/dto/public-event-participant.dto.js.map +1 -0
- package/dist/types/session-participants/dto/public-group-participant.dto.d.ts +61 -0
- package/dist/types/session-participants/dto/public-group-participant.dto.js +30 -0
- package/dist/types/session-participants/dto/public-group-participant.dto.js.map +1 -0
- package/dist/types/session-participants/types/classes.d.ts +10 -1
- package/dist/types/session-participants/types/classes.js +4 -1
- package/dist/types/session-participants/types/classes.js.map +1 -1
- package/dist/types/session-participants/types/consts/index.d.ts +2 -0
- package/dist/types/session-participants/types/consts/index.js +19 -0
- package/dist/types/session-participants/types/consts/index.js.map +1 -0
- package/dist/types/session-participants/types/consts/public-event-participant.consts.d.ts +1 -0
- package/dist/types/session-participants/types/consts/public-event-participant.consts.js +6 -0
- package/dist/types/session-participants/types/consts/public-event-participant.consts.js.map +1 -0
- package/dist/types/session-participants/types/consts/public-group-participant.consts.d.ts +1 -0
- package/dist/types/session-participants/types/consts/public-group-participant.consts.js +6 -0
- package/dist/types/session-participants/types/consts/public-group-participant.consts.js.map +1 -0
- package/dist/types/session-participants/types/consts.d.ts +2 -1
- package/dist/types/session-participants/types/consts.js +9 -5
- package/dist/types/session-participants/types/consts.js.map +1 -1
- package/dist/types/session-participants/types/enums/index.d.ts +2 -0
- package/dist/types/session-participants/types/enums/index.js +19 -0
- package/dist/types/session-participants/types/enums/index.js.map +1 -0
- package/dist/types/session-participants/types/enums/public-event-participant.enums.d.ts +7 -0
- package/dist/types/session-participants/types/enums/public-event-participant.enums.js +12 -0
- package/dist/types/session-participants/types/enums/public-event-participant.enums.js.map +1 -0
- package/dist/types/session-participants/types/enums/public-group-participant.enums.d.ts +8 -0
- package/dist/types/session-participants/types/enums/public-group-participant.enums.js +13 -0
- package/dist/types/session-participants/types/enums/public-group-participant.enums.js.map +1 -0
- package/dist/types/session-participants/types/index.d.ts +2 -0
- package/dist/types/session-participants/types/index.js +2 -0
- package/dist/types/session-participants/types/index.js.map +1 -1
- package/dist/types/session-participants/types/interfaces.d.ts +40 -0
- package/dist/types/standings-integration/dto/index.d.ts +2 -0
- package/dist/types/standings-integration/dto/index.js +2 -0
- package/dist/types/standings-integration/dto/index.js.map +1 -1
- package/dist/types/standings-integration/dto/my-team.dto.d.ts +53 -0
- package/dist/types/standings-integration/dto/my-team.dto.js +62 -0
- package/dist/types/standings-integration/dto/my-team.dto.js.map +1 -0
- package/dist/types/stations/dto/stations.dto.d.ts +4 -0
- package/dist/types/stations/dto/stations.dto.js +4 -1
- package/dist/types/stations/dto/stations.dto.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/gl-codes/entities/gl-code-to-facility.entity.d.ts +0 -10
- package/dist/types/gl-codes/entities/gl-code-to-facility.entity.js +0 -8
- package/dist/types/gl-codes/entities/gl-code-to-facility.entity.js.map +0 -1
|
@@ -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:
|
|
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.
|
|
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":";;;
|
|
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"}
|
|
@@ -98,6 +98,7 @@ export interface IEventOfSessionDetails {
|
|
|
98
98
|
startTime: string;
|
|
99
99
|
timezone?: string;
|
|
100
100
|
}
|
|
101
|
+
export type TEventAttendanceCounts = Pick<IEventOfSessionDetails, 'attenedanceCount' | 'checkedInCount' | 'missingPaymentCount'>;
|
|
101
102
|
export interface IEventAttendeeBase {
|
|
102
103
|
eventId: number;
|
|
103
104
|
userId: number;
|
|
@@ -208,6 +209,7 @@ export declare class EventWithAttendanceDto extends SimpleEventDto {
|
|
|
208
209
|
parentSession: ParentSessionDto;
|
|
209
210
|
attendance: AttendanceDto[];
|
|
210
211
|
participantTeamName?: string;
|
|
212
|
+
addOns?: AttendeeOfEventAddOnDto[];
|
|
211
213
|
}
|
|
212
214
|
export declare class GetUsersEventsQueryDto extends PaginationQuery {
|
|
213
215
|
startDateBefore?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAUA,+CAAgG;AAEhG,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CA0B1B;AA1BD,wCA0BC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;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;
|
|
1
|
+
{"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAUA,+CAAgG;AAEhG,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CA0B1B;AA1BD,wCA0BC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;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;AA0CD,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAqBD,MAAa,uBAAuB;CAcnC;AAdD,0DAcC;AAgBD,MAAa,cAAe,SAAQ,mBAAK;CAwBxC;AAxBD,wCAwBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAE3C;AAFD,8CAEC;AAED,MAAa,QAAQ;CAIpB;AAJD,4BAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAED,MAAa,gBAAiB,SAAQ,mBAAK;CAM1C;AAND,4CAMC;AAED,MAAa,sBAAuB,SAAQ,cAAc;CAQzD;AARD,wDAQC;AAED,MAAa,sBAAuB,SAAQ,6BAAe;CAgB1D;AAhBD,wDAgBC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Attendance } from '../attendance/entities/Attendance';
|
|
2
2
|
import { Folder } from '../folders/entities/folder.entity';
|
|
3
3
|
import { ProgramSeason } from '../programs-seasons/entities/ProgramSeason';
|
|
4
|
+
import { AttendeeOfEventAddOn } from '../programs-seasons/types/classes/attendee.classes';
|
|
4
5
|
import { Program } from '../programs/entities/Program';
|
|
5
6
|
import { IUserCount } from '../purchase/types/interfaces/purchase.interfaces';
|
|
6
7
|
import { Slot } from '../reservations/entities/slot.entity';
|
|
@@ -82,6 +83,7 @@ export declare class Event extends OrganizationConnectionBaseEntity {
|
|
|
82
83
|
registrationWindowStatus: RegistrationWindowStatusEnum;
|
|
83
84
|
resources?: Resource[];
|
|
84
85
|
participantTeamName?: string;
|
|
86
|
+
addOns?: AttendeeOfEventAddOn[];
|
|
85
87
|
participantsNumber?: number;
|
|
86
88
|
maxParticipants?: number;
|
|
87
89
|
isWaitlistEnabled?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Events.js","sourceRoot":"","sources":["../../../src/types/entity/Events.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Events.js","sourceRoot":"","sources":["../../../src/types/entity/Events.ts"],"names":[],"mappings":";;;AAqBA,yFAAsF;AAItF,MAAa,KAAM,SAAQ,mEAAgC;CAkJ1D;AAlJD,sBAkJC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './types';
|
|
@@ -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("./types"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public-event-attendee.types';
|
|
@@ -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("./public-event-attendee.types"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/events/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { GenderEnum } from '../../services/enums.service';
|
|
2
|
+
export interface IPublicEventAttendeeQueryOptions {
|
|
3
|
+
includeContact?: boolean;
|
|
4
|
+
includeDeleted?: boolean;
|
|
5
|
+
includeRegistration?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface IPublicEventAttendeePrimaryQueryOptions {
|
|
8
|
+
includePrimary?: boolean;
|
|
9
|
+
includePrimaryContact?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface IPublicEventAttendeeRegistration {
|
|
12
|
+
productUserId: number;
|
|
13
|
+
userId: number;
|
|
14
|
+
productName?: string;
|
|
15
|
+
registrationDate?: string;
|
|
16
|
+
}
|
|
17
|
+
export interface IPublicEventAttendeePrimary {
|
|
18
|
+
primaryCustomerId: number;
|
|
19
|
+
primaryUserId?: number;
|
|
20
|
+
userId: number;
|
|
21
|
+
primaryEmail?: string;
|
|
22
|
+
primaryFirstName?: string;
|
|
23
|
+
primaryLastName?: string;
|
|
24
|
+
primaryPhoneNumber?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface IRawPublicEventAttendee {
|
|
27
|
+
customerId: number;
|
|
28
|
+
eventAttendeeId: number;
|
|
29
|
+
primaryCustomerId?: number;
|
|
30
|
+
primaryUserId?: number;
|
|
31
|
+
productUserId?: number;
|
|
32
|
+
userId: number;
|
|
33
|
+
birthDate?: string;
|
|
34
|
+
deletedAt?: Date | string | null;
|
|
35
|
+
email?: string | null;
|
|
36
|
+
firstName: string;
|
|
37
|
+
gender?: GenderEnum;
|
|
38
|
+
lastName: string;
|
|
39
|
+
phoneNumber?: string | null;
|
|
40
|
+
pictureUrl?: string | null;
|
|
41
|
+
primaryEmail?: string;
|
|
42
|
+
primaryFirstName?: string;
|
|
43
|
+
primaryLastName?: string;
|
|
44
|
+
primaryPhoneNumber?: string;
|
|
45
|
+
productName?: string;
|
|
46
|
+
registrationDate?: string;
|
|
47
|
+
waiverSignedDate?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-event-attendee.types.js","sourceRoot":"","sources":["../../../../src/types/events/types/public-event-attendee.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PaginationQuery } from '../../dto/general.dto';
|
|
2
|
-
import {
|
|
2
|
+
import { CreateMediaDto } from '../../media/dto/media.dto';
|
|
3
3
|
import { BaseNotificationDto } from '../../notifications/dto/backoffice.notify.dto';
|
|
4
4
|
import { PaymentStatusEnum } from '../../payment/types/enums/payment.enums';
|
|
5
5
|
import { CurrencyEnum, OrderByEnum } from '../../services/enums.service';
|
|
6
6
|
import { ContentType } from '../entities/folder-content.entity';
|
|
7
7
|
import { IGroupResponse } from '../types';
|
|
8
|
-
import { FolderSortColumnEnum, MetaTypeEnum, ReferableTypeEnum, RegistrationAccessEnum } from '../types/folders.enums';
|
|
8
|
+
import { FolderHierarchySortColumnEnum, FolderSortColumnEnum, MetaTypeEnum, ReferableTypeEnum, RegistrationAccessEnum } from '../types/folders.enums';
|
|
9
9
|
import { FolderRestrictionsDto, FolderRestrictionsStatusResultDto } from './folder-restrictions.dto';
|
|
10
10
|
export declare class FolderByIdDto {
|
|
11
11
|
folderId: number;
|
|
@@ -37,7 +37,7 @@ export declare class CreateFolderDto {
|
|
|
37
37
|
facilityId?: number;
|
|
38
38
|
referableType?: ReferableTypeEnum;
|
|
39
39
|
referableId?: number;
|
|
40
|
-
mainMedia?:
|
|
40
|
+
mainMedia?: CreateMediaDto;
|
|
41
41
|
registrationAccess?: RegistrationAccessEnum;
|
|
42
42
|
metaType?: MetaTypeEnum;
|
|
43
43
|
restrictions?: FolderRestrictionsDto;
|
|
@@ -47,7 +47,7 @@ export declare class UpdateFolderDto {
|
|
|
47
47
|
category?: string;
|
|
48
48
|
organizationId?: number;
|
|
49
49
|
mainMediaId?: number;
|
|
50
|
-
mainMedia?:
|
|
50
|
+
mainMedia?: CreateMediaDto;
|
|
51
51
|
registrationAccess?: RegistrationAccessEnum;
|
|
52
52
|
newParentFolderId?: number;
|
|
53
53
|
metaType?: MetaTypeEnum;
|
|
@@ -115,6 +115,14 @@ export declare class GetFolderHierarchyDto {
|
|
|
115
115
|
excludeIds?: number[];
|
|
116
116
|
metaTypes?: MetaTypeEnum[];
|
|
117
117
|
}
|
|
118
|
+
/**
|
|
119
|
+
* Query DTO for GET /folders/hierarchy.
|
|
120
|
+
* Extends shared hierarchy filters with optional sibling sort by name.
|
|
121
|
+
*/
|
|
122
|
+
export declare class GetFolderHierarchyQueryDto extends GetFolderHierarchyDto {
|
|
123
|
+
sortColumn?: FolderHierarchySortColumnEnum;
|
|
124
|
+
sortOrder?: OrderByEnum;
|
|
125
|
+
}
|
|
118
126
|
export declare class FolderAsGroupResponseDto implements IGroupResponse {
|
|
119
127
|
id: number;
|
|
120
128
|
waiversCount: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NotifyFolderContentsUsersDto = exports.NotifyFoldersUsersDto = exports.GetFoldersDto = exports.FolderHierarchyResponseDto = exports.FolderAsGroupResponseDto = exports.GetFolderHierarchyDto = exports.GetFolderByIdOptionsDto = exports.MoveFolderContentDto = exports.FolderInviteShowDto = exports.FolderInviteUuidDto = exports.FolderContentsMoveDto = exports.GetFolderContentsDto = exports.FolderContentShowDto = exports.FolderContentByIdDto = exports.AddContentDto = exports.FindOrCreateFolderDto = exports.CloneFolderDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.FolderShowDto = exports.FolderByIdDto = void 0;
|
|
3
|
+
exports.NotifyFolderContentsUsersDto = exports.NotifyFoldersUsersDto = exports.GetFoldersDto = exports.FolderHierarchyResponseDto = exports.FolderAsGroupResponseDto = exports.GetFolderHierarchyQueryDto = exports.GetFolderHierarchyDto = exports.GetFolderByIdOptionsDto = exports.MoveFolderContentDto = exports.FolderInviteShowDto = exports.FolderInviteUuidDto = exports.FolderContentsMoveDto = exports.GetFolderContentsDto = exports.FolderContentShowDto = exports.FolderContentByIdDto = exports.AddContentDto = exports.FindOrCreateFolderDto = exports.CloneFolderDto = exports.DeleteFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = exports.FolderShowDto = exports.FolderByIdDto = void 0;
|
|
4
4
|
const general_dto_1 = require("../../dto/general.dto");
|
|
5
5
|
const backoffice_notify_dto_1 = require("../../notifications/dto/backoffice.notify.dto");
|
|
6
6
|
const enums_service_1 = require("../../services/enums.service");
|
|
@@ -62,6 +62,17 @@ exports.GetFolderByIdOptionsDto = GetFolderByIdOptionsDto;
|
|
|
62
62
|
class GetFolderHierarchyDto {
|
|
63
63
|
}
|
|
64
64
|
exports.GetFolderHierarchyDto = GetFolderHierarchyDto;
|
|
65
|
+
/**
|
|
66
|
+
* Query DTO for GET /folders/hierarchy.
|
|
67
|
+
* Extends shared hierarchy filters with optional sibling sort by name.
|
|
68
|
+
*/
|
|
69
|
+
class GetFolderHierarchyQueryDto extends GetFolderHierarchyDto {
|
|
70
|
+
constructor() {
|
|
71
|
+
super(...arguments);
|
|
72
|
+
this.sortOrder = enums_service_1.OrderByEnum.ASC;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.GetFolderHierarchyQueryDto = GetFolderHierarchyQueryDto;
|
|
65
76
|
class FolderAsGroupResponseDto {
|
|
66
77
|
}
|
|
67
78
|
exports.FolderAsGroupResponseDto = FolderAsGroupResponseDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder.dto.js","sourceRoot":"","sources":["../../../../src/types/folders/dto/folder.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,yFAAoF;AAEpF,gEAAyE;AAKzE,
|
|
1
|
+
{"version":3,"file":"folder.dto.js","sourceRoot":"","sources":["../../../../src/types/folders/dto/folder.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,yFAAoF;AAEpF,gEAAyE;AAKzE,0DAMgC;AAOhC,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,aAAa;CAmCzB;AAnCD,sCAmCC;AAED,MAAa,eAAe;CAsB3B;AAtBD,0CAsBC;AAED,MAAa,eAAe;CAkB3B;AAlBD,0CAkBC;AAED,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED;;;;;GAKG;AACH,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED,MAAa,aAAa;CAIzB;AAJD,sCAIC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,oBAAoB;CAOhC;AAPD,oDAOC;AAED,MAAa,oBAAqB,SAAQ,6BAAe;CAIxD;AAJD,oDAIC;AAED,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,mBAAmB;CAW/B;AAXD,kDAWC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED;;;GAGG;AACH,MAAa,0BAA2B,SAAQ,qBAAqB;IAArE;;QAGC,cAAS,GAAiB,2BAAW,CAAC,GAAG,CAAC;IAC3C,CAAC;CAAA;AAJD,gEAIC;AAED,MAAa,wBAAwB;CAwCpC;AAxCD,4DAwCC;AAED,MAAa,0BAA0B;CAyDtC;AAzDD,gEAyDC;AAED;;;;;;;;;GASG;AACH,MAAa,aAAc,SAAQ,qBAAqB;IAAxD;;QACC,eAAU,GAA0B,oCAAoB,CAAC,IAAI,CAAC;QAE9D,cAAS,GAAiB,2BAAW,CAAC,GAAG,CAAC;IAC3C,CAAC;CAAA;AAJD,sCAIC;AAED;;;GAGG;AACH,MAAa,qBAAsB,SAAQ,2CAAmB;CAE7D;AAFD,sDAEC;AAED;;;;GAIG;AACH,MAAa,4BAA6B,SAAQ,2CAAmB;CAEpE;AAFD,oEAEC"}
|
|
@@ -8,7 +8,8 @@ export declare enum ContentType {
|
|
|
8
8
|
EVENT = 40,
|
|
9
9
|
PROGRAM_SEASON = 50,
|
|
10
10
|
PROGRAM_SEGMENT = 60,
|
|
11
|
-
LEAGUE_SCHEDULE_DATA = 70
|
|
11
|
+
LEAGUE_SCHEDULE_DATA = 70,
|
|
12
|
+
TEAM_IDENTITY = 80
|
|
12
13
|
}
|
|
13
14
|
export declare class FolderContent extends BondBaseEntity {
|
|
14
15
|
contentType: ContentType;
|
|
@@ -11,6 +11,7 @@ var ContentType;
|
|
|
11
11
|
ContentType[ContentType["PROGRAM_SEASON"] = 50] = "PROGRAM_SEASON";
|
|
12
12
|
ContentType[ContentType["PROGRAM_SEGMENT"] = 60] = "PROGRAM_SEGMENT";
|
|
13
13
|
ContentType[ContentType["LEAGUE_SCHEDULE_DATA"] = 70] = "LEAGUE_SCHEDULE_DATA";
|
|
14
|
+
ContentType[ContentType["TEAM_IDENTITY"] = 80] = "TEAM_IDENTITY";
|
|
14
15
|
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
|
15
16
|
class FolderContent extends BondBaseEntity_1.BondBaseEntity {
|
|
16
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder-content.entity.js","sourceRoot":"","sources":["../../../../src/types/folders/entities/folder-content.entity.ts"],"names":[],"mappings":";;;AAGA,gEAA6D;AAI7D,IAAY,
|
|
1
|
+
{"version":3,"file":"folder-content.entity.js","sourceRoot":"","sources":["../../../../src/types/folders/entities/folder-content.entity.ts"],"names":[],"mappings":";;;AAGA,gEAA6D;AAI7D,IAAY,WASX;AATD,WAAY,WAAW;IACtB,kDAAW,CAAA;IACX,8CAAS,CAAA;IACT,0EAAuB,CAAA;IACvB,gDAAU,CAAA;IACV,kEAAmB,CAAA;IACnB,oEAAoB,CAAA;IACpB,8EAAyB,CAAA;IACzB,gEAAkB,CAAA;AACnB,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB;AAED,MAAa,aAAc,SAAQ,+BAAc;CAgBhD;AAhBD,sCAgBC"}
|
|
@@ -39,7 +39,12 @@ exports.SUBFOLDER_CAPACITY_LOCK_MAX_ATTEMPTS = 50;
|
|
|
39
39
|
* Delay between subfolder-capacity advisory lock acquisition attempts.
|
|
40
40
|
*/
|
|
41
41
|
exports.SUBFOLDER_CAPACITY_LOCK_RETRY_DELAY_MS = 200;
|
|
42
|
-
exports.DEFAULT_MAX_SUBFOLDER_COUNT_EXEMPTION_METATYPES = [
|
|
42
|
+
exports.DEFAULT_MAX_SUBFOLDER_COUNT_EXEMPTION_METATYPES = [
|
|
43
|
+
folders_enums_1.MetaTypeEnum.UNSPECIFIED,
|
|
44
|
+
folders_enums_1.MetaTypeEnum.GROUP,
|
|
45
|
+
folders_enums_1.MetaTypeEnum.SESSION_ROOT,
|
|
46
|
+
folders_enums_1.MetaTypeEnum.SEGMENT,
|
|
47
|
+
];
|
|
43
48
|
exports.DEFAULT_STAFF_EXEMPTION_PARTICIPANT_TYPES = [
|
|
44
49
|
enums_service_1.ProductSubTypesEnum.LEAGUE_V2_ORGANIZER,
|
|
45
50
|
enums_service_1.ProductSubTypesEnum.LEAGUE_V2_COACH,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder-restrictions.consts.js","sourceRoot":"","sources":["../../../../src/types/folders/types/folder-restrictions.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAmE;AAEnE,2EAAiF;AACjF,mDAA+C;AAElC,QAAA,cAAc,GAAG,cAAc,CAAC;AAEhC,QAAA,mBAAmB,GAAG,kBAAkB,CAAC;AAEzC,QAAA,qBAAqB,GAAG,oBAAoB,CAAC;AAE7C,QAAA,sBAAsB,GAAyD;IAC3F,CAAC,8DAAkC,CAAC,mBAAmB,CAAC,EAAE,CAAC,mBAAmB,CAAC;IAC/E,CAAC,8DAAkC,CAAC,cAAc,CAAC,EAAE,CAAC,sBAAc,CAAC;IACrE,CAAC,8DAAkC,CAAC,mBAAmB,CAAC,EAAE,CAAC,2BAAmB,CAAC;IAC/E,CAAC,8DAAkC,CAAC,qBAAqB,CAAC,EAAE,CAAC,6BAAqB,CAAC;IACnF,CAAC,8DAAkC,CAAC,aAAa,CAAC,EAAE,CAAC,mBAAmB,CAAC;IACzE,CAAC,8DAAkC,CAAC,YAAY,CAAC,EAAE,CAAC,oBAAoB,CAAC;IACzE,CAAC,8DAAkC,CAAC,aAAa,CAAC,EAAE,CAAC,0BAA0B,CAAC;IAChF,CAAC,8DAAkC,CAAC,WAAW,CAAC,EAAE,CAAC,0BAA0B,CAAC;IAC9E,CAAC,8DAAkC,CAAC,kBAAkB,CAAC,EAAE,CAAC,oBAAoB,CAAC;CAC/E,CAAC;AAEW,QAAA,kCAAkC,GAAG,CAAC,CAAC;AAEvC,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAEzC;;;;;GAKG;AACU,QAAA,0CAA0C,GAAG,IAAI,CAAC;AAE/D;;;;;;GAMG;AACU,QAAA,oCAAoC,GAAG,EAAE,CAAC;AAEvD;;GAEG;AACU,QAAA,sCAAsC,GAAG,GAAG,CAAC;AAE7C,QAAA,+CAA+C,GAAG,
|
|
1
|
+
{"version":3,"file":"folder-restrictions.consts.js","sourceRoot":"","sources":["../../../../src/types/folders/types/folder-restrictions.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAmE;AAEnE,2EAAiF;AACjF,mDAA+C;AAElC,QAAA,cAAc,GAAG,cAAc,CAAC;AAEhC,QAAA,mBAAmB,GAAG,kBAAkB,CAAC;AAEzC,QAAA,qBAAqB,GAAG,oBAAoB,CAAC;AAE7C,QAAA,sBAAsB,GAAyD;IAC3F,CAAC,8DAAkC,CAAC,mBAAmB,CAAC,EAAE,CAAC,mBAAmB,CAAC;IAC/E,CAAC,8DAAkC,CAAC,cAAc,CAAC,EAAE,CAAC,sBAAc,CAAC;IACrE,CAAC,8DAAkC,CAAC,mBAAmB,CAAC,EAAE,CAAC,2BAAmB,CAAC;IAC/E,CAAC,8DAAkC,CAAC,qBAAqB,CAAC,EAAE,CAAC,6BAAqB,CAAC;IACnF,CAAC,8DAAkC,CAAC,aAAa,CAAC,EAAE,CAAC,mBAAmB,CAAC;IACzE,CAAC,8DAAkC,CAAC,YAAY,CAAC,EAAE,CAAC,oBAAoB,CAAC;IACzE,CAAC,8DAAkC,CAAC,aAAa,CAAC,EAAE,CAAC,0BAA0B,CAAC;IAChF,CAAC,8DAAkC,CAAC,WAAW,CAAC,EAAE,CAAC,0BAA0B,CAAC;IAC9E,CAAC,8DAAkC,CAAC,kBAAkB,CAAC,EAAE,CAAC,oBAAoB,CAAC;CAC/E,CAAC;AAEW,QAAA,kCAAkC,GAAG,CAAC,CAAC;AAEvC,QAAA,qBAAqB,GAAG,GAAG,CAAC;AAEzC;;;;;GAKG;AACU,QAAA,0CAA0C,GAAG,IAAI,CAAC;AAE/D;;;;;;GAMG;AACU,QAAA,oCAAoC,GAAG,EAAE,CAAC;AAEvD;;GAEG;AACU,QAAA,sCAAsC,GAAG,GAAG,CAAC;AAE7C,QAAA,+CAA+C,GAAG;IAC9D,4BAAY,CAAC,WAAW;IACxB,4BAAY,CAAC,KAAK;IAClB,4BAAY,CAAC,YAAY;IACzB,4BAAY,CAAC,OAAO;CACpB,CAAC;AAEW,QAAA,yCAAyC,GAAG;IACxD,mCAAmB,CAAC,mBAAmB;IACvC,mCAAmB,CAAC,eAAe;CACnC,CAAC;AAEW,QAAA,kDAAkD,GAAG,iDAAyC,CAAC;AAE/F,QAAA,wDAAwD,GAAG,iDAAyC,CAAC;AAErG,QAAA,wDAAwD,GAAG,iDAAyC,CAAC"}
|
|
@@ -9,13 +9,18 @@ export declare enum FolderSortColumnEnum {
|
|
|
9
9
|
NAME = "name",
|
|
10
10
|
CATEGORY = "category"
|
|
11
11
|
}
|
|
12
|
+
export declare enum FolderHierarchySortColumnEnum {
|
|
13
|
+
NAME = "name"
|
|
14
|
+
}
|
|
12
15
|
export declare enum ReferableTypeEnum {
|
|
13
16
|
PROGRAM_SEASON = 10
|
|
14
17
|
}
|
|
15
18
|
export declare enum MetaTypeEnum {
|
|
16
19
|
UNSPECIFIED = 0,
|
|
17
20
|
GROUP = 1,
|
|
18
|
-
TEAM = 2
|
|
21
|
+
TEAM = 2,
|
|
22
|
+
SESSION_ROOT = 3,
|
|
23
|
+
SEGMENT = 4
|
|
19
24
|
}
|
|
20
25
|
export declare enum RegistrationAccessEnum {
|
|
21
26
|
OPEN = 1,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FolderRestrictionActionEnum = exports.RegistrationAccessEnum = exports.MetaTypeEnum = exports.ReferableTypeEnum = exports.FolderSortColumnEnum = exports.GroupsSortByFieldsEnum = void 0;
|
|
3
|
+
exports.FolderRestrictionActionEnum = exports.RegistrationAccessEnum = exports.MetaTypeEnum = exports.ReferableTypeEnum = exports.FolderHierarchySortColumnEnum = exports.FolderSortColumnEnum = exports.GroupsSortByFieldsEnum = void 0;
|
|
4
4
|
var GroupsSortByFieldsEnum;
|
|
5
5
|
(function (GroupsSortByFieldsEnum) {
|
|
6
6
|
GroupsSortByFieldsEnum["NAME"] = "name";
|
|
@@ -14,6 +14,10 @@ var FolderSortColumnEnum;
|
|
|
14
14
|
FolderSortColumnEnum["NAME"] = "name";
|
|
15
15
|
FolderSortColumnEnum["CATEGORY"] = "category";
|
|
16
16
|
})(FolderSortColumnEnum = exports.FolderSortColumnEnum || (exports.FolderSortColumnEnum = {}));
|
|
17
|
+
var FolderHierarchySortColumnEnum;
|
|
18
|
+
(function (FolderHierarchySortColumnEnum) {
|
|
19
|
+
FolderHierarchySortColumnEnum["NAME"] = "name";
|
|
20
|
+
})(FolderHierarchySortColumnEnum = exports.FolderHierarchySortColumnEnum || (exports.FolderHierarchySortColumnEnum = {}));
|
|
17
21
|
var ReferableTypeEnum;
|
|
18
22
|
(function (ReferableTypeEnum) {
|
|
19
23
|
ReferableTypeEnum[ReferableTypeEnum["PROGRAM_SEASON"] = 10] = "PROGRAM_SEASON";
|
|
@@ -27,6 +31,8 @@ var MetaTypeEnum;
|
|
|
27
31
|
// Defined and used by Session Participants -- see that module for more details
|
|
28
32
|
MetaTypeEnum[MetaTypeEnum["GROUP"] = 1] = "GROUP";
|
|
29
33
|
MetaTypeEnum[MetaTypeEnum["TEAM"] = 2] = "TEAM";
|
|
34
|
+
MetaTypeEnum[MetaTypeEnum["SESSION_ROOT"] = 3] = "SESSION_ROOT";
|
|
35
|
+
MetaTypeEnum[MetaTypeEnum["SEGMENT"] = 4] = "SEGMENT";
|
|
30
36
|
})(MetaTypeEnum = exports.MetaTypeEnum || (exports.MetaTypeEnum = {}));
|
|
31
37
|
var RegistrationAccessEnum;
|
|
32
38
|
(function (RegistrationAccessEnum) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folders.enums.js","sourceRoot":"","sources":["../../../../src/types/folders/types/folders.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAMX;AAND,WAAY,sBAAsB;IACjC,uCAAa,CAAA;IACb,oDAA0B,CAAA;IAC1B,wDAA8B,CAAA;IAC9B,wDAA8B,CAAA;IAC9B,oDAA0B,CAAA;AAC3B,CAAC,EANW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAMjC;AAED,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC/B,qCAAa,CAAA;IACb,6CAAqB,CAAA;AACtB,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B;AAED,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC5B,8EAAmB,CAAA;AACpB,CAAC,EAFW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAE5B;AAED,wDAAwD;AACxD,mHAAmH;AACnH,4CAA4C;AAC5C,IAAY,
|
|
1
|
+
{"version":3,"file":"folders.enums.js","sourceRoot":"","sources":["../../../../src/types/folders/types/folders.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAMX;AAND,WAAY,sBAAsB;IACjC,uCAAa,CAAA;IACb,oDAA0B,CAAA;IAC1B,wDAA8B,CAAA;IAC9B,wDAA8B,CAAA;IAC9B,oDAA0B,CAAA;AAC3B,CAAC,EANW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAMjC;AAED,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC/B,qCAAa,CAAA;IACb,6CAAqB,CAAA;AACtB,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B;AAED,IAAY,6BAEX;AAFD,WAAY,6BAA6B;IACxC,8CAAa,CAAA;AACd,CAAC,EAFW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAExC;AAED,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC5B,8EAAmB,CAAA;AACpB,CAAC,EAFW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAE5B;AAED,wDAAwD;AACxD,mHAAmH;AACnH,4CAA4C;AAC5C,IAAY,YAQX;AARD,WAAY,YAAY;IACvB,6DAAe,CAAA;IAEf,+EAA+E;IAC/E,iDAAS,CAAA;IACT,+CAAQ,CAAA;IACR,+DAAgB,CAAA;IAChB,qDAAW,CAAA;AACZ,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB;AAED,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IACjC,mEAAQ,CAAA;IACR,2FAAoB,CAAA;AACrB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACtC,oDAAqB,CAAA;IACrB,oEAAqC,CAAA;AACtC,CAAC,EAHW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAGtC"}
|
|
@@ -10,6 +10,7 @@ export interface IFolderContentsByFolderQueryParams {
|
|
|
10
10
|
contentTypes?: ContentType[];
|
|
11
11
|
excludedContentIds?: number[];
|
|
12
12
|
excludedFolderContentIds?: number[];
|
|
13
|
+
teamRoles?: string[];
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
15
16
|
* Parameters for building folder contents by IDs query
|
|
@@ -28,6 +29,7 @@ export interface IGetFolderContentsParams {
|
|
|
28
29
|
contentTypes?: ContentType[];
|
|
29
30
|
excludedContentIds?: number[];
|
|
30
31
|
excludedFolderContentIds?: number[];
|
|
32
|
+
teamRoles?: string[];
|
|
31
33
|
folderIds: number[];
|
|
32
34
|
}
|
|
33
35
|
/**
|
|
@@ -171,6 +171,7 @@ export interface IBulkFolderRestrictionOptions extends IFolderRestrictionOptions
|
|
|
171
171
|
*/
|
|
172
172
|
export interface IFolderRestrictionStatusOptions extends IFolderRestrictionOptions {
|
|
173
173
|
userId?: number;
|
|
174
|
+
includeDeleted?: boolean;
|
|
174
175
|
user?: User;
|
|
175
176
|
}
|
|
176
177
|
/**
|
|
@@ -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 {
|
|
@@ -35,10 +32,7 @@ export declare class AccountingCodeDto extends IdDto {
|
|
|
35
32
|
resourceType?: GlResourceTypeEnum;
|
|
36
33
|
productType?: ProductTypesEnum;
|
|
37
34
|
}
|
|
38
|
-
export declare class
|
|
39
|
-
expand?: GlCodeExpandEnum[];
|
|
40
|
-
}
|
|
41
|
-
export declare class FindGlCodesFiltersDto extends ExpandGlCodeDto {
|
|
35
|
+
export declare class FindGlCodesFiltersDto {
|
|
42
36
|
label?: string;
|
|
43
37
|
includeInactive?: boolean;
|
|
44
38
|
codes?: string[];
|
|
@@ -47,7 +41,6 @@ export declare class FindGlCodesFiltersDto extends ExpandGlCodeDto {
|
|
|
47
41
|
productTypes?: ProductTypesEnum[];
|
|
48
42
|
isResourceTypeNullable?: boolean;
|
|
49
43
|
glTypeIds?: number[];
|
|
50
|
-
facilitiesIds?: number[];
|
|
51
44
|
}
|
|
52
45
|
export declare class GetGlCodesFiltersDto extends PaginationQuery implements IGlCodesFilters {
|
|
53
46
|
search?: string;
|
|
@@ -56,11 +49,13 @@ export declare class GetGlCodesFiltersDto extends PaginationQuery implements IGl
|
|
|
56
49
|
resourceTypes?: GlResourceTypeEnum[];
|
|
57
50
|
productTypes?: ProductTypesEnum[];
|
|
58
51
|
glTypeIds?: number[];
|
|
59
|
-
facilitiesIds?: number[];
|
|
60
52
|
orderBy?: GlCodeOrderByEnum;
|
|
61
53
|
order?: OrderByEnum;
|
|
62
54
|
expand?: GlCodeExpandEnum[];
|
|
63
55
|
}
|
|
56
|
+
export declare class ExpandGlCodeDto {
|
|
57
|
+
expand?: GlCodeExpandEnum[];
|
|
58
|
+
}
|
|
64
59
|
export declare class UpdateGlCodeDto {
|
|
65
60
|
id: number;
|
|
66
61
|
code?: string;
|
|
@@ -69,7 +64,6 @@ export declare class UpdateGlCodeDto {
|
|
|
69
64
|
resourceType?: GlResourceTypeEnum;
|
|
70
65
|
productType?: ProductTypesEnum;
|
|
71
66
|
glTypeId?: number;
|
|
72
|
-
facilitiesIds?: number[];
|
|
73
67
|
}
|
|
74
68
|
export declare class MassActionUpdateGlCodeDto {
|
|
75
69
|
label?: string;
|
|
@@ -90,5 +84,4 @@ export declare class MassActionGlCodesQueryDto extends MassActionFilterDto imple
|
|
|
90
84
|
resourceTypes?: GlResourceTypeEnum[];
|
|
91
85
|
productTypes?: ProductTypesEnum[];
|
|
92
86
|
glTypeIds?: number[];
|
|
93
|
-
facilitiesIds?: number[];
|
|
94
87
|
}
|
|
@@ -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.
|
|
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;
|
|
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,12 +15,8 @@ exports.GlCodeDto = GlCodeDto;
|
|
|
15
15
|
class AccountingCodeDto extends general_dto_1.IdDto {
|
|
16
16
|
}
|
|
17
17
|
exports.AccountingCodeDto = AccountingCodeDto;
|
|
18
|
-
class
|
|
19
|
-
}
|
|
20
|
-
exports.ExpandGlCodeDto = ExpandGlCodeDto;
|
|
21
|
-
class FindGlCodesFiltersDto extends ExpandGlCodeDto {
|
|
18
|
+
class FindGlCodesFiltersDto {
|
|
22
19
|
constructor() {
|
|
23
|
-
super(...arguments);
|
|
24
20
|
this.isResourceTypeNullable = true;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
@@ -28,6 +24,9 @@ exports.FindGlCodesFiltersDto = FindGlCodesFiltersDto;
|
|
|
28
24
|
class GetGlCodesFiltersDto extends general_dto_1.PaginationQuery {
|
|
29
25
|
}
|
|
30
26
|
exports.GetGlCodesFiltersDto = GetGlCodesFiltersDto;
|
|
27
|
+
class ExpandGlCodeDto {
|
|
28
|
+
}
|
|
29
|
+
exports.ExpandGlCodeDto = ExpandGlCodeDto;
|
|
31
30
|
class UpdateGlCodeDto {
|
|
32
31
|
}
|
|
33
32
|
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;
|
|
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;
|
|
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"}
|
|
@@ -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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/gl-codes/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,mDAAiC"}
|
|
@@ -30,6 +30,5 @@ var GlCodeOrderByEnum;
|
|
|
30
30
|
var GlCodeExpandEnum;
|
|
31
31
|
(function (GlCodeExpandEnum) {
|
|
32
32
|
GlCodeExpandEnum["ASSIGNED_RESOURCES"] = "assignedResources";
|
|
33
|
-
GlCodeExpandEnum["FACILITIES"] = "facilities";
|
|
34
33
|
})(GlCodeExpandEnum = exports.GlCodeExpandEnum || (exports.GlCodeExpandEnum = {}));
|
|
35
34
|
//# 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,
|
|
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,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;
|