From 7d862c076fb302c54e9cc79de22e1a1965ccd799 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:07:22 +0700 Subject: [PATCH] chore: add note to example --- src/controllers/ProfileEducationsController.ts | 3 +++ src/controllers/ProfileInsigniaController.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/controllers/ProfileEducationsController.ts b/src/controllers/ProfileEducationsController.ts index c12cf4bd..0a31993e 100644 --- a/src/controllers/ProfileEducationsController.ts +++ b/src/controllers/ProfileEducationsController.ts @@ -70,6 +70,7 @@ export class ProfileEducationsController extends Controller { educationLevelId: "string", positionPath: "string", positionPathId: "string", + note: "string", isDate: true, isEducation: true, }, @@ -113,6 +114,7 @@ export class ProfileEducationsController extends Controller { educationLevelId: "string", positionPath: "string", positionPathId: "string", + note: "string", isDate: true, isEducation: true, profileEducationId: "f6c693b4-1a9b-4fbe-95c5-ed4da50d35b6", @@ -142,6 +144,7 @@ export class ProfileEducationsController extends Controller { educationLevelId: "string", positionPath: "string", positionPathId: "string", + note: "string", isDate: true, isEducation: true, profileEducationId: "f6c693b4-1a9b-4fbe-95c5-ed4da50d35b6", diff --git a/src/controllers/ProfileInsigniaController.ts b/src/controllers/ProfileInsigniaController.ts index a999b495..bdd04120 100644 --- a/src/controllers/ProfileInsigniaController.ts +++ b/src/controllers/ProfileInsigniaController.ts @@ -61,6 +61,7 @@ export class ProfileInsigniaController extends Controller { volumeNo: "string", refCommandDate: "2024-03-12T10:05:02.000Z", refCommandNo: "string", + note: "string", }, ], }) @@ -96,6 +97,7 @@ export class ProfileInsigniaController extends Controller { volumeNo: "volumeNo", refCommandDate: "2024-03-12T10:05:44.000Z", refCommandNo: "refCommandNo", + note: "string", profileInsigniaId: "c9d4dd52-25f5-491a-852d-28bfe00d66cb", }, { @@ -120,6 +122,7 @@ export class ProfileInsigniaController extends Controller { volumeNo: "string", refCommandDate: "2024-03-12T10:05:02.000Z", refCommandNo: "string", + note: "string", profileInsigniaId: "c9d4dd52-25f5-491a-852d-28bfe00d66cb", }, ],