dplus_common_v1 0.1.69 → 0.1.70

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.
Files changed (60) hide show
  1. package/dist/types/types-administrator/t-administrator.d.ts +1 -3
  2. package/dist/types/types-category/t-category-i18n.d.ts +1 -4
  3. package/dist/types/types-category/t-category-metadata-i18n.d.ts +1 -4
  4. package/dist/types/types-category/t-category-view-log.d.ts +1 -4
  5. package/dist/types/types-category/t-category.d.ts +1 -3
  6. package/dist/types/types-category/t-category.js.map +1 -1
  7. package/dist/types/types-city/t-city-i18n.d.ts +1 -4
  8. package/dist/types/types-city/t-city-image.d.ts +1 -4
  9. package/dist/types/types-city/t-city-metadata-i18n.d.ts +1 -4
  10. package/dist/types/types-city/t-city-view-log.d.ts +1 -4
  11. package/dist/types/types-city/t-city-youtube-video.d.ts +1 -4
  12. package/dist/types/types-city/t-city.d.ts +1 -3
  13. package/dist/types/types-city/t-city.js.map +1 -1
  14. package/dist/types/types-event/t-event-image.d.ts +1 -4
  15. package/dist/types/types-event/t-event-metadata-i18n.d.ts +1 -4
  16. package/dist/types/types-event/t-event-saved-log.d.ts +1 -4
  17. package/dist/types/types-event/t-event-shared-log.d.ts +1 -4
  18. package/dist/types/types-event/t-event-view-log.d.ts +1 -4
  19. package/dist/types/types-event/t-event.d.ts +1 -3
  20. package/dist/types/types-event/t-event.js.map +1 -1
  21. package/dist/types/types-folder/t-folder-image.d.ts +1 -4
  22. package/dist/types/types-folder/t-folder-metadata-i18n.d.ts +1 -4
  23. package/dist/types/types-folder/t-folder-shared-log.d.ts +1 -4
  24. package/dist/types/types-folder/t-folder-view-log.d.ts +1 -4
  25. package/dist/types/types-folder/t-folder.d.ts +1 -3
  26. package/dist/types/types-folder/t-folder.js.map +1 -1
  27. package/dist/types/types-group/t-group-image.d.ts +1 -4
  28. package/dist/types/types-group/t-group-metadata-i18n.d.ts +1 -4
  29. package/dist/types/types-group/t-group-shared-log.d.ts +1 -4
  30. package/dist/types/types-group/t-group-view-log.d.ts +1 -4
  31. package/dist/types/types-group/t-group.d.ts +1 -3
  32. package/dist/types/types-group/t-group.js.map +1 -1
  33. package/dist/types/types-i18n/t-country.d.ts +1 -3
  34. package/dist/types/types-i18n/t-language.d.ts +1 -3
  35. package/dist/types/types-map/t-map-category-event.d.ts +1 -4
  36. package/dist/types/types-map/t-map-category-folder.d.ts +1 -4
  37. package/dist/types/types-map/t-map-city-event.d.ts +1 -4
  38. package/dist/types/types-map/t-map-city-folder.d.ts +1 -4
  39. package/dist/types/types-map/t-map-folder-event.d.ts +1 -4
  40. package/dist/types/types-map/t-map-group-event.d.ts +1 -4
  41. package/dist/types/types-map/t-map-group-folder.d.ts +1 -4
  42. package/dist/types/types-map/t-map-stag-event.d.ts +1 -4
  43. package/dist/types/types-map/t-map-stag-folder.d.ts +1 -4
  44. package/dist/types/types-map/t-map-tag-event.d.ts +1 -4
  45. package/dist/types/types-map/t-map-tag-folder.d.ts +1 -4
  46. package/dist/types/types-map/t-map-user-event.d.ts +1 -4
  47. package/dist/types/types-map/t-map-user-folder.d.ts +1 -4
  48. package/dist/types/types-service-provider/t-service-provider.d.ts +1 -3
  49. package/dist/types/types-stag/t-stag-i18n.d.ts +1 -4
  50. package/dist/types/types-stag/t-stag-metadata-i18n.d.ts +1 -4
  51. package/dist/types/types-stag/t-stag-view-log.d.ts +1 -4
  52. package/dist/types/types-stag/t-stag.d.ts +1 -3
  53. package/dist/types/types-stag/t-stag.js.map +1 -1
  54. package/dist/types/types-tag/t-tag-view-log.d.ts +1 -4
  55. package/dist/types/types-tag/t-tag.d.ts +1 -4
  56. package/dist/types/types-user/t-event-user-reported-added.d.ts +1 -3
  57. package/dist/types/types-user/t-event-user-reported-ignored.d.ts +1 -3
  58. package/dist/types/types-user/t-event-user-reported.d.ts +1 -3
  59. package/dist/types/types-user/t-manager.d.ts +1 -3
  60. package/package.json +1 -1
@@ -23,6 +23,4 @@ export type TAdministratorDetailInsert = {
23
23
  password?: string;
24
24
  password_hash?: string;
25
25
  } & Partial<Omit<TAdministratorDetail, "admin_id" | "email" | "password_hash">>;
26
- export type TAdministratorDetailUpdate = {
27
- admin_id: string;
28
- } & Partial<Omit<TAdministratorDetail, "admin_id">>;
26
+ export type TAdministratorDetailUpdate = Partial<Omit<TAdministratorDetail, "admin_id">>;
@@ -10,7 +10,4 @@ export type TCategoryI18nInsert = {
10
10
  lang_code: string;
11
11
  name: string;
12
12
  } & Partial<Omit<TCategoryI18n, "category_code" | "lang_code" | "name">>;
13
- export type TCategoryI18nUpdate = {
14
- category_code: string;
15
- lang_code: string;
16
- } & Partial<Omit<TCategoryI18n, "category_code" | "lang_code">>;
13
+ export type TCategoryI18nUpdate = Partial<Omit<TCategoryI18n, "category_code" | "lang_code">>;
@@ -17,7 +17,4 @@ export type TCategoryMetadataI18nDetailInsert = {
17
17
  lang_code: string;
18
18
  title: string;
19
19
  } & Partial<Omit<TCategoryMetadataI18nDetail, "category_code" | "lang_code" | "title">>;
20
- export type TCategoryMetadataI18nDetailUpdate = {
21
- category_code: string;
22
- lang_code: string;
23
- } & Partial<Omit<TCategoryMetadataI18nDetail, "category_code" | "lang_code">>;
20
+ export type TCategoryMetadataI18nDetailUpdate = Partial<Omit<TCategoryMetadataI18nDetail, "category_code" | "lang_code">>;
@@ -9,7 +9,4 @@ export type TCategoryViewLogInsert = {
9
9
  category_code: string;
10
10
  date: string;
11
11
  } & Partial<Omit<TCategoryViewLog, "category_code" | "date">>;
12
- export type TCategoryViewLogUpdate = {
13
- category_code: string;
14
- date: string;
15
- } & Partial<Omit<TCategoryViewLog, "category_code" | "date">>;
12
+ export type TCategoryViewLogUpdate = Partial<Omit<TCategoryViewLog, "category_code" | "date">>;
@@ -61,9 +61,7 @@ export type TCategoryDetailInsert = {
61
61
  target_country_code: string;
62
62
  name: string;
63
63
  } & Partial<Omit<TCategoryDetail, "category_code" | "order_num" | "target_country_code" | "name">>;
64
- export type TCategoryDetailUpdate = {
65
- category_code: string;
66
- } & Partial<Omit<TCategoryDetail, "category_code">>;
64
+ export type TCategoryDetailUpdate = Partial<Omit<TCategoryDetail, "category_code">>;
67
65
  export declare const KEYS_CATEGORY_STR: string[];
68
66
  export declare const KEYS_CATEGORY_NUM: string[];
69
67
  export declare const KEYS_CATEGORY_BOOL: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../../src/types/types-category/t-category.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAenI;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG;IAChD,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,WAAW;IACX,YAAY;IACZ,MAAM;IACN,SAAS;IACT,YAAY;IACZ,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AA4CF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,MAAM;IACN,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../../src/types/types-category/t-category.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAenI;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG;IAChD,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,WAAW;IACX,YAAY;IACZ,MAAM;IACN,SAAS;IACT,YAAY;IACZ,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AA0CF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,MAAM;IACN,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
@@ -10,7 +10,4 @@ export type TCityI18nInsert = {
10
10
  lang_code: string;
11
11
  name: string;
12
12
  } & Partial<Omit<TCityI18n, "city_code" | "lang_code" | "name">>;
13
- export type TCityI18nUpdate = {
14
- city_code: string;
15
- lang_code: string;
16
- } & Partial<Omit<TCityI18n, "city_code" | "lang_code">>;
13
+ export type TCityI18nUpdate = Partial<Omit<TCityI18n, "city_code" | "lang_code">>;
@@ -18,7 +18,4 @@ export type TCityImageInsert = {
18
18
  hash_code: string;
19
19
  image_url: string;
20
20
  } & Partial<Omit<TCityImage, "city_code" | "hash_code" | "image_url">>;
21
- export type TCityImageUpdate = {
22
- city_code: string;
23
- hash_code: string;
24
- } & Partial<Omit<TCityImage, "city_code" | "hash_code">>;
21
+ export type TCityImageUpdate = Partial<Omit<TCityImage, "city_code" | "hash_code">>;
@@ -17,7 +17,4 @@ export type TCityMetadataI18nDetailInsert = {
17
17
  lang_code: string;
18
18
  title: string;
19
19
  } & Partial<Omit<TCityMetadataI18nDetail, "city_code" | "lang_code" | "title">>;
20
- export type TCityMetadataI18nDetailUpdate = {
21
- city_code: string;
22
- lang_code: string;
23
- } & Partial<Omit<TCityMetadataI18nDetail, "city_code" | "lang_code">>;
20
+ export type TCityMetadataI18nDetailUpdate = Partial<Omit<TCityMetadataI18nDetail, "city_code" | "lang_code">>;
@@ -9,7 +9,4 @@ export type TCityViewLogInsert = {
9
9
  city_code: string;
10
10
  date: string;
11
11
  } & Partial<Omit<TCityViewLog, "city_code" | "date">>;
12
- export type TCityViewLogUpdate = {
13
- city_code: string;
14
- date: string;
15
- } & Partial<Omit<TCityViewLog, "city_code" | "date">>;
12
+ export type TCityViewLogUpdate = Partial<Omit<TCityViewLog, "city_code" | "date">>;
@@ -16,7 +16,4 @@ export type TCityYouTubeVideoInsert = {
16
16
  priority: string;
17
17
  youtube_video_id: string;
18
18
  } & Partial<Omit<TCityYouTubeVideo, "city_code" | "hash_code" | "priority" | "youtube_video_id">>;
19
- export type TCityYouTubeVideoUpdate = {
20
- city_code: string;
21
- hash_code: string;
22
- } & Partial<Omit<TCityYouTubeVideo, "city_code" | "hash_code">>;
19
+ export type TCityYouTubeVideoUpdate = Partial<Omit<TCityYouTubeVideo, "city_code" | "hash_code">>;
@@ -70,9 +70,7 @@ export type TCityDetailInsert = {
70
70
  radius_m: number;
71
71
  address: string;
72
72
  } & Partial<Omit<TCityDetail, "city_code" | "country_code" | "name" | "latitude" | "longitude" | "radius_m" | "address">>;
73
- export type TCityDetailUpdate = {
74
- city_code: string;
75
- } & Partial<Omit<TCityDetail, "city_code">>;
73
+ export type TCityDetailUpdate = Partial<Omit<TCityDetail, "city_code">>;
76
74
  export declare const KEYS_CITY_STR: string[];
77
75
  export declare const KEYS_CITY_NUM: string[];
78
76
  export declare const KEYS_CITY_BOOL: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../../src/types/types-city/t-city.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,CAAC,CAAC;AAkBtG;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,aAAa;IACb,SAAS;IACT,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,aAAa;CACd,CAAC;AAoDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,cAAc;IACd,MAAM;IACN,aAAa;IACb,SAAS;IACT,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AAE5G;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../../src/types/types-city/t-city.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,CAAC,CAAC;AAkBtG;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,aAAa;IACb,SAAS;IACT,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,aAAa;CACd,CAAC;AAkDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,cAAc;IACd,MAAM;IACN,aAAa;IACb,SAAS;IACT,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AAE5G;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
@@ -18,7 +18,4 @@ export type TEventImageInsert = {
18
18
  hash_code: string;
19
19
  image_url: string;
20
20
  } & Partial<Omit<TEventImage, "event_code" | "hash_code" | "image_url">>;
21
- export type TEventImageUpdate = {
22
- event_code: string;
23
- hash_code: string;
24
- } & Partial<Omit<TEventImage, "event_code" | "hash_code">>;
21
+ export type TEventImageUpdate = Partial<Omit<TEventImage, "event_code" | "hash_code">>;
@@ -17,7 +17,4 @@ export type TEventMetadataI18nDetailInsert = {
17
17
  lang_code: string;
18
18
  title: string;
19
19
  } & Partial<Omit<TEventMetadataI18nDetail, "event_code" | "lang_code" | "title">>;
20
- export type TEventMetadataI18nDetailUpdate = {
21
- event_code: string;
22
- lang_code: string;
23
- } & Partial<Omit<TEventMetadataI18nDetail, "event_code" | "lang_code">>;
20
+ export type TEventMetadataI18nDetailUpdate = Partial<Omit<TEventMetadataI18nDetail, "event_code" | "lang_code">>;
@@ -10,7 +10,4 @@ export type TEventSavedLogInsert = {
10
10
  event_code: string;
11
11
  date: string;
12
12
  } & Partial<Omit<TEventSavedLog, "event_code" | "date">>;
13
- export type TEventSavedLogUpdate = {
14
- event_code: string;
15
- date: string;
16
- } & Partial<Omit<TEventSavedLog, "event_code" | "date">>;
13
+ export type TEventSavedLogUpdate = Partial<Omit<TEventSavedLog, "event_code" | "date">>;
@@ -10,7 +10,4 @@ export type TEventSharedLogInsert = {
10
10
  event_code: string;
11
11
  date: string;
12
12
  } & Partial<Omit<TEventSharedLog, "event_code" | "date">>;
13
- export type TEventSharedLogUpdate = {
14
- event_code: string;
15
- date: string;
16
- } & Partial<Omit<TEventSharedLog, "event_code" | "date">>;
13
+ export type TEventSharedLogUpdate = Partial<Omit<TEventSharedLog, "event_code" | "date">>;
@@ -9,7 +9,4 @@ export type TEventViewLogInsert = {
9
9
  event_code: string;
10
10
  date: string;
11
11
  } & Partial<Omit<TEventViewLog, "event_code" | "date">>;
12
- export type TEventViewLogUpdate = {
13
- event_code: string;
14
- date: string;
15
- } & Partial<Omit<TEventViewLog, "event_code" | "date">>;
12
+ export type TEventViewLogUpdate = Partial<Omit<TEventViewLog, "event_code" | "date">>;
@@ -109,9 +109,7 @@ export type TEventDetailInsert = {
109
109
  utc_minutes: number;
110
110
  title: string;
111
111
  } & Partial<Omit<TEventDetail, "event_code" | "date" | "tz" | "utc_minutes" | "title">>;
112
- export type TEventDetailUpdate = {
113
- event_code: string;
114
- } & Partial<Omit<TEventDetail, "event_code">>;
112
+ export type TEventDetailUpdate = Partial<Omit<TEventDetail, "event_code">>;
115
113
  export declare const KEYS_EVENT_STR: string[];
116
114
  export declare const KEYS_EVENT_NUM: string[];
117
115
  export declare const KEYS_EVENT_BOOL: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-event.js","sourceRoot":"","sources":["../../../src/types/types-event/t-event.ts"],"names":[],"mappings":"AA+CA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,aAAa;IACb,oBAAoB;IACpB,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,aAAa;IACb,cAAc;IACd,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA+EF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,uBAAuB;IACvB,kBAAkB;IAClB,oBAAoB;IACpB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,aAAa;IACb,gBAAgB;IAChB,gBAAgB;IAChB,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,aAAa;IACb,UAAU;IACV,UAAU;IACV,UAAU;IACV,WAAW;IACX,UAAU;IACV,aAAa;IACb,cAAc;IACd,aAAa;IACb,kBAAkB;IAClB,gBAAgB;CACjB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,oBAAoB;IACpB,kBAAkB;IAClB,WAAW;IACX,aAAa;IACb,YAAY;IACZ,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,gBAAgB;IAChB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-event.js","sourceRoot":"","sources":["../../../src/types/types-event/t-event.ts"],"names":[],"mappings":"AA+CA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,aAAa;IACb,oBAAoB;IACpB,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,aAAa;IACb,cAAc;IACd,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA6EF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,uBAAuB;IACvB,kBAAkB;IAClB,oBAAoB;IACpB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,aAAa;IACb,gBAAgB;IAChB,gBAAgB;IAChB,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,aAAa;IACb,UAAU;IACV,UAAU;IACV,UAAU;IACV,WAAW;IACX,UAAU;IACV,aAAa;IACb,cAAc;IACd,aAAa;IACb,kBAAkB;IAClB,gBAAgB;CACjB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,oBAAoB;IACpB,kBAAkB;IAClB,WAAW;IACX,aAAa;IACb,YAAY;IACZ,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,gBAAgB;IAChB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
@@ -18,7 +18,4 @@ export type TFolderImageInsert = {
18
18
  hash_code: string;
19
19
  image_url: string;
20
20
  } & Partial<Omit<TFolderImage, "folder_code" | "hash_code" | "image_url">>;
21
- export type TFolderImageUpdate = {
22
- folder_code: string;
23
- hash_code: string;
24
- } & Partial<Omit<TFolderImage, "folder_code" | "hash_code">>;
21
+ export type TFolderImageUpdate = Partial<Omit<TFolderImage, "folder_code" | "hash_code">>;
@@ -17,7 +17,4 @@ export type TFolderMetadataI18nDetailInsert = {
17
17
  lang_code: string;
18
18
  title: string;
19
19
  } & Partial<Omit<TFolderMetadataI18nDetail, "folder_code" | "lang_code" | "title">>;
20
- export type TFolderMetadataI18nDetailUpdate = {
21
- folder_code: string;
22
- lang_code: string;
23
- } & Partial<Omit<TFolderMetadataI18nDetail, "folder_code" | "lang_code">>;
20
+ export type TFolderMetadataI18nDetailUpdate = Partial<Omit<TFolderMetadataI18nDetail, "folder_code" | "lang_code">>;
@@ -10,7 +10,4 @@ export type TFolderSharedLogInsert = {
10
10
  folder_code: string;
11
11
  date: string;
12
12
  } & Partial<Omit<TFolderSharedLog, "folder_code" | "date">>;
13
- export type TFolderSharedLogUpdate = {
14
- folder_code: string;
15
- date: string;
16
- } & Partial<Omit<TFolderSharedLog, "folder_code" | "date">>;
13
+ export type TFolderSharedLogUpdate = Partial<Omit<TFolderSharedLog, "folder_code" | "date">>;
@@ -9,7 +9,4 @@ export type TFolderViewLogInsert = {
9
9
  folder_code: string;
10
10
  date: string;
11
11
  } & Partial<Omit<TFolderViewLog, "folder_code" | "date">>;
12
- export type TFolderViewLogUpdate = {
13
- folder_code: string;
14
- date: string;
15
- } & Partial<Omit<TFolderViewLog, "folder_code" | "date">>;
12
+ export type TFolderViewLogUpdate = Partial<Omit<TFolderViewLog, "folder_code" | "date">>;
@@ -95,9 +95,7 @@ export type TFolderDetailInsert = {
95
95
  folder_code: string;
96
96
  title: string;
97
97
  } & Partial<Omit<TFolderDetail, "folder_code" | "title">>;
98
- export type TFolderDetailUpdate = {
99
- folder_code: string;
100
- } & Partial<Omit<TFolderDetail, "folder_code">>;
98
+ export type TFolderDetailUpdate = Partial<Omit<TFolderDetail, "folder_code">>;
101
99
  export declare const KEYS_FOLDER_STR: string[];
102
100
  export declare const KEYS_FOLDER_NUM: string[];
103
101
  export declare const KEYS_FOLDER_BOOL: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-folder.js","sourceRoot":"","sources":["../../../src/types/types-folder/t-folder.ts"],"names":[],"mappings":"AAgDA;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,KAAK;IACL,WAAW;IACX,YAAY;IACZ,aAAa;IACb,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA6DF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,gBAAgB;IAChB,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;AAElI;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,kBAAkB;IAClB,WAAW;IACX,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-folder.js","sourceRoot":"","sources":["../../../src/types/types-folder/t-folder.ts"],"names":[],"mappings":"AAgDA;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,KAAK;IACL,WAAW;IACX,YAAY;IACZ,aAAa;IACb,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA2DF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,gBAAgB;IAChB,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;AAElI;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,kBAAkB;IAClB,WAAW;IACX,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC"}
@@ -18,7 +18,4 @@ export type TGroupImageInsert = {
18
18
  hash_code: string;
19
19
  image_url: string;
20
20
  } & Partial<Omit<TGroupImage, "group_code" | "hash_code" | "image_url">>;
21
- export type TGroupImageUpdate = {
22
- group_code: string;
23
- hash_code: string;
24
- } & Partial<Omit<TGroupImage, "group_code" | "hash_code">>;
21
+ export type TGroupImageUpdate = Partial<Omit<TGroupImage, "group_code" | "hash_code">>;
@@ -17,7 +17,4 @@ export type TGroupMetadataI18nDetailInsert = {
17
17
  lang_code: string;
18
18
  title: string;
19
19
  } & Partial<Omit<TGroupMetadataI18nDetail, "group_code" | "lang_code" | "title">>;
20
- export type TGroupMetadataI18nDetailUpdate = {
21
- group_code: string;
22
- lang_code: string;
23
- } & Partial<Omit<TGroupMetadataI18nDetail, "group_code" | "lang_code">>;
20
+ export type TGroupMetadataI18nDetailUpdate = Partial<Omit<TGroupMetadataI18nDetail, "group_code" | "lang_code">>;
@@ -10,7 +10,4 @@ export type TGroupSharedLogInsert = {
10
10
  group_code: string;
11
11
  date: string;
12
12
  } & Partial<Omit<TGroupSharedLog, "group_code" | "date">>;
13
- export type TGroupSharedLogUpdate = {
14
- group_code: string;
15
- date: string;
16
- } & Partial<Omit<TGroupSharedLog, "group_code" | "date">>;
13
+ export type TGroupSharedLogUpdate = Partial<Omit<TGroupSharedLog, "group_code" | "date">>;
@@ -9,7 +9,4 @@ export type TGroupViewLogInsert = {
9
9
  group_code: string;
10
10
  date: string;
11
11
  } & Partial<Omit<TGroupViewLog, "group_code" | "date">>;
12
- export type TGroupViewLogUpdate = {
13
- group_code: string;
14
- date: string;
15
- } & Partial<Omit<TGroupViewLog, "group_code" | "date">>;
12
+ export type TGroupViewLogUpdate = Partial<Omit<TGroupViewLog, "group_code" | "date">>;
@@ -63,9 +63,7 @@ export type TGroupDetailInsert = {
63
63
  group_code: string;
64
64
  name: string;
65
65
  } & Partial<Omit<TGroupDetail, "group_code">>;
66
- export type TGroupDetailUpdate = {
67
- group_code: string;
68
- } & Partial<Omit<TGroupDetail, "group_code">>;
66
+ export type TGroupDetailUpdate = Partial<Omit<TGroupDetail, "group_code">>;
69
67
  export declare const KEYS_GROUP_STR: string[];
70
68
  export declare const KEYS_GROUP_NUM: string[];
71
69
  export declare const KEYS_GROUP_BOOL: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-group.js","sourceRoot":"","sources":["../../../src/types/types-group/t-group.ts"],"names":[],"mappings":"AAgCA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;IACrB,YAAY;IACZ,aAAa;IACb,cAAc;IACd,YAAY;IACZ,YAAY;CACb,CAAC;AA8CF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAW,EAAE,YAAY,EAAE,qBAAqB,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-group.js","sourceRoot":"","sources":["../../../src/types/types-group/t-group.ts"],"names":[],"mappings":"AAgCA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;IACrB,YAAY;IACZ,aAAa;IACb,cAAc;IACd,YAAY;IACZ,YAAY;CACb,CAAC;AA4CF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAW,EAAE,YAAY,EAAE,qBAAqB,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
@@ -7,6 +7,4 @@ export type TCountry = {
7
7
  created_at: Date;
8
8
  updated_at: Date;
9
9
  };
10
- export type TCountryUpdate = {
11
- country_code: string;
12
- } & Partial<Omit<TCountry, "country_code">>;
10
+ export type TCountryUpdate = Partial<Omit<TCountry, "country_code">>;
@@ -10,6 +10,4 @@ export type TLanguageInsert = {
10
10
  lang_name: string;
11
11
  native: string;
12
12
  };
13
- export type TLanguageUpdate = {
14
- lang_code: string;
15
- } & Partial<Omit<TLanguage, "lang_code">>;
13
+ export type TLanguageUpdate = Partial<Omit<TLanguage, "lang_code">>;
@@ -12,10 +12,7 @@ export type TMapCategoryEventInsert = {
12
12
  category_code: string;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapCategoryEvent, "category_code" | "event_code">>;
15
- export type TMapCategoryEventUpdate = {
16
- category_code: string;
17
- event_code: string;
18
- } & Partial<Omit<TMapCategoryEvent, "category_code" | "event_code">>;
15
+ export type TMapCategoryEventUpdate = Partial<Omit<TMapCategoryEvent, "category_code" | "event_code">>;
19
16
  export type TMapCategoryEventWithCategoryInfo = TMapCategoryEvent & {
20
17
  category_info: TCategoryLabelInfo | null;
21
18
  };
@@ -12,10 +12,7 @@ export type TMapCategoryFolderInsert = {
12
12
  category_code: string;
13
13
  folder_code: string;
14
14
  } & Partial<Omit<TMapCategoryFolder, "category_code" | "folder_code">>;
15
- export type TMapCategoryFolderUpdate = {
16
- category_code: string;
17
- folder_code: string;
18
- } & Partial<Omit<TMapCategoryFolder, "category_code" | "folder_code">>;
15
+ export type TMapCategoryFolderUpdate = Partial<Omit<TMapCategoryFolder, "category_code" | "folder_code">>;
19
16
  export type TMapCategoryFolderWithCategoryInfo = TMapCategoryFolder & {
20
17
  category_info: TCategoryLabelInfo | null;
21
18
  };
@@ -12,10 +12,7 @@ export type TMapCityEventInsert = {
12
12
  city_code: string;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapCityEvent, "city_code" | "event_code">>;
15
- export type TMapCityEventUpdate = {
16
- city_code: string;
17
- event_code: string;
18
- } & Partial<Omit<TMapCityEvent, "city_code" | "event_code">>;
15
+ export type TMapCityEventUpdate = Partial<Omit<TMapCityEvent, "city_code" | "event_code">>;
19
16
  export type TMapCityEventWithCityInfo = TMapCityEvent & {
20
17
  city_info: TCityLabelInfo | null;
21
18
  };
@@ -13,10 +13,7 @@ export type TMapCityFolderInsert = {
13
13
  city_code: string;
14
14
  folder_code: string;
15
15
  } & Partial<Omit<TMapCityFolder, "city_code" | "folder_code">>;
16
- export type TMapCityFolderUpdate = {
17
- city_code: string;
18
- folder_code: string;
19
- } & Partial<Omit<TMapCityFolder, "city_code" | "folder_code">>;
16
+ export type TMapCityFolderUpdate = Partial<Omit<TMapCityFolder, "city_code" | "folder_code">>;
20
17
  export type TMapCityFolderWithCityInfo = TMapCityFolder & {
21
18
  city_info: TCityLabelInfo | null;
22
19
  };
@@ -12,10 +12,7 @@ export type TMapFolderEventInsert = {
12
12
  folder_code: string;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapFolderEvent, "folder_code" | "event_code">>;
15
- export type TMapFolderEventUpdate = {
16
- folder_code: string;
17
- event_code: string;
18
- } & Partial<Omit<TMapFolderEvent, "folder_code" | "event_code">>;
15
+ export type TMapFolderEventUpdate = Partial<Omit<TMapFolderEvent, "folder_code" | "event_code">>;
19
16
  export type TMapFolderEventWithFolderInfo = TMapFolderEvent & {
20
17
  folder_info: TFolderSummaryInfo | null;
21
18
  };
@@ -12,10 +12,7 @@ export type TMapGroupEventInsert = {
12
12
  group_code: string;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapGroupEvent, "group_code" | "event_code">>;
15
- export type TMapGroupEventUpdate = {
16
- group_code: string;
17
- event_code: string;
18
- } & Partial<Omit<TMapGroupEvent, "group_code" | "event_code">>;
15
+ export type TMapGroupEventUpdate = Partial<Omit<TMapGroupEvent, "group_code" | "event_code">>;
19
16
  export type TMapGroupEventWithGroupInfo = TMapGroupEvent & {
20
17
  group_info: TGroupLabelInfo | null;
21
18
  };
@@ -13,10 +13,7 @@ export type TMapGroupFolderInsert = {
13
13
  group_code: string;
14
14
  folder_code: string;
15
15
  } & Partial<Omit<TMapGroupFolder, "group_code" | "folder_code">>;
16
- export type TMapGroupFolderUpdate = {
17
- group_code: string;
18
- folder_code: string;
19
- } & Partial<Omit<TMapGroupFolder, "group_code" | "folder_code">>;
16
+ export type TMapGroupFolderUpdate = Partial<Omit<TMapGroupFolder, "group_code" | "folder_code">>;
20
17
  export type TMapGroupFolderWithGroupInfo = TMapGroupFolder & {
21
18
  group_info: TGroupLabelInfo | null;
22
19
  };
@@ -12,10 +12,7 @@ export type TMapStagEventInsert = {
12
12
  stag_code: string;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapStagEvent, "stag_code" | "event_code">>;
15
- export type TMapStagEventUpdate = {
16
- stag_code: string;
17
- event_code: string;
18
- } & Partial<Omit<TMapStagEvent, "stag_code" | "event_code">>;
15
+ export type TMapStagEventUpdate = Partial<Omit<TMapStagEvent, "stag_code" | "event_code">>;
19
16
  export type TMapStagEventWithStagInfo = TMapStagEvent & {
20
17
  stag_info: TStagLabelInfo | null;
21
18
  };
@@ -13,10 +13,7 @@ export type TMapStagFolderInsert = {
13
13
  stag_code: string;
14
14
  folder_code: string;
15
15
  } & Partial<Omit<TMapStagFolder, "stag_code" | "folder_code">>;
16
- export type TMapStagFolderUpdate = {
17
- stag_code: string;
18
- folder_code: string;
19
- } & Partial<Omit<TMapStagFolder, "stag_code" | "folder_code">>;
16
+ export type TMapStagFolderUpdate = Partial<Omit<TMapStagFolder, "stag_code" | "folder_code">>;
20
17
  export type TMapStagFolderWithStagInfo = TMapStagFolder & {
21
18
  stag_info: TStagLabelInfo | null;
22
19
  };
@@ -12,10 +12,7 @@ export type TMapTagEventInsert = {
12
12
  tag_id: number;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapTagEvent, "tag_id" | "event_code">>;
15
- export type TMapTagEventUpdate = {
16
- tag_id: number;
17
- event_code: string;
18
- } & Partial<Omit<TMapTagEvent, "tag_id" | "event_code">>;
15
+ export type TMapTagEventUpdate = Partial<Omit<TMapTagEvent, "tag_id" | "event_code">>;
19
16
  export type TMapTagEventWithTagInfo = TMapTagEvent & {
20
17
  tag_info: TTagLabelInfo | null;
21
18
  };
@@ -13,10 +13,7 @@ export type TMapTagFolderInsert = {
13
13
  tag_id: number;
14
14
  folder_code: string;
15
15
  } & Partial<Omit<TMapTagFolder, "tag_id" | "folder_code">>;
16
- export type TMapTagFolderUpdate = {
17
- tag_id: number;
18
- folder_code: string;
19
- } & Partial<Omit<TMapTagFolder, "tag_id" | "folder_code">>;
16
+ export type TMapTagFolderUpdate = Partial<Omit<TMapTagFolder, "tag_id" | "folder_code">>;
20
17
  export type TMapTagFolderWithTagInfo = TMapTagFolder & {
21
18
  tag_info: TTagLabelInfo | null;
22
19
  };
@@ -12,10 +12,7 @@ export type TMapUserEventInsert = {
12
12
  user_id: string;
13
13
  event_code: string;
14
14
  } & Partial<Omit<TMapUserEvent, "user_id" | "event_code">>;
15
- export type TMapUserEventUpdate = {
16
- user_id: string;
17
- event_code: string;
18
- } & Partial<Omit<TMapUserEvent, "user_id" | "event_code">>;
15
+ export type TMapUserEventUpdate = Partial<Omit<TMapUserEvent, "user_id" | "event_code">>;
19
16
  export type TMapUserEventWithUserInfo = TMapUserEvent & {
20
17
  user_info: TUserSummaryInfo | null;
21
18
  };
@@ -13,10 +13,7 @@ export type TMapUserFolderInsert = {
13
13
  user_id: string;
14
14
  folder_code: string;
15
15
  } & Partial<Omit<TMapUserFolder, "user_id" | "folder_code">>;
16
- export type TMapUserFolderUpdate = {
17
- user_id: string;
18
- folder_code: string;
19
- } & Partial<Omit<TMapUserFolder, "user_id" | "folder_code">>;
16
+ export type TMapUserFolderUpdate = Partial<Omit<TMapUserFolder, "user_id" | "folder_code">>;
20
17
  export type TMapUserFolderWithUserInfo = TMapUserFolder & {
21
18
  user_info: TUserSummaryInfo | null;
22
19
  };
@@ -10,6 +10,4 @@ export type TServiceProviderInsert = {
10
10
  provider_code: string;
11
11
  name: string;
12
12
  } & Partial<Omit<TServiceProvider, "provider_code" | "name">>;
13
- export type TServiceProviderUpdate = {
14
- provider_code: string;
15
- } & Partial<Omit<TServiceProvider, "provider_code">>;
13
+ export type TServiceProviderUpdate = Partial<Omit<TServiceProvider, "provider_code">>;
@@ -11,7 +11,4 @@ export type TStagI18nInsert = {
11
11
  lang_code: string;
12
12
  name: string;
13
13
  } & Partial<Omit<TStagI18n, "stag_code" | "lang_code" | "name">>;
14
- export type TStagI18nUpdate = {
15
- stag_code: string;
16
- lang_code: string;
17
- } & Partial<Omit<TStagI18n, "stag_code" | "lang_code">>;
14
+ export type TStagI18nUpdate = Partial<Omit<TStagI18n, "stag_code" | "lang_code">>;
@@ -17,7 +17,4 @@ export type TStagMetadataI18nDetailInsert = {
17
17
  lang_code: string;
18
18
  title: string;
19
19
  } & Partial<Omit<TStagMetadataI18nDetail, "stag_code" | "lang_code" | "title">>;
20
- export type TStagMetadataI18nDetailUpdate = {
21
- stag_code: string;
22
- lang_code: string;
23
- } & Partial<Omit<TStagMetadataI18nDetail, "stag_code" | "lang_code">>;
20
+ export type TStagMetadataI18nDetailUpdate = Partial<Omit<TStagMetadataI18nDetail, "stag_code" | "lang_code">>;
@@ -9,7 +9,4 @@ export type TStagViewLogInsert = {
9
9
  stag_code: string;
10
10
  date: string;
11
11
  } & Partial<Omit<TStagViewLog, "stag_code" | "date">>;
12
- export type TStagViewLogUpdate = {
13
- stag_code: string;
14
- date: string;
15
- } & Partial<Omit<TStagViewLog, "stag_code" | "date">>;
12
+ export type TStagViewLogUpdate = Partial<Omit<TStagViewLog, "stag_code" | "date">>;
@@ -66,9 +66,7 @@ export type TStagDetailInsert = {
66
66
  target_country_code: string;
67
67
  stag: string;
68
68
  } & Partial<Omit<TStagDetail, "target_country_code" | "stag_code" | "stag">>;
69
- export type TStagDetailUpdate = {
70
- stag_code: string;
71
- } & Partial<Omit<TStagDetail, "stag_code">>;
69
+ export type TStagDetailUpdate = Partial<Omit<TStagDetail, "stag_code">>;
72
70
  export declare const KEYS_STAG_STR: string[];
73
71
  export declare const KEYS_STAG_NUM: string[];
74
72
  export declare const KEYS_STAG_BOOL: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA4BA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,qBAAqB;IACrB,WAAW;IACX,MAAM;IACN,UAAU;IACV,UAAU;IACV,KAAK;IACL,aAAa;IACb,WAAW;IACX,YAAY;IACZ,UAAU;IACV,UAAU;CACX,CAAC;AAqDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAGF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE3D;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA4BA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,qBAAqB;IACrB,WAAW;IACX,MAAM;IACN,UAAU;IACV,UAAU;IACV,KAAK;IACL,aAAa;IACb,WAAW;IACX,YAAY;IACZ,UAAU;IACV,UAAU;CACX,CAAC;AAmDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAGF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE3D;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
@@ -9,7 +9,4 @@ export type TTagViewLogInsert = {
9
9
  tag_id: number;
10
10
  date: string;
11
11
  } & Partial<Omit<TTagViewLog, "tag_id" | "date">>;
12
- export type TTagViewLogUpdate = {
13
- tag_id: number;
14
- date: string;
15
- } & Partial<Omit<TTagViewLog, "tag_id" | "date">>;
12
+ export type TTagViewLogUpdate = Partial<Omit<TTagViewLog, "tag_id" | "date">>;
@@ -16,7 +16,4 @@ export type TTagInsert = {
16
16
  tag_code: string;
17
17
  tag: string;
18
18
  } & Partial<Omit<TTag, "tag_code" | "tag">>;
19
- export type TTagUpdate = {
20
- id?: number;
21
- tag_code?: string;
22
- } & Partial<Omit<TTag, "id" | "tag_code">>;
19
+ export type TTagUpdate = Partial<Omit<TTag, "id" | "tag_code">>;
@@ -27,6 +27,4 @@ export type TEventUserReportedAddedInsert = {
27
27
  title: string;
28
28
  user_timezone: string;
29
29
  } & Partial<Omit<TEventUserReportedAdded, "hash_code" | "date" | "title" | "user_timezone">>;
30
- export type TEventUserReportedAddedUpdate = {
31
- hash_code: string;
32
- } & Partial<Omit<TEventUserReportedAdded, "hash_code">>;
30
+ export type TEventUserReportedAddedUpdate = Partial<Omit<TEventUserReportedAdded, "hash_code">>;
@@ -21,6 +21,4 @@ export type TEventUserReportedIgnoredInsert = {
21
21
  title: string;
22
22
  user_timezone: string;
23
23
  } & Partial<Omit<TEventUserReportedIgnored, "hash_code" | "date" | "title" | "user_timezone">>;
24
- export type TEventUserReportedIgnoredUpdate = {
25
- hash_code: string;
26
- } & Partial<Omit<TEventUserReportedIgnored, "hash_code">>;
24
+ export type TEventUserReportedIgnoredUpdate = Partial<Omit<TEventUserReportedIgnored, "hash_code">>;
@@ -18,6 +18,4 @@ export type TEventUserReportedInsert = {
18
18
  title: string;
19
19
  user_timezone: string;
20
20
  } & Partial<Omit<TEventUserReported, "hash_code" | "date" | "title" | "user_timezone">>;
21
- export type TEventUserReportedUpdate = {
22
- hash_code: string;
23
- } & Partial<Omit<TEventUserReported, "hash_code">>;
21
+ export type TEventUserReportedUpdate = Partial<Omit<TEventUserReported, "hash_code">>;
@@ -12,6 +12,4 @@ export type TManagerInsert = {
12
12
  group_code: string;
13
13
  user_id: string;
14
14
  } & Partial<Omit<TManager, "group_code" | "user_id">>;
15
- export type TManagerUpdate = {
16
- group_code: string;
17
- } & Partial<Omit<TManager, "group_code">>;
15
+ export type TManagerUpdate = Partial<Omit<TManager, "group_code">>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dplus_common_v1",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "description": "Common modules for dplus API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "dplus"