@bondsports/types 0.0.169 → 0.0.171
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/build/index.d.ts +218 -218
- package/build/index.es.js.map +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -936,6 +936,14 @@ export declare class ProgramHighlightDto {
|
|
|
936
936
|
type: ProgramHighlightTypeEnum;
|
|
937
937
|
title: string;
|
|
938
938
|
}
|
|
939
|
+
export declare class CreateResourceGroupDto {
|
|
940
|
+
name: string;
|
|
941
|
+
parentSlotId: number;
|
|
942
|
+
facilityId: number;
|
|
943
|
+
childrenSlotIds: number[];
|
|
944
|
+
}
|
|
945
|
+
export declare class UpdateResourceGroupDto extends CreateResourceGroupDto {
|
|
946
|
+
}
|
|
939
947
|
export declare class PurchasePaymentDto {
|
|
940
948
|
token: string;
|
|
941
949
|
type: PaymentMethodTypeEnum;
|
|
@@ -1009,14 +1017,6 @@ export declare class PartialPaymentAsUserDto {
|
|
|
1009
1017
|
paymentMethodData: any;
|
|
1010
1018
|
platform?: PlatformsEnum;
|
|
1011
1019
|
}
|
|
1012
|
-
export declare class CreateResourceGroupDto {
|
|
1013
|
-
name: string;
|
|
1014
|
-
parentSlotId: number;
|
|
1015
|
-
facilityId: number;
|
|
1016
|
-
childrenSlotIds: number[];
|
|
1017
|
-
}
|
|
1018
|
-
export declare class UpdateResourceGroupDto extends CreateResourceGroupDto {
|
|
1019
|
-
}
|
|
1020
1020
|
export declare class ResourceDto {
|
|
1021
1021
|
type: ResourceNameTypeEnum;
|
|
1022
1022
|
id: number;
|
|
@@ -1157,11 +1157,6 @@ export declare class Athlete extends BondBaseEntity {
|
|
|
1157
1157
|
metadata: object | null;
|
|
1158
1158
|
athleteSports: AthleteSports[];
|
|
1159
1159
|
}
|
|
1160
|
-
export declare class AthleteSports extends BondBaseEntity {
|
|
1161
|
-
athleteId: number | null;
|
|
1162
|
-
sports: number | null;
|
|
1163
|
-
levelOfPlay: LevelOfPlayEnum | null;
|
|
1164
|
-
}
|
|
1165
1160
|
export declare class BlockedDate extends BondBaseEntity {
|
|
1166
1161
|
entityType: ResourceNameTypeEnum;
|
|
1167
1162
|
entityId: number;
|
|
@@ -1203,6 +1198,11 @@ export declare class BookingTypeSetting extends OrganizationConnectionBaseEntity
|
|
|
1203
1198
|
endTimeInDay: string;
|
|
1204
1199
|
directBookingFor: DirectBookingTypesEnum;
|
|
1205
1200
|
}
|
|
1201
|
+
export declare class AthleteSports extends BondBaseEntity {
|
|
1202
|
+
athleteId: number | null;
|
|
1203
|
+
sports: number | null;
|
|
1204
|
+
levelOfPlay: LevelOfPlayEnum | null;
|
|
1205
|
+
}
|
|
1206
1206
|
export declare class Configuration extends BondBaseEntity {
|
|
1207
1207
|
area: string;
|
|
1208
1208
|
key: string;
|
|
@@ -1570,16 +1570,6 @@ export declare class LeagueSeasonRelations {
|
|
|
1570
1570
|
league?: boolean;
|
|
1571
1571
|
facilities?: boolean;
|
|
1572
1572
|
}
|
|
1573
|
-
export declare class LineItemHistory extends BondBaseEntity {
|
|
1574
|
-
invoiceId: number;
|
|
1575
|
-
paymentId: number;
|
|
1576
|
-
lineItemId: number;
|
|
1577
|
-
paidAmount: number;
|
|
1578
|
-
unitPaidAmount: number;
|
|
1579
|
-
currency: CurrencyEnum;
|
|
1580
|
-
payment: Payment;
|
|
1581
|
-
lineItem: LineItems;
|
|
1582
|
-
}
|
|
1583
1573
|
export declare class LineItems extends BondBaseEntity {
|
|
1584
1574
|
constructor();
|
|
1585
1575
|
defineIsReverted(): void;
|
|
@@ -1635,6 +1625,16 @@ export declare class LineItems extends BondBaseEntity {
|
|
|
1635
1625
|
displayUnitPrice?: number;
|
|
1636
1626
|
displayQuantity?: number;
|
|
1637
1627
|
}
|
|
1628
|
+
export declare class LineItemHistory extends BondBaseEntity {
|
|
1629
|
+
invoiceId: number;
|
|
1630
|
+
paymentId: number;
|
|
1631
|
+
lineItemId: number;
|
|
1632
|
+
paidAmount: number;
|
|
1633
|
+
unitPaidAmount: number;
|
|
1634
|
+
currency: CurrencyEnum;
|
|
1635
|
+
payment: Payment;
|
|
1636
|
+
lineItem: LineItems;
|
|
1637
|
+
}
|
|
1638
1638
|
export declare class LinkedAccounts extends BondBaseEntity {
|
|
1639
1639
|
id: number;
|
|
1640
1640
|
provider: string;
|
|
@@ -1735,9 +1735,6 @@ export declare class OpeningTime extends OrganizationConnectionBaseEntity {
|
|
|
1735
1735
|
deletedAt?: Date;
|
|
1736
1736
|
facility: Facility;
|
|
1737
1737
|
}
|
|
1738
|
-
export declare class OrganizationConnectionBaseEntity extends BondBaseEntity {
|
|
1739
|
-
organizationId: number;
|
|
1740
|
-
}
|
|
1741
1738
|
export declare class PackageV1 extends BondBaseEntity {
|
|
1742
1739
|
name?: string;
|
|
1743
1740
|
description?: string;
|
|
@@ -1755,6 +1752,9 @@ export declare class PackageV1 extends BondBaseEntity {
|
|
|
1755
1752
|
isMandatory: boolean;
|
|
1756
1753
|
productId: number;
|
|
1757
1754
|
}
|
|
1755
|
+
export declare class OrganizationConnectionBaseEntity extends BondBaseEntity {
|
|
1756
|
+
organizationId: number;
|
|
1757
|
+
}
|
|
1758
1758
|
export declare class PasswordReset extends BondBaseEntity {
|
|
1759
1759
|
token: string | null;
|
|
1760
1760
|
userId: number | null;
|
|
@@ -2090,11 +2090,6 @@ export declare class Questions extends BondBaseEntity {
|
|
|
2090
2090
|
ownerId: number | null;
|
|
2091
2091
|
questionnaireId: number | null;
|
|
2092
2092
|
}
|
|
2093
|
-
export declare class RefundReason extends OrganizationConnectionBaseEntity {
|
|
2094
|
-
reason: string;
|
|
2095
|
-
ordinal: number;
|
|
2096
|
-
deletedAt: Date;
|
|
2097
|
-
}
|
|
2098
2093
|
export declare class RegistrationConstraint extends OrganizationConnectionBaseEntity {
|
|
2099
2094
|
resourceType: ResourceNameTypeEnum;
|
|
2100
2095
|
resourceId: number;
|
|
@@ -2138,6 +2133,11 @@ export declare class Reservations extends OrganizationConnectionBaseEntity {
|
|
|
2138
2133
|
publicNotes?: string;
|
|
2139
2134
|
slots?: Slot[];
|
|
2140
2135
|
}
|
|
2136
|
+
export declare class RefundReason extends OrganizationConnectionBaseEntity {
|
|
2137
|
+
reason: string;
|
|
2138
|
+
ordinal: number;
|
|
2139
|
+
deletedAt: Date;
|
|
2140
|
+
}
|
|
2141
2141
|
export declare class Resource extends OrganizationConnectionBaseEntity {
|
|
2142
2142
|
name: string;
|
|
2143
2143
|
resourceType: ResourceTypeEnum;
|
|
@@ -3449,15 +3449,15 @@ export declare class SeasonRounds extends BondBaseEntity {
|
|
|
3449
3449
|
divisionId?: number;
|
|
3450
3450
|
name: string;
|
|
3451
3451
|
}
|
|
3452
|
+
export declare class Lock extends BondBaseEntity {
|
|
3453
|
+
name: string;
|
|
3454
|
+
locked?: Date;
|
|
3455
|
+
}
|
|
3452
3456
|
export declare class TeamEvents extends BondBaseEntity {
|
|
3453
3457
|
teamId: number | null;
|
|
3454
3458
|
eventId: number | null;
|
|
3455
3459
|
status: number | null;
|
|
3456
3460
|
}
|
|
3457
|
-
export declare class Lock extends BondBaseEntity {
|
|
3458
|
-
name: string;
|
|
3459
|
-
locked?: Date;
|
|
3460
|
-
}
|
|
3461
3461
|
export interface ValidatedMonthAndDay {
|
|
3462
3462
|
valid: boolean;
|
|
3463
3463
|
month?: number;
|
|
@@ -3490,102 +3490,34 @@ export declare class MonitorConfig extends OrganizationConnectionBaseEntity {
|
|
|
3490
3490
|
code: string;
|
|
3491
3491
|
config?: any;
|
|
3492
3492
|
}
|
|
3493
|
-
export declare class
|
|
3493
|
+
export declare class NotifyTracker extends BondBaseEntity {
|
|
3494
|
+
userId: number;
|
|
3494
3495
|
organizationId: number;
|
|
3496
|
+
notifyMetadata?: any;
|
|
3497
|
+
notfiyMethodtype: NotifyMethodEnum;
|
|
3498
|
+
destination: string;
|
|
3495
3499
|
}
|
|
3496
|
-
export declare class
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
export declare class FindUnallocatedEventsFiltersDto extends PaginationQuery {
|
|
3509
|
-
programsIds?: string;
|
|
3510
|
-
sessionsIds?: string;
|
|
3511
|
-
segmentsIds?: string;
|
|
3512
|
-
startDate?: string;
|
|
3513
|
-
endDate?: string;
|
|
3514
|
-
months?: string;
|
|
3515
|
-
dow?: string;
|
|
3516
|
-
}
|
|
3517
|
-
export declare class Organization extends BondBaseEntity {
|
|
3518
|
-
name: string | null;
|
|
3519
|
-
email: string | null;
|
|
3520
|
-
twitter: string | null;
|
|
3521
|
-
facebook: string | null;
|
|
3522
|
-
instagram: string | null;
|
|
3523
|
-
website: string | null;
|
|
3524
|
-
blog: string | null;
|
|
3525
|
-
phoneNumber: string | null;
|
|
3526
|
-
waiverDoc: string | null;
|
|
3527
|
-
about: string | null;
|
|
3528
|
-
tagline: string | null;
|
|
3529
|
-
status: number | null;
|
|
3530
|
-
addressId: number | null;
|
|
3531
|
-
merchantId: number | null;
|
|
3532
|
-
userCreatorId: number | null;
|
|
3533
|
-
parentId: number | null;
|
|
3534
|
-
paymentSettings: object | null;
|
|
3535
|
-
settings: object | null;
|
|
3536
|
-
isClaimed: boolean | null;
|
|
3537
|
-
sports: number[] | null;
|
|
3538
|
-
mainMediaId: number | null;
|
|
3539
|
-
deletedAt: Date | null;
|
|
3540
|
-
organizationActivityTypes: number[] | null;
|
|
3541
|
-
organizationTypes: number[] | null;
|
|
3542
|
-
organizationAudienceTypes: number[] | null;
|
|
3543
|
-
organizationGenders: number[] | null;
|
|
3544
|
-
questionnaireId: number | null;
|
|
3545
|
-
membershipQuestionnaireId: number | null;
|
|
3546
|
-
feeRate: number;
|
|
3547
|
-
feeAddDollarRate: number;
|
|
3548
|
-
achFeeRate: number;
|
|
3549
|
-
achFeeAddDollarRate: number;
|
|
3550
|
-
maxAchFee: number;
|
|
3551
|
-
cashFeeRate: number;
|
|
3552
|
-
cashFeeAddDollarRate: number;
|
|
3553
|
-
terminalFeeRate: number;
|
|
3554
|
-
terminalFeeAddDollarRate: number;
|
|
3555
|
-
checkFeeRate: number;
|
|
3556
|
-
checkFeeAddDollarRate: number;
|
|
3557
|
-
otherFeeRate: number;
|
|
3558
|
-
otherFeeAddDollarRate: number;
|
|
3559
|
-
balanceFeeRate: number;
|
|
3560
|
-
balanceFeeAddDollarRate: number;
|
|
3561
|
-
address: Address;
|
|
3562
|
-
mainMedia: Media;
|
|
3563
|
-
brandings: OrganizationBranding[];
|
|
3564
|
-
brandingsV2?: OrganizationBranding[];
|
|
3565
|
-
}
|
|
3566
|
-
export declare class OrganizationBranding extends OrganizationConnectionBaseEntity {
|
|
3567
|
-
key?: string;
|
|
3568
|
-
vaule?: string;
|
|
3569
|
-
version: number;
|
|
3570
|
-
organization: Organization;
|
|
3571
|
-
}
|
|
3572
|
-
export declare class OrganizationSettings extends OrganizationConnectionBaseEntity {
|
|
3573
|
-
mainAdminUserId?: number;
|
|
3574
|
-
}
|
|
3575
|
-
export declare class OrganizationUsers extends BondBaseEntity {
|
|
3576
|
-
organisationId: number | null;
|
|
3577
|
-
userId: number | null;
|
|
3500
|
+
export declare class RefundDto {
|
|
3501
|
+
invoiceId: number;
|
|
3502
|
+
lineItems: RefundLineItemAmountDto[];
|
|
3503
|
+
refundLineItemAmountDict?: {
|
|
3504
|
+
[id: number]: number;
|
|
3505
|
+
};
|
|
3506
|
+
refunds: PaymentMethodDto[];
|
|
3507
|
+
refundType: RefundTypeEnum;
|
|
3508
|
+
reasonId: number;
|
|
3509
|
+
note?: string;
|
|
3510
|
+
shiftId?: number;
|
|
3511
|
+
meta?: RevertMetaDto;
|
|
3578
3512
|
}
|
|
3579
|
-
export
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
durations?: Duration[];
|
|
3584
|
-
daysOfWeek?: number[];
|
|
3513
|
+
export declare class PaymentMethodDto {
|
|
3514
|
+
paymentMethodType: PaymentMethodTypeEnum;
|
|
3515
|
+
amount: number;
|
|
3516
|
+
paymentMethodId?: string;
|
|
3585
3517
|
}
|
|
3586
|
-
export
|
|
3587
|
-
|
|
3588
|
-
|
|
3518
|
+
export declare class RefundLineItemAmountDto {
|
|
3519
|
+
id: number;
|
|
3520
|
+
refundAmount: number;
|
|
3589
3521
|
}
|
|
3590
3522
|
export declare class CustomerIdDto {
|
|
3591
3523
|
customerId: number;
|
|
@@ -3709,28 +3641,6 @@ export declare class SendRequestDto {
|
|
|
3709
3641
|
sendToEmail: string;
|
|
3710
3642
|
memo?: string;
|
|
3711
3643
|
}
|
|
3712
|
-
export declare class RefundDto {
|
|
3713
|
-
invoiceId: number;
|
|
3714
|
-
lineItems: RefundLineItemAmountDto[];
|
|
3715
|
-
refundLineItemAmountDict?: {
|
|
3716
|
-
[id: number]: number;
|
|
3717
|
-
};
|
|
3718
|
-
refunds: PaymentMethodDto[];
|
|
3719
|
-
refundType: RefundTypeEnum;
|
|
3720
|
-
reasonId: number;
|
|
3721
|
-
note?: string;
|
|
3722
|
-
shiftId?: number;
|
|
3723
|
-
meta?: RevertMetaDto;
|
|
3724
|
-
}
|
|
3725
|
-
export declare class PaymentMethodDto {
|
|
3726
|
-
paymentMethodType: PaymentMethodTypeEnum;
|
|
3727
|
-
amount: number;
|
|
3728
|
-
paymentMethodId?: string;
|
|
3729
|
-
}
|
|
3730
|
-
export declare class RefundLineItemAmountDto {
|
|
3731
|
-
id: number;
|
|
3732
|
-
refundAmount: number;
|
|
3733
|
-
}
|
|
3734
3644
|
export declare class VoidDto {
|
|
3735
3645
|
lineItems: VoidLineItemDto[];
|
|
3736
3646
|
meta?: RevertMetaDto;
|
|
@@ -3776,13 +3686,6 @@ export interface RefundResultWithLineItemsDict extends PaymentsResults {
|
|
|
3776
3686
|
failedLineItems: Map<number, RefundLineItemAmountDto>;
|
|
3777
3687
|
totalAmountProcessed: number;
|
|
3778
3688
|
}
|
|
3779
|
-
export declare class NotifyTracker extends BondBaseEntity {
|
|
3780
|
-
userId: number;
|
|
3781
|
-
organizationId: number;
|
|
3782
|
-
notifyMetadata?: any;
|
|
3783
|
-
notfiyMethodtype: NotifyMethodEnum;
|
|
3784
|
-
destination: string;
|
|
3785
|
-
}
|
|
3786
3689
|
export declare class AddonDto {
|
|
3787
3690
|
productId: number;
|
|
3788
3691
|
id?: number;
|
|
@@ -3851,39 +3754,6 @@ export declare class AddSlotsDto extends UpdateInvoiceDto {
|
|
|
3851
3754
|
export declare class AddSegmentsDto extends UpdateInvoiceDto {
|
|
3852
3755
|
segments: SegmentDto[];
|
|
3853
3756
|
}
|
|
3854
|
-
export declare class LineItemDto {
|
|
3855
|
-
id?: number;
|
|
3856
|
-
invoiceId?: number;
|
|
3857
|
-
type: LineItemsStatusEnum;
|
|
3858
|
-
organizationId: number;
|
|
3859
|
-
userId?: number;
|
|
3860
|
-
productId: number;
|
|
3861
|
-
product?: Product;
|
|
3862
|
-
productType: ProductTypesEnum;
|
|
3863
|
-
ordinal?: number;
|
|
3864
|
-
price: number;
|
|
3865
|
-
originalPrice?: number;
|
|
3866
|
-
paidAmount?: number;
|
|
3867
|
-
currency: CurrencyEnum;
|
|
3868
|
-
paymentStatus?: PaymentStatusEnum;
|
|
3869
|
-
isRefunded?: boolean;
|
|
3870
|
-
isTaxInclusive?: boolean;
|
|
3871
|
-
taxPrecent?: number;
|
|
3872
|
-
unitPrice?: number;
|
|
3873
|
-
quantity: number;
|
|
3874
|
-
resources?: PurchasedResourceDto[];
|
|
3875
|
-
relationType?: 'reservation-addon' | 'slots' | 'slot_addons';
|
|
3876
|
-
unitPriceWithTax?: number;
|
|
3877
|
-
unitTaxPrice?: number;
|
|
3878
|
-
parentOrdinal?: number;
|
|
3879
|
-
}
|
|
3880
|
-
export declare class MaintenanceDto {
|
|
3881
|
-
id?: number;
|
|
3882
|
-
title: string;
|
|
3883
|
-
durationValue: number;
|
|
3884
|
-
maintenanceDurationdurationType: DurationUnitTypesEnum;
|
|
3885
|
-
maintenanceTiming: MaintenanceTimingEnum;
|
|
3886
|
-
}
|
|
3887
3757
|
export declare class PurchasedResourceDto {
|
|
3888
3758
|
resourceId?: number;
|
|
3889
3759
|
resourceType: ResourceNameTypeEnum;
|
|
@@ -4071,6 +3941,32 @@ export declare class SeriesDto {
|
|
|
4071
3941
|
maintenance?: MaintenanceDto[];
|
|
4072
3942
|
slots?: SlotDto[];
|
|
4073
3943
|
}
|
|
3944
|
+
export declare class LineItemDto {
|
|
3945
|
+
id?: number;
|
|
3946
|
+
invoiceId?: number;
|
|
3947
|
+
type: LineItemsStatusEnum;
|
|
3948
|
+
organizationId: number;
|
|
3949
|
+
userId?: number;
|
|
3950
|
+
productId: number;
|
|
3951
|
+
product?: Product;
|
|
3952
|
+
productType: ProductTypesEnum;
|
|
3953
|
+
ordinal?: number;
|
|
3954
|
+
price: number;
|
|
3955
|
+
originalPrice?: number;
|
|
3956
|
+
paidAmount?: number;
|
|
3957
|
+
currency: CurrencyEnum;
|
|
3958
|
+
paymentStatus?: PaymentStatusEnum;
|
|
3959
|
+
isRefunded?: boolean;
|
|
3960
|
+
isTaxInclusive?: boolean;
|
|
3961
|
+
taxPrecent?: number;
|
|
3962
|
+
unitPrice?: number;
|
|
3963
|
+
quantity: number;
|
|
3964
|
+
resources?: PurchasedResourceDto[];
|
|
3965
|
+
relationType?: 'reservation-addon' | 'slots' | 'slot_addons';
|
|
3966
|
+
unitPriceWithTax?: number;
|
|
3967
|
+
unitTaxPrice?: number;
|
|
3968
|
+
parentOrdinal?: number;
|
|
3969
|
+
}
|
|
4074
3970
|
export declare class SlotDateTimeAndSpace {
|
|
4075
3971
|
startDate: string;
|
|
4076
3972
|
startTime?: string;
|
|
@@ -4141,6 +4037,13 @@ export declare class TimeSlotsDto {
|
|
|
4141
4037
|
export declare class SlotsIdsDto {
|
|
4142
4038
|
slotsIds: number[];
|
|
4143
4039
|
}
|
|
4040
|
+
export declare class MaintenanceDto {
|
|
4041
|
+
id?: number;
|
|
4042
|
+
title: string;
|
|
4043
|
+
durationValue: number;
|
|
4044
|
+
maintenanceDurationdurationType: DurationUnitTypesEnum;
|
|
4045
|
+
maintenanceTiming: MaintenanceTimingEnum;
|
|
4046
|
+
}
|
|
4144
4047
|
declare class AnswerDto {
|
|
4145
4048
|
questionId: number;
|
|
4146
4049
|
value: any;
|
|
@@ -4592,35 +4495,6 @@ export declare class UserRole extends OrganizationConnectionBaseEntity {
|
|
|
4592
4495
|
role: Role;
|
|
4593
4496
|
user: User;
|
|
4594
4497
|
}
|
|
4595
|
-
export declare class Shift extends OrganizationConnectionBaseEntity {
|
|
4596
|
-
stationId: number;
|
|
4597
|
-
station?: Station;
|
|
4598
|
-
status: ShiftStatusEnum;
|
|
4599
|
-
openingUserId: number;
|
|
4600
|
-
openingCashAmount: number;
|
|
4601
|
-
openingDate: string;
|
|
4602
|
-
openingTime: string;
|
|
4603
|
-
closingUserId?: number;
|
|
4604
|
-
closingCashAmount?: number;
|
|
4605
|
-
closingDate?: string;
|
|
4606
|
-
closingTime?: string;
|
|
4607
|
-
closingManagerId?: number;
|
|
4608
|
-
managementClosingCashAmount?: number;
|
|
4609
|
-
managementClosingDate?: string;
|
|
4610
|
-
managementClosingTime?: string;
|
|
4611
|
-
reconcilingUserId?: number;
|
|
4612
|
-
reconciliationAmount?: number;
|
|
4613
|
-
reconcilingDate?: string;
|
|
4614
|
-
reconcilingTime?: string;
|
|
4615
|
-
reconciliationInvoiceId?: number;
|
|
4616
|
-
deletedAt?: Date;
|
|
4617
|
-
sumsOnShift?: Map<PaymentMethodTypeEnum, number>;
|
|
4618
|
-
currentCashDifference?: number;
|
|
4619
|
-
openingUser?: User;
|
|
4620
|
-
closingUser?: User;
|
|
4621
|
-
closingManager?: User;
|
|
4622
|
-
reconcilingUser?: User;
|
|
4623
|
-
}
|
|
4624
4498
|
export declare class CloseShiftDto {
|
|
4625
4499
|
closingCashAmount: number;
|
|
4626
4500
|
}
|
|
@@ -4658,3 +4532,129 @@ export declare class OpenShiftDto {
|
|
|
4658
4532
|
openingCashAmount: number;
|
|
4659
4533
|
stationId: number;
|
|
4660
4534
|
}
|
|
4535
|
+
export declare class Shift extends OrganizationConnectionBaseEntity {
|
|
4536
|
+
stationId: number;
|
|
4537
|
+
station?: Station;
|
|
4538
|
+
status: ShiftStatusEnum;
|
|
4539
|
+
openingUserId: number;
|
|
4540
|
+
openingCashAmount: number;
|
|
4541
|
+
openingDate: string;
|
|
4542
|
+
openingTime: string;
|
|
4543
|
+
closingUserId?: number;
|
|
4544
|
+
closingCashAmount?: number;
|
|
4545
|
+
closingDate?: string;
|
|
4546
|
+
closingTime?: string;
|
|
4547
|
+
closingManagerId?: number;
|
|
4548
|
+
managementClosingCashAmount?: number;
|
|
4549
|
+
managementClosingDate?: string;
|
|
4550
|
+
managementClosingTime?: string;
|
|
4551
|
+
reconcilingUserId?: number;
|
|
4552
|
+
reconciliationAmount?: number;
|
|
4553
|
+
reconcilingDate?: string;
|
|
4554
|
+
reconcilingTime?: string;
|
|
4555
|
+
reconciliationInvoiceId?: number;
|
|
4556
|
+
deletedAt?: Date;
|
|
4557
|
+
sumsOnShift?: Map<PaymentMethodTypeEnum, number>;
|
|
4558
|
+
currentCashDifference?: number;
|
|
4559
|
+
openingUser?: User;
|
|
4560
|
+
closingUser?: User;
|
|
4561
|
+
closingManager?: User;
|
|
4562
|
+
reconcilingUser?: User;
|
|
4563
|
+
}
|
|
4564
|
+
export declare class ByOrganizationIdDto {
|
|
4565
|
+
organizationId: number;
|
|
4566
|
+
}
|
|
4567
|
+
export declare class OptionalFindByOrganizationIdDto {
|
|
4568
|
+
organizationId?: number;
|
|
4569
|
+
}
|
|
4570
|
+
export declare class FindUnallocatedEventsIdsFiltersDto {
|
|
4571
|
+
programsIds?: string;
|
|
4572
|
+
sessionsIds?: string;
|
|
4573
|
+
segmentsIds?: string;
|
|
4574
|
+
startDate?: string;
|
|
4575
|
+
endDate?: string;
|
|
4576
|
+
months?: string;
|
|
4577
|
+
dow?: string;
|
|
4578
|
+
}
|
|
4579
|
+
export declare class FindUnallocatedEventsFiltersDto extends PaginationQuery {
|
|
4580
|
+
programsIds?: string;
|
|
4581
|
+
sessionsIds?: string;
|
|
4582
|
+
segmentsIds?: string;
|
|
4583
|
+
startDate?: string;
|
|
4584
|
+
endDate?: string;
|
|
4585
|
+
months?: string;
|
|
4586
|
+
dow?: string;
|
|
4587
|
+
}
|
|
4588
|
+
export declare class Organization extends BondBaseEntity {
|
|
4589
|
+
name: string | null;
|
|
4590
|
+
email: string | null;
|
|
4591
|
+
twitter: string | null;
|
|
4592
|
+
facebook: string | null;
|
|
4593
|
+
instagram: string | null;
|
|
4594
|
+
website: string | null;
|
|
4595
|
+
blog: string | null;
|
|
4596
|
+
phoneNumber: string | null;
|
|
4597
|
+
waiverDoc: string | null;
|
|
4598
|
+
about: string | null;
|
|
4599
|
+
tagline: string | null;
|
|
4600
|
+
status: number | null;
|
|
4601
|
+
addressId: number | null;
|
|
4602
|
+
merchantId: number | null;
|
|
4603
|
+
userCreatorId: number | null;
|
|
4604
|
+
parentId: number | null;
|
|
4605
|
+
paymentSettings: object | null;
|
|
4606
|
+
settings: object | null;
|
|
4607
|
+
isClaimed: boolean | null;
|
|
4608
|
+
sports: number[] | null;
|
|
4609
|
+
mainMediaId: number | null;
|
|
4610
|
+
deletedAt: Date | null;
|
|
4611
|
+
organizationActivityTypes: number[] | null;
|
|
4612
|
+
organizationTypes: number[] | null;
|
|
4613
|
+
organizationAudienceTypes: number[] | null;
|
|
4614
|
+
organizationGenders: number[] | null;
|
|
4615
|
+
questionnaireId: number | null;
|
|
4616
|
+
membershipQuestionnaireId: number | null;
|
|
4617
|
+
feeRate: number;
|
|
4618
|
+
feeAddDollarRate: number;
|
|
4619
|
+
achFeeRate: number;
|
|
4620
|
+
achFeeAddDollarRate: number;
|
|
4621
|
+
maxAchFee: number;
|
|
4622
|
+
cashFeeRate: number;
|
|
4623
|
+
cashFeeAddDollarRate: number;
|
|
4624
|
+
terminalFeeRate: number;
|
|
4625
|
+
terminalFeeAddDollarRate: number;
|
|
4626
|
+
checkFeeRate: number;
|
|
4627
|
+
checkFeeAddDollarRate: number;
|
|
4628
|
+
otherFeeRate: number;
|
|
4629
|
+
otherFeeAddDollarRate: number;
|
|
4630
|
+
balanceFeeRate: number;
|
|
4631
|
+
balanceFeeAddDollarRate: number;
|
|
4632
|
+
address: Address;
|
|
4633
|
+
mainMedia: Media;
|
|
4634
|
+
brandings: OrganizationBranding[];
|
|
4635
|
+
brandingsV2?: OrganizationBranding[];
|
|
4636
|
+
}
|
|
4637
|
+
export declare class OrganizationBranding extends OrganizationConnectionBaseEntity {
|
|
4638
|
+
key?: string;
|
|
4639
|
+
vaule?: string;
|
|
4640
|
+
version: number;
|
|
4641
|
+
organization: Organization;
|
|
4642
|
+
}
|
|
4643
|
+
export declare class OrganizationSettings extends OrganizationConnectionBaseEntity {
|
|
4644
|
+
mainAdminUserId?: number;
|
|
4645
|
+
}
|
|
4646
|
+
export declare class OrganizationUsers extends BondBaseEntity {
|
|
4647
|
+
organisationId: number | null;
|
|
4648
|
+
userId: number | null;
|
|
4649
|
+
}
|
|
4650
|
+
export interface UnallocatedEventsFilters {
|
|
4651
|
+
programsIds?: number[];
|
|
4652
|
+
sessionsIds?: number[];
|
|
4653
|
+
segmentsIds?: number[];
|
|
4654
|
+
durations?: Duration[];
|
|
4655
|
+
daysOfWeek?: number[];
|
|
4656
|
+
}
|
|
4657
|
+
export interface Duration {
|
|
4658
|
+
startDate: string;
|
|
4659
|
+
endDate: string;
|
|
4660
|
+
}
|