@bondsports/types 0.0.143 → 0.0.145
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 +194 -194
- 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
|
@@ -365,48 +365,6 @@ export declare class MoveTeamOrMemberDto implements IMoveSeason {
|
|
|
365
365
|
export declare class MoveTeamOrMembersByCsvDTO {
|
|
366
366
|
fileName: string;
|
|
367
367
|
}
|
|
368
|
-
export declare class CreateEntitlementTermsDto {
|
|
369
|
-
organizationId: number;
|
|
370
|
-
entitlementGroupId: number;
|
|
371
|
-
terms: IEntitlementTerms[];
|
|
372
|
-
}
|
|
373
|
-
export declare class FindEntitlementTermsByGroupIdDto {
|
|
374
|
-
entitlementGroupId: number;
|
|
375
|
-
}
|
|
376
|
-
export declare class FindEntitlementTermsByVariablesDto {
|
|
377
|
-
user: any;
|
|
378
|
-
userVariables: IQuestionAnswerObject[];
|
|
379
|
-
}
|
|
380
|
-
export declare class FindLowestPriceDto {
|
|
381
|
-
organizationId: number;
|
|
382
|
-
user?: any;
|
|
383
|
-
answers?: IQuestionAnswerObject[];
|
|
384
|
-
itemIds: number[];
|
|
385
|
-
itemType?: ResourceNameTypeEnum;
|
|
386
|
-
startDate?: Date;
|
|
387
|
-
}
|
|
388
|
-
export declare class FindGroupItemsPricingsDto {
|
|
389
|
-
groupsIds: number[];
|
|
390
|
-
itemsIds: number[];
|
|
391
|
-
}
|
|
392
|
-
export declare class CreateEntitlementGroupDto {
|
|
393
|
-
name: string;
|
|
394
|
-
}
|
|
395
|
-
export declare class GetEntitlementGroupPricingDto {
|
|
396
|
-
itemIds: number[];
|
|
397
|
-
itemType: string;
|
|
398
|
-
}
|
|
399
|
-
export declare class FindEntitlementGroupByIdDto {
|
|
400
|
-
groupid: number;
|
|
401
|
-
}
|
|
402
|
-
export declare class CreateGroupPricingWithProduct {
|
|
403
|
-
groupId: number;
|
|
404
|
-
price: number;
|
|
405
|
-
startDate?: Date;
|
|
406
|
-
endDate?: Date;
|
|
407
|
-
discountValue?: number;
|
|
408
|
-
discountMethod?: DiscountMethodsEnum;
|
|
409
|
-
}
|
|
410
368
|
export declare class CreateMembershipDto {
|
|
411
369
|
organizationId: number;
|
|
412
370
|
name: string;
|
|
@@ -463,23 +421,47 @@ export declare class CancelMembershipDto {
|
|
|
463
421
|
isImmediatelyCancel: boolean;
|
|
464
422
|
cancellationReason?: string;
|
|
465
423
|
}
|
|
466
|
-
export declare class
|
|
424
|
+
export declare class CreateEntitlementTermsDto {
|
|
467
425
|
organizationId: number;
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
variants: VariantDto[];
|
|
426
|
+
entitlementGroupId: number;
|
|
427
|
+
terms: IEntitlementTerms[];
|
|
471
428
|
}
|
|
472
|
-
export declare class
|
|
473
|
-
|
|
474
|
-
titleId: number;
|
|
429
|
+
export declare class FindEntitlementTermsByGroupIdDto {
|
|
430
|
+
entitlementGroupId: number;
|
|
475
431
|
}
|
|
476
|
-
export declare class
|
|
432
|
+
export declare class FindEntitlementTermsByVariablesDto {
|
|
433
|
+
user: any;
|
|
434
|
+
userVariables: IQuestionAnswerObject[];
|
|
435
|
+
}
|
|
436
|
+
export declare class FindLowestPriceDto {
|
|
437
|
+
organizationId: number;
|
|
438
|
+
user?: any;
|
|
439
|
+
answers?: IQuestionAnswerObject[];
|
|
440
|
+
itemIds: number[];
|
|
441
|
+
itemType?: ResourceNameTypeEnum;
|
|
442
|
+
startDate?: Date;
|
|
443
|
+
}
|
|
444
|
+
export declare class FindGroupItemsPricingsDto {
|
|
445
|
+
groupsIds: number[];
|
|
446
|
+
itemsIds: number[];
|
|
447
|
+
}
|
|
448
|
+
export declare class CreateEntitlementGroupDto {
|
|
477
449
|
name: string;
|
|
450
|
+
}
|
|
451
|
+
export declare class GetEntitlementGroupPricingDto {
|
|
452
|
+
itemIds: number[];
|
|
453
|
+
itemType: string;
|
|
454
|
+
}
|
|
455
|
+
export declare class FindEntitlementGroupByIdDto {
|
|
456
|
+
groupid: number;
|
|
457
|
+
}
|
|
458
|
+
export declare class CreateGroupPricingWithProduct {
|
|
459
|
+
groupId: number;
|
|
478
460
|
price: number;
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
461
|
+
startDate?: Date;
|
|
462
|
+
endDate?: Date;
|
|
463
|
+
discountValue?: number;
|
|
464
|
+
discountMethod?: DiscountMethodsEnum;
|
|
483
465
|
}
|
|
484
466
|
export declare class FindByProductIdDto {
|
|
485
467
|
productId: number;
|
|
@@ -702,6 +684,24 @@ export declare class createResourceDto {
|
|
|
702
684
|
export declare class archiveDto {
|
|
703
685
|
isArchive: boolean;
|
|
704
686
|
}
|
|
687
|
+
export declare class CreateUpdateVariantsDto {
|
|
688
|
+
organizationId: number;
|
|
689
|
+
parentProductId: number;
|
|
690
|
+
variantTitles: VariantTitleDto[];
|
|
691
|
+
variants: VariantDto[];
|
|
692
|
+
}
|
|
693
|
+
export declare class VariantTitleDto {
|
|
694
|
+
titleName: string;
|
|
695
|
+
titleId: number;
|
|
696
|
+
}
|
|
697
|
+
export declare class VariantDto {
|
|
698
|
+
name: string;
|
|
699
|
+
price: number;
|
|
700
|
+
variantId: number;
|
|
701
|
+
currency: CurrencyEnum;
|
|
702
|
+
startDate: Date;
|
|
703
|
+
endDate: Date;
|
|
704
|
+
}
|
|
705
705
|
export declare class FindProgramSeasonsByProgramIdDto {
|
|
706
706
|
programId: number;
|
|
707
707
|
}
|
|
@@ -892,50 +892,6 @@ export declare class MoveParticipantDto {
|
|
|
892
892
|
resourceId: number;
|
|
893
893
|
invoiceId: number;
|
|
894
894
|
}
|
|
895
|
-
export declare class FindProgramsByOrganizationIdDto {
|
|
896
|
-
organizationId: number;
|
|
897
|
-
programType?: ProgramTypesEnum;
|
|
898
|
-
}
|
|
899
|
-
export declare class FindProgramByIdDto {
|
|
900
|
-
programId: number;
|
|
901
|
-
}
|
|
902
|
-
export declare class FindProgramByOrgIdAndIdDto {
|
|
903
|
-
programId: number;
|
|
904
|
-
organizationId: number;
|
|
905
|
-
}
|
|
906
|
-
export declare class BaseProgramDto {
|
|
907
|
-
type: ProgramTypesEnum;
|
|
908
|
-
name: string;
|
|
909
|
-
sport: SportsEnum;
|
|
910
|
-
minAge: string;
|
|
911
|
-
maxAge: string;
|
|
912
|
-
gender: GenderEnum;
|
|
913
|
-
level?: LevelOfPlayEnum[];
|
|
914
|
-
description?: string;
|
|
915
|
-
GL?: string;
|
|
916
|
-
status: PublishingStatusEnum;
|
|
917
|
-
organizationId: number;
|
|
918
|
-
userCreatorId: number;
|
|
919
|
-
highlights: ProgramHighlights[];
|
|
920
|
-
longDescription?: string;
|
|
921
|
-
requiredProductIds: number[];
|
|
922
|
-
}
|
|
923
|
-
export declare class CreateProgramDto extends BaseProgramDto {
|
|
924
|
-
}
|
|
925
|
-
export declare class UpdateProgramDto extends BaseProgramDto {
|
|
926
|
-
programId: number;
|
|
927
|
-
mainMediaId: number;
|
|
928
|
-
}
|
|
929
|
-
export declare class UpdateProgramStatusDto {
|
|
930
|
-
programId: number;
|
|
931
|
-
status: PublishingStatusEnum;
|
|
932
|
-
}
|
|
933
|
-
export declare class ProgramHighlightDto {
|
|
934
|
-
data: string;
|
|
935
|
-
ordinal: number;
|
|
936
|
-
type: ProgramHighlightTypeEnum;
|
|
937
|
-
title: string;
|
|
938
|
-
}
|
|
939
895
|
export declare class PurchasePaymentDto {
|
|
940
896
|
token: string;
|
|
941
897
|
type: PaymentMethodTypeEnum;
|
|
@@ -1009,6 +965,50 @@ export declare class PartialPaymentAsUserDto {
|
|
|
1009
965
|
paymentMethodData: any;
|
|
1010
966
|
platform?: PlatformsEnum;
|
|
1011
967
|
}
|
|
968
|
+
export declare class FindProgramsByOrganizationIdDto {
|
|
969
|
+
organizationId: number;
|
|
970
|
+
programType?: ProgramTypesEnum;
|
|
971
|
+
}
|
|
972
|
+
export declare class FindProgramByIdDto {
|
|
973
|
+
programId: number;
|
|
974
|
+
}
|
|
975
|
+
export declare class FindProgramByOrgIdAndIdDto {
|
|
976
|
+
programId: number;
|
|
977
|
+
organizationId: number;
|
|
978
|
+
}
|
|
979
|
+
export declare class BaseProgramDto {
|
|
980
|
+
type: ProgramTypesEnum;
|
|
981
|
+
name: string;
|
|
982
|
+
sport: SportsEnum;
|
|
983
|
+
minAge: string;
|
|
984
|
+
maxAge: string;
|
|
985
|
+
gender: GenderEnum;
|
|
986
|
+
level?: LevelOfPlayEnum[];
|
|
987
|
+
description?: string;
|
|
988
|
+
GL?: string;
|
|
989
|
+
status: PublishingStatusEnum;
|
|
990
|
+
organizationId: number;
|
|
991
|
+
userCreatorId: number;
|
|
992
|
+
highlights: ProgramHighlights[];
|
|
993
|
+
longDescription?: string;
|
|
994
|
+
requiredProductIds: number[];
|
|
995
|
+
}
|
|
996
|
+
export declare class CreateProgramDto extends BaseProgramDto {
|
|
997
|
+
}
|
|
998
|
+
export declare class UpdateProgramDto extends BaseProgramDto {
|
|
999
|
+
programId: number;
|
|
1000
|
+
mainMediaId: number;
|
|
1001
|
+
}
|
|
1002
|
+
export declare class UpdateProgramStatusDto {
|
|
1003
|
+
programId: number;
|
|
1004
|
+
status: PublishingStatusEnum;
|
|
1005
|
+
}
|
|
1006
|
+
export declare class ProgramHighlightDto {
|
|
1007
|
+
data: string;
|
|
1008
|
+
ordinal: number;
|
|
1009
|
+
type: ProgramHighlightTypeEnum;
|
|
1010
|
+
title: string;
|
|
1011
|
+
}
|
|
1012
1012
|
export declare class CreateResourceGroupDto {
|
|
1013
1013
|
name: string;
|
|
1014
1014
|
parentSlotId: number;
|
|
@@ -1122,6 +1122,17 @@ export declare class ActivityTimes extends BondBaseEntity {
|
|
|
1122
1122
|
proudct: Product;
|
|
1123
1123
|
event: Event;
|
|
1124
1124
|
}
|
|
1125
|
+
export declare class Address extends BondBaseEntity {
|
|
1126
|
+
city?: string;
|
|
1127
|
+
street?: string;
|
|
1128
|
+
streetNum?: string;
|
|
1129
|
+
aptNum?: string;
|
|
1130
|
+
zip?: string;
|
|
1131
|
+
country?: string;
|
|
1132
|
+
state?: string;
|
|
1133
|
+
geo: any;
|
|
1134
|
+
deletedAt?: Date;
|
|
1135
|
+
}
|
|
1125
1136
|
export declare class Answer extends OrganizationConnectionBaseEntity {
|
|
1126
1137
|
questionId: number;
|
|
1127
1138
|
question?: Questions;
|
|
@@ -1135,17 +1146,6 @@ export declare class Answer extends OrganizationConnectionBaseEntity {
|
|
|
1135
1146
|
metaData: any | null;
|
|
1136
1147
|
questionText: string | null;
|
|
1137
1148
|
}
|
|
1138
|
-
export declare class Address extends BondBaseEntity {
|
|
1139
|
-
city?: string;
|
|
1140
|
-
street?: string;
|
|
1141
|
-
streetNum?: string;
|
|
1142
|
-
aptNum?: string;
|
|
1143
|
-
zip?: string;
|
|
1144
|
-
country?: string;
|
|
1145
|
-
state?: string;
|
|
1146
|
-
geo: any;
|
|
1147
|
-
deletedAt?: Date;
|
|
1148
|
-
}
|
|
1149
1149
|
export declare class AnswerTitle extends OrganizationConnectionBaseEntity {
|
|
1150
1150
|
questionnaireId: number;
|
|
1151
1151
|
userId?: number;
|
|
@@ -1228,18 +1228,6 @@ export declare class CreditNote extends OrganizationConnectionBaseEntity {
|
|
|
1228
1228
|
invoiceId: number;
|
|
1229
1229
|
creditPaymentId: number;
|
|
1230
1230
|
}
|
|
1231
|
-
export declare class CustomerCreditTransaction extends OrganizationConnectionBaseEntity {
|
|
1232
|
-
customerId: number;
|
|
1233
|
-
userId: number;
|
|
1234
|
-
amount: number;
|
|
1235
|
-
paymentId?: number;
|
|
1236
|
-
invoiceId?: number;
|
|
1237
|
-
description?: string;
|
|
1238
|
-
deletedAt?: Date;
|
|
1239
|
-
customer: Customer;
|
|
1240
|
-
invoice: Invoice;
|
|
1241
|
-
payment: Payment;
|
|
1242
|
-
}
|
|
1243
1231
|
export declare class Customer extends OrganizationConnectionBaseEntity {
|
|
1244
1232
|
name: string | null;
|
|
1245
1233
|
entityId: number | null;
|
|
@@ -1268,6 +1256,18 @@ export declare class Customer extends OrganizationConnectionBaseEntity {
|
|
|
1268
1256
|
mainMedia: Media;
|
|
1269
1257
|
reservations?: Reservation[];
|
|
1270
1258
|
}
|
|
1259
|
+
export declare class CustomerCreditTransaction extends OrganizationConnectionBaseEntity {
|
|
1260
|
+
customerId: number;
|
|
1261
|
+
userId: number;
|
|
1262
|
+
amount: number;
|
|
1263
|
+
paymentId?: number;
|
|
1264
|
+
invoiceId?: number;
|
|
1265
|
+
description?: string;
|
|
1266
|
+
deletedAt?: Date;
|
|
1267
|
+
customer: Customer;
|
|
1268
|
+
invoice: Invoice;
|
|
1269
|
+
payment: Payment;
|
|
1270
|
+
}
|
|
1271
1271
|
export declare class CustomerNote extends OrganizationConnectionBaseEntity {
|
|
1272
1272
|
customerId?: number;
|
|
1273
1273
|
description: string;
|
|
@@ -1848,21 +1848,6 @@ export declare class Price extends OrganizationConnectionBaseEntity {
|
|
|
1848
1848
|
discountValue?: number;
|
|
1849
1849
|
taxIncludedPrice?: number;
|
|
1850
1850
|
}
|
|
1851
|
-
export declare class ProductPackage extends OrganizationConnectionBaseEntity {
|
|
1852
|
-
parentProductId: number;
|
|
1853
|
-
childProductId: number;
|
|
1854
|
-
relationType: PackageProductsRelationTypeEnum;
|
|
1855
|
-
timePeriod: AddonTimePeriodEnum;
|
|
1856
|
-
deletedAt?: Date;
|
|
1857
|
-
productResource: ProductResource;
|
|
1858
|
-
childProduct: Product;
|
|
1859
|
-
parentProduct: Product;
|
|
1860
|
-
price: number;
|
|
1861
|
-
isFlatPrice: boolean;
|
|
1862
|
-
durationMinutes?: number;
|
|
1863
|
-
durationDays?: number;
|
|
1864
|
-
level?: ProductPackageLevelEnum;
|
|
1865
|
-
}
|
|
1866
1851
|
export declare class Product extends OrganizationConnectionBaseEntity {
|
|
1867
1852
|
name: string;
|
|
1868
1853
|
quantity: number;
|
|
@@ -1913,6 +1898,21 @@ export declare class Product extends OrganizationConnectionBaseEntity {
|
|
|
1913
1898
|
activityTimes: ActivityTimes[];
|
|
1914
1899
|
purchasedResources: PurchasedResource[];
|
|
1915
1900
|
}
|
|
1901
|
+
export declare class ProductPackage extends OrganizationConnectionBaseEntity {
|
|
1902
|
+
parentProductId: number;
|
|
1903
|
+
childProductId: number;
|
|
1904
|
+
relationType: PackageProductsRelationTypeEnum;
|
|
1905
|
+
timePeriod: AddonTimePeriodEnum;
|
|
1906
|
+
deletedAt?: Date;
|
|
1907
|
+
productResource: ProductResource;
|
|
1908
|
+
childProduct: Product;
|
|
1909
|
+
parentProduct: Product;
|
|
1910
|
+
price: number;
|
|
1911
|
+
isFlatPrice: boolean;
|
|
1912
|
+
durationMinutes?: number;
|
|
1913
|
+
durationDays?: number;
|
|
1914
|
+
level?: ProductPackageLevelEnum;
|
|
1915
|
+
}
|
|
1916
1916
|
export declare class ProductPaymentPlan extends OrganizationConnectionBaseEntity {
|
|
1917
1917
|
productId: number;
|
|
1918
1918
|
maxMonths?: number;
|
|
@@ -2072,10 +2072,6 @@ export declare class PurchasedResource extends OrganizationConnectionBaseEntity
|
|
|
2072
2072
|
product?: Product;
|
|
2073
2073
|
event?: Event;
|
|
2074
2074
|
}
|
|
2075
|
-
export declare class Questionnaires extends OrganizationConnectionBaseEntity {
|
|
2076
|
-
title: string | null;
|
|
2077
|
-
answerTitle: AnswerTitle;
|
|
2078
|
-
}
|
|
2079
2075
|
export declare class Questions extends BondBaseEntity {
|
|
2080
2076
|
questionType: string | null;
|
|
2081
2077
|
ordinal: number | null;
|
|
@@ -2095,6 +2091,10 @@ export declare class RefundReason extends OrganizationConnectionBaseEntity {
|
|
|
2095
2091
|
ordinal: number;
|
|
2096
2092
|
deletedAt: Date;
|
|
2097
2093
|
}
|
|
2094
|
+
export declare class Questionnaires extends OrganizationConnectionBaseEntity {
|
|
2095
|
+
title: string | null;
|
|
2096
|
+
answerTitle: AnswerTitle;
|
|
2097
|
+
}
|
|
2098
2098
|
export declare class RegistrationConstraint extends OrganizationConnectionBaseEntity {
|
|
2099
2099
|
resourceType: ResourceNameTypeEnum;
|
|
2100
2100
|
resourceId: number;
|
|
@@ -2216,10 +2216,6 @@ export declare class SeasonPool extends BondBaseEntity {
|
|
|
2216
2216
|
purchasedResource: PurchasedResource;
|
|
2217
2217
|
season: LeagueSeason;
|
|
2218
2218
|
}
|
|
2219
|
-
export declare class SpacesDependency extends BondBaseEntity {
|
|
2220
|
-
blockingSpaceId: number;
|
|
2221
|
-
blockedSpaceId: number;
|
|
2222
|
-
}
|
|
2223
2219
|
export declare class SeasonTeam extends BondBaseEntity {
|
|
2224
2220
|
seasonId: number | null;
|
|
2225
2221
|
teamId: number | null;
|
|
@@ -2230,6 +2226,10 @@ export declare class SeasonTeam extends BondBaseEntity {
|
|
|
2230
2226
|
metaData: any | null;
|
|
2231
2227
|
team: Team;
|
|
2232
2228
|
}
|
|
2229
|
+
export declare class SpacesDependency extends BondBaseEntity {
|
|
2230
|
+
blockingSpaceId: number;
|
|
2231
|
+
blockedSpaceId: number;
|
|
2232
|
+
}
|
|
2233
2233
|
export declare class Station extends OrganizationConnectionBaseEntity {
|
|
2234
2234
|
name: string;
|
|
2235
2235
|
facilityId: number;
|
|
@@ -2241,14 +2241,6 @@ export declare class Station extends OrganizationConnectionBaseEntity {
|
|
|
2241
2241
|
subcategories: Subcategory[];
|
|
2242
2242
|
shifts?: Shift[];
|
|
2243
2243
|
}
|
|
2244
|
-
export declare class Subcategory extends OrganizationConnectionBaseEntity {
|
|
2245
|
-
productType: ProductTypesEnum;
|
|
2246
|
-
name: string;
|
|
2247
|
-
ordinal?: number;
|
|
2248
|
-
deletedAt?: Date;
|
|
2249
|
-
stationToSubcategories: StationToSubcategory[];
|
|
2250
|
-
stations: Station[];
|
|
2251
|
-
}
|
|
2252
2244
|
export declare class StationToSubcategory extends OrganizationConnectionBaseEntity {
|
|
2253
2245
|
stationId: number;
|
|
2254
2246
|
subcategoryId: number;
|
|
@@ -2257,6 +2249,14 @@ export declare class StationToSubcategory extends OrganizationConnectionBaseEnti
|
|
|
2257
2249
|
station: Station;
|
|
2258
2250
|
subcategory: Subcategory;
|
|
2259
2251
|
}
|
|
2252
|
+
export declare class Subcategory extends OrganizationConnectionBaseEntity {
|
|
2253
|
+
productType: ProductTypesEnum;
|
|
2254
|
+
name: string;
|
|
2255
|
+
ordinal?: number;
|
|
2256
|
+
deletedAt?: Date;
|
|
2257
|
+
stationToSubcategories: StationToSubcategory[];
|
|
2258
|
+
stations: Station[];
|
|
2259
|
+
}
|
|
2260
2260
|
export declare class Team extends BondBaseEntity {
|
|
2261
2261
|
name: string | null;
|
|
2262
2262
|
description: string | null;
|
|
@@ -3346,13 +3346,6 @@ export declare class ImportedPaymentDto {
|
|
|
3346
3346
|
date: string;
|
|
3347
3347
|
time: string;
|
|
3348
3348
|
}
|
|
3349
|
-
export declare class PunchPassDto {
|
|
3350
|
-
CustomerID: string;
|
|
3351
|
-
QuantityLeft: number;
|
|
3352
|
-
BondProgramID: number;
|
|
3353
|
-
BondSessionID: number;
|
|
3354
|
-
ProductID: number;
|
|
3355
|
-
}
|
|
3356
3349
|
export declare class ProductIdsDto {
|
|
3357
3350
|
productIds?: number[];
|
|
3358
3351
|
}
|
|
@@ -3362,6 +3355,13 @@ export declare class ProductImportDto {
|
|
|
3362
3355
|
resourceIds: number[];
|
|
3363
3356
|
oldId: number;
|
|
3364
3357
|
}
|
|
3358
|
+
export declare class PunchPassDto {
|
|
3359
|
+
CustomerID: string;
|
|
3360
|
+
QuantityLeft: number;
|
|
3361
|
+
BondProgramID: number;
|
|
3362
|
+
BondSessionID: number;
|
|
3363
|
+
ProductID: number;
|
|
3364
|
+
}
|
|
3365
3365
|
export declare class ImportedSlotProductDto {
|
|
3366
3366
|
slotID?: string;
|
|
3367
3367
|
name?: string;
|
|
@@ -3413,6 +3413,11 @@ export declare class ImportedReservationDto {
|
|
|
3413
3413
|
slots?: ImportedSlotDto[];
|
|
3414
3414
|
addons?: ImportedSlotProductDto[];
|
|
3415
3415
|
}
|
|
3416
|
+
export declare class ColumnNumericTransformer {
|
|
3417
|
+
to(data: number): number;
|
|
3418
|
+
from(data: string): number;
|
|
3419
|
+
}
|
|
3420
|
+
export declare function convertToNumber(data: string): number;
|
|
3416
3421
|
export declare class GameSlots extends BondBaseEntity {
|
|
3417
3422
|
entityType: string;
|
|
3418
3423
|
entityId: number;
|
|
@@ -3444,15 +3449,15 @@ export declare class SeasonRounds extends BondBaseEntity {
|
|
|
3444
3449
|
divisionId?: number;
|
|
3445
3450
|
name: string;
|
|
3446
3451
|
}
|
|
3452
|
+
export declare class TeamEvents extends BondBaseEntity {
|
|
3453
|
+
teamId: number | null;
|
|
3454
|
+
eventId: number | null;
|
|
3455
|
+
status: number | null;
|
|
3456
|
+
}
|
|
3447
3457
|
export declare class Lock extends BondBaseEntity {
|
|
3448
3458
|
name: string;
|
|
3449
3459
|
locked?: Date;
|
|
3450
3460
|
}
|
|
3451
|
-
export declare class MonitorConfig extends OrganizationConnectionBaseEntity {
|
|
3452
|
-
facilityId: number;
|
|
3453
|
-
code: string;
|
|
3454
|
-
config?: any;
|
|
3455
|
-
}
|
|
3456
3461
|
export interface ValidatedMonthAndDay {
|
|
3457
3462
|
valid: boolean;
|
|
3458
3463
|
month?: number;
|
|
@@ -3474,6 +3479,17 @@ export interface PaymentStatusesDict {
|
|
|
3474
3479
|
export interface PaymentStatusDict {
|
|
3475
3480
|
[id: number]: ReservationPaymentStatusEnum;
|
|
3476
3481
|
}
|
|
3482
|
+
export declare class CreateMonitorConfigDto {
|
|
3483
|
+
facilityId: number;
|
|
3484
|
+
name: string;
|
|
3485
|
+
code: string;
|
|
3486
|
+
config: any;
|
|
3487
|
+
}
|
|
3488
|
+
export declare class MonitorConfig extends OrganizationConnectionBaseEntity {
|
|
3489
|
+
facilityId: number;
|
|
3490
|
+
code: string;
|
|
3491
|
+
config?: any;
|
|
3492
|
+
}
|
|
3477
3493
|
export declare class NotifyTracker extends BondBaseEntity {
|
|
3478
3494
|
userId: number;
|
|
3479
3495
|
organizationId: number;
|
|
@@ -3567,12 +3583,6 @@ export declare class OrganizationUsers extends BondBaseEntity {
|
|
|
3567
3583
|
organisationId: number | null;
|
|
3568
3584
|
userId: number | null;
|
|
3569
3585
|
}
|
|
3570
|
-
export declare class CreateMonitorConfigDto {
|
|
3571
|
-
facilityId: number;
|
|
3572
|
-
name: string;
|
|
3573
|
-
code: string;
|
|
3574
|
-
config: any;
|
|
3575
|
-
}
|
|
3576
3586
|
export interface UnallocatedEventsFilters {
|
|
3577
3587
|
programsIds?: number[];
|
|
3578
3588
|
sessionsIds?: number[];
|
|
@@ -3757,6 +3767,16 @@ export interface ExtendedLineItems {
|
|
|
3757
3767
|
products: LineItems[];
|
|
3758
3768
|
events: LineItems[];
|
|
3759
3769
|
}
|
|
3770
|
+
export interface RefundResult extends PaymentsResults {
|
|
3771
|
+
successfulLineItems: RefundLineItemAmountDto[];
|
|
3772
|
+
failedLineItems: RefundLineItemAmountDto[];
|
|
3773
|
+
invoice?: Invoice;
|
|
3774
|
+
}
|
|
3775
|
+
export interface RefundResultWithLineItemsDict extends PaymentsResults {
|
|
3776
|
+
successfulLineItems: Map<number, RefundLineItemAmountDto>;
|
|
3777
|
+
failedLineItems: Map<number, RefundLineItemAmountDto>;
|
|
3778
|
+
totalAmountProcessed: number;
|
|
3779
|
+
}
|
|
3760
3780
|
export declare class AddonDto {
|
|
3761
3781
|
productId: number;
|
|
3762
3782
|
id?: number;
|
|
@@ -3784,16 +3804,6 @@ export declare class EditAddonDto {
|
|
|
3784
3804
|
totalPrice: number;
|
|
3785
3805
|
unitPrice?: number;
|
|
3786
3806
|
}
|
|
3787
|
-
export interface RefundResult extends PaymentsResults {
|
|
3788
|
-
successfulLineItems: RefundLineItemAmountDto[];
|
|
3789
|
-
failedLineItems: RefundLineItemAmountDto[];
|
|
3790
|
-
invoice?: Invoice;
|
|
3791
|
-
}
|
|
3792
|
-
export interface RefundResultWithLineItemsDict extends PaymentsResults {
|
|
3793
|
-
successfulLineItems: Map<number, RefundLineItemAmountDto>;
|
|
3794
|
-
failedLineItems: Map<number, RefundLineItemAmountDto>;
|
|
3795
|
-
totalAmountProcessed: number;
|
|
3796
|
-
}
|
|
3797
3807
|
export declare class InvoiceDto {
|
|
3798
3808
|
invoiceId?: string | null;
|
|
3799
3809
|
organizationId: number;
|
|
@@ -4572,11 +4582,6 @@ export declare class UserRole extends OrganizationConnectionBaseEntity {
|
|
|
4572
4582
|
role: Role;
|
|
4573
4583
|
user: User;
|
|
4574
4584
|
}
|
|
4575
|
-
export declare class ColumnNumericTransformer {
|
|
4576
|
-
to(data: number): number;
|
|
4577
|
-
from(data: string): number;
|
|
4578
|
-
}
|
|
4579
|
-
export declare function convertToNumber(data: string): number;
|
|
4580
4585
|
export declare class CloseShiftDto {
|
|
4581
4586
|
closingCashAmount: number;
|
|
4582
4587
|
}
|
|
@@ -4603,10 +4608,6 @@ export declare class FindShiftsFormattedFilters {
|
|
|
4603
4608
|
startDate?: Date;
|
|
4604
4609
|
endDate?: Date;
|
|
4605
4610
|
}
|
|
4606
|
-
export declare class OpenShiftDto {
|
|
4607
|
-
openingCashAmount: number;
|
|
4608
|
-
stationId: number;
|
|
4609
|
-
}
|
|
4610
4611
|
export declare class ShiftManagementClosingAmount {
|
|
4611
4612
|
shiftId: number;
|
|
4612
4613
|
managementClosingCashAmount: number;
|
|
@@ -4614,6 +4615,10 @@ export declare class ShiftManagementClosingAmount {
|
|
|
4614
4615
|
export declare class ManagementClosingOfShiftsDto {
|
|
4615
4616
|
managementClosingData: ShiftManagementClosingAmount[];
|
|
4616
4617
|
}
|
|
4618
|
+
export declare class OpenShiftDto {
|
|
4619
|
+
openingCashAmount: number;
|
|
4620
|
+
stationId: number;
|
|
4621
|
+
}
|
|
4617
4622
|
export declare class Shift extends OrganizationConnectionBaseEntity {
|
|
4618
4623
|
stationId: number;
|
|
4619
4624
|
station?: Station;
|
|
@@ -4643,8 +4648,3 @@ export declare class Shift extends OrganizationConnectionBaseEntity {
|
|
|
4643
4648
|
closingManager?: User;
|
|
4644
4649
|
reconcilingUser?: User;
|
|
4645
4650
|
}
|
|
4646
|
-
export declare class TeamEvents extends BondBaseEntity {
|
|
4647
|
-
teamId: number | null;
|
|
4648
|
-
eventId: number | null;
|
|
4649
|
-
status: number | null;
|
|
4650
|
-
}
|