From 0e3aa751ce6b1fea555c9323eb86f2d2736207ab Mon Sep 17 00:00:00 2001 From: Ly Tuan Kiet Date: Sat, 12 Oct 2024 23:15:06 +0700 Subject: [PATCH] Fixing file name casing --- src/{center => Center}/center.module.ts | 0 src/{center => Center}/center.schema.ts | 0 src/{centerstaff => CenterStaff}/centerstaff.module.ts | 0 src/{centerstaff => CenterStaff}/centerstaff.schema.ts | 0 src/{chatroom => ChatRoom}/chatroom.module.ts | 0 src/{chatroom => ChatRoom}/chatroom.schema.ts | 0 src/{clerk => Clerk}/clerk-auth.guard.ts | 0 src/{clerk => Clerk}/clerk.module.ts | 0 src/{graphql => Graphql}/graphql.builder.ts | 0 src/{graphql => Graphql}/graphql.generator.ts | 0 src/{graphql => Graphql}/graphql.module.ts | 0 src/{graphql => Graphql}/graphql.service.ts | 0 src/{prisma => Prisma}/prisma.module.ts | 0 src/{prisma => Prisma}/prisma.service.ts | 0 src/{restful => Restful}/restful.controller.ts | 0 src/{restful => Restful}/restful.module.ts | 0 src/{restful => Restful}/restful.service.ts | 0 src/{resume => Resume}/resume.module.ts | 0 src/{resume => Resume}/resume.schema.ts | 0 src/{service => Service}/service.module.ts | 0 src/{service => Service}/service.schema.ts | 0 src/{user => User}/user.module.ts | 0 src/{user => User}/user.schema.ts | 0 src/{workshop => Workshop}/workshop.module.ts | 0 src/{workshop => Workshop}/workshop.schema.ts | 0 .../workshoporganization.module.ts | 0 .../workshoporganization.schema.ts | 0 .../workshopsubscription.module.ts | 0 .../workshopsubscription.schema.ts | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename src/{center => Center}/center.module.ts (100%) rename src/{center => Center}/center.schema.ts (100%) rename src/{centerstaff => CenterStaff}/centerstaff.module.ts (100%) rename src/{centerstaff => CenterStaff}/centerstaff.schema.ts (100%) rename src/{chatroom => ChatRoom}/chatroom.module.ts (100%) rename src/{chatroom => ChatRoom}/chatroom.schema.ts (100%) rename src/{clerk => Clerk}/clerk-auth.guard.ts (100%) rename src/{clerk => Clerk}/clerk.module.ts (100%) rename src/{graphql => Graphql}/graphql.builder.ts (100%) rename src/{graphql => Graphql}/graphql.generator.ts (100%) rename src/{graphql => Graphql}/graphql.module.ts (100%) rename src/{graphql => Graphql}/graphql.service.ts (100%) rename src/{prisma => Prisma}/prisma.module.ts (100%) rename src/{prisma => Prisma}/prisma.service.ts (100%) rename src/{restful => Restful}/restful.controller.ts (100%) rename src/{restful => Restful}/restful.module.ts (100%) rename src/{restful => Restful}/restful.service.ts (100%) rename src/{resume => Resume}/resume.module.ts (100%) rename src/{resume => Resume}/resume.schema.ts (100%) rename src/{service => Service}/service.module.ts (100%) rename src/{service => Service}/service.schema.ts (100%) rename src/{user => User}/user.module.ts (100%) rename src/{user => User}/user.schema.ts (100%) rename src/{workshop => Workshop}/workshop.module.ts (100%) rename src/{workshop => Workshop}/workshop.schema.ts (100%) rename src/{workshoporganization => WorkshopOrganization}/workshoporganization.module.ts (100%) rename src/{workshoporganization => WorkshopOrganization}/workshoporganization.schema.ts (100%) rename src/{workshopsubscription => WorkshopSubscription}/workshopsubscription.module.ts (100%) rename src/{workshopsubscription => WorkshopSubscription}/workshopsubscription.schema.ts (100%) diff --git a/src/center/center.module.ts b/src/Center/center.module.ts similarity index 100% rename from src/center/center.module.ts rename to src/Center/center.module.ts diff --git a/src/center/center.schema.ts b/src/Center/center.schema.ts similarity index 100% rename from src/center/center.schema.ts rename to src/Center/center.schema.ts diff --git a/src/centerstaff/centerstaff.module.ts b/src/CenterStaff/centerstaff.module.ts similarity index 100% rename from src/centerstaff/centerstaff.module.ts rename to src/CenterStaff/centerstaff.module.ts diff --git a/src/centerstaff/centerstaff.schema.ts b/src/CenterStaff/centerstaff.schema.ts similarity index 100% rename from src/centerstaff/centerstaff.schema.ts rename to src/CenterStaff/centerstaff.schema.ts diff --git a/src/chatroom/chatroom.module.ts b/src/ChatRoom/chatroom.module.ts similarity index 100% rename from src/chatroom/chatroom.module.ts rename to src/ChatRoom/chatroom.module.ts diff --git a/src/chatroom/chatroom.schema.ts b/src/ChatRoom/chatroom.schema.ts similarity index 100% rename from src/chatroom/chatroom.schema.ts rename to src/ChatRoom/chatroom.schema.ts diff --git a/src/clerk/clerk-auth.guard.ts b/src/Clerk/clerk-auth.guard.ts similarity index 100% rename from src/clerk/clerk-auth.guard.ts rename to src/Clerk/clerk-auth.guard.ts diff --git a/src/clerk/clerk.module.ts b/src/Clerk/clerk.module.ts similarity index 100% rename from src/clerk/clerk.module.ts rename to src/Clerk/clerk.module.ts diff --git a/src/graphql/graphql.builder.ts b/src/Graphql/graphql.builder.ts similarity index 100% rename from src/graphql/graphql.builder.ts rename to src/Graphql/graphql.builder.ts diff --git a/src/graphql/graphql.generator.ts b/src/Graphql/graphql.generator.ts similarity index 100% rename from src/graphql/graphql.generator.ts rename to src/Graphql/graphql.generator.ts diff --git a/src/graphql/graphql.module.ts b/src/Graphql/graphql.module.ts similarity index 100% rename from src/graphql/graphql.module.ts rename to src/Graphql/graphql.module.ts diff --git a/src/graphql/graphql.service.ts b/src/Graphql/graphql.service.ts similarity index 100% rename from src/graphql/graphql.service.ts rename to src/Graphql/graphql.service.ts diff --git a/src/prisma/prisma.module.ts b/src/Prisma/prisma.module.ts similarity index 100% rename from src/prisma/prisma.module.ts rename to src/Prisma/prisma.module.ts diff --git a/src/prisma/prisma.service.ts b/src/Prisma/prisma.service.ts similarity index 100% rename from src/prisma/prisma.service.ts rename to src/Prisma/prisma.service.ts diff --git a/src/restful/restful.controller.ts b/src/Restful/restful.controller.ts similarity index 100% rename from src/restful/restful.controller.ts rename to src/Restful/restful.controller.ts diff --git a/src/restful/restful.module.ts b/src/Restful/restful.module.ts similarity index 100% rename from src/restful/restful.module.ts rename to src/Restful/restful.module.ts diff --git a/src/restful/restful.service.ts b/src/Restful/restful.service.ts similarity index 100% rename from src/restful/restful.service.ts rename to src/Restful/restful.service.ts diff --git a/src/resume/resume.module.ts b/src/Resume/resume.module.ts similarity index 100% rename from src/resume/resume.module.ts rename to src/Resume/resume.module.ts diff --git a/src/resume/resume.schema.ts b/src/Resume/resume.schema.ts similarity index 100% rename from src/resume/resume.schema.ts rename to src/Resume/resume.schema.ts diff --git a/src/service/service.module.ts b/src/Service/service.module.ts similarity index 100% rename from src/service/service.module.ts rename to src/Service/service.module.ts diff --git a/src/service/service.schema.ts b/src/Service/service.schema.ts similarity index 100% rename from src/service/service.schema.ts rename to src/Service/service.schema.ts diff --git a/src/user/user.module.ts b/src/User/user.module.ts similarity index 100% rename from src/user/user.module.ts rename to src/User/user.module.ts diff --git a/src/user/user.schema.ts b/src/User/user.schema.ts similarity index 100% rename from src/user/user.schema.ts rename to src/User/user.schema.ts diff --git a/src/workshop/workshop.module.ts b/src/Workshop/workshop.module.ts similarity index 100% rename from src/workshop/workshop.module.ts rename to src/Workshop/workshop.module.ts diff --git a/src/workshop/workshop.schema.ts b/src/Workshop/workshop.schema.ts similarity index 100% rename from src/workshop/workshop.schema.ts rename to src/Workshop/workshop.schema.ts diff --git a/src/workshoporganization/workshoporganization.module.ts b/src/WorkshopOrganization/workshoporganization.module.ts similarity index 100% rename from src/workshoporganization/workshoporganization.module.ts rename to src/WorkshopOrganization/workshoporganization.module.ts diff --git a/src/workshoporganization/workshoporganization.schema.ts b/src/WorkshopOrganization/workshoporganization.schema.ts similarity index 100% rename from src/workshoporganization/workshoporganization.schema.ts rename to src/WorkshopOrganization/workshoporganization.schema.ts diff --git a/src/workshopsubscription/workshopsubscription.module.ts b/src/WorkshopSubscription/workshopsubscription.module.ts similarity index 100% rename from src/workshopsubscription/workshopsubscription.module.ts rename to src/WorkshopSubscription/workshopsubscription.module.ts diff --git a/src/workshopsubscription/workshopsubscription.schema.ts b/src/WorkshopSubscription/workshopsubscription.schema.ts similarity index 100% rename from src/workshopsubscription/workshopsubscription.schema.ts rename to src/WorkshopSubscription/workshopsubscription.schema.ts