{"version":3,"file":"index.78c9c916.js","sources":["../../../src/generated/models/ChangeEmailRequest.ts","../../../src/generated/models/CreateRequest.ts","../../../src/generated/models/CurrentApplicant.ts","../../../src/generated/models/EducationCertificateCategory.ts","../../../src/generated/models/EducationCertificateType.ts","../../../src/generated/models/FinishRequest.ts","../../../src/generated/models/OptionGroup.ts","../../../src/generated/models/PasswordChangeRequest.ts","../../../src/generated/models/SignInRequest.ts","../../../src/generated/models/SignInWithCodeRequest.ts","../../../src/generated/models/Target.ts","../../../src/generated/apis/ApplicantPasswordsApi.ts","../../../src/generated/apis/ApplicantProfileApi.ts","../../../src/generated/models/EmailChangeResult.ts","../../../src/generated/apis/ApplicantRegistrationsApi.ts","../../../src/generated/apis/CommonApi.ts","../../../src/common/components/Container.tsx","../../../src/common/components/ErrorBoundary.tsx","../../../vite/preload-helper","../../../src/common/components/DefaultLoader.tsx","../../../src/common/createQueryClient.ts","../../../src/common/util/getName.ts","../../../src/common/store/CountriesStore.ts","../../../src/common/store/CoursesStore.ts","../../../src/common/store/EducationSystemsStore.ts","../../../src/common/store/EducationTypesStore.ts","../../../src/common/store/EnrollmentTermStore.ts","../../../src/common/store/PartnerSchoolTypeStore.ts","../../../src/common/store/ProgramsStore.ts","../../../src/common/store/ScholarshipsFinancialSupporsStore.ts","../../../src/common/store/ScholarshipStatusStore.ts","../../../src/common/store/ScholarshipTypesStore.ts","../../../src/common/store/SupplementalMaterialTypesStore.ts","../../../src/common/store/useOptionStores.tsx","../../../src/applicants/components/ColorEnums.tsx","../../../src/applicants/components/Button.tsx","../../../src/applicants/components/useButtonStyle.tsx","../../../src/common/components/TextLink.tsx","../../../src/common/form/useFormProps.ts","../../../src/common/util/zenToHan.ts","../../../src/common/form/FormInput.tsx","../../../src/applicants/components/Title.tsx","../../../src/applicants/components/emailChangeRequest/EmailChangeRequestForm.tsx","../../../src/applicants/hooks/useApplicant.ts","../../../src/generated/apis/ApplicantSessionsApi.ts","../../../src/applicants/components/Header.tsx","../../../src/applicants/pages/EmailChangeComplete.tsx","../../../src/applicants/pages/EmailChangeRequestComplete.tsx","../../../src/applicants/components/Footer.tsx","../../../src/component/manager/common/atoms/passwordInput/PasswordInput.tsx","../../../src/applicants/components/login/LoginForm.tsx","../../../src/applicants/pages/Login.tsx","../../../src/applicants/pages/NotFound.tsx","../../../src/applicants/components/passwordChange/PasswordChangeForm.tsx","../../../src/applicants/pages/PasswordChange.tsx","../../../src/applicants/pages/PasswordChangeComplete.tsx","../../../src/applicants/components/ContainerWithAnnounce.tsx","../../../src/applicants/components/passwordReset/PasswordResetForm.tsx","../../../src/applicants/pages/PasswordReset.tsx","../../../src/applicants/pages/PasswordResetComplete.tsx","../../../src/applicants/components/passwordReset/PasswordResetRequestForm.tsx","../../../src/applicants/pages/PasswordResetRequest.tsx","../../../src/applicants/pages/PasswordResetRequestComplete.tsx","../../../src/applicants/pages/Privacy.tsx","../../../src/common/form/useSending.ts","../../../src/applicants/components/registration/RegistrationForm.tsx","../../../src/applicants/pages/Registration.tsx","../../../src/applicants/pages/RegistrationComplete.tsx","../../../src/applicants/components/registration/RegistrationRequestForm.tsx","../../../src/applicants/pages/RegistrationRequest.tsx","../../../src/applicants/pages/RegistrationRequestComplete.tsx","../../../src/applicants/index.tsx","../../../src/applicants/entry.tsx"],"sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface ChangeEmailRequest\n */\nexport interface ChangeEmailRequest {\n /**\n * \n * @type {string}\n * @memberof ChangeEmailRequest\n */\n email: string;\n}\n\nexport function ChangeEmailRequestFromJSON(json: any): ChangeEmailRequest {\n return ChangeEmailRequestFromJSONTyped(json, false);\n}\n\nexport function ChangeEmailRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChangeEmailRequest {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'email': json['email'],\n };\n}\n\nexport function ChangeEmailRequestToJSON(value?: ChangeEmailRequest | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'email': value.email,\n };\n}\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface CreateRequest\n */\nexport interface CreateRequest {\n /**\n * \n * @type {string}\n * @memberof CreateRequest\n */\n email: string;\n}\n\nexport function CreateRequestFromJSON(json: any): CreateRequest {\n return CreateRequestFromJSONTyped(json, false);\n}\n\nexport function CreateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateRequest {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'email': json['email'],\n };\n}\n\nexport function CreateRequestToJSON(value?: CreateRequest | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'email': value.email,\n };\n}\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface CurrentApplicant\n */\nexport interface CurrentApplicant {\n /**\n * \n * @type {boolean}\n * @memberof CurrentApplicant\n */\n signedIn: boolean;\n /**\n * \n * @type {string}\n * @memberof CurrentApplicant\n */\n email?: string;\n}\n\nexport function CurrentApplicantFromJSON(json: any): CurrentApplicant {\n return CurrentApplicantFromJSONTyped(json, false);\n}\n\nexport function CurrentApplicantFromJSONTyped(json: any, ignoreDiscriminator: boolean): CurrentApplicant {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'signedIn': json['signedIn'],\n 'email': !exists(json, 'email') ? undefined : json['email'],\n };\n}\n\nexport function CurrentApplicantToJSON(value?: CurrentApplicant | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'signedIn': value.signedIn,\n 'email': value.email,\n };\n}\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface EducationCertificateCategory\n */\nexport interface EducationCertificateCategory {\n /**\n * \n * @type {number}\n * @memberof EducationCertificateCategory\n */\n id: number;\n /**\n * \n * @type {string}\n * @memberof EducationCertificateCategory\n */\n name: string;\n /**\n * \n * @type {string}\n * @memberof EducationCertificateCategory\n */\n nameJa: string;\n /**\n * \n * @type {Array}\n * @memberof EducationCertificateCategory\n */\n types: Array;\n}\n\nexport function EducationCertificateCategoryFromJSON(json: any): EducationCertificateCategory {\n return EducationCertificateCategoryFromJSONTyped(json, false);\n}\n\nexport function EducationCertificateCategoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): EducationCertificateCategory {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'id': json['id'],\n 'name': json['name'],\n 'nameJa': json['nameJa'],\n 'types': json['types'],\n };\n}\n\nexport function EducationCertificateCategoryToJSON(value?: EducationCertificateCategory | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'id': value.id,\n 'name': value.name,\n 'nameJa': value.nameJa,\n 'types': value.types,\n };\n}\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface EducationCertificateType\n */\nexport interface EducationCertificateType {\n /**\n * \n * @type {number}\n * @memberof EducationCertificateType\n */\n id: number;\n /**\n * \n * @type {string}\n * @memberof EducationCertificateType\n */\n name: string;\n /**\n * \n * @type {string}\n * @memberof EducationCertificateType\n */\n nameJa: string;\n}\n\nexport function EducationCertificateTypeFromJSON(json: any): EducationCertificateType {\n return EducationCertificateTypeFromJSONTyped(json, false);\n}\n\nexport function EducationCertificateTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): EducationCertificateType {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'id': json['id'],\n 'name': json['name'],\n 'nameJa': json['nameJa'],\n };\n}\n\nexport function EducationCertificateTypeToJSON(value?: EducationCertificateType | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'id': value.id,\n 'name': value.name,\n 'nameJa': value.nameJa,\n };\n}\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface FinishRequest\n */\nexport interface FinishRequest {\n /**\n * \n * @type {string}\n * @memberof FinishRequest\n */\n password: string;\n}\n\nexport function FinishRequestFromJSON(json: any): FinishRequest {\n return FinishRequestFromJSONTyped(json, false);\n}\n\nexport function FinishRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinishRequest {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'password': json['password'],\n };\n}\n\nexport function FinishRequestToJSON(value?: FinishRequest | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'password': value.password,\n };\n}\n\n\n","/* tslint:disable */\n/* eslint-disable */\n/**\n * My App API\n * My App API description\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\nimport {\n Option,\n OptionFromJSON,\n OptionFromJSONTyped,\n OptionToJSON,\n} from './';\n\n/**\n * \n * @export\n * @interface OptionGroup\n */\nexport interface OptionGroup {\n /**\n * \n * @type {number}\n * @memberof OptionGroup\n */\n id: number;\n /**\n * \n * @type {string}\n * @memberof OptionGroup\n */\n name: string;\n /**\n * \n * @type {string}\n * @memberof OptionGroup\n */\n nameJa: string;\n /**\n * \n * @type {Array