@doctadevs/knex
Advanced tools
Comparing version 0.0.21 to 0.0.22
import { Training } from '@doctadevs/types'; | ||
declare const _default: ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }: { | ||
declare const _default: ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, training_duration_description: trainingCohortDurationDescription, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }: { | ||
training_id: any; | ||
@@ -12,2 +12,3 @@ name: any; | ||
end_date: any; | ||
training_duration_description: any; | ||
max_enrollments_allowed: any; | ||
@@ -14,0 +15,0 @@ teacher_id: any; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }) => ({ | ||
exports.default = ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, training_duration_description: trainingCohortDurationDescription, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }) => ({ | ||
id, | ||
@@ -17,2 +17,3 @@ name, | ||
endDate: trainingCohortEndDate, | ||
durationDescription: trainingCohortDurationDescription, | ||
teacher: { | ||
@@ -19,0 +20,0 @@ id: teacherId, |
{ | ||
"name": "@doctadevs/knex", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"main": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@doctadevs/types": "^0.0.25", | ||
"@doctadevs/types": "^0.0.27", | ||
"@doctadevs/utils": "^0.0.8", | ||
@@ -36,0 +36,0 @@ "knex": "^0.95.6", |
@@ -13,2 +13,3 @@ import { Training } from '@doctadevs/types'; | ||
end_date: trainingCohortEndDate, | ||
training_duration_description: trainingCohortDurationDescription, | ||
max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, | ||
@@ -46,2 +47,3 @@ teacher_id: teacherId, | ||
endDate: trainingCohortEndDate, | ||
durationDescription: trainingCohortDurationDescription, | ||
teacher: { | ||
@@ -48,0 +50,0 @@ id: teacherId, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62222
1179
+ Added@doctadevs/types@0.0.27(transitive)
- Removed@doctadevs/types@0.0.25(transitive)
Updated@doctadevs/types@^0.0.27