ekyc

Electronic KYC process with uploading ID document using OAuth 2.1 (experimental)
Log | Files | Refs | README | LICENSE

fresh.gen.ts (3695B)


      1 // DO NOT EDIT. This file is generated by Fresh.
      2 // This file SHOULD be checked into source version control.
      3 // This file is automatically updated during development when running `dev.ts`.
      4 
      5 import * as $_admin_verify_id_document from "./routes/(admin)/verify/id-document.tsx";
      6 import * as $_customer_layout from "./routes/(customer)/_layout.tsx";
      7 import * as $_customer_connect from "./routes/(customer)/connect.tsx";
      8 import * as $_customer_login from "./routes/(customer)/login.tsx";
      9 import * as $_customer_logout from "./routes/(customer)/logout.tsx";
     10 import * as $_customer_register_email from "./routes/(customer)/register/email.tsx";
     11 import * as $_customer_register_id_document from "./routes/(customer)/register/id-document.tsx";
     12 import * as $_customer_register_phone from "./routes/(customer)/register/phone.tsx";
     13 import * as $_customer_verify_email from "./routes/(customer)/verify/email.tsx";
     14 import * as $_customer_verify_id_document from "./routes/(customer)/verify/id-document.tsx";
     15 import * as $_customer_verify_sms from "./routes/(customer)/verify/sms.tsx";
     16 import * as $_404 from "./routes/_404.tsx";
     17 import * as $_500 from "./routes/_500.tsx";
     18 import * as $_app from "./routes/_app.tsx";
     19 import * as $_layout from "./routes/_layout.tsx";
     20 import * as $_middleware from "./routes/_middleware.ts";
     21 import * as $index from "./routes/index.tsx";
     22 import * as $oauth2_authorize from "./routes/oauth2/authorize.tsx";
     23 import * as $oauth2_callback from "./routes/oauth2/callback.tsx";
     24 import * as $oauth2_token from "./routes/oauth2/token.tsx";
     25 import * as $oauth2_userinfo from "./routes/oauth2/userinfo.tsx";
     26 import * as $code_input from "./islands/code_input.tsx";
     27 import * as $delayed_button from "./islands/delayed_button.tsx";
     28 import * as $email_input from "./islands/email_input.tsx";
     29 import * as $password_input from "./islands/password_input.tsx";
     30 import * as $phone_number_input from "./islands/phone_number_input.tsx";
     31 import * as $photo_capture_input from "./islands/photo_capture_input.tsx";
     32 import { type Manifest } from "$fresh/server.ts";
     33 
     34 const manifest = {
     35   routes: {
     36     "./routes/(admin)/verify/id-document.tsx": $_admin_verify_id_document,
     37     "./routes/(customer)/_layout.tsx": $_customer_layout,
     38     "./routes/(customer)/connect.tsx": $_customer_connect,
     39     "./routes/(customer)/login.tsx": $_customer_login,
     40     "./routes/(customer)/logout.tsx": $_customer_logout,
     41     "./routes/(customer)/register/email.tsx": $_customer_register_email,
     42     "./routes/(customer)/register/id-document.tsx":
     43       $_customer_register_id_document,
     44     "./routes/(customer)/register/phone.tsx": $_customer_register_phone,
     45     "./routes/(customer)/verify/email.tsx": $_customer_verify_email,
     46     "./routes/(customer)/verify/id-document.tsx": $_customer_verify_id_document,
     47     "./routes/(customer)/verify/sms.tsx": $_customer_verify_sms,
     48     "./routes/_404.tsx": $_404,
     49     "./routes/_500.tsx": $_500,
     50     "./routes/_app.tsx": $_app,
     51     "./routes/_layout.tsx": $_layout,
     52     "./routes/_middleware.ts": $_middleware,
     53     "./routes/index.tsx": $index,
     54     "./routes/oauth2/authorize.tsx": $oauth2_authorize,
     55     "./routes/oauth2/callback.tsx": $oauth2_callback,
     56     "./routes/oauth2/token.tsx": $oauth2_token,
     57     "./routes/oauth2/userinfo.tsx": $oauth2_userinfo,
     58   },
     59   islands: {
     60     "./islands/code_input.tsx": $code_input,
     61     "./islands/delayed_button.tsx": $delayed_button,
     62     "./islands/email_input.tsx": $email_input,
     63     "./islands/password_input.tsx": $password_input,
     64     "./islands/phone_number_input.tsx": $phone_number_input,
     65     "./islands/photo_capture_input.tsx": $photo_capture_input,
     66   },
     67   baseUrl: import.meta.url,
     68 } satisfies Manifest;
     69 
     70 export default manifest;