@opexa/portal-components 0.0.862 → 0.0.863
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/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
- package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +191 -0
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit__legacy/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DigitainLauncher/Loading.js +1 -1
- package/dist/components/Jackpots/Jackpots.module.css +221 -221
- package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
- package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
- package/dist/components/KYC/BasicInformation.js +1 -1
- package/dist/components/KYC/IdentityVerification.js +1 -1
- package/dist/components/KYC/KYC.lazy.js +1 -1
- package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +7 -13
- package/dist/components/KYC/PersonalInformation.js +1 -1
- package/dist/components/SignIn/MobileNumberSignIn.js +4 -1
- package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
- package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
- package/dist/icons/LinkBrokenIcon.d.ts +2 -0
- package/dist/icons/LinkBrokenIcon.js +4 -0
- package/dist/services/queries.js +3153 -3153
- package/dist/styles/theme.css +776 -776
- package/dist/ui/AlertDialog/AlertDialog.d.ts +121 -121
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +11 -11
- package/dist/ui/Carousel/Carousel.d.ts +72 -72
- package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +90 -90
- package/dist/ui/Menu/menu.recipe.d.ts +5 -5
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/PinInput/PinInput.d.ts +12 -12
- package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/package.json +177 -177
- package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
- package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
- package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
- package/dist/components/Disclaimer/TermsOfUse.js +0 -13
- package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
- package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
- package/dist/components/FeatureFlag/index.d.ts +0 -1
- package/dist/components/FeatureFlag/index.js +0 -1
- package/dist/components/KYC/AutoOpen.d.ts +0 -1
- package/dist/components/KYC/AutoOpen.js +0 -40
- package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
- package/dist/components/KYC/CaptureIdDocument.js +0 -219
- package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
- package/dist/components/KYC/CaptureSelfie.js +0 -285
- package/dist/components/KYC/DisplayImage.d.ts +0 -5
- package/dist/components/KYC/DisplayImage.js +0 -8
- package/dist/components/KYC/FileUpload.d.ts +0 -10
- package/dist/components/KYC/FileUpload.js +0 -72
- package/dist/components/KYC/NoCameraError.d.ts +0 -7
- package/dist/components/KYC/NoCameraError.js +0 -6
- package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
- package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
- package/dist/components/KYC/backup/Header.d.ts +0 -1
- package/dist/components/KYC/backup/Header.js +0 -8
- package/dist/components/KYC/backup/Indicator.d.ts +0 -1
- package/dist/components/KYC/backup/Indicator.js +0 -9
- package/dist/components/KYC/backup/KYC.d.ts +0 -1
- package/dist/components/KYC/backup/KYC.js +0 -14
- package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
- package/dist/components/KYC/backup/KYC.lazy.js +0 -26
- package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
- package/dist/components/KYC/backup/KYCContext.js +0 -2
- package/dist/components/KYC/backup/Step1.d.ts +0 -1
- package/dist/components/KYC/backup/Step1.js +0 -13
- package/dist/components/KYC/backup/Step2.d.ts +0 -1
- package/dist/components/KYC/backup/Step2.js +0 -13
- package/dist/components/KYC/backup/Step3.d.ts +0 -1
- package/dist/components/KYC/backup/Step3.js +0 -13
- package/dist/components/KYC/backup/Step4.d.ts +0 -1
- package/dist/components/KYC/backup/Step4.js +0 -7
- package/dist/components/KYC/backup/useKYC.d.ts +0 -10
- package/dist/components/KYC/backup/useKYC.js +0 -8
- package/dist/components/KYC/loadModels.d.ts +0 -1
- package/dist/components/KYC/loadModels.js +0 -9
- package/dist/components/KYC/utils.d.ts +0 -9
- package/dist/components/KYC/utils.js +0 -79
- package/dist/components/Messages/Message.d.ts +0 -1
- package/dist/components/Messages/Message.js +0 -35
- package/dist/components/Messages/MessageContext.d.ts +0 -6
- package/dist/components/Messages/MessageContext.js +0 -2
- package/dist/components/Messages/MessagePopup.d.ts +0 -1
- package/dist/components/Messages/MessagePopup.js +0 -20
- package/dist/components/Messages/MessageTrigger.d.ts +0 -8
- package/dist/components/Messages/MessageTrigger.js +0 -19
- package/dist/components/Quests/CountdownTimer.d.ts +0 -15
- package/dist/components/Quests/CountdownTimer.js +0 -33
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
- package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
- package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
- package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
- package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
- package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
- package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
- package/dist/components/SignIn/utils.d.ts +0 -8
- package/dist/components/SignIn/utils.js +0 -26
- package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
- package/dist/components/SignUp/SignUp.lazy.js +0 -18
- package/dist/components/SignUp/SignUpContext.d.ts +0 -6
- package/dist/components/SignUp/SignUpContext.js +0 -2
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
- package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
- package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
- package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
- package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
- package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
- package/dist/components/SignUp/SignUpForm.d.ts +0 -1
- package/dist/components/SignUp/SignUpForm.js +0 -284
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
- package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
- package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
- package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
- package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
- package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
- package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
- package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
- package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
- package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
- package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
- package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
- package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
- package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
- package/dist/components/shared/IdDocumentField.client.js +0 -204
- package/dist/components/shared/IdDocumentField.d.ts +0 -2
- package/dist/components/shared/IdDocumentField.js +0 -11
- package/dist/components/shared/SelfieField.client.d.ts +0 -20
- package/dist/components/shared/SelfieField.client.js +0 -327
- package/dist/components/shared/SelfieField.d.ts +0 -2
- package/dist/components/shared/SelfieField.js +0 -11
- package/dist/constants/BranchCode.d.ts +0 -4
- package/dist/constants/BranchCode.js +0 -42
- package/dist/constants/Branches.d.ts +0 -2
- package/dist/constants/Branches.js +0 -42
- package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
- package/dist/handlers/postTransformIdFrontImage.js +0 -67
- package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
- package/dist/handlers/postTransformSelfieImage.js +0 -71
- package/dist/handlers.d.ts +0 -43
- package/dist/handlers.js +0 -297
- package/dist/icons/BellRingIcon.d.ts +0 -2
- package/dist/icons/BellRingIcon.js +0 -4
- package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +0 -1
- package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
- package/dist/third-parties/FacebookPixel/index.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
- package/dist/third-parties/index.d.ts +0 -2
- package/dist/third-parties/index.js +0 -2
- package/dist/utils/dataUrlToBlob.d.ts +0 -1
- package/dist/utils/dataUrlToBlob.js +0 -11
- package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
- package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
- package/dist/utils/getGameName.d.ts +0 -1
- package/dist/utils/getGameName.js +0 -6
- package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
- package/dist/utils/isBetween3amAnd3pm.js +0 -5
- package/dist/utils/resizeImageSize.d.ts +0 -2
- package/dist/utils/resizeImageSize.js +0 -11
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export const BRANCHES = [
|
|
2
|
-
{
|
|
3
|
-
code: 'BRCAL',
|
|
4
|
-
name: 'Bingo Republic 2nd floor Primark Center Deparo St., Caloocan City',
|
|
5
|
-
},
|
|
6
|
-
{
|
|
7
|
-
code: 'BRNAG',
|
|
8
|
-
name: 'Bingo Republic 3rd floor Robinsons Mall, Naga City, Camarines Sur',
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
code: 'BRANT',
|
|
12
|
-
name: 'Bingo Republic 2nd floor Robinsons Mall, San Vicente,Antique',
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
code: 'BRCLA',
|
|
16
|
-
name: 'Clark',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
code: 'BRLAG',
|
|
20
|
-
name: 'Laguna',
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
code: 'BREAS',
|
|
24
|
-
name: 'Eastwood City, Quezon City',
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
code: 'BRMAR',
|
|
28
|
-
name: 'Bingo ng Bayan 4th floor Marikina Public Market, Marikina City',
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
code: 'BRILO',
|
|
32
|
-
name: 'Iloilo',
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
code: 'BRFIM',
|
|
36
|
-
name: 'Fisher Mall,Quezon City',
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
code: 'BRCAC',
|
|
40
|
-
name: 'Villa Caceres Hotel, Naga City,Camsur',
|
|
41
|
-
},
|
|
42
|
-
];
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { NextResponse } from 'next/server';
|
|
2
|
-
import sharp from 'sharp';
|
|
3
|
-
import { z } from 'zod';
|
|
4
|
-
import { validateFile } from '../utils/validateFile.js';
|
|
5
|
-
const TransformIdFrontImageDefinition = z.object({
|
|
6
|
-
image: z.instanceof(File).superRefine((file, context) => {
|
|
7
|
-
const error = validateFile(file);
|
|
8
|
-
if (error) {
|
|
9
|
-
context.addIssue({
|
|
10
|
-
code: z.ZodIssueCode.custom,
|
|
11
|
-
message: error.message,
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
}),
|
|
15
|
-
cropTop: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
16
|
-
cropLeft: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
17
|
-
cropWidth: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
18
|
-
cropHeight: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
19
|
-
});
|
|
20
|
-
export async function postTransformIdFrontImage(request) {
|
|
21
|
-
const form = await request.formData();
|
|
22
|
-
const parsed = TransformIdFrontImageDefinition.safeParse({
|
|
23
|
-
image: form.get('image'),
|
|
24
|
-
cropTop: form.get('cropTop'),
|
|
25
|
-
cropLeft: form.get('cropLeft'),
|
|
26
|
-
cropWidth: form.get('cropWidth'),
|
|
27
|
-
cropHeight: form.get('cropHeight'),
|
|
28
|
-
});
|
|
29
|
-
if (!parsed.success) {
|
|
30
|
-
return NextResponse.json({
|
|
31
|
-
ok: false,
|
|
32
|
-
message: parsed.error.issues[0].message,
|
|
33
|
-
__error: parsed.error,
|
|
34
|
-
}, { status: 400 });
|
|
35
|
-
}
|
|
36
|
-
const file = parsed.data.image;
|
|
37
|
-
const arrayBuffer = await file.arrayBuffer();
|
|
38
|
-
const buffer = Buffer.from(arrayBuffer);
|
|
39
|
-
const cropped = await sharp(buffer)
|
|
40
|
-
.extract({
|
|
41
|
-
top: parsed.data.cropTop,
|
|
42
|
-
left: parsed.data.cropLeft,
|
|
43
|
-
width: parsed.data.cropWidth,
|
|
44
|
-
height: parsed.data.cropHeight,
|
|
45
|
-
})
|
|
46
|
-
.resize({
|
|
47
|
-
width: 1200,
|
|
48
|
-
height: 757,
|
|
49
|
-
kernel: sharp.kernel.lanczos3,
|
|
50
|
-
withoutEnlargement: true,
|
|
51
|
-
})
|
|
52
|
-
.modulate({
|
|
53
|
-
brightness: 1.025,
|
|
54
|
-
saturation: 1.025,
|
|
55
|
-
})
|
|
56
|
-
.median(3)
|
|
57
|
-
.blur()
|
|
58
|
-
.sharpen()
|
|
59
|
-
.webp()
|
|
60
|
-
.toBuffer();
|
|
61
|
-
return new NextResponse(cropped, {
|
|
62
|
-
headers: {
|
|
63
|
-
'Content-Type': 'image/webp',
|
|
64
|
-
'Content-Disposition': `inline; filename="id-front-${Date.now()}.webp"`,
|
|
65
|
-
},
|
|
66
|
-
});
|
|
67
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { NextResponse } from 'next/server';
|
|
2
|
-
import sharp from 'sharp';
|
|
3
|
-
import { z } from 'zod';
|
|
4
|
-
import { validateFile } from '../utils/validateFile.js';
|
|
5
|
-
const TransformSelfieImageDefinition = z.object({
|
|
6
|
-
image: z.instanceof(File).superRefine((file, context) => {
|
|
7
|
-
const error = validateFile(file);
|
|
8
|
-
if (error) {
|
|
9
|
-
context.addIssue({
|
|
10
|
-
code: z.ZodIssueCode.custom,
|
|
11
|
-
message: error.message,
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
}),
|
|
15
|
-
cropTop: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
16
|
-
cropLeft: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
17
|
-
cropWidth: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
18
|
-
cropHeight: z.number().or(z.string().transform((v) => Math.round(Number(v)))),
|
|
19
|
-
});
|
|
20
|
-
export async function postTransformSelfieImage(request) {
|
|
21
|
-
const form = await request.formData();
|
|
22
|
-
const parsed = TransformSelfieImageDefinition.safeParse({
|
|
23
|
-
image: form.get('image'),
|
|
24
|
-
cropTop: form.get('cropTop'),
|
|
25
|
-
cropLeft: form.get('cropLeft'),
|
|
26
|
-
cropWidth: form.get('cropWidth'),
|
|
27
|
-
cropHeight: form.get('cropHeight'),
|
|
28
|
-
});
|
|
29
|
-
if (!parsed.success) {
|
|
30
|
-
return NextResponse.json({
|
|
31
|
-
ok: false,
|
|
32
|
-
message: parsed.error.issues[0].message,
|
|
33
|
-
__error: parsed.error,
|
|
34
|
-
}, { status: 400 });
|
|
35
|
-
}
|
|
36
|
-
const file = parsed.data.image;
|
|
37
|
-
const arrayBuffer = await file.arrayBuffer();
|
|
38
|
-
const buffer = Buffer.from(arrayBuffer);
|
|
39
|
-
const cropped = await sharp(buffer)
|
|
40
|
-
.extract({
|
|
41
|
-
top: parsed.data.cropTop,
|
|
42
|
-
left: parsed.data.cropLeft,
|
|
43
|
-
width: parsed.data.cropWidth,
|
|
44
|
-
height: parsed.data.cropHeight,
|
|
45
|
-
})
|
|
46
|
-
.resize({
|
|
47
|
-
width: 1200,
|
|
48
|
-
height: 1200,
|
|
49
|
-
kernel: sharp.kernel.lanczos3,
|
|
50
|
-
withoutEnlargement: true,
|
|
51
|
-
})
|
|
52
|
-
.sharpen({
|
|
53
|
-
sigma: 1.15,
|
|
54
|
-
m1: 2.0,
|
|
55
|
-
m2: 5.0,
|
|
56
|
-
})
|
|
57
|
-
.modulate({
|
|
58
|
-
brightness: 1.025,
|
|
59
|
-
saturation: 1.025,
|
|
60
|
-
})
|
|
61
|
-
.median(3)
|
|
62
|
-
.blur()
|
|
63
|
-
.webp()
|
|
64
|
-
.toBuffer();
|
|
65
|
-
return new NextResponse(cropped, {
|
|
66
|
-
headers: {
|
|
67
|
-
'Content-Type': 'image/webp',
|
|
68
|
-
'Content-Disposition': `inline; filename="selfie-${Date.now()}.webp"`,
|
|
69
|
-
},
|
|
70
|
-
});
|
|
71
|
-
}
|
package/dist/handlers.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { NextResponse, type NextRequest } from 'next/server';
|
|
2
|
-
import type { Session } from './types';
|
|
3
|
-
export declare const GET: (request: NextRequest, { params }: {
|
|
4
|
-
params: Promise<{
|
|
5
|
-
auth: string[];
|
|
6
|
-
}>;
|
|
7
|
-
}) => Promise<NextResponse<{
|
|
8
|
-
ok: true;
|
|
9
|
-
data?: never;
|
|
10
|
-
} | {
|
|
11
|
-
ok: false;
|
|
12
|
-
message: string;
|
|
13
|
-
__error?: unknown;
|
|
14
|
-
}> | NextResponse<{
|
|
15
|
-
ok: false;
|
|
16
|
-
message: string;
|
|
17
|
-
__error?: unknown;
|
|
18
|
-
} | {
|
|
19
|
-
ok: true;
|
|
20
|
-
data: Session;
|
|
21
|
-
}>>;
|
|
22
|
-
export declare const DELETE: (request: NextRequest, { params }: {
|
|
23
|
-
params: Promise<{
|
|
24
|
-
auth: string[];
|
|
25
|
-
}>;
|
|
26
|
-
}) => Promise<NextResponse<{
|
|
27
|
-
ok: true;
|
|
28
|
-
data?: never;
|
|
29
|
-
} | {
|
|
30
|
-
ok: false;
|
|
31
|
-
message: string;
|
|
32
|
-
__error?: unknown;
|
|
33
|
-
}>>;
|
|
34
|
-
export declare const POST: (request: NextRequest, { params }: {
|
|
35
|
-
params: Promise<{
|
|
36
|
-
auth: string[];
|
|
37
|
-
}>;
|
|
38
|
-
}) => Promise<NextResponse>;
|
|
39
|
-
export declare const PATCH: (request: NextRequest, { params }: {
|
|
40
|
-
params: Promise<{
|
|
41
|
-
auth: string[];
|
|
42
|
-
}>;
|
|
43
|
-
}) => Promise<NextResponse>;
|
package/dist/handlers.js
DELETED
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
import { addDays, addMinutes, subMinutes } from 'date-fns';
|
|
2
|
-
import { NextResponse } from 'next/server';
|
|
3
|
-
import { z } from 'zod';
|
|
4
|
-
import { ACCESS_TOKEN_COOKIE_NAME, DOMAIN_COOKIE_NAME, DOMAIN_HEADER_KEY, RECAPTCHA_HEADER_KEY, REFRESH_TOKEN_COOKIE_NAME, } from './constants/index.js';
|
|
5
|
-
import { authenticate, createSession, destroySession, refreshSession, } from './services/auth.js';
|
|
6
|
-
const CreateSessionDefinition = z.union([
|
|
7
|
-
z.object({
|
|
8
|
-
type: z.literal('NAME_AND_PASSWORD'),
|
|
9
|
-
name: z.string(),
|
|
10
|
-
password: z.string(),
|
|
11
|
-
}),
|
|
12
|
-
z.object({
|
|
13
|
-
type: z.literal('MOBILE_NUMBER'),
|
|
14
|
-
mobileNumber: z.string(),
|
|
15
|
-
verificationCode: z.string(),
|
|
16
|
-
}),
|
|
17
|
-
z.object({
|
|
18
|
-
type: z.literal('MAYA'),
|
|
19
|
-
session: z.string(),
|
|
20
|
-
}),
|
|
21
|
-
z.object({
|
|
22
|
-
type: z.union([
|
|
23
|
-
z.literal('SOCIALS'),
|
|
24
|
-
z.literal('CABINET'),
|
|
25
|
-
z.literal('SINGLE_USE_TOKEN'),
|
|
26
|
-
]),
|
|
27
|
-
token: z.string(),
|
|
28
|
-
}),
|
|
29
|
-
]);
|
|
30
|
-
const AuthenticateDefinition = z.object({
|
|
31
|
-
type: z.literal('SECURITY_QUESTION'),
|
|
32
|
-
token: z.string(),
|
|
33
|
-
secretAnswer: z.string(),
|
|
34
|
-
});
|
|
35
|
-
export const GET = async (request, { params }) => {
|
|
36
|
-
const { auth } = await params;
|
|
37
|
-
const path = auth[0];
|
|
38
|
-
/*
|
|
39
|
-
*
|
|
40
|
-
* GET -> /api/health
|
|
41
|
-
* GET -> /api/healthcheck
|
|
42
|
-
* GET -> /api/health-check
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
if (/^health(-?check)?$/i.test(path)) {
|
|
46
|
-
return NextResponse.json({
|
|
47
|
-
ok: true,
|
|
48
|
-
}, {
|
|
49
|
-
headers: {
|
|
50
|
-
'Access-Control-Allow-Origin': '*',
|
|
51
|
-
'Cache-Control': 'no-cache, no-store, must-revalidate',
|
|
52
|
-
Pragma: 'no-cache',
|
|
53
|
-
Expires: '0',
|
|
54
|
-
},
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
/*
|
|
58
|
-
*
|
|
59
|
-
* GET -> /api/sessions
|
|
60
|
-
*
|
|
61
|
-
*/
|
|
62
|
-
if (path === 'sessions') {
|
|
63
|
-
const accessToken = request.cookies.get(ACCESS_TOKEN_COOKIE_NAME)?.value;
|
|
64
|
-
const refreshToken = request.cookies.get(REFRESH_TOKEN_COOKIE_NAME)?.value;
|
|
65
|
-
const domain = request.cookies.get(DOMAIN_COOKIE_NAME)?.value;
|
|
66
|
-
if (!refreshToken) {
|
|
67
|
-
const response = NextResponse.json({
|
|
68
|
-
ok: true,
|
|
69
|
-
data: {
|
|
70
|
-
domain,
|
|
71
|
-
status: 'unauthenticated',
|
|
72
|
-
},
|
|
73
|
-
});
|
|
74
|
-
response.cookies.delete(ACCESS_TOKEN_COOKIE_NAME);
|
|
75
|
-
response.cookies.delete(REFRESH_TOKEN_COOKIE_NAME);
|
|
76
|
-
return response;
|
|
77
|
-
}
|
|
78
|
-
if (!accessToken) {
|
|
79
|
-
try {
|
|
80
|
-
const data = await refreshSession({
|
|
81
|
-
headers: {
|
|
82
|
-
Authorization: `Bearer ${refreshToken}`,
|
|
83
|
-
},
|
|
84
|
-
});
|
|
85
|
-
const response = NextResponse.json({
|
|
86
|
-
ok: true,
|
|
87
|
-
data: {
|
|
88
|
-
status: 'authenticated',
|
|
89
|
-
domain,
|
|
90
|
-
token: data.accessToken,
|
|
91
|
-
},
|
|
92
|
-
});
|
|
93
|
-
response.cookies.set(ACCESS_TOKEN_COOKIE_NAME, data.accessToken, {
|
|
94
|
-
expires: addMinutes(new Date(), 9),
|
|
95
|
-
httpOnly: true,
|
|
96
|
-
sameSite: 'strict',
|
|
97
|
-
});
|
|
98
|
-
return response;
|
|
99
|
-
}
|
|
100
|
-
catch {
|
|
101
|
-
const response = NextResponse.json({
|
|
102
|
-
ok: true,
|
|
103
|
-
data: {
|
|
104
|
-
status: 'unauthenticated',
|
|
105
|
-
domain,
|
|
106
|
-
},
|
|
107
|
-
});
|
|
108
|
-
response.cookies.delete(REFRESH_TOKEN_COOKIE_NAME);
|
|
109
|
-
return response;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
return NextResponse.json({
|
|
113
|
-
ok: true,
|
|
114
|
-
data: {
|
|
115
|
-
status: 'authenticated',
|
|
116
|
-
domain,
|
|
117
|
-
token: accessToken,
|
|
118
|
-
},
|
|
119
|
-
});
|
|
120
|
-
}
|
|
121
|
-
return NextResponse.json({
|
|
122
|
-
ok: false,
|
|
123
|
-
message: 'Not found',
|
|
124
|
-
}, { status: 404 });
|
|
125
|
-
};
|
|
126
|
-
export const DELETE = async (request, { params }) => {
|
|
127
|
-
const { auth } = await params;
|
|
128
|
-
const path = auth[0];
|
|
129
|
-
/*
|
|
130
|
-
*
|
|
131
|
-
* DELETE -> /api/sessions
|
|
132
|
-
*
|
|
133
|
-
*/
|
|
134
|
-
if (path === 'sessions') {
|
|
135
|
-
const accessToken = request.cookies.get(ACCESS_TOKEN_COOKIE_NAME)?.value;
|
|
136
|
-
if (accessToken) {
|
|
137
|
-
await destroySession({
|
|
138
|
-
headers: {
|
|
139
|
-
Authorization: `Bearer ${accessToken}`,
|
|
140
|
-
},
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
const response = NextResponse.json({
|
|
144
|
-
ok: true,
|
|
145
|
-
});
|
|
146
|
-
response.cookies.delete(ACCESS_TOKEN_COOKIE_NAME);
|
|
147
|
-
response.cookies.delete(REFRESH_TOKEN_COOKIE_NAME);
|
|
148
|
-
return response;
|
|
149
|
-
}
|
|
150
|
-
return NextResponse.json({
|
|
151
|
-
ok: false,
|
|
152
|
-
message: 'Not found',
|
|
153
|
-
}, { status: 404 });
|
|
154
|
-
};
|
|
155
|
-
export const POST = async (request, { params }) => {
|
|
156
|
-
const { auth } = await params;
|
|
157
|
-
const path = auth[0];
|
|
158
|
-
/*
|
|
159
|
-
*
|
|
160
|
-
* POST -> /api/sessions
|
|
161
|
-
*
|
|
162
|
-
*/
|
|
163
|
-
if (path === 'sessions') {
|
|
164
|
-
const body = await request.json();
|
|
165
|
-
const parsed = CreateSessionDefinition.safeParse(body);
|
|
166
|
-
if (!parsed.success) {
|
|
167
|
-
return NextResponse.json({
|
|
168
|
-
ok: false,
|
|
169
|
-
message: parsed.error.issues[0].message,
|
|
170
|
-
}, { status: 400 });
|
|
171
|
-
}
|
|
172
|
-
const recaptcha = request.headers.get(RECAPTCHA_HEADER_KEY);
|
|
173
|
-
const domain = request.headers.get(DOMAIN_HEADER_KEY);
|
|
174
|
-
try {
|
|
175
|
-
const res = await createSession(parsed.data, {
|
|
176
|
-
headers: {
|
|
177
|
-
...(recaptcha && {
|
|
178
|
-
[RECAPTCHA_HEADER_KEY]: recaptcha,
|
|
179
|
-
}),
|
|
180
|
-
...(domain && {
|
|
181
|
-
[DOMAIN_HEADER_KEY]: domain,
|
|
182
|
-
}),
|
|
183
|
-
},
|
|
184
|
-
});
|
|
185
|
-
if (res.authenticator) {
|
|
186
|
-
return NextResponse.json({
|
|
187
|
-
ok: true,
|
|
188
|
-
data: res.authenticator,
|
|
189
|
-
});
|
|
190
|
-
}
|
|
191
|
-
const response = NextResponse.json({ ok: true, data: null }, { status: 201 });
|
|
192
|
-
response.cookies.set(ACCESS_TOKEN_COOKIE_NAME, res.accessToken, {
|
|
193
|
-
expires: addMinutes(new Date(), 9),
|
|
194
|
-
httpOnly: true,
|
|
195
|
-
sameSite: 'strict',
|
|
196
|
-
});
|
|
197
|
-
response.cookies.set(REFRESH_TOKEN_COOKIE_NAME, res.refreshToken, {
|
|
198
|
-
expires: subMinutes(addDays(new Date(), 30), 1),
|
|
199
|
-
httpOnly: true,
|
|
200
|
-
sameSite: 'strict',
|
|
201
|
-
});
|
|
202
|
-
return response;
|
|
203
|
-
}
|
|
204
|
-
catch (e) {
|
|
205
|
-
return NextResponse.json({
|
|
206
|
-
ok: false,
|
|
207
|
-
message: 'Unauthorized',
|
|
208
|
-
__error: e,
|
|
209
|
-
}, { status: 401 });
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
/*
|
|
213
|
-
*
|
|
214
|
-
* POST -> /api/authenticate
|
|
215
|
-
*
|
|
216
|
-
*/
|
|
217
|
-
if (path === 'authenticate') {
|
|
218
|
-
const body = await request.json();
|
|
219
|
-
const parsed = AuthenticateDefinition.safeParse(body);
|
|
220
|
-
if (!parsed.success) {
|
|
221
|
-
return NextResponse.json({
|
|
222
|
-
ok: false,
|
|
223
|
-
message: parsed.error.issues[0].message,
|
|
224
|
-
}, { status: 400 });
|
|
225
|
-
}
|
|
226
|
-
const recaptcha = request.headers.get(RECAPTCHA_HEADER_KEY);
|
|
227
|
-
const domain = request.headers.get(DOMAIN_HEADER_KEY);
|
|
228
|
-
try {
|
|
229
|
-
const res = await authenticate(parsed.data, {
|
|
230
|
-
headers: {
|
|
231
|
-
...(recaptcha && {
|
|
232
|
-
[RECAPTCHA_HEADER_KEY]: recaptcha,
|
|
233
|
-
}),
|
|
234
|
-
...(domain && {
|
|
235
|
-
[DOMAIN_HEADER_KEY]: domain,
|
|
236
|
-
}),
|
|
237
|
-
},
|
|
238
|
-
});
|
|
239
|
-
const response = NextResponse.json({ ok: true }, { status: 201 });
|
|
240
|
-
response.cookies.set(ACCESS_TOKEN_COOKIE_NAME, res.accessToken, {
|
|
241
|
-
expires: addMinutes(new Date(), 9),
|
|
242
|
-
httpOnly: true,
|
|
243
|
-
});
|
|
244
|
-
response.cookies.set(REFRESH_TOKEN_COOKIE_NAME, res.refreshToken, {
|
|
245
|
-
expires: subMinutes(addDays(new Date(), 30), 1),
|
|
246
|
-
httpOnly: true,
|
|
247
|
-
});
|
|
248
|
-
return response;
|
|
249
|
-
}
|
|
250
|
-
catch (e) {
|
|
251
|
-
return NextResponse.json({
|
|
252
|
-
ok: false,
|
|
253
|
-
message: 'Unauthorized',
|
|
254
|
-
__error: e,
|
|
255
|
-
}, { status: 401 });
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
return NextResponse.json({
|
|
259
|
-
ok: false,
|
|
260
|
-
message: 'Not found',
|
|
261
|
-
}, { status: 404 });
|
|
262
|
-
};
|
|
263
|
-
const UpdateSessionDefinition = z.object({
|
|
264
|
-
domain: z.string().optional().nullable(),
|
|
265
|
-
});
|
|
266
|
-
export const PATCH = async (request, { params }) => {
|
|
267
|
-
const { auth } = await params;
|
|
268
|
-
const path = auth[0];
|
|
269
|
-
/*
|
|
270
|
-
*
|
|
271
|
-
* PATCH -> /api/sessions
|
|
272
|
-
*
|
|
273
|
-
*/
|
|
274
|
-
if (path === 'sessions') {
|
|
275
|
-
const body = await request.json();
|
|
276
|
-
const parsed = UpdateSessionDefinition.safeParse(body);
|
|
277
|
-
if (!parsed.success) {
|
|
278
|
-
return NextResponse.json({
|
|
279
|
-
ok: false,
|
|
280
|
-
message: parsed.error.issues[0].message,
|
|
281
|
-
}, { status: 400 });
|
|
282
|
-
}
|
|
283
|
-
const response = NextResponse.json({ ok: true });
|
|
284
|
-
if (parsed.data.domain) {
|
|
285
|
-
response.cookies.set(DOMAIN_COOKIE_NAME, parsed.data.domain, {
|
|
286
|
-
expires: addDays(new Date(), 30),
|
|
287
|
-
httpOnly: true,
|
|
288
|
-
sameSite: 'strict',
|
|
289
|
-
});
|
|
290
|
-
}
|
|
291
|
-
return response;
|
|
292
|
-
}
|
|
293
|
-
return NextResponse.json({
|
|
294
|
-
ok: false,
|
|
295
|
-
message: 'Not found',
|
|
296
|
-
}, { status: 404 });
|
|
297
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
export function BellRingIcon(props) {
|
|
3
|
-
return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 25 24", fill: "none", stroke: "currentColor", ...props, children: _jsx("path", { d: "M15.5002 19C15.5002 20.6569 14.1571 22 12.5002 22C10.8434 22 9.50025 20.6569 9.50025 19M14.2968 6.23856C14.7322 5.78864 15.0002 5.17562 15.0002 4.5C15.0002 3.11929 13.881 2 12.5002 2C11.1195 2 10.0002 3.11929 10.0002 4.5C10.0002 5.17562 10.2683 5.78864 10.7037 6.23856M3.04707 8.32296C3.03272 6.87161 3.8152 5.51631 5.07928 4.80306M21.9534 8.32296C21.9678 6.87161 21.1853 5.51631 19.9212 4.80306M18.5002 11.2C18.5002 9.82087 17.8681 8.49823 16.7429 7.52304C15.6177 6.54786 14.0915 6 12.5002 6C10.9089 6 9.38283 6.54786 8.25761 7.52304C7.13239 8.49823 6.50025 9.82087 6.50025 11.2C6.50025 13.4818 5.93438 15.1506 5.22831 16.3447C4.42359 17.7056 4.02122 18.3861 4.03711 18.5486C4.05529 18.7346 4.08876 18.7933 4.23959 18.9036C4.37142 19 5.03376 19 6.35844 19H18.6421C19.9667 19 20.6291 19 20.7609 18.9036C20.9117 18.7933 20.9452 18.7346 20.9634 18.5486C20.9793 18.3861 20.5769 17.7056 19.7722 16.3447C19.0661 15.1506 18.5002 13.4818 18.5002 11.2Z", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
4
|
-
}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './FacebookPixel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './FacebookPixel.js';
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './GoogleRecaptcha';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './GoogleRecaptcha.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function dataURLtoBlob(dataURL: string): Blob;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export function dataURLtoBlob(dataURL) {
|
|
2
|
-
const parts = dataURL.split(';base64,');
|
|
3
|
-
const contentType = parts[0].split(':')[1];
|
|
4
|
-
const raw = window.atob(parts[1]);
|
|
5
|
-
const rawLength = raw.length;
|
|
6
|
-
const uInt8Array = new Uint8Array(rawLength);
|
|
7
|
-
for (let i = 0; i < rawLength; ++i) {
|
|
8
|
-
uInt8Array[i] = raw.charCodeAt(i);
|
|
9
|
-
}
|
|
10
|
-
return new Blob([uInt8Array], { type: contentType });
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const GAMES_AVAILABLE_3PM_TO_3AM: string[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const GAMES_AVAILABLE_3PM_TO_3AM = ['Marble Race', 'Rainbow Ball'];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getGameName(reference: string, defaultName: string): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const isBetween3amAnd3pm: () => boolean;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import Resizer from 'react-image-file-resizer';
|
|
2
|
-
export const resizeFile = (file) => new Promise((resolve) => {
|
|
3
|
-
Resizer.imageFileResizer(file, 300, 300, 'jpeg', 100, 0, (uri) => {
|
|
4
|
-
resolve(uri);
|
|
5
|
-
}, 'file');
|
|
6
|
-
});
|
|
7
|
-
export const resizeFileBase64 = (file) => new Promise((resolve) => {
|
|
8
|
-
Resizer.imageFileResizer(file, 1200, 300, 'WEBP', 100, 0, (uri) => {
|
|
9
|
-
resolve(uri);
|
|
10
|
-
}, 'base64');
|
|
11
|
-
});
|