@updraft-solutions/mcrit-sdk 0.9.0 → 0.10.0
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.
- package/dist/{chunk-3WKOQDFN.cjs → chunk-IDEPTVFF.cjs} +2 -0
- package/dist/{chunk-NYDIYVBI.js → chunk-ZKXYKICY.js} +2 -0
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/sanitize/index.cjs +53 -0
- package/dist/sanitize/index.d.cts +50 -0
- package/dist/sanitize/index.d.ts +50 -0
- package/dist/sanitize/index.js +53 -0
- package/dist/schemas/index.cjs +2 -2
- package/dist/schemas/index.d.cts +1 -1
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/index.js +1 -1
- package/dist/{training-nljZCLW5.d.cts → training-DRuphnSP.d.cts} +31 -0
- package/dist/{training-nljZCLW5.d.ts → training-DRuphnSP.d.ts} +31 -0
- package/dist/types/index.d.cts +18 -2
- package/dist/types/index.d.ts +18 -2
- package/package.json +12 -1
- package/src/sanitize/index.ts +92 -0
- package/src/schemas/models.ts +2 -0
- package/src/types/models.ts +17 -0
|
@@ -1523,6 +1523,8 @@ var postSchema = _zod.z.object({
|
|
|
1523
1523
|
content: _zod.z.string(),
|
|
1524
1524
|
sticky: _zod.z.boolean().default(false),
|
|
1525
1525
|
public: _zod.z.boolean().default(false),
|
|
1526
|
+
comments_disabled: _zod.z.boolean().default(false),
|
|
1527
|
+
tags: _zod.z.array(tagSchema).optional(),
|
|
1526
1528
|
media: mediaCollection.optional(),
|
|
1527
1529
|
created_at: _zod.z.string(),
|
|
1528
1530
|
updated_at: _zod.z.string(),
|
|
@@ -1523,6 +1523,8 @@ var postSchema = z4.object({
|
|
|
1523
1523
|
content: z4.string(),
|
|
1524
1524
|
sticky: z4.boolean().default(false),
|
|
1525
1525
|
public: z4.boolean().default(false),
|
|
1526
|
+
comments_disabled: z4.boolean().default(false),
|
|
1527
|
+
tags: z4.array(tagSchema).optional(),
|
|
1526
1528
|
media: mediaCollection.optional(),
|
|
1527
1529
|
created_at: z4.string(),
|
|
1528
1530
|
updated_at: z4.string(),
|
package/dist/index.cjs
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
var
|
|
188
|
+
var _chunkIDEPTVFFcjs = require('./chunk-IDEPTVFF.cjs');
|
|
189
189
|
require('./chunk-DCEOET63.cjs');
|
|
190
190
|
|
|
191
191
|
|
|
@@ -476,4 +476,4 @@ var _chunkHQSF3WGFcjs = require('./chunk-HQSF3WGF.cjs');
|
|
|
476
476
|
|
|
477
477
|
|
|
478
478
|
|
|
479
|
-
exports.ALLOWED_GEOMETRY_TYPES = _chunk3WKOQDFNcjs.ALLOWED_GEOMETRY_TYPES; exports.ALLOWED_NEWSLETTER_VARIABLES = _chunk3WKOQDFNcjs.ALLOWED_NEWSLETTER_VARIABLES; exports.AllUsersBucketSchema = _chunk3WKOQDFNcjs.AllUsersBucketSchema; exports.AttachSyllabusElementFormSchema = _chunk3WKOQDFNcjs.AttachSyllabusElementFormSchema; exports.AudienceBucketSchema = _chunk3WKOQDFNcjs.AudienceBucketSchema; exports.AudienceBucketType = _chunk3WKOQDFNcjs.AudienceBucketType; exports.AvatarConversion = _chunkJRVRIKNMcjs.AvatarConversion; exports.BaseModel = _chunk3WKOQDFNcjs.BaseModel; exports.ButtonBlockSchema = _chunk3WKOQDFNcjs.ButtonBlockSchema; exports.CompanyUsersBucketSchema = _chunk3WKOQDFNcjs.CompanyUsersBucketSchema; exports.CourseMilestoneFormSchema = _chunk3WKOQDFNcjs.CourseMilestoneFormSchema; exports.CourseMilestoneKindEnum = _chunk3WKOQDFNcjs.CourseMilestoneKindEnum; exports.CreateLocationMapFeatureSchema = _chunk3WKOQDFNcjs.CreateLocationMapFeatureSchema; exports.CreateLocationMapSchema = _chunk3WKOQDFNcjs.CreateLocationMapSchema; exports.CreateNewsletterCampaignInputSchema = _chunk3WKOQDFNcjs.CreateNewsletterCampaignInputSchema; exports.CreateNewsletterTemplateInputSchema = _chunk3WKOQDFNcjs.CreateNewsletterTemplateInputSchema; exports.CreateSyllabusFromTemplateFormSchema = _chunk3WKOQDFNcjs.CreateSyllabusFromTemplateFormSchema; exports.DATE_FORMATS = _chunkIVMOR5SWcjs.DATE_FORMATS; exports.DividerBlockSchema = _chunk3WKOQDFNcjs.DividerBlockSchema; exports.DocumentConversion = _chunkJRVRIKNMcjs.DocumentConversion; exports.EnrollmentTrainingStatusEnum = _chunk3WKOQDFNcjs.EnrollmentTrainingStatusEnum; exports.FaqSchema = _chunk3WKOQDFNcjs.FaqSchema; exports.FaqStatus = _chunk3WKOQDFNcjs.FaqStatus; exports.FieldLabelSchema = _chunk3WKOQDFNcjs.FieldLabelSchema; exports.FormFieldType = _chunk3WKOQDFNcjs.FormFieldType; exports.FormSubmissionSchema = _chunk3WKOQDFNcjs.FormSubmissionSchema; exports.FormSubmissionShareBaseSchema = _chunk3WKOQDFNcjs.FormSubmissionShareBaseSchema; exports.FormSubmissionShareSchema = _chunk3WKOQDFNcjs.FormSubmissionShareSchema; exports.FormSubmissionSource = _chunk3WKOQDFNcjs.FormSubmissionSource; exports.FormSubmissionStatus = _chunk3WKOQDFNcjs.FormSubmissionStatus; exports.FormTemplateAssignmentSchema = _chunk3WKOQDFNcjs.FormTemplateAssignmentSchema; exports.FormTemplateSchema = _chunk3WKOQDFNcjs.FormTemplateSchema; exports.GeometrySchema = _chunk3WKOQDFNcjs.GeometrySchema; exports.GradingScaleFormSchema = _chunk3WKOQDFNcjs.GradingScaleFormSchema; exports.HeaderConversion = _chunkJRVRIKNMcjs.HeaderConversion; exports.HeadingBlockSchema = _chunk3WKOQDFNcjs.HeadingBlockSchema; exports.ImageConversion = _chunkJRVRIKNMcjs.ImageConversion; exports.ImportFeaturesSchema = _chunk3WKOQDFNcjs.ImportFeaturesSchema; exports.LocationFeatureVisibility = _chunk3WKOQDFNcjs.LocationFeatureVisibility; exports.LocationMapKind = _chunk3WKOQDFNcjs.LocationMapKind; exports.MediaType = _chunkJRVRIKNMcjs.MediaType; exports.MimeTypes = _chunkJRVRIKNMcjs.MimeTypes; exports.NewsletterAudienceSchema = _chunk3WKOQDFNcjs.NewsletterAudienceSchema; exports.NewsletterBlockSchema = _chunk3WKOQDFNcjs.NewsletterBlockSchema; exports.NewsletterBlockType = _chunk3WKOQDFNcjs.NewsletterBlockType; exports.NewsletterCampaignRecipientSchema = _chunk3WKOQDFNcjs.NewsletterCampaignRecipientSchema; exports.NewsletterCampaignSchema = _chunk3WKOQDFNcjs.NewsletterCampaignSchema; exports.NewsletterCampaignStatus = _chunk3WKOQDFNcjs.NewsletterCampaignStatus; exports.NewsletterCategorySchema = _chunk3WKOQDFNcjs.NewsletterCategorySchema; exports.NewsletterPreferenceRowSchema = _chunk3WKOQDFNcjs.NewsletterPreferenceRowSchema; exports.NewsletterRecipientStatus = _chunk3WKOQDFNcjs.NewsletterRecipientStatus; exports.NewsletterTemplateSchema = _chunk3WKOQDFNcjs.NewsletterTemplateSchema; exports.NewsletterTemplateSchemaSchema = _chunk3WKOQDFNcjs.NewsletterTemplateSchemaSchema; exports.ParagraphBlockSchema = _chunk3WKOQDFNcjs.ParagraphBlockSchema; exports.ReorderSyllabusElementItemSchema = _chunk3WKOQDFNcjs.ReorderSyllabusElementItemSchema; exports.RequiredFormSchema = _chunk3WKOQDFNcjs.RequiredFormSchema; exports.RequiredFormViaCrewSchema = _chunk3WKOQDFNcjs.RequiredFormViaCrewSchema; exports.RequiredFormViaSchema = _chunk3WKOQDFNcjs.RequiredFormViaSchema; exports.ReviewFaqSchema = _chunk3WKOQDFNcjs.ReviewFaqSchema; exports.RoleMembersBucketSchema = _chunk3WKOQDFNcjs.RoleMembersBucketSchema; exports.SAFETY_REPORT_STATUS_COLORS = _chunk3WKOQDFNcjs.SAFETY_REPORT_STATUS_COLORS; exports.SAFETY_REPORT_STATUS_LABELS = _chunk3WKOQDFNcjs.SAFETY_REPORT_STATUS_LABELS; exports.SafetyReportCategoryFormSchema = _chunk3WKOQDFNcjs.SafetyReportCategoryFormSchema; exports.SafetyReportCategorySchema = _chunk3WKOQDFNcjs.SafetyReportCategorySchema; exports.SafetyReportFilterSchema = _chunk3WKOQDFNcjs.SafetyReportFilterSchema; exports.SafetyReportFormSchema = _chunk3WKOQDFNcjs.SafetyReportFormSchema; exports.SafetyReportListResponseSchema = _chunk3WKOQDFNcjs.SafetyReportListResponseSchema; exports.SafetyReportMediaSchema = _chunk3WKOQDFNcjs.SafetyReportMediaSchema; exports.SafetyReportSchema = _chunk3WKOQDFNcjs.SafetyReportSchema; exports.SafetyReportStatusEnum = _chunk3WKOQDFNcjs.SafetyReportStatusEnum; exports.SafetyReportSubmissionResponseSchema = _chunk3WKOQDFNcjs.SafetyReportSubmissionResponseSchema; exports.SafetyReportUpdateSchema = _chunk3WKOQDFNcjs.SafetyReportUpdateSchema; exports.SchemaFieldSchema = _chunk3WKOQDFNcjs.SchemaFieldSchema; exports.SchemaSectionSchema = _chunk3WKOQDFNcjs.SchemaSectionSchema; exports.ShowWhenSchema = _chunk3WKOQDFNcjs.ShowWhenSchema; exports.SignOffTrainingElementFormSchema = _chunk3WKOQDFNcjs.SignOffTrainingElementFormSchema; exports.SignatureSchema = _chunk3WKOQDFNcjs.SignatureSchema; exports.StoreSyllabusFormSchema = _chunk3WKOQDFNcjs.StoreSyllabusFormSchema; exports.SubmissionFileSchema = _chunk3WKOQDFNcjs.SubmissionFileSchema; exports.SubmitFaqQuestionSchema = _chunk3WKOQDFNcjs.SubmitFaqQuestionSchema; exports.SyllabusKindEnum = _chunk3WKOQDFNcjs.SyllabusKindEnum; exports.TIME_FORMATS = _chunkIVMOR5SWcjs.TIME_FORMATS; exports.TemplateSchemaSchema = _chunk3WKOQDFNcjs.TemplateSchemaSchema; exports.ThumbnailConversion = _chunkJRVRIKNMcjs.ThumbnailConversion; exports.TipTapNodeSchema = _chunk3WKOQDFNcjs.TipTapNodeSchema; exports.TodoActionSchema = _chunk3WKOQDFNcjs.TodoActionSchema; exports.TodoKey = _chunk3WKOQDFNcjs.TodoKey; exports.TodoSchema = _chunk3WKOQDFNcjs.TodoSchema; exports.TrainingElementFormSchema = _chunk3WKOQDFNcjs.TrainingElementFormSchema; exports.TrainingElementKindEnum = _chunk3WKOQDFNcjs.TrainingElementKindEnum; exports.TrainingRecordResultEnum = _chunk3WKOQDFNcjs.TrainingRecordResultEnum; exports.TrainingRecordStatusEnum = _chunk3WKOQDFNcjs.TrainingRecordStatusEnum; exports.UpdateLocationMapFeatureSchema = _chunk3WKOQDFNcjs.UpdateLocationMapFeatureSchema; exports.UpdateLocationMapSchema = _chunk3WKOQDFNcjs.UpdateLocationMapSchema; exports.UpdateSyllabusElementFormSchema = _chunk3WKOQDFNcjs.UpdateSyllabusElementFormSchema; exports.UpdateSyllabusFormSchema = _chunk3WKOQDFNcjs.UpdateSyllabusFormSchema; exports.UpsertTrainingRecordFormSchema = _chunk3WKOQDFNcjs.UpsertTrainingRecordFormSchema; exports.ViewportSchema = _chunk3WKOQDFNcjs.ViewportSchema; exports.activitySchema = _chunk3WKOQDFNcjs.activitySchema; exports.addressSchema = _chunk3WKOQDFNcjs.addressSchema; exports.aircraftPositionSchema = _chunk3WKOQDFNcjs.aircraftPositionSchema; exports.aircraftRatingSchema = _chunk3WKOQDFNcjs.aircraftRatingSchema; exports.airplaneIssueSchema = _chunk3WKOQDFNcjs.airplaneIssueSchema; exports.airplaneIssueSeverityEnum = _chunk3WKOQDFNcjs.airplaneIssueSeverityEnum; exports.airplaneIssueStatusEnum = _chunk3WKOQDFNcjs.airplaneIssueStatusEnum; exports.airplanePermissionSchema = _chunk3WKOQDFNcjs.airplanePermissionSchema; exports.airplaneSchema = _chunk3WKOQDFNcjs.airplaneSchema; exports.airplaneShareInviteSchema = _chunk3WKOQDFNcjs.airplaneShareInviteSchema; exports.airportSchema = _chunk3WKOQDFNcjs.airportSchema; exports.alertSchema = _chunk3WKOQDFNcjs.alertSchema; exports.allowedDocumentTypeSchema = _chunk3WKOQDFNcjs.allowedDocumentTypeSchema; exports.approachTypeSchema = _chunk3WKOQDFNcjs.approachTypeSchema; exports.availSchema = _chunk3WKOQDFNcjs.availSchema; exports.baseMembershipSchema = _chunk3WKOQDFNcjs.baseMembershipSchema; exports.billingProfileSchema = _chunk3WKOQDFNcjs.billingProfileSchema; exports.bookingDuration = _chunkIVMOR5SWcjs.bookingDuration; exports.bookingSchema = _chunk3WKOQDFNcjs.bookingSchema; exports.bookingWaypointSchema = _chunk3WKOQDFNcjs.bookingWaypointSchema; exports.bytesToHuman = _chunkIVMOR5SWcjs.bytesToHuman; exports.canPreview = _chunkJRVRIKNMcjs.canPreview; exports.commentSchema = _chunk3WKOQDFNcjs.commentSchema; exports.companyAudienceInclude = _chunk3WKOQDFNcjs.companyAudienceInclude; exports.companySchema = _chunk3WKOQDFNcjs.companySchema; exports.contactAttributeSchema = _chunk3WKOQDFNcjs.contactAttributeSchema; exports.courseCheckSyllabusSchema = _chunk3WKOQDFNcjs.courseCheckSyllabusSchema; exports.courseEnrollmentMetricsSchema = _chunk3WKOQDFNcjs.courseEnrollmentMetricsSchema; exports.courseEnrollmentMilestoneSchema = _chunk3WKOQDFNcjs.courseEnrollmentMilestoneSchema; exports.courseEnrollmentSchema = _chunk3WKOQDFNcjs.courseEnrollmentSchema; exports.courseFeeSchema = _chunk3WKOQDFNcjs.courseFeeSchema; exports.courseMilestoneSchema = _chunk3WKOQDFNcjs.courseMilestoneSchema; exports.courseSchema = _chunk3WKOQDFNcjs.courseSchema; exports.createCrewValidator = _chunkMI4YBENQcjs.createCrewValidator; exports.createSyllabusFromTemplateResultSchema = _chunk3WKOQDFNcjs.createSyllabusFromTemplateResultSchema; exports.crewObjectToString = _chunkIVMOR5SWcjs.crewObjectToString; exports.dateString = _chunkIVMOR5SWcjs.dateString; exports.dateTimeString = _chunkIVMOR5SWcjs.dateTimeString; exports.dayString = _chunkIVMOR5SWcjs.dayString; exports.defaultCrewRoleForMembership = _chunkMI4YBENQcjs.defaultCrewRoleForMembership; exports.displayFee = _chunk2DRKSYW4cjs.displayFee; exports.documentComplianceStatus = _chunk3WKOQDFNcjs.documentComplianceStatus; exports.documentRequirement = _chunk3WKOQDFNcjs.documentRequirement; exports.documentRequirementGroup = _chunk3WKOQDFNcjs.documentRequirementGroup; exports.documentRequirementGroupAssignment = _chunk3WKOQDFNcjs.documentRequirementGroupAssignment; exports.documentSchema = _chunk3WKOQDFNcjs.documentSchema; exports.documentShareSchema = _chunk3WKOQDFNcjs.documentShareSchema; exports.documentType = _chunk3WKOQDFNcjs.documentType; exports.enrollmentTrainingElementSchema = _chunk3WKOQDFNcjs.enrollmentTrainingElementSchema; exports.equipmentSchema = _chunk3WKOQDFNcjs.equipmentSchema; exports.eventSchema = _chunk3WKOQDFNcjs.eventSchema; exports.expenseItemSchema = _chunk3WKOQDFNcjs.expenseItemSchema; exports.expenseSchema = _chunk3WKOQDFNcjs.expenseSchema; exports.extendedAirplaneSchema = _chunk3WKOQDFNcjs.extendedAirplaneSchema; exports.feeCategoryOptionsSchema = _chunk3WKOQDFNcjs.feeCategoryOptionsSchema; exports.feeSchema = _chunk3WKOQDFNcjs.feeSchema; exports.flightLogSchema = _chunk3WKOQDFNcjs.flightLogSchema; exports.formatDate = _chunkIVMOR5SWcjs.formatDate; exports.formatDateTime = _chunkIVMOR5SWcjs.formatDateTime; exports.formatTime = _chunkIVMOR5SWcjs.formatTime; exports.formatToEuroString = _chunk2DRKSYW4cjs.formatToEuroString; exports.fromCents = _chunk2DRKSYW4cjs.fromCents; exports.getDocumentIcon = _chunkJRVRIKNMcjs.getDocumentIcon; exports.getMediaDisplayName = _chunkJRVRIKNMcjs.getMediaDisplayName; exports.getMediaIcon = _chunkJRVRIKNMcjs.getMediaIcon; exports.getMediaType = _chunkJRVRIKNMcjs.getMediaType; exports.getMonthFromDate = _chunkIVMOR5SWcjs.getMonthFromDate; exports.gradeHistoryItemSchema = _chunk3WKOQDFNcjs.gradeHistoryItemSchema; exports.gradingScalePointSchema = _chunk3WKOQDFNcjs.gradingScalePointSchema; exports.gradingScaleSchema = _chunk3WKOQDFNcjs.gradingScaleSchema; exports.hasMembershipRole = _chunkMI4YBENQcjs.hasMembershipRole; exports.impersonationParticipantSchema = _chunk3WKOQDFNcjs.impersonationParticipantSchema; exports.impersonationStateSchema = _chunk3WKOQDFNcjs.impersonationStateSchema; exports.invalidateTrainingRecordResponseSchema = _chunk3WKOQDFNcjs.invalidateTrainingRecordResponseSchema; exports.invoiceSchema = _chunk3WKOQDFNcjs.invoiceSchema; exports.landingFeeSchema = _chunk3WKOQDFNcjs.landingFeeSchema; exports.landingSchema = _chunk3WKOQDFNcjs.landingSchema; exports.maintenanceEventEstimationSchema = _chunk3WKOQDFNcjs.maintenanceEventEstimationSchema; exports.maintenanceEventSchema = _chunk3WKOQDFNcjs.maintenanceEventSchema; exports.maintenanceStatusSchema = _chunk3WKOQDFNcjs.maintenanceStatusSchema; exports.mapMediaConversions = _chunkJRVRIKNMcjs.mapMediaConversions; exports.mediaCollection = _chunk3WKOQDFNcjs.mediaCollection; exports.mediaSchema = _chunk3WKOQDFNcjs.mediaSchema; exports.membershipSchema = _chunk3WKOQDFNcjs.membershipSchema; exports.membershipSignupSchema = _chunk3WKOQDFNcjs.membershipSignupSchema; exports.membershipStatus = _chunkIVMOR5SWcjs.membershipStatus; exports.minutesFormatted = _chunkIVMOR5SWcjs.minutesFormatted; exports.money = _chunk2DRKSYW4cjs.money; exports.moneyFormatted = _chunk2DRKSYW4cjs.moneyFormatted; exports.monthString = _chunkIVMOR5SWcjs.monthString; exports.paginationMeta = _chunkHQSF3WGFcjs.paginationMeta; exports.parseCourse = _chunkLVTDNDWEcjs.parseCourse; exports.parseFee = _chunk2DRKSYW4cjs.parseFee; exports.parsePrice = _chunk2DRKSYW4cjs.parsePrice; exports.percentage = _chunkIVMOR5SWcjs.percentage; exports.postSchema = _chunk3WKOQDFNcjs.postSchema; exports.prePaidPackageAssignmentSchema = _chunk3WKOQDFNcjs.prePaidPackageAssignmentSchema; exports.prePaidPackageSchema = _chunk3WKOQDFNcjs.prePaidPackageSchema; exports.priceSchema = _chunk3WKOQDFNcjs.priceSchema; exports.qualificationSchema = _chunk3WKOQDFNcjs.qualificationSchema; exports.recurringFlightSchema = _chunk3WKOQDFNcjs.recurringFlightSchema; exports.roleSchema = _chunk3WKOQDFNcjs.roleSchema; exports.runwaySchema = _chunk3WKOQDFNcjs.runwaySchema; exports.scheduledFlightSchema = _chunk3WKOQDFNcjs.scheduledFlightSchema; exports.settingSchema = _chunk3WKOQDFNcjs.settingSchema; exports.specialFlightSchema = _chunk3WKOQDFNcjs.specialFlightSchema; exports.syllabusElementMutationResultSchema = _chunk3WKOQDFNcjs.syllabusElementMutationResultSchema; exports.syllabusElementSchema = _chunk3WKOQDFNcjs.syllabusElementSchema; exports.syllabusRolloutResultItemSchema = _chunk3WKOQDFNcjs.syllabusRolloutResultItemSchema; exports.syllabusRolloutResultSchema = _chunk3WKOQDFNcjs.syllabusRolloutResultSchema; exports.syllabusRolloutSkippedItemSchema = _chunk3WKOQDFNcjs.syllabusRolloutSkippedItemSchema; exports.syllabusSchema = _chunk3WKOQDFNcjs.syllabusSchema; exports.tagSchema = _chunk3WKOQDFNcjs.tagSchema; exports.ticketSchema = _chunk3WKOQDFNcjs.ticketSchema; exports.timeDiffInDays = _chunkIVMOR5SWcjs.timeDiffInDays; exports.timeString = _chunkIVMOR5SWcjs.timeString; exports.timeUntil = _chunkIVMOR5SWcjs.timeUntil; exports.trainingElementSchema = _chunk3WKOQDFNcjs.trainingElementSchema; exports.trainingRecordEntryInputSchema = _chunk3WKOQDFNcjs.trainingRecordEntryInputSchema; exports.trainingRecordEntrySchema = _chunk3WKOQDFNcjs.trainingRecordEntrySchema; exports.trainingRecordSchema = _chunk3WKOQDFNcjs.trainingRecordSchema; exports.trainingSignatureSchema = _chunk3WKOQDFNcjs.trainingSignatureSchema; exports.trainingTemplatePackSchema = _chunk3WKOQDFNcjs.trainingTemplatePackSchema; exports.usedByCourseSchema = _chunk3WKOQDFNcjs.usedByCourseSchema; exports.userAircraftRatingSchema = _chunk3WKOQDFNcjs.userAircraftRatingSchema; exports.userQualificationSchema = _chunk3WKOQDFNcjs.userQualificationSchema; exports.userSchema = _chunk3WKOQDFNcjs.userSchema; exports.waypointSchema = _chunk3WKOQDFNcjs.waypointSchema; exports.yearString = _chunkIVMOR5SWcjs.yearString; exports.zContactDTO = _chunk3WKOQDFNcjs.zContactDTO; exports.zNetGross = _chunk3WKOQDFNcjs.zNetGross; exports.zNullableBool = _chunk3WKOQDFNcjs.zNullableBool; exports.zPhpMoneyObject = _chunk3WKOQDFNcjs.zPhpMoneyObject;
|
|
479
|
+
exports.ALLOWED_GEOMETRY_TYPES = _chunkIDEPTVFFcjs.ALLOWED_GEOMETRY_TYPES; exports.ALLOWED_NEWSLETTER_VARIABLES = _chunkIDEPTVFFcjs.ALLOWED_NEWSLETTER_VARIABLES; exports.AllUsersBucketSchema = _chunkIDEPTVFFcjs.AllUsersBucketSchema; exports.AttachSyllabusElementFormSchema = _chunkIDEPTVFFcjs.AttachSyllabusElementFormSchema; exports.AudienceBucketSchema = _chunkIDEPTVFFcjs.AudienceBucketSchema; exports.AudienceBucketType = _chunkIDEPTVFFcjs.AudienceBucketType; exports.AvatarConversion = _chunkJRVRIKNMcjs.AvatarConversion; exports.BaseModel = _chunkIDEPTVFFcjs.BaseModel; exports.ButtonBlockSchema = _chunkIDEPTVFFcjs.ButtonBlockSchema; exports.CompanyUsersBucketSchema = _chunkIDEPTVFFcjs.CompanyUsersBucketSchema; exports.CourseMilestoneFormSchema = _chunkIDEPTVFFcjs.CourseMilestoneFormSchema; exports.CourseMilestoneKindEnum = _chunkIDEPTVFFcjs.CourseMilestoneKindEnum; exports.CreateLocationMapFeatureSchema = _chunkIDEPTVFFcjs.CreateLocationMapFeatureSchema; exports.CreateLocationMapSchema = _chunkIDEPTVFFcjs.CreateLocationMapSchema; exports.CreateNewsletterCampaignInputSchema = _chunkIDEPTVFFcjs.CreateNewsletterCampaignInputSchema; exports.CreateNewsletterTemplateInputSchema = _chunkIDEPTVFFcjs.CreateNewsletterTemplateInputSchema; exports.CreateSyllabusFromTemplateFormSchema = _chunkIDEPTVFFcjs.CreateSyllabusFromTemplateFormSchema; exports.DATE_FORMATS = _chunkIVMOR5SWcjs.DATE_FORMATS; exports.DividerBlockSchema = _chunkIDEPTVFFcjs.DividerBlockSchema; exports.DocumentConversion = _chunkJRVRIKNMcjs.DocumentConversion; exports.EnrollmentTrainingStatusEnum = _chunkIDEPTVFFcjs.EnrollmentTrainingStatusEnum; exports.FaqSchema = _chunkIDEPTVFFcjs.FaqSchema; exports.FaqStatus = _chunkIDEPTVFFcjs.FaqStatus; exports.FieldLabelSchema = _chunkIDEPTVFFcjs.FieldLabelSchema; exports.FormFieldType = _chunkIDEPTVFFcjs.FormFieldType; exports.FormSubmissionSchema = _chunkIDEPTVFFcjs.FormSubmissionSchema; exports.FormSubmissionShareBaseSchema = _chunkIDEPTVFFcjs.FormSubmissionShareBaseSchema; exports.FormSubmissionShareSchema = _chunkIDEPTVFFcjs.FormSubmissionShareSchema; exports.FormSubmissionSource = _chunkIDEPTVFFcjs.FormSubmissionSource; exports.FormSubmissionStatus = _chunkIDEPTVFFcjs.FormSubmissionStatus; exports.FormTemplateAssignmentSchema = _chunkIDEPTVFFcjs.FormTemplateAssignmentSchema; exports.FormTemplateSchema = _chunkIDEPTVFFcjs.FormTemplateSchema; exports.GeometrySchema = _chunkIDEPTVFFcjs.GeometrySchema; exports.GradingScaleFormSchema = _chunkIDEPTVFFcjs.GradingScaleFormSchema; exports.HeaderConversion = _chunkJRVRIKNMcjs.HeaderConversion; exports.HeadingBlockSchema = _chunkIDEPTVFFcjs.HeadingBlockSchema; exports.ImageConversion = _chunkJRVRIKNMcjs.ImageConversion; exports.ImportFeaturesSchema = _chunkIDEPTVFFcjs.ImportFeaturesSchema; exports.LocationFeatureVisibility = _chunkIDEPTVFFcjs.LocationFeatureVisibility; exports.LocationMapKind = _chunkIDEPTVFFcjs.LocationMapKind; exports.MediaType = _chunkJRVRIKNMcjs.MediaType; exports.MimeTypes = _chunkJRVRIKNMcjs.MimeTypes; exports.NewsletterAudienceSchema = _chunkIDEPTVFFcjs.NewsletterAudienceSchema; exports.NewsletterBlockSchema = _chunkIDEPTVFFcjs.NewsletterBlockSchema; exports.NewsletterBlockType = _chunkIDEPTVFFcjs.NewsletterBlockType; exports.NewsletterCampaignRecipientSchema = _chunkIDEPTVFFcjs.NewsletterCampaignRecipientSchema; exports.NewsletterCampaignSchema = _chunkIDEPTVFFcjs.NewsletterCampaignSchema; exports.NewsletterCampaignStatus = _chunkIDEPTVFFcjs.NewsletterCampaignStatus; exports.NewsletterCategorySchema = _chunkIDEPTVFFcjs.NewsletterCategorySchema; exports.NewsletterPreferenceRowSchema = _chunkIDEPTVFFcjs.NewsletterPreferenceRowSchema; exports.NewsletterRecipientStatus = _chunkIDEPTVFFcjs.NewsletterRecipientStatus; exports.NewsletterTemplateSchema = _chunkIDEPTVFFcjs.NewsletterTemplateSchema; exports.NewsletterTemplateSchemaSchema = _chunkIDEPTVFFcjs.NewsletterTemplateSchemaSchema; exports.ParagraphBlockSchema = _chunkIDEPTVFFcjs.ParagraphBlockSchema; exports.ReorderSyllabusElementItemSchema = _chunkIDEPTVFFcjs.ReorderSyllabusElementItemSchema; exports.RequiredFormSchema = _chunkIDEPTVFFcjs.RequiredFormSchema; exports.RequiredFormViaCrewSchema = _chunkIDEPTVFFcjs.RequiredFormViaCrewSchema; exports.RequiredFormViaSchema = _chunkIDEPTVFFcjs.RequiredFormViaSchema; exports.ReviewFaqSchema = _chunkIDEPTVFFcjs.ReviewFaqSchema; exports.RoleMembersBucketSchema = _chunkIDEPTVFFcjs.RoleMembersBucketSchema; exports.SAFETY_REPORT_STATUS_COLORS = _chunkIDEPTVFFcjs.SAFETY_REPORT_STATUS_COLORS; exports.SAFETY_REPORT_STATUS_LABELS = _chunkIDEPTVFFcjs.SAFETY_REPORT_STATUS_LABELS; exports.SafetyReportCategoryFormSchema = _chunkIDEPTVFFcjs.SafetyReportCategoryFormSchema; exports.SafetyReportCategorySchema = _chunkIDEPTVFFcjs.SafetyReportCategorySchema; exports.SafetyReportFilterSchema = _chunkIDEPTVFFcjs.SafetyReportFilterSchema; exports.SafetyReportFormSchema = _chunkIDEPTVFFcjs.SafetyReportFormSchema; exports.SafetyReportListResponseSchema = _chunkIDEPTVFFcjs.SafetyReportListResponseSchema; exports.SafetyReportMediaSchema = _chunkIDEPTVFFcjs.SafetyReportMediaSchema; exports.SafetyReportSchema = _chunkIDEPTVFFcjs.SafetyReportSchema; exports.SafetyReportStatusEnum = _chunkIDEPTVFFcjs.SafetyReportStatusEnum; exports.SafetyReportSubmissionResponseSchema = _chunkIDEPTVFFcjs.SafetyReportSubmissionResponseSchema; exports.SafetyReportUpdateSchema = _chunkIDEPTVFFcjs.SafetyReportUpdateSchema; exports.SchemaFieldSchema = _chunkIDEPTVFFcjs.SchemaFieldSchema; exports.SchemaSectionSchema = _chunkIDEPTVFFcjs.SchemaSectionSchema; exports.ShowWhenSchema = _chunkIDEPTVFFcjs.ShowWhenSchema; exports.SignOffTrainingElementFormSchema = _chunkIDEPTVFFcjs.SignOffTrainingElementFormSchema; exports.SignatureSchema = _chunkIDEPTVFFcjs.SignatureSchema; exports.StoreSyllabusFormSchema = _chunkIDEPTVFFcjs.StoreSyllabusFormSchema; exports.SubmissionFileSchema = _chunkIDEPTVFFcjs.SubmissionFileSchema; exports.SubmitFaqQuestionSchema = _chunkIDEPTVFFcjs.SubmitFaqQuestionSchema; exports.SyllabusKindEnum = _chunkIDEPTVFFcjs.SyllabusKindEnum; exports.TIME_FORMATS = _chunkIVMOR5SWcjs.TIME_FORMATS; exports.TemplateSchemaSchema = _chunkIDEPTVFFcjs.TemplateSchemaSchema; exports.ThumbnailConversion = _chunkJRVRIKNMcjs.ThumbnailConversion; exports.TipTapNodeSchema = _chunkIDEPTVFFcjs.TipTapNodeSchema; exports.TodoActionSchema = _chunkIDEPTVFFcjs.TodoActionSchema; exports.TodoKey = _chunkIDEPTVFFcjs.TodoKey; exports.TodoSchema = _chunkIDEPTVFFcjs.TodoSchema; exports.TrainingElementFormSchema = _chunkIDEPTVFFcjs.TrainingElementFormSchema; exports.TrainingElementKindEnum = _chunkIDEPTVFFcjs.TrainingElementKindEnum; exports.TrainingRecordResultEnum = _chunkIDEPTVFFcjs.TrainingRecordResultEnum; exports.TrainingRecordStatusEnum = _chunkIDEPTVFFcjs.TrainingRecordStatusEnum; exports.UpdateLocationMapFeatureSchema = _chunkIDEPTVFFcjs.UpdateLocationMapFeatureSchema; exports.UpdateLocationMapSchema = _chunkIDEPTVFFcjs.UpdateLocationMapSchema; exports.UpdateSyllabusElementFormSchema = _chunkIDEPTVFFcjs.UpdateSyllabusElementFormSchema; exports.UpdateSyllabusFormSchema = _chunkIDEPTVFFcjs.UpdateSyllabusFormSchema; exports.UpsertTrainingRecordFormSchema = _chunkIDEPTVFFcjs.UpsertTrainingRecordFormSchema; exports.ViewportSchema = _chunkIDEPTVFFcjs.ViewportSchema; exports.activitySchema = _chunkIDEPTVFFcjs.activitySchema; exports.addressSchema = _chunkIDEPTVFFcjs.addressSchema; exports.aircraftPositionSchema = _chunkIDEPTVFFcjs.aircraftPositionSchema; exports.aircraftRatingSchema = _chunkIDEPTVFFcjs.aircraftRatingSchema; exports.airplaneIssueSchema = _chunkIDEPTVFFcjs.airplaneIssueSchema; exports.airplaneIssueSeverityEnum = _chunkIDEPTVFFcjs.airplaneIssueSeverityEnum; exports.airplaneIssueStatusEnum = _chunkIDEPTVFFcjs.airplaneIssueStatusEnum; exports.airplanePermissionSchema = _chunkIDEPTVFFcjs.airplanePermissionSchema; exports.airplaneSchema = _chunkIDEPTVFFcjs.airplaneSchema; exports.airplaneShareInviteSchema = _chunkIDEPTVFFcjs.airplaneShareInviteSchema; exports.airportSchema = _chunkIDEPTVFFcjs.airportSchema; exports.alertSchema = _chunkIDEPTVFFcjs.alertSchema; exports.allowedDocumentTypeSchema = _chunkIDEPTVFFcjs.allowedDocumentTypeSchema; exports.approachTypeSchema = _chunkIDEPTVFFcjs.approachTypeSchema; exports.availSchema = _chunkIDEPTVFFcjs.availSchema; exports.baseMembershipSchema = _chunkIDEPTVFFcjs.baseMembershipSchema; exports.billingProfileSchema = _chunkIDEPTVFFcjs.billingProfileSchema; exports.bookingDuration = _chunkIVMOR5SWcjs.bookingDuration; exports.bookingSchema = _chunkIDEPTVFFcjs.bookingSchema; exports.bookingWaypointSchema = _chunkIDEPTVFFcjs.bookingWaypointSchema; exports.bytesToHuman = _chunkIVMOR5SWcjs.bytesToHuman; exports.canPreview = _chunkJRVRIKNMcjs.canPreview; exports.commentSchema = _chunkIDEPTVFFcjs.commentSchema; exports.companyAudienceInclude = _chunkIDEPTVFFcjs.companyAudienceInclude; exports.companySchema = _chunkIDEPTVFFcjs.companySchema; exports.contactAttributeSchema = _chunkIDEPTVFFcjs.contactAttributeSchema; exports.courseCheckSyllabusSchema = _chunkIDEPTVFFcjs.courseCheckSyllabusSchema; exports.courseEnrollmentMetricsSchema = _chunkIDEPTVFFcjs.courseEnrollmentMetricsSchema; exports.courseEnrollmentMilestoneSchema = _chunkIDEPTVFFcjs.courseEnrollmentMilestoneSchema; exports.courseEnrollmentSchema = _chunkIDEPTVFFcjs.courseEnrollmentSchema; exports.courseFeeSchema = _chunkIDEPTVFFcjs.courseFeeSchema; exports.courseMilestoneSchema = _chunkIDEPTVFFcjs.courseMilestoneSchema; exports.courseSchema = _chunkIDEPTVFFcjs.courseSchema; exports.createCrewValidator = _chunkMI4YBENQcjs.createCrewValidator; exports.createSyllabusFromTemplateResultSchema = _chunkIDEPTVFFcjs.createSyllabusFromTemplateResultSchema; exports.crewObjectToString = _chunkIVMOR5SWcjs.crewObjectToString; exports.dateString = _chunkIVMOR5SWcjs.dateString; exports.dateTimeString = _chunkIVMOR5SWcjs.dateTimeString; exports.dayString = _chunkIVMOR5SWcjs.dayString; exports.defaultCrewRoleForMembership = _chunkMI4YBENQcjs.defaultCrewRoleForMembership; exports.displayFee = _chunk2DRKSYW4cjs.displayFee; exports.documentComplianceStatus = _chunkIDEPTVFFcjs.documentComplianceStatus; exports.documentRequirement = _chunkIDEPTVFFcjs.documentRequirement; exports.documentRequirementGroup = _chunkIDEPTVFFcjs.documentRequirementGroup; exports.documentRequirementGroupAssignment = _chunkIDEPTVFFcjs.documentRequirementGroupAssignment; exports.documentSchema = _chunkIDEPTVFFcjs.documentSchema; exports.documentShareSchema = _chunkIDEPTVFFcjs.documentShareSchema; exports.documentType = _chunkIDEPTVFFcjs.documentType; exports.enrollmentTrainingElementSchema = _chunkIDEPTVFFcjs.enrollmentTrainingElementSchema; exports.equipmentSchema = _chunkIDEPTVFFcjs.equipmentSchema; exports.eventSchema = _chunkIDEPTVFFcjs.eventSchema; exports.expenseItemSchema = _chunkIDEPTVFFcjs.expenseItemSchema; exports.expenseSchema = _chunkIDEPTVFFcjs.expenseSchema; exports.extendedAirplaneSchema = _chunkIDEPTVFFcjs.extendedAirplaneSchema; exports.feeCategoryOptionsSchema = _chunkIDEPTVFFcjs.feeCategoryOptionsSchema; exports.feeSchema = _chunkIDEPTVFFcjs.feeSchema; exports.flightLogSchema = _chunkIDEPTVFFcjs.flightLogSchema; exports.formatDate = _chunkIVMOR5SWcjs.formatDate; exports.formatDateTime = _chunkIVMOR5SWcjs.formatDateTime; exports.formatTime = _chunkIVMOR5SWcjs.formatTime; exports.formatToEuroString = _chunk2DRKSYW4cjs.formatToEuroString; exports.fromCents = _chunk2DRKSYW4cjs.fromCents; exports.getDocumentIcon = _chunkJRVRIKNMcjs.getDocumentIcon; exports.getMediaDisplayName = _chunkJRVRIKNMcjs.getMediaDisplayName; exports.getMediaIcon = _chunkJRVRIKNMcjs.getMediaIcon; exports.getMediaType = _chunkJRVRIKNMcjs.getMediaType; exports.getMonthFromDate = _chunkIVMOR5SWcjs.getMonthFromDate; exports.gradeHistoryItemSchema = _chunkIDEPTVFFcjs.gradeHistoryItemSchema; exports.gradingScalePointSchema = _chunkIDEPTVFFcjs.gradingScalePointSchema; exports.gradingScaleSchema = _chunkIDEPTVFFcjs.gradingScaleSchema; exports.hasMembershipRole = _chunkMI4YBENQcjs.hasMembershipRole; exports.impersonationParticipantSchema = _chunkIDEPTVFFcjs.impersonationParticipantSchema; exports.impersonationStateSchema = _chunkIDEPTVFFcjs.impersonationStateSchema; exports.invalidateTrainingRecordResponseSchema = _chunkIDEPTVFFcjs.invalidateTrainingRecordResponseSchema; exports.invoiceSchema = _chunkIDEPTVFFcjs.invoiceSchema; exports.landingFeeSchema = _chunkIDEPTVFFcjs.landingFeeSchema; exports.landingSchema = _chunkIDEPTVFFcjs.landingSchema; exports.maintenanceEventEstimationSchema = _chunkIDEPTVFFcjs.maintenanceEventEstimationSchema; exports.maintenanceEventSchema = _chunkIDEPTVFFcjs.maintenanceEventSchema; exports.maintenanceStatusSchema = _chunkIDEPTVFFcjs.maintenanceStatusSchema; exports.mapMediaConversions = _chunkJRVRIKNMcjs.mapMediaConversions; exports.mediaCollection = _chunkIDEPTVFFcjs.mediaCollection; exports.mediaSchema = _chunkIDEPTVFFcjs.mediaSchema; exports.membershipSchema = _chunkIDEPTVFFcjs.membershipSchema; exports.membershipSignupSchema = _chunkIDEPTVFFcjs.membershipSignupSchema; exports.membershipStatus = _chunkIVMOR5SWcjs.membershipStatus; exports.minutesFormatted = _chunkIVMOR5SWcjs.minutesFormatted; exports.money = _chunk2DRKSYW4cjs.money; exports.moneyFormatted = _chunk2DRKSYW4cjs.moneyFormatted; exports.monthString = _chunkIVMOR5SWcjs.monthString; exports.paginationMeta = _chunkHQSF3WGFcjs.paginationMeta; exports.parseCourse = _chunkLVTDNDWEcjs.parseCourse; exports.parseFee = _chunk2DRKSYW4cjs.parseFee; exports.parsePrice = _chunk2DRKSYW4cjs.parsePrice; exports.percentage = _chunkIVMOR5SWcjs.percentage; exports.postSchema = _chunkIDEPTVFFcjs.postSchema; exports.prePaidPackageAssignmentSchema = _chunkIDEPTVFFcjs.prePaidPackageAssignmentSchema; exports.prePaidPackageSchema = _chunkIDEPTVFFcjs.prePaidPackageSchema; exports.priceSchema = _chunkIDEPTVFFcjs.priceSchema; exports.qualificationSchema = _chunkIDEPTVFFcjs.qualificationSchema; exports.recurringFlightSchema = _chunkIDEPTVFFcjs.recurringFlightSchema; exports.roleSchema = _chunkIDEPTVFFcjs.roleSchema; exports.runwaySchema = _chunkIDEPTVFFcjs.runwaySchema; exports.scheduledFlightSchema = _chunkIDEPTVFFcjs.scheduledFlightSchema; exports.settingSchema = _chunkIDEPTVFFcjs.settingSchema; exports.specialFlightSchema = _chunkIDEPTVFFcjs.specialFlightSchema; exports.syllabusElementMutationResultSchema = _chunkIDEPTVFFcjs.syllabusElementMutationResultSchema; exports.syllabusElementSchema = _chunkIDEPTVFFcjs.syllabusElementSchema; exports.syllabusRolloutResultItemSchema = _chunkIDEPTVFFcjs.syllabusRolloutResultItemSchema; exports.syllabusRolloutResultSchema = _chunkIDEPTVFFcjs.syllabusRolloutResultSchema; exports.syllabusRolloutSkippedItemSchema = _chunkIDEPTVFFcjs.syllabusRolloutSkippedItemSchema; exports.syllabusSchema = _chunkIDEPTVFFcjs.syllabusSchema; exports.tagSchema = _chunkIDEPTVFFcjs.tagSchema; exports.ticketSchema = _chunkIDEPTVFFcjs.ticketSchema; exports.timeDiffInDays = _chunkIVMOR5SWcjs.timeDiffInDays; exports.timeString = _chunkIVMOR5SWcjs.timeString; exports.timeUntil = _chunkIVMOR5SWcjs.timeUntil; exports.trainingElementSchema = _chunkIDEPTVFFcjs.trainingElementSchema; exports.trainingRecordEntryInputSchema = _chunkIDEPTVFFcjs.trainingRecordEntryInputSchema; exports.trainingRecordEntrySchema = _chunkIDEPTVFFcjs.trainingRecordEntrySchema; exports.trainingRecordSchema = _chunkIDEPTVFFcjs.trainingRecordSchema; exports.trainingSignatureSchema = _chunkIDEPTVFFcjs.trainingSignatureSchema; exports.trainingTemplatePackSchema = _chunkIDEPTVFFcjs.trainingTemplatePackSchema; exports.usedByCourseSchema = _chunkIDEPTVFFcjs.usedByCourseSchema; exports.userAircraftRatingSchema = _chunkIDEPTVFFcjs.userAircraftRatingSchema; exports.userQualificationSchema = _chunkIDEPTVFFcjs.userQualificationSchema; exports.userSchema = _chunkIDEPTVFFcjs.userSchema; exports.waypointSchema = _chunkIDEPTVFFcjs.waypointSchema; exports.yearString = _chunkIVMOR5SWcjs.yearString; exports.zContactDTO = _chunkIDEPTVFFcjs.zContactDTO; exports.zNetGross = _chunkIDEPTVFFcjs.zNetGross; exports.zNullableBool = _chunkIDEPTVFFcjs.zNullableBool; exports.zPhpMoneyObject = _chunkIDEPTVFFcjs.zPhpMoneyObject;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from './training-
|
|
1
|
+
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from './training-DRuphnSP.cjs';
|
|
2
2
|
export { ALLOWED_GEOMETRY_TYPES, ALLOWED_NEWSLETTER_VARIABLES, AircraftUtilization, AllUsersBucketSchema, AllowedGeometryType, AllowedNewsletterVariable, AudienceBucket, AudienceBucketSchema, AudienceBucketType, BookingsData, ButtonBlock, ButtonBlockSchema, CompanyDevelopmentReportData, CompanyUsersBucketSchema, CourseEnrollmentMilestone, CourseMilestone, CourseMilestoneForm, CourseMilestoneFormSchema, CourseMilestoneKind, CourseMilestoneKindEnum, CreateFaqInput, CreateLocationMapFeatureInput, CreateLocationMapFeatureSchema, CreateLocationMapInput, CreateLocationMapSchema, CreateNewsletterCampaignInput, CreateNewsletterCampaignInputSchema, CreateNewsletterTemplateInput, CreateNewsletterTemplateInputSchema, DividerBlock, DividerBlockSchema, Equipment, EquipmentEntry, ExpenseData, Faq, FaqSchema, FaqStatus, FinancialReportData, FinancialSummaryData, FlightHoursData, GeoJsonFeature, GeoJsonFeatureCollection, GeoJsonGeometry, GeometrySchema, HeadingBlock, HeadingBlockSchema, ImportFeaturesInput, ImportFeaturesSchema, InstructorData, InstructorEfficiencyReportData, InstructorSummaryData, InvoiceData, LandingsData, LocationFeatureVisibility, LocationMap, LocationMapFeature, LocationMapFeatureGeoJson, LocationMapGeoJson, LocationMapGeoJsonProperties, LocationMapKind, Media, MemberActivityData, NewsletterAudience, NewsletterAudienceSchema, NewsletterBlock, NewsletterBlockSchema, NewsletterBlockType, NewsletterCampaign, NewsletterCampaignRecipient, NewsletterCampaignRecipientSchema, NewsletterCampaignSchema, NewsletterCampaignStatus, NewsletterCategory, NewsletterCategorySchema, NewsletterPreferenceRow, NewsletterPreferenceRowSchema, NewsletterRecipientStatus, NewsletterTemplate, NewsletterTemplateDoc, NewsletterTemplateSchema, NewsletterTemplateSchemaSchema, OperationalReportData, ParagraphBlock, ParagraphBlockSchema, PeriodData, PrepaidPackageData, Report, ReportData, ReportGenerationParams, ReportGenerationResponse, ReportGranularity, ReportListItem, ReportMedia, ReportMetadata, ReportParameters, ReportStatus, ReportStatusResponse, ReportType, RevenueData, ReviewFaqInput, ReviewFaqSchema, RoleMembersBucketSchema, SAFETY_REPORT_STATUS_COLORS, SAFETY_REPORT_STATUS_LABELS, SafetyReport, SafetyReportCategory, SafetyReportCategoryForm, SafetyReportCategoryFormSchema, SafetyReportCategorySchema, SafetyReportFilter, SafetyReportFilterSchema, SafetyReportForm, SafetyReportFormSchema, SafetyReportListResponse, SafetyReportListResponseSchema, SafetyReportMedia, SafetyReportMediaSchema, SafetyReportSchema, SafetyReportStatus, SafetyReportStatusEnum, SafetyReportSubmissionResponse, SafetyReportSubmissionResponseSchema, SafetyReportUpdate, SafetyReportUpdateSchema, SubmitFaqQuestionInput, SubmitFaqQuestionSchema, TipTapNode, TipTapNodeSchema, Todo, TodoAcceptedAlternative, TodoAction, TodoActionSchema, TodoKey, TodoSchema, UpdateFaqInput, UpdateLocationMapFeatureInput, UpdateLocationMapFeatureSchema, UpdateLocationMapInput, UpdateLocationMapSchema, UpdateNewsletterCampaignInput, UpdateNewsletterTemplateInput, Viewport, ViewportSchema, companyAudienceInclude, courseEnrollmentMilestoneSchema, courseMilestoneSchema, equipmentSchema } from './schemas/index.cjs';
|
|
3
3
|
export { Activity, Address, AiSuggestedMilestone, AiSuggestion, AiSuggestionStatus, AircraftBlock, AircraftBlockReason, AircraftPosition, AircraftRating, Airplane, AirplanePermission, AirplaneShareInvite, Airport, Alert, AllowedDocumentType, ApiResponse, ApproachType, Avail, BackgroundTask, BackgroundTaskStatus, BaseMembership, Booking, Comment, Company, ComplianceData, ComplianceGroup, ComplianceGroupSource, ComplianceRequirement, ComplianceRequirementGroup, ComplianceResponse, ComplianceSummary, Course, CourseDescriptionSuggestionPayload, CourseEnrollment, CourseFee, CreateAirplaneIssueInput, CreateCommentInput, CreatePostInput, DataWrappedResponse, DeferAirplaneIssueInput, DiscardedRow, Document, DocumentComplianceStatus, DocumentRequirement, DocumentRequirementGroup, DocumentRequirementGroupAssignment, DocumentShare, DocumentType, Event, Expense, ExpenseItem, ExtendedAirplane, Fee, FeeCategoryOptions, FlightLog, GroupedPermissions, Invoice, Landing, LandingFee, LandingFeeImportResult, LandingFeeInvoiceApplyPayload, LandingFeeInvoiceApplyResult, LandingFeeInvoicePreview, LandingFeeInvoicePreviewRow, LandingFeeTemplateParams, LogbookFlightLogPayload, LogbookStageResult, LogbookSuggestion, LogbookSuggestionMeta, MaintenanceEvent, MaintenanceEventEstimation, MaintenanceStatus, MediaCollection, Membership, MembershipSignup, PaginatedResponse, PermissionItem, Post, PrePaidPackage, Price, Qualification, RecurringFlight, ResolveAirplaneIssueInput, Resource, Role, RoleDetail, RoleListItem, Runway, ScheduledFlight, Setting, SpecialFlight, Tag, Ticket, ToggleFavoriteResponse, UpdateAirplaneIssueInput, UpdateCommentInput, UpdatePostInput, User, UserAircraftRating, UserQualification, Waypoint } from './types/index.cjs';
|
|
4
4
|
export { FeeLike, NetGross, ParsedFee, ParsedPrice, PhpMoneyObject, PriceLike, displayFee, formatToEuroString, fromCents, money, moneyFormatted, parseFee, parsePrice } from './money/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from './training-
|
|
1
|
+
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from './training-DRuphnSP.js';
|
|
2
2
|
export { ALLOWED_GEOMETRY_TYPES, ALLOWED_NEWSLETTER_VARIABLES, AircraftUtilization, AllUsersBucketSchema, AllowedGeometryType, AllowedNewsletterVariable, AudienceBucket, AudienceBucketSchema, AudienceBucketType, BookingsData, ButtonBlock, ButtonBlockSchema, CompanyDevelopmentReportData, CompanyUsersBucketSchema, CourseEnrollmentMilestone, CourseMilestone, CourseMilestoneForm, CourseMilestoneFormSchema, CourseMilestoneKind, CourseMilestoneKindEnum, CreateFaqInput, CreateLocationMapFeatureInput, CreateLocationMapFeatureSchema, CreateLocationMapInput, CreateLocationMapSchema, CreateNewsletterCampaignInput, CreateNewsletterCampaignInputSchema, CreateNewsletterTemplateInput, CreateNewsletterTemplateInputSchema, DividerBlock, DividerBlockSchema, Equipment, EquipmentEntry, ExpenseData, Faq, FaqSchema, FaqStatus, FinancialReportData, FinancialSummaryData, FlightHoursData, GeoJsonFeature, GeoJsonFeatureCollection, GeoJsonGeometry, GeometrySchema, HeadingBlock, HeadingBlockSchema, ImportFeaturesInput, ImportFeaturesSchema, InstructorData, InstructorEfficiencyReportData, InstructorSummaryData, InvoiceData, LandingsData, LocationFeatureVisibility, LocationMap, LocationMapFeature, LocationMapFeatureGeoJson, LocationMapGeoJson, LocationMapGeoJsonProperties, LocationMapKind, Media, MemberActivityData, NewsletterAudience, NewsletterAudienceSchema, NewsletterBlock, NewsletterBlockSchema, NewsletterBlockType, NewsletterCampaign, NewsletterCampaignRecipient, NewsletterCampaignRecipientSchema, NewsletterCampaignSchema, NewsletterCampaignStatus, NewsletterCategory, NewsletterCategorySchema, NewsletterPreferenceRow, NewsletterPreferenceRowSchema, NewsletterRecipientStatus, NewsletterTemplate, NewsletterTemplateDoc, NewsletterTemplateSchema, NewsletterTemplateSchemaSchema, OperationalReportData, ParagraphBlock, ParagraphBlockSchema, PeriodData, PrepaidPackageData, Report, ReportData, ReportGenerationParams, ReportGenerationResponse, ReportGranularity, ReportListItem, ReportMedia, ReportMetadata, ReportParameters, ReportStatus, ReportStatusResponse, ReportType, RevenueData, ReviewFaqInput, ReviewFaqSchema, RoleMembersBucketSchema, SAFETY_REPORT_STATUS_COLORS, SAFETY_REPORT_STATUS_LABELS, SafetyReport, SafetyReportCategory, SafetyReportCategoryForm, SafetyReportCategoryFormSchema, SafetyReportCategorySchema, SafetyReportFilter, SafetyReportFilterSchema, SafetyReportForm, SafetyReportFormSchema, SafetyReportListResponse, SafetyReportListResponseSchema, SafetyReportMedia, SafetyReportMediaSchema, SafetyReportSchema, SafetyReportStatus, SafetyReportStatusEnum, SafetyReportSubmissionResponse, SafetyReportSubmissionResponseSchema, SafetyReportUpdate, SafetyReportUpdateSchema, SubmitFaqQuestionInput, SubmitFaqQuestionSchema, TipTapNode, TipTapNodeSchema, Todo, TodoAcceptedAlternative, TodoAction, TodoActionSchema, TodoKey, TodoSchema, UpdateFaqInput, UpdateLocationMapFeatureInput, UpdateLocationMapFeatureSchema, UpdateLocationMapInput, UpdateLocationMapSchema, UpdateNewsletterCampaignInput, UpdateNewsletterTemplateInput, Viewport, ViewportSchema, companyAudienceInclude, courseEnrollmentMilestoneSchema, courseMilestoneSchema, equipmentSchema } from './schemas/index.js';
|
|
3
3
|
export { Activity, Address, AiSuggestedMilestone, AiSuggestion, AiSuggestionStatus, AircraftBlock, AircraftBlockReason, AircraftPosition, AircraftRating, Airplane, AirplanePermission, AirplaneShareInvite, Airport, Alert, AllowedDocumentType, ApiResponse, ApproachType, Avail, BackgroundTask, BackgroundTaskStatus, BaseMembership, Booking, Comment, Company, ComplianceData, ComplianceGroup, ComplianceGroupSource, ComplianceRequirement, ComplianceRequirementGroup, ComplianceResponse, ComplianceSummary, Course, CourseDescriptionSuggestionPayload, CourseEnrollment, CourseFee, CreateAirplaneIssueInput, CreateCommentInput, CreatePostInput, DataWrappedResponse, DeferAirplaneIssueInput, DiscardedRow, Document, DocumentComplianceStatus, DocumentRequirement, DocumentRequirementGroup, DocumentRequirementGroupAssignment, DocumentShare, DocumentType, Event, Expense, ExpenseItem, ExtendedAirplane, Fee, FeeCategoryOptions, FlightLog, GroupedPermissions, Invoice, Landing, LandingFee, LandingFeeImportResult, LandingFeeInvoiceApplyPayload, LandingFeeInvoiceApplyResult, LandingFeeInvoicePreview, LandingFeeInvoicePreviewRow, LandingFeeTemplateParams, LogbookFlightLogPayload, LogbookStageResult, LogbookSuggestion, LogbookSuggestionMeta, MaintenanceEvent, MaintenanceEventEstimation, MaintenanceStatus, MediaCollection, Membership, MembershipSignup, PaginatedResponse, PermissionItem, Post, PrePaidPackage, Price, Qualification, RecurringFlight, ResolveAirplaneIssueInput, Resource, Role, RoleDetail, RoleListItem, Runway, ScheduledFlight, Setting, SpecialFlight, Tag, Ticket, ToggleFavoriteResponse, UpdateAirplaneIssueInput, UpdateCommentInput, UpdatePostInput, User, UserAircraftRating, UserQualification, Waypoint } from './types/index.js';
|
|
4
4
|
export { FeeLike, NetGross, ParsedFee, ParsedPrice, PhpMoneyObject, PriceLike, displayFee, formatToEuroString, fromCents, money, moneyFormatted, parseFee, parsePrice } from './money/index.js';
|
package/dist/index.js
CHANGED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/sanitize/index.ts
|
|
2
|
+
var richTextSanitizeConfig = {
|
|
3
|
+
ALLOWED_TAGS: [
|
|
4
|
+
"p",
|
|
5
|
+
"br",
|
|
6
|
+
"strong",
|
|
7
|
+
"em",
|
|
8
|
+
"u",
|
|
9
|
+
"s",
|
|
10
|
+
"a",
|
|
11
|
+
"h1",
|
|
12
|
+
"h2",
|
|
13
|
+
"h3",
|
|
14
|
+
"h4",
|
|
15
|
+
"h5",
|
|
16
|
+
"h6",
|
|
17
|
+
"ul",
|
|
18
|
+
"ol",
|
|
19
|
+
"li",
|
|
20
|
+
"blockquote",
|
|
21
|
+
"code",
|
|
22
|
+
"pre"
|
|
23
|
+
],
|
|
24
|
+
ALLOWED_ATTR: ["href", "target", "rel", "class", "style"],
|
|
25
|
+
ALLOW_DATA_ATTR: false
|
|
26
|
+
};
|
|
27
|
+
var basicTextSanitizeConfig = {
|
|
28
|
+
ALLOWED_TAGS: ["br", "a", "strong", "em", "code", "p"],
|
|
29
|
+
ALLOWED_ATTR: ["href", "target", "rel", "class"],
|
|
30
|
+
ALLOW_DATA_ATTR: false
|
|
31
|
+
};
|
|
32
|
+
var stripSanitizeConfig = {
|
|
33
|
+
ALLOWED_TAGS: [],
|
|
34
|
+
ALLOWED_ATTR: []
|
|
35
|
+
};
|
|
36
|
+
function createHtmlSanitizers(purifier) {
|
|
37
|
+
const sanitize = (html, config) => {
|
|
38
|
+
if (!html) {
|
|
39
|
+
return "";
|
|
40
|
+
}
|
|
41
|
+
return purifier.sanitize(html, config);
|
|
42
|
+
};
|
|
43
|
+
const sanitizeRichText = (html) => sanitize(html, richTextSanitizeConfig);
|
|
44
|
+
const sanitizeBasicText = (html) => sanitize(html, basicTextSanitizeConfig);
|
|
45
|
+
const stripHtml = (html) => sanitize(html, stripSanitizeConfig).replace(/\s+/g, " ").trim();
|
|
46
|
+
return { sanitize, sanitizeRichText, sanitizeBasicText, stripHtml };
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
exports.basicTextSanitizeConfig = basicTextSanitizeConfig; exports.createHtmlSanitizers = createHtmlSanitizers; exports.richTextSanitizeConfig = richTextSanitizeConfig; exports.stripSanitizeConfig = stripSanitizeConfig;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared HTML-sanitizing policy for TipTap rich text (posts, knowledge
|
|
3
|
+
* articles, …). The allow-lists live HERE so the app that writes content
|
|
4
|
+
* (mcrit-app) and the surfaces that render it (homepage, future clients)
|
|
5
|
+
* can never drift apart — a drift would mean content is sanitized
|
|
6
|
+
* differently where it's written versus where it's publicly shown.
|
|
7
|
+
*
|
|
8
|
+
* The SDK deliberately has no DOMPurify dependency: consumers pass their
|
|
9
|
+
* own instance to {@link createHtmlSanitizers} (browser DOMPurify,
|
|
10
|
+
* isomorphic-dompurify on SSR, …).
|
|
11
|
+
*/
|
|
12
|
+
/** Structural subset of DOMPurify we rely on — keeps it a peer concern. */
|
|
13
|
+
interface HtmlPurifier {
|
|
14
|
+
sanitize(html: string, config?: Record<string, unknown>): string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Rich text from the TipTap post editor: common formatting, headings,
|
|
18
|
+
* links, lists, quotes and code.
|
|
19
|
+
*/
|
|
20
|
+
declare const richTextSanitizeConfig: {
|
|
21
|
+
readonly ALLOWED_TAGS: readonly ["p", "br", "strong", "em", "u", "s", "a", "h1", "h2", "h3", "h4", "h5", "h6", "ul", "ol", "li", "blockquote", "code", "pre"];
|
|
22
|
+
readonly ALLOWED_ATTR: readonly ["href", "target", "rel", "class", "style"];
|
|
23
|
+
readonly ALLOW_DATA_ATTR: false;
|
|
24
|
+
};
|
|
25
|
+
/** Minimal inline formatting — simple comments and basic text fields. */
|
|
26
|
+
declare const basicTextSanitizeConfig: {
|
|
27
|
+
readonly ALLOWED_TAGS: readonly ["br", "a", "strong", "em", "code", "p"];
|
|
28
|
+
readonly ALLOWED_ATTR: readonly ["href", "target", "rel", "class"];
|
|
29
|
+
readonly ALLOW_DATA_ATTR: false;
|
|
30
|
+
};
|
|
31
|
+
/** Everything stripped — plain-text snippets and previews. */
|
|
32
|
+
declare const stripSanitizeConfig: {
|
|
33
|
+
readonly ALLOWED_TAGS: readonly [];
|
|
34
|
+
readonly ALLOWED_ATTR: readonly [];
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Bind the shared policies to a DOMPurify(-compatible) instance.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* import DOMPurify from "dompurify";
|
|
41
|
+
* const { sanitizeRichText, stripHtml } = createHtmlSanitizers(DOMPurify);
|
|
42
|
+
*/
|
|
43
|
+
declare function createHtmlSanitizers(purifier: HtmlPurifier): {
|
|
44
|
+
sanitize: (html: string | null | undefined, config?: Record<string, unknown>) => string;
|
|
45
|
+
sanitizeRichText: (html: string | null | undefined) => string;
|
|
46
|
+
sanitizeBasicText: (html: string | null | undefined) => string;
|
|
47
|
+
stripHtml: (html: string | null | undefined) => string;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { type HtmlPurifier, basicTextSanitizeConfig, createHtmlSanitizers, richTextSanitizeConfig, stripSanitizeConfig };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared HTML-sanitizing policy for TipTap rich text (posts, knowledge
|
|
3
|
+
* articles, …). The allow-lists live HERE so the app that writes content
|
|
4
|
+
* (mcrit-app) and the surfaces that render it (homepage, future clients)
|
|
5
|
+
* can never drift apart — a drift would mean content is sanitized
|
|
6
|
+
* differently where it's written versus where it's publicly shown.
|
|
7
|
+
*
|
|
8
|
+
* The SDK deliberately has no DOMPurify dependency: consumers pass their
|
|
9
|
+
* own instance to {@link createHtmlSanitizers} (browser DOMPurify,
|
|
10
|
+
* isomorphic-dompurify on SSR, …).
|
|
11
|
+
*/
|
|
12
|
+
/** Structural subset of DOMPurify we rely on — keeps it a peer concern. */
|
|
13
|
+
interface HtmlPurifier {
|
|
14
|
+
sanitize(html: string, config?: Record<string, unknown>): string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Rich text from the TipTap post editor: common formatting, headings,
|
|
18
|
+
* links, lists, quotes and code.
|
|
19
|
+
*/
|
|
20
|
+
declare const richTextSanitizeConfig: {
|
|
21
|
+
readonly ALLOWED_TAGS: readonly ["p", "br", "strong", "em", "u", "s", "a", "h1", "h2", "h3", "h4", "h5", "h6", "ul", "ol", "li", "blockquote", "code", "pre"];
|
|
22
|
+
readonly ALLOWED_ATTR: readonly ["href", "target", "rel", "class", "style"];
|
|
23
|
+
readonly ALLOW_DATA_ATTR: false;
|
|
24
|
+
};
|
|
25
|
+
/** Minimal inline formatting — simple comments and basic text fields. */
|
|
26
|
+
declare const basicTextSanitizeConfig: {
|
|
27
|
+
readonly ALLOWED_TAGS: readonly ["br", "a", "strong", "em", "code", "p"];
|
|
28
|
+
readonly ALLOWED_ATTR: readonly ["href", "target", "rel", "class"];
|
|
29
|
+
readonly ALLOW_DATA_ATTR: false;
|
|
30
|
+
};
|
|
31
|
+
/** Everything stripped — plain-text snippets and previews. */
|
|
32
|
+
declare const stripSanitizeConfig: {
|
|
33
|
+
readonly ALLOWED_TAGS: readonly [];
|
|
34
|
+
readonly ALLOWED_ATTR: readonly [];
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Bind the shared policies to a DOMPurify(-compatible) instance.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* import DOMPurify from "dompurify";
|
|
41
|
+
* const { sanitizeRichText, stripHtml } = createHtmlSanitizers(DOMPurify);
|
|
42
|
+
*/
|
|
43
|
+
declare function createHtmlSanitizers(purifier: HtmlPurifier): {
|
|
44
|
+
sanitize: (html: string | null | undefined, config?: Record<string, unknown>) => string;
|
|
45
|
+
sanitizeRichText: (html: string | null | undefined) => string;
|
|
46
|
+
sanitizeBasicText: (html: string | null | undefined) => string;
|
|
47
|
+
stripHtml: (html: string | null | undefined) => string;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { type HtmlPurifier, basicTextSanitizeConfig, createHtmlSanitizers, richTextSanitizeConfig, stripSanitizeConfig };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// src/sanitize/index.ts
|
|
2
|
+
var richTextSanitizeConfig = {
|
|
3
|
+
ALLOWED_TAGS: [
|
|
4
|
+
"p",
|
|
5
|
+
"br",
|
|
6
|
+
"strong",
|
|
7
|
+
"em",
|
|
8
|
+
"u",
|
|
9
|
+
"s",
|
|
10
|
+
"a",
|
|
11
|
+
"h1",
|
|
12
|
+
"h2",
|
|
13
|
+
"h3",
|
|
14
|
+
"h4",
|
|
15
|
+
"h5",
|
|
16
|
+
"h6",
|
|
17
|
+
"ul",
|
|
18
|
+
"ol",
|
|
19
|
+
"li",
|
|
20
|
+
"blockquote",
|
|
21
|
+
"code",
|
|
22
|
+
"pre"
|
|
23
|
+
],
|
|
24
|
+
ALLOWED_ATTR: ["href", "target", "rel", "class", "style"],
|
|
25
|
+
ALLOW_DATA_ATTR: false
|
|
26
|
+
};
|
|
27
|
+
var basicTextSanitizeConfig = {
|
|
28
|
+
ALLOWED_TAGS: ["br", "a", "strong", "em", "code", "p"],
|
|
29
|
+
ALLOWED_ATTR: ["href", "target", "rel", "class"],
|
|
30
|
+
ALLOW_DATA_ATTR: false
|
|
31
|
+
};
|
|
32
|
+
var stripSanitizeConfig = {
|
|
33
|
+
ALLOWED_TAGS: [],
|
|
34
|
+
ALLOWED_ATTR: []
|
|
35
|
+
};
|
|
36
|
+
function createHtmlSanitizers(purifier) {
|
|
37
|
+
const sanitize = (html, config) => {
|
|
38
|
+
if (!html) {
|
|
39
|
+
return "";
|
|
40
|
+
}
|
|
41
|
+
return purifier.sanitize(html, config);
|
|
42
|
+
};
|
|
43
|
+
const sanitizeRichText = (html) => sanitize(html, richTextSanitizeConfig);
|
|
44
|
+
const sanitizeBasicText = (html) => sanitize(html, basicTextSanitizeConfig);
|
|
45
|
+
const stripHtml = (html) => sanitize(html, stripSanitizeConfig).replace(/\s+/g, " ").trim();
|
|
46
|
+
return { sanitize, sanitizeRichText, sanitizeBasicText, stripHtml };
|
|
47
|
+
}
|
|
48
|
+
export {
|
|
49
|
+
basicTextSanitizeConfig,
|
|
50
|
+
createHtmlSanitizers,
|
|
51
|
+
richTextSanitizeConfig,
|
|
52
|
+
stripSanitizeConfig
|
|
53
|
+
};
|
package/dist/schemas/index.cjs
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
var
|
|
188
|
+
var _chunkIDEPTVFFcjs = require('../chunk-IDEPTVFF.cjs');
|
|
189
189
|
|
|
190
190
|
|
|
191
191
|
|
|
@@ -373,4 +373,4 @@ var _chunk3WKOQDFNcjs = require('../chunk-3WKOQDFN.cjs');
|
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
|
|
376
|
-
exports.ALLOWED_GEOMETRY_TYPES = _chunk3WKOQDFNcjs.ALLOWED_GEOMETRY_TYPES; exports.ALLOWED_NEWSLETTER_VARIABLES = _chunk3WKOQDFNcjs.ALLOWED_NEWSLETTER_VARIABLES; exports.AllUsersBucketSchema = _chunk3WKOQDFNcjs.AllUsersBucketSchema; exports.AttachSyllabusElementFormSchema = _chunk3WKOQDFNcjs.AttachSyllabusElementFormSchema; exports.AudienceBucketSchema = _chunk3WKOQDFNcjs.AudienceBucketSchema; exports.AudienceBucketType = _chunk3WKOQDFNcjs.AudienceBucketType; exports.BaseModel = _chunk3WKOQDFNcjs.BaseModel; exports.ButtonBlockSchema = _chunk3WKOQDFNcjs.ButtonBlockSchema; exports.CompanyUsersBucketSchema = _chunk3WKOQDFNcjs.CompanyUsersBucketSchema; exports.CourseMilestoneFormSchema = _chunk3WKOQDFNcjs.CourseMilestoneFormSchema; exports.CourseMilestoneKindEnum = _chunk3WKOQDFNcjs.CourseMilestoneKindEnum; exports.CreateLocationMapFeatureSchema = _chunk3WKOQDFNcjs.CreateLocationMapFeatureSchema; exports.CreateLocationMapSchema = _chunk3WKOQDFNcjs.CreateLocationMapSchema; exports.CreateNewsletterCampaignInputSchema = _chunk3WKOQDFNcjs.CreateNewsletterCampaignInputSchema; exports.CreateNewsletterTemplateInputSchema = _chunk3WKOQDFNcjs.CreateNewsletterTemplateInputSchema; exports.CreateSyllabusFromTemplateFormSchema = _chunk3WKOQDFNcjs.CreateSyllabusFromTemplateFormSchema; exports.DividerBlockSchema = _chunk3WKOQDFNcjs.DividerBlockSchema; exports.EnrollmentTrainingStatusEnum = _chunk3WKOQDFNcjs.EnrollmentTrainingStatusEnum; exports.FaqSchema = _chunk3WKOQDFNcjs.FaqSchema; exports.FaqStatus = _chunk3WKOQDFNcjs.FaqStatus; exports.FieldLabelSchema = _chunk3WKOQDFNcjs.FieldLabelSchema; exports.FormFieldType = _chunk3WKOQDFNcjs.FormFieldType; exports.FormSubmissionSchema = _chunk3WKOQDFNcjs.FormSubmissionSchema; exports.FormSubmissionShareBaseSchema = _chunk3WKOQDFNcjs.FormSubmissionShareBaseSchema; exports.FormSubmissionShareSchema = _chunk3WKOQDFNcjs.FormSubmissionShareSchema; exports.FormSubmissionSource = _chunk3WKOQDFNcjs.FormSubmissionSource; exports.FormSubmissionStatus = _chunk3WKOQDFNcjs.FormSubmissionStatus; exports.FormTemplateAssignmentSchema = _chunk3WKOQDFNcjs.FormTemplateAssignmentSchema; exports.FormTemplateSchema = _chunk3WKOQDFNcjs.FormTemplateSchema; exports.GeometrySchema = _chunk3WKOQDFNcjs.GeometrySchema; exports.GradingScaleFormSchema = _chunk3WKOQDFNcjs.GradingScaleFormSchema; exports.HeadingBlockSchema = _chunk3WKOQDFNcjs.HeadingBlockSchema; exports.ImportFeaturesSchema = _chunk3WKOQDFNcjs.ImportFeaturesSchema; exports.LocationFeatureVisibility = _chunk3WKOQDFNcjs.LocationFeatureVisibility; exports.LocationMapKind = _chunk3WKOQDFNcjs.LocationMapKind; exports.NewsletterAudienceSchema = _chunk3WKOQDFNcjs.NewsletterAudienceSchema; exports.NewsletterBlockSchema = _chunk3WKOQDFNcjs.NewsletterBlockSchema; exports.NewsletterBlockType = _chunk3WKOQDFNcjs.NewsletterBlockType; exports.NewsletterCampaignRecipientSchema = _chunk3WKOQDFNcjs.NewsletterCampaignRecipientSchema; exports.NewsletterCampaignSchema = _chunk3WKOQDFNcjs.NewsletterCampaignSchema; exports.NewsletterCampaignStatus = _chunk3WKOQDFNcjs.NewsletterCampaignStatus; exports.NewsletterCategorySchema = _chunk3WKOQDFNcjs.NewsletterCategorySchema; exports.NewsletterPreferenceRowSchema = _chunk3WKOQDFNcjs.NewsletterPreferenceRowSchema; exports.NewsletterRecipientStatus = _chunk3WKOQDFNcjs.NewsletterRecipientStatus; exports.NewsletterTemplateSchema = _chunk3WKOQDFNcjs.NewsletterTemplateSchema; exports.NewsletterTemplateSchemaSchema = _chunk3WKOQDFNcjs.NewsletterTemplateSchemaSchema; exports.ParagraphBlockSchema = _chunk3WKOQDFNcjs.ParagraphBlockSchema; exports.ReorderSyllabusElementItemSchema = _chunk3WKOQDFNcjs.ReorderSyllabusElementItemSchema; exports.RequiredFormSchema = _chunk3WKOQDFNcjs.RequiredFormSchema; exports.RequiredFormViaCrewSchema = _chunk3WKOQDFNcjs.RequiredFormViaCrewSchema; exports.RequiredFormViaSchema = _chunk3WKOQDFNcjs.RequiredFormViaSchema; exports.ReviewFaqSchema = _chunk3WKOQDFNcjs.ReviewFaqSchema; exports.RoleMembersBucketSchema = _chunk3WKOQDFNcjs.RoleMembersBucketSchema; exports.SAFETY_REPORT_STATUS_COLORS = _chunk3WKOQDFNcjs.SAFETY_REPORT_STATUS_COLORS; exports.SAFETY_REPORT_STATUS_LABELS = _chunk3WKOQDFNcjs.SAFETY_REPORT_STATUS_LABELS; exports.SafetyReportCategoryFormSchema = _chunk3WKOQDFNcjs.SafetyReportCategoryFormSchema; exports.SafetyReportCategorySchema = _chunk3WKOQDFNcjs.SafetyReportCategorySchema; exports.SafetyReportFilterSchema = _chunk3WKOQDFNcjs.SafetyReportFilterSchema; exports.SafetyReportFormSchema = _chunk3WKOQDFNcjs.SafetyReportFormSchema; exports.SafetyReportListResponseSchema = _chunk3WKOQDFNcjs.SafetyReportListResponseSchema; exports.SafetyReportMediaSchema = _chunk3WKOQDFNcjs.SafetyReportMediaSchema; exports.SafetyReportSchema = _chunk3WKOQDFNcjs.SafetyReportSchema; exports.SafetyReportStatusEnum = _chunk3WKOQDFNcjs.SafetyReportStatusEnum; exports.SafetyReportSubmissionResponseSchema = _chunk3WKOQDFNcjs.SafetyReportSubmissionResponseSchema; exports.SafetyReportUpdateSchema = _chunk3WKOQDFNcjs.SafetyReportUpdateSchema; exports.SchemaFieldSchema = _chunk3WKOQDFNcjs.SchemaFieldSchema; exports.SchemaSectionSchema = _chunk3WKOQDFNcjs.SchemaSectionSchema; exports.ShowWhenSchema = _chunk3WKOQDFNcjs.ShowWhenSchema; exports.SignOffTrainingElementFormSchema = _chunk3WKOQDFNcjs.SignOffTrainingElementFormSchema; exports.SignatureSchema = _chunk3WKOQDFNcjs.SignatureSchema; exports.StoreSyllabusFormSchema = _chunk3WKOQDFNcjs.StoreSyllabusFormSchema; exports.SubmissionFileSchema = _chunk3WKOQDFNcjs.SubmissionFileSchema; exports.SubmitFaqQuestionSchema = _chunk3WKOQDFNcjs.SubmitFaqQuestionSchema; exports.SyllabusKindEnum = _chunk3WKOQDFNcjs.SyllabusKindEnum; exports.TemplateSchemaSchema = _chunk3WKOQDFNcjs.TemplateSchemaSchema; exports.TipTapNodeSchema = _chunk3WKOQDFNcjs.TipTapNodeSchema; exports.TodoActionSchema = _chunk3WKOQDFNcjs.TodoActionSchema; exports.TodoKey = _chunk3WKOQDFNcjs.TodoKey; exports.TodoSchema = _chunk3WKOQDFNcjs.TodoSchema; exports.TrainingElementFormSchema = _chunk3WKOQDFNcjs.TrainingElementFormSchema; exports.TrainingElementKindEnum = _chunk3WKOQDFNcjs.TrainingElementKindEnum; exports.TrainingRecordResultEnum = _chunk3WKOQDFNcjs.TrainingRecordResultEnum; exports.TrainingRecordStatusEnum = _chunk3WKOQDFNcjs.TrainingRecordStatusEnum; exports.UpdateLocationMapFeatureSchema = _chunk3WKOQDFNcjs.UpdateLocationMapFeatureSchema; exports.UpdateLocationMapSchema = _chunk3WKOQDFNcjs.UpdateLocationMapSchema; exports.UpdateSyllabusElementFormSchema = _chunk3WKOQDFNcjs.UpdateSyllabusElementFormSchema; exports.UpdateSyllabusFormSchema = _chunk3WKOQDFNcjs.UpdateSyllabusFormSchema; exports.UpsertTrainingRecordFormSchema = _chunk3WKOQDFNcjs.UpsertTrainingRecordFormSchema; exports.ViewportSchema = _chunk3WKOQDFNcjs.ViewportSchema; exports.activitySchema = _chunk3WKOQDFNcjs.activitySchema; exports.addressSchema = _chunk3WKOQDFNcjs.addressSchema; exports.aircraftPositionSchema = _chunk3WKOQDFNcjs.aircraftPositionSchema; exports.aircraftRatingSchema = _chunk3WKOQDFNcjs.aircraftRatingSchema; exports.airplaneIssueSchema = _chunk3WKOQDFNcjs.airplaneIssueSchema; exports.airplaneIssueSeverityEnum = _chunk3WKOQDFNcjs.airplaneIssueSeverityEnum; exports.airplaneIssueStatusEnum = _chunk3WKOQDFNcjs.airplaneIssueStatusEnum; exports.airplanePermissionSchema = _chunk3WKOQDFNcjs.airplanePermissionSchema; exports.airplaneSchema = _chunk3WKOQDFNcjs.airplaneSchema; exports.airplaneShareInviteSchema = _chunk3WKOQDFNcjs.airplaneShareInviteSchema; exports.airportSchema = _chunk3WKOQDFNcjs.airportSchema; exports.alertSchema = _chunk3WKOQDFNcjs.alertSchema; exports.allowedDocumentTypeSchema = _chunk3WKOQDFNcjs.allowedDocumentTypeSchema; exports.approachTypeSchema = _chunk3WKOQDFNcjs.approachTypeSchema; exports.availSchema = _chunk3WKOQDFNcjs.availSchema; exports.baseMembershipSchema = _chunk3WKOQDFNcjs.baseMembershipSchema; exports.billingProfileSchema = _chunk3WKOQDFNcjs.billingProfileSchema; exports.bookingSchema = _chunk3WKOQDFNcjs.bookingSchema; exports.bookingWaypointSchema = _chunk3WKOQDFNcjs.bookingWaypointSchema; exports.commentSchema = _chunk3WKOQDFNcjs.commentSchema; exports.companyAudienceInclude = _chunk3WKOQDFNcjs.companyAudienceInclude; exports.companySchema = _chunk3WKOQDFNcjs.companySchema; exports.contactAttributeSchema = _chunk3WKOQDFNcjs.contactAttributeSchema; exports.courseCheckSyllabusSchema = _chunk3WKOQDFNcjs.courseCheckSyllabusSchema; exports.courseEnrollmentMetricsSchema = _chunk3WKOQDFNcjs.courseEnrollmentMetricsSchema; exports.courseEnrollmentMilestoneSchema = _chunk3WKOQDFNcjs.courseEnrollmentMilestoneSchema; exports.courseEnrollmentSchema = _chunk3WKOQDFNcjs.courseEnrollmentSchema; exports.courseFeeSchema = _chunk3WKOQDFNcjs.courseFeeSchema; exports.courseMilestoneSchema = _chunk3WKOQDFNcjs.courseMilestoneSchema; exports.courseSchema = _chunk3WKOQDFNcjs.courseSchema; exports.createSyllabusFromTemplateResultSchema = _chunk3WKOQDFNcjs.createSyllabusFromTemplateResultSchema; exports.documentComplianceStatus = _chunk3WKOQDFNcjs.documentComplianceStatus; exports.documentRequirement = _chunk3WKOQDFNcjs.documentRequirement; exports.documentRequirementGroup = _chunk3WKOQDFNcjs.documentRequirementGroup; exports.documentRequirementGroupAssignment = _chunk3WKOQDFNcjs.documentRequirementGroupAssignment; exports.documentSchema = _chunk3WKOQDFNcjs.documentSchema; exports.documentShareSchema = _chunk3WKOQDFNcjs.documentShareSchema; exports.documentType = _chunk3WKOQDFNcjs.documentType; exports.enrollmentTrainingElementSchema = _chunk3WKOQDFNcjs.enrollmentTrainingElementSchema; exports.equipmentSchema = _chunk3WKOQDFNcjs.equipmentSchema; exports.eventSchema = _chunk3WKOQDFNcjs.eventSchema; exports.expenseItemSchema = _chunk3WKOQDFNcjs.expenseItemSchema; exports.expenseSchema = _chunk3WKOQDFNcjs.expenseSchema; exports.extendedAirplaneSchema = _chunk3WKOQDFNcjs.extendedAirplaneSchema; exports.feeCategoryOptionsSchema = _chunk3WKOQDFNcjs.feeCategoryOptionsSchema; exports.feeSchema = _chunk3WKOQDFNcjs.feeSchema; exports.flightLogSchema = _chunk3WKOQDFNcjs.flightLogSchema; exports.gradeHistoryItemSchema = _chunk3WKOQDFNcjs.gradeHistoryItemSchema; exports.gradingScalePointSchema = _chunk3WKOQDFNcjs.gradingScalePointSchema; exports.gradingScaleSchema = _chunk3WKOQDFNcjs.gradingScaleSchema; exports.impersonationParticipantSchema = _chunk3WKOQDFNcjs.impersonationParticipantSchema; exports.impersonationStateSchema = _chunk3WKOQDFNcjs.impersonationStateSchema; exports.invalidateTrainingRecordResponseSchema = _chunk3WKOQDFNcjs.invalidateTrainingRecordResponseSchema; exports.invoiceSchema = _chunk3WKOQDFNcjs.invoiceSchema; exports.landingFeeSchema = _chunk3WKOQDFNcjs.landingFeeSchema; exports.landingSchema = _chunk3WKOQDFNcjs.landingSchema; exports.maintenanceEventEstimationSchema = _chunk3WKOQDFNcjs.maintenanceEventEstimationSchema; exports.maintenanceEventSchema = _chunk3WKOQDFNcjs.maintenanceEventSchema; exports.maintenanceStatusSchema = _chunk3WKOQDFNcjs.maintenanceStatusSchema; exports.mediaCollection = _chunk3WKOQDFNcjs.mediaCollection; exports.mediaSchema = _chunk3WKOQDFNcjs.mediaSchema; exports.membershipSchema = _chunk3WKOQDFNcjs.membershipSchema; exports.membershipSignupSchema = _chunk3WKOQDFNcjs.membershipSignupSchema; exports.postSchema = _chunk3WKOQDFNcjs.postSchema; exports.prePaidPackageAssignmentSchema = _chunk3WKOQDFNcjs.prePaidPackageAssignmentSchema; exports.prePaidPackageSchema = _chunk3WKOQDFNcjs.prePaidPackageSchema; exports.priceSchema = _chunk3WKOQDFNcjs.priceSchema; exports.qualificationSchema = _chunk3WKOQDFNcjs.qualificationSchema; exports.recurringFlightSchema = _chunk3WKOQDFNcjs.recurringFlightSchema; exports.roleSchema = _chunk3WKOQDFNcjs.roleSchema; exports.runwaySchema = _chunk3WKOQDFNcjs.runwaySchema; exports.scheduledFlightSchema = _chunk3WKOQDFNcjs.scheduledFlightSchema; exports.settingSchema = _chunk3WKOQDFNcjs.settingSchema; exports.specialFlightSchema = _chunk3WKOQDFNcjs.specialFlightSchema; exports.syllabusElementMutationResultSchema = _chunk3WKOQDFNcjs.syllabusElementMutationResultSchema; exports.syllabusElementSchema = _chunk3WKOQDFNcjs.syllabusElementSchema; exports.syllabusRolloutResultItemSchema = _chunk3WKOQDFNcjs.syllabusRolloutResultItemSchema; exports.syllabusRolloutResultSchema = _chunk3WKOQDFNcjs.syllabusRolloutResultSchema; exports.syllabusRolloutSkippedItemSchema = _chunk3WKOQDFNcjs.syllabusRolloutSkippedItemSchema; exports.syllabusSchema = _chunk3WKOQDFNcjs.syllabusSchema; exports.tagSchema = _chunk3WKOQDFNcjs.tagSchema; exports.ticketSchema = _chunk3WKOQDFNcjs.ticketSchema; exports.trainingElementSchema = _chunk3WKOQDFNcjs.trainingElementSchema; exports.trainingRecordEntryInputSchema = _chunk3WKOQDFNcjs.trainingRecordEntryInputSchema; exports.trainingRecordEntrySchema = _chunk3WKOQDFNcjs.trainingRecordEntrySchema; exports.trainingRecordSchema = _chunk3WKOQDFNcjs.trainingRecordSchema; exports.trainingSignatureSchema = _chunk3WKOQDFNcjs.trainingSignatureSchema; exports.trainingTemplatePackSchema = _chunk3WKOQDFNcjs.trainingTemplatePackSchema; exports.usedByCourseSchema = _chunk3WKOQDFNcjs.usedByCourseSchema; exports.userAircraftRatingSchema = _chunk3WKOQDFNcjs.userAircraftRatingSchema; exports.userQualificationSchema = _chunk3WKOQDFNcjs.userQualificationSchema; exports.userSchema = _chunk3WKOQDFNcjs.userSchema; exports.waypointSchema = _chunk3WKOQDFNcjs.waypointSchema; exports.zContactDTO = _chunk3WKOQDFNcjs.zContactDTO; exports.zNetGross = _chunk3WKOQDFNcjs.zNetGross; exports.zNullableBool = _chunk3WKOQDFNcjs.zNullableBool; exports.zPhpMoneyObject = _chunk3WKOQDFNcjs.zPhpMoneyObject;
|
|
376
|
+
exports.ALLOWED_GEOMETRY_TYPES = _chunkIDEPTVFFcjs.ALLOWED_GEOMETRY_TYPES; exports.ALLOWED_NEWSLETTER_VARIABLES = _chunkIDEPTVFFcjs.ALLOWED_NEWSLETTER_VARIABLES; exports.AllUsersBucketSchema = _chunkIDEPTVFFcjs.AllUsersBucketSchema; exports.AttachSyllabusElementFormSchema = _chunkIDEPTVFFcjs.AttachSyllabusElementFormSchema; exports.AudienceBucketSchema = _chunkIDEPTVFFcjs.AudienceBucketSchema; exports.AudienceBucketType = _chunkIDEPTVFFcjs.AudienceBucketType; exports.BaseModel = _chunkIDEPTVFFcjs.BaseModel; exports.ButtonBlockSchema = _chunkIDEPTVFFcjs.ButtonBlockSchema; exports.CompanyUsersBucketSchema = _chunkIDEPTVFFcjs.CompanyUsersBucketSchema; exports.CourseMilestoneFormSchema = _chunkIDEPTVFFcjs.CourseMilestoneFormSchema; exports.CourseMilestoneKindEnum = _chunkIDEPTVFFcjs.CourseMilestoneKindEnum; exports.CreateLocationMapFeatureSchema = _chunkIDEPTVFFcjs.CreateLocationMapFeatureSchema; exports.CreateLocationMapSchema = _chunkIDEPTVFFcjs.CreateLocationMapSchema; exports.CreateNewsletterCampaignInputSchema = _chunkIDEPTVFFcjs.CreateNewsletterCampaignInputSchema; exports.CreateNewsletterTemplateInputSchema = _chunkIDEPTVFFcjs.CreateNewsletterTemplateInputSchema; exports.CreateSyllabusFromTemplateFormSchema = _chunkIDEPTVFFcjs.CreateSyllabusFromTemplateFormSchema; exports.DividerBlockSchema = _chunkIDEPTVFFcjs.DividerBlockSchema; exports.EnrollmentTrainingStatusEnum = _chunkIDEPTVFFcjs.EnrollmentTrainingStatusEnum; exports.FaqSchema = _chunkIDEPTVFFcjs.FaqSchema; exports.FaqStatus = _chunkIDEPTVFFcjs.FaqStatus; exports.FieldLabelSchema = _chunkIDEPTVFFcjs.FieldLabelSchema; exports.FormFieldType = _chunkIDEPTVFFcjs.FormFieldType; exports.FormSubmissionSchema = _chunkIDEPTVFFcjs.FormSubmissionSchema; exports.FormSubmissionShareBaseSchema = _chunkIDEPTVFFcjs.FormSubmissionShareBaseSchema; exports.FormSubmissionShareSchema = _chunkIDEPTVFFcjs.FormSubmissionShareSchema; exports.FormSubmissionSource = _chunkIDEPTVFFcjs.FormSubmissionSource; exports.FormSubmissionStatus = _chunkIDEPTVFFcjs.FormSubmissionStatus; exports.FormTemplateAssignmentSchema = _chunkIDEPTVFFcjs.FormTemplateAssignmentSchema; exports.FormTemplateSchema = _chunkIDEPTVFFcjs.FormTemplateSchema; exports.GeometrySchema = _chunkIDEPTVFFcjs.GeometrySchema; exports.GradingScaleFormSchema = _chunkIDEPTVFFcjs.GradingScaleFormSchema; exports.HeadingBlockSchema = _chunkIDEPTVFFcjs.HeadingBlockSchema; exports.ImportFeaturesSchema = _chunkIDEPTVFFcjs.ImportFeaturesSchema; exports.LocationFeatureVisibility = _chunkIDEPTVFFcjs.LocationFeatureVisibility; exports.LocationMapKind = _chunkIDEPTVFFcjs.LocationMapKind; exports.NewsletterAudienceSchema = _chunkIDEPTVFFcjs.NewsletterAudienceSchema; exports.NewsletterBlockSchema = _chunkIDEPTVFFcjs.NewsletterBlockSchema; exports.NewsletterBlockType = _chunkIDEPTVFFcjs.NewsletterBlockType; exports.NewsletterCampaignRecipientSchema = _chunkIDEPTVFFcjs.NewsletterCampaignRecipientSchema; exports.NewsletterCampaignSchema = _chunkIDEPTVFFcjs.NewsletterCampaignSchema; exports.NewsletterCampaignStatus = _chunkIDEPTVFFcjs.NewsletterCampaignStatus; exports.NewsletterCategorySchema = _chunkIDEPTVFFcjs.NewsletterCategorySchema; exports.NewsletterPreferenceRowSchema = _chunkIDEPTVFFcjs.NewsletterPreferenceRowSchema; exports.NewsletterRecipientStatus = _chunkIDEPTVFFcjs.NewsletterRecipientStatus; exports.NewsletterTemplateSchema = _chunkIDEPTVFFcjs.NewsletterTemplateSchema; exports.NewsletterTemplateSchemaSchema = _chunkIDEPTVFFcjs.NewsletterTemplateSchemaSchema; exports.ParagraphBlockSchema = _chunkIDEPTVFFcjs.ParagraphBlockSchema; exports.ReorderSyllabusElementItemSchema = _chunkIDEPTVFFcjs.ReorderSyllabusElementItemSchema; exports.RequiredFormSchema = _chunkIDEPTVFFcjs.RequiredFormSchema; exports.RequiredFormViaCrewSchema = _chunkIDEPTVFFcjs.RequiredFormViaCrewSchema; exports.RequiredFormViaSchema = _chunkIDEPTVFFcjs.RequiredFormViaSchema; exports.ReviewFaqSchema = _chunkIDEPTVFFcjs.ReviewFaqSchema; exports.RoleMembersBucketSchema = _chunkIDEPTVFFcjs.RoleMembersBucketSchema; exports.SAFETY_REPORT_STATUS_COLORS = _chunkIDEPTVFFcjs.SAFETY_REPORT_STATUS_COLORS; exports.SAFETY_REPORT_STATUS_LABELS = _chunkIDEPTVFFcjs.SAFETY_REPORT_STATUS_LABELS; exports.SafetyReportCategoryFormSchema = _chunkIDEPTVFFcjs.SafetyReportCategoryFormSchema; exports.SafetyReportCategorySchema = _chunkIDEPTVFFcjs.SafetyReportCategorySchema; exports.SafetyReportFilterSchema = _chunkIDEPTVFFcjs.SafetyReportFilterSchema; exports.SafetyReportFormSchema = _chunkIDEPTVFFcjs.SafetyReportFormSchema; exports.SafetyReportListResponseSchema = _chunkIDEPTVFFcjs.SafetyReportListResponseSchema; exports.SafetyReportMediaSchema = _chunkIDEPTVFFcjs.SafetyReportMediaSchema; exports.SafetyReportSchema = _chunkIDEPTVFFcjs.SafetyReportSchema; exports.SafetyReportStatusEnum = _chunkIDEPTVFFcjs.SafetyReportStatusEnum; exports.SafetyReportSubmissionResponseSchema = _chunkIDEPTVFFcjs.SafetyReportSubmissionResponseSchema; exports.SafetyReportUpdateSchema = _chunkIDEPTVFFcjs.SafetyReportUpdateSchema; exports.SchemaFieldSchema = _chunkIDEPTVFFcjs.SchemaFieldSchema; exports.SchemaSectionSchema = _chunkIDEPTVFFcjs.SchemaSectionSchema; exports.ShowWhenSchema = _chunkIDEPTVFFcjs.ShowWhenSchema; exports.SignOffTrainingElementFormSchema = _chunkIDEPTVFFcjs.SignOffTrainingElementFormSchema; exports.SignatureSchema = _chunkIDEPTVFFcjs.SignatureSchema; exports.StoreSyllabusFormSchema = _chunkIDEPTVFFcjs.StoreSyllabusFormSchema; exports.SubmissionFileSchema = _chunkIDEPTVFFcjs.SubmissionFileSchema; exports.SubmitFaqQuestionSchema = _chunkIDEPTVFFcjs.SubmitFaqQuestionSchema; exports.SyllabusKindEnum = _chunkIDEPTVFFcjs.SyllabusKindEnum; exports.TemplateSchemaSchema = _chunkIDEPTVFFcjs.TemplateSchemaSchema; exports.TipTapNodeSchema = _chunkIDEPTVFFcjs.TipTapNodeSchema; exports.TodoActionSchema = _chunkIDEPTVFFcjs.TodoActionSchema; exports.TodoKey = _chunkIDEPTVFFcjs.TodoKey; exports.TodoSchema = _chunkIDEPTVFFcjs.TodoSchema; exports.TrainingElementFormSchema = _chunkIDEPTVFFcjs.TrainingElementFormSchema; exports.TrainingElementKindEnum = _chunkIDEPTVFFcjs.TrainingElementKindEnum; exports.TrainingRecordResultEnum = _chunkIDEPTVFFcjs.TrainingRecordResultEnum; exports.TrainingRecordStatusEnum = _chunkIDEPTVFFcjs.TrainingRecordStatusEnum; exports.UpdateLocationMapFeatureSchema = _chunkIDEPTVFFcjs.UpdateLocationMapFeatureSchema; exports.UpdateLocationMapSchema = _chunkIDEPTVFFcjs.UpdateLocationMapSchema; exports.UpdateSyllabusElementFormSchema = _chunkIDEPTVFFcjs.UpdateSyllabusElementFormSchema; exports.UpdateSyllabusFormSchema = _chunkIDEPTVFFcjs.UpdateSyllabusFormSchema; exports.UpsertTrainingRecordFormSchema = _chunkIDEPTVFFcjs.UpsertTrainingRecordFormSchema; exports.ViewportSchema = _chunkIDEPTVFFcjs.ViewportSchema; exports.activitySchema = _chunkIDEPTVFFcjs.activitySchema; exports.addressSchema = _chunkIDEPTVFFcjs.addressSchema; exports.aircraftPositionSchema = _chunkIDEPTVFFcjs.aircraftPositionSchema; exports.aircraftRatingSchema = _chunkIDEPTVFFcjs.aircraftRatingSchema; exports.airplaneIssueSchema = _chunkIDEPTVFFcjs.airplaneIssueSchema; exports.airplaneIssueSeverityEnum = _chunkIDEPTVFFcjs.airplaneIssueSeverityEnum; exports.airplaneIssueStatusEnum = _chunkIDEPTVFFcjs.airplaneIssueStatusEnum; exports.airplanePermissionSchema = _chunkIDEPTVFFcjs.airplanePermissionSchema; exports.airplaneSchema = _chunkIDEPTVFFcjs.airplaneSchema; exports.airplaneShareInviteSchema = _chunkIDEPTVFFcjs.airplaneShareInviteSchema; exports.airportSchema = _chunkIDEPTVFFcjs.airportSchema; exports.alertSchema = _chunkIDEPTVFFcjs.alertSchema; exports.allowedDocumentTypeSchema = _chunkIDEPTVFFcjs.allowedDocumentTypeSchema; exports.approachTypeSchema = _chunkIDEPTVFFcjs.approachTypeSchema; exports.availSchema = _chunkIDEPTVFFcjs.availSchema; exports.baseMembershipSchema = _chunkIDEPTVFFcjs.baseMembershipSchema; exports.billingProfileSchema = _chunkIDEPTVFFcjs.billingProfileSchema; exports.bookingSchema = _chunkIDEPTVFFcjs.bookingSchema; exports.bookingWaypointSchema = _chunkIDEPTVFFcjs.bookingWaypointSchema; exports.commentSchema = _chunkIDEPTVFFcjs.commentSchema; exports.companyAudienceInclude = _chunkIDEPTVFFcjs.companyAudienceInclude; exports.companySchema = _chunkIDEPTVFFcjs.companySchema; exports.contactAttributeSchema = _chunkIDEPTVFFcjs.contactAttributeSchema; exports.courseCheckSyllabusSchema = _chunkIDEPTVFFcjs.courseCheckSyllabusSchema; exports.courseEnrollmentMetricsSchema = _chunkIDEPTVFFcjs.courseEnrollmentMetricsSchema; exports.courseEnrollmentMilestoneSchema = _chunkIDEPTVFFcjs.courseEnrollmentMilestoneSchema; exports.courseEnrollmentSchema = _chunkIDEPTVFFcjs.courseEnrollmentSchema; exports.courseFeeSchema = _chunkIDEPTVFFcjs.courseFeeSchema; exports.courseMilestoneSchema = _chunkIDEPTVFFcjs.courseMilestoneSchema; exports.courseSchema = _chunkIDEPTVFFcjs.courseSchema; exports.createSyllabusFromTemplateResultSchema = _chunkIDEPTVFFcjs.createSyllabusFromTemplateResultSchema; exports.documentComplianceStatus = _chunkIDEPTVFFcjs.documentComplianceStatus; exports.documentRequirement = _chunkIDEPTVFFcjs.documentRequirement; exports.documentRequirementGroup = _chunkIDEPTVFFcjs.documentRequirementGroup; exports.documentRequirementGroupAssignment = _chunkIDEPTVFFcjs.documentRequirementGroupAssignment; exports.documentSchema = _chunkIDEPTVFFcjs.documentSchema; exports.documentShareSchema = _chunkIDEPTVFFcjs.documentShareSchema; exports.documentType = _chunkIDEPTVFFcjs.documentType; exports.enrollmentTrainingElementSchema = _chunkIDEPTVFFcjs.enrollmentTrainingElementSchema; exports.equipmentSchema = _chunkIDEPTVFFcjs.equipmentSchema; exports.eventSchema = _chunkIDEPTVFFcjs.eventSchema; exports.expenseItemSchema = _chunkIDEPTVFFcjs.expenseItemSchema; exports.expenseSchema = _chunkIDEPTVFFcjs.expenseSchema; exports.extendedAirplaneSchema = _chunkIDEPTVFFcjs.extendedAirplaneSchema; exports.feeCategoryOptionsSchema = _chunkIDEPTVFFcjs.feeCategoryOptionsSchema; exports.feeSchema = _chunkIDEPTVFFcjs.feeSchema; exports.flightLogSchema = _chunkIDEPTVFFcjs.flightLogSchema; exports.gradeHistoryItemSchema = _chunkIDEPTVFFcjs.gradeHistoryItemSchema; exports.gradingScalePointSchema = _chunkIDEPTVFFcjs.gradingScalePointSchema; exports.gradingScaleSchema = _chunkIDEPTVFFcjs.gradingScaleSchema; exports.impersonationParticipantSchema = _chunkIDEPTVFFcjs.impersonationParticipantSchema; exports.impersonationStateSchema = _chunkIDEPTVFFcjs.impersonationStateSchema; exports.invalidateTrainingRecordResponseSchema = _chunkIDEPTVFFcjs.invalidateTrainingRecordResponseSchema; exports.invoiceSchema = _chunkIDEPTVFFcjs.invoiceSchema; exports.landingFeeSchema = _chunkIDEPTVFFcjs.landingFeeSchema; exports.landingSchema = _chunkIDEPTVFFcjs.landingSchema; exports.maintenanceEventEstimationSchema = _chunkIDEPTVFFcjs.maintenanceEventEstimationSchema; exports.maintenanceEventSchema = _chunkIDEPTVFFcjs.maintenanceEventSchema; exports.maintenanceStatusSchema = _chunkIDEPTVFFcjs.maintenanceStatusSchema; exports.mediaCollection = _chunkIDEPTVFFcjs.mediaCollection; exports.mediaSchema = _chunkIDEPTVFFcjs.mediaSchema; exports.membershipSchema = _chunkIDEPTVFFcjs.membershipSchema; exports.membershipSignupSchema = _chunkIDEPTVFFcjs.membershipSignupSchema; exports.postSchema = _chunkIDEPTVFFcjs.postSchema; exports.prePaidPackageAssignmentSchema = _chunkIDEPTVFFcjs.prePaidPackageAssignmentSchema; exports.prePaidPackageSchema = _chunkIDEPTVFFcjs.prePaidPackageSchema; exports.priceSchema = _chunkIDEPTVFFcjs.priceSchema; exports.qualificationSchema = _chunkIDEPTVFFcjs.qualificationSchema; exports.recurringFlightSchema = _chunkIDEPTVFFcjs.recurringFlightSchema; exports.roleSchema = _chunkIDEPTVFFcjs.roleSchema; exports.runwaySchema = _chunkIDEPTVFFcjs.runwaySchema; exports.scheduledFlightSchema = _chunkIDEPTVFFcjs.scheduledFlightSchema; exports.settingSchema = _chunkIDEPTVFFcjs.settingSchema; exports.specialFlightSchema = _chunkIDEPTVFFcjs.specialFlightSchema; exports.syllabusElementMutationResultSchema = _chunkIDEPTVFFcjs.syllabusElementMutationResultSchema; exports.syllabusElementSchema = _chunkIDEPTVFFcjs.syllabusElementSchema; exports.syllabusRolloutResultItemSchema = _chunkIDEPTVFFcjs.syllabusRolloutResultItemSchema; exports.syllabusRolloutResultSchema = _chunkIDEPTVFFcjs.syllabusRolloutResultSchema; exports.syllabusRolloutSkippedItemSchema = _chunkIDEPTVFFcjs.syllabusRolloutSkippedItemSchema; exports.syllabusSchema = _chunkIDEPTVFFcjs.syllabusSchema; exports.tagSchema = _chunkIDEPTVFFcjs.tagSchema; exports.ticketSchema = _chunkIDEPTVFFcjs.ticketSchema; exports.trainingElementSchema = _chunkIDEPTVFFcjs.trainingElementSchema; exports.trainingRecordEntryInputSchema = _chunkIDEPTVFFcjs.trainingRecordEntryInputSchema; exports.trainingRecordEntrySchema = _chunkIDEPTVFFcjs.trainingRecordEntrySchema; exports.trainingRecordSchema = _chunkIDEPTVFFcjs.trainingRecordSchema; exports.trainingSignatureSchema = _chunkIDEPTVFFcjs.trainingSignatureSchema; exports.trainingTemplatePackSchema = _chunkIDEPTVFFcjs.trainingTemplatePackSchema; exports.usedByCourseSchema = _chunkIDEPTVFFcjs.usedByCourseSchema; exports.userAircraftRatingSchema = _chunkIDEPTVFFcjs.userAircraftRatingSchema; exports.userQualificationSchema = _chunkIDEPTVFFcjs.userQualificationSchema; exports.userSchema = _chunkIDEPTVFFcjs.userSchema; exports.waypointSchema = _chunkIDEPTVFFcjs.waypointSchema; exports.zContactDTO = _chunkIDEPTVFFcjs.zContactDTO; exports.zNetGross = _chunkIDEPTVFFcjs.zNetGross; exports.zNullableBool = _chunkIDEPTVFFcjs.zNullableBool; exports.zPhpMoneyObject = _chunkIDEPTVFFcjs.zPhpMoneyObject;
|
package/dist/schemas/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from '../training-
|
|
1
|
+
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from '../training-DRuphnSP.cjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
|
|
4
4
|
declare enum FaqStatus {
|
package/dist/schemas/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from '../training-
|
|
1
|
+
export { A as AttachSyllabusElementForm, a as AttachSyllabusElementFormSchema, B as BaseModel, C as CourseCheckSyllabus, b as CreateFormSubmissionInput, c as CreateFormTemplateAssignmentInput, d as CreateFormTemplateInput, e as CreateSyllabusFromTemplateForm, f as CreateSyllabusFromTemplateFormSchema, g as CreateSyllabusFromTemplateResult, E as EnrollmentTrainingElement, h as EnrollmentTrainingStatus, i as EnrollmentTrainingStatusEnum, F as FieldLabel, j as FieldLabelSchema, k as FormFieldType, l as FormSubmission, m as FormSubmissionSchema, n as FormSubmissionShare, o as FormSubmissionShareBase, p as FormSubmissionShareBaseSchema, q as FormSubmissionShareSchema, r as FormSubmissionSource, s as FormSubmissionStatus, t as FormTemplate, u as FormTemplateAssignment, v as FormTemplateAssignmentSchema, w as FormTemplateSchema, G as GradeHistoryItem, x as GradingScale, y as GradingScaleForm, z as GradingScaleFormSchema, D as GradingScalePoint, I as ImpersonationParticipant, H as ImpersonationState, J as InvalidateTrainingRecordResponse, R as ReorderSyllabusElementItem, K as ReorderSyllabusElementItemSchema, L as RequiredForm, M as RequiredFormSchema, N as RequiredFormVia, O as RequiredFormViaCrew, P as RequiredFormViaCrewSchema, Q as RequiredFormViaSchema, S as ReviewFormSubmissionInput, T as SchemaField, U as SchemaFieldSchema, V as SchemaSection, W as SchemaSectionSchema, X as ShowWhen, Y as ShowWhenSchema, Z as SignOffTrainingElementForm, _ as SignOffTrainingElementFormSchema, $ as Signature, a0 as SignatureSchema, a1 as StoreSyllabusForm, a2 as StoreSyllabusFormSchema, a3 as SubmissionFile, a4 as SubmissionFileSchema, a5 as Syllabus, a6 as SyllabusElement, a7 as SyllabusElementMutationResult, a8 as SyllabusKind, a9 as SyllabusKindEnum, aa as SyllabusRolloutResult, ab as SyllabusRolloutResultItem, ac as SyllabusRolloutSkippedItem, ad as TemplateSchema, ae as TemplateSchemaSchema, af as TrainingElement, ag as TrainingElementForm, ah as TrainingElementFormSchema, ai as TrainingElementKind, aj as TrainingElementKindEnum, ak as TrainingRecord, al as TrainingRecordEntry, am as TrainingRecordEntryInput, an as TrainingRecordResult, ao as TrainingRecordResultEnum, ap as TrainingRecordStatus, aq as TrainingRecordStatusEnum, ar as TrainingSignature, as as TrainingTemplatePack, at as UpdateFormTemplateInput, au as UpdateSyllabusElementForm, av as UpdateSyllabusElementFormSchema, aw as UpdateSyllabusForm, ax as UpdateSyllabusFormSchema, ay as UpsertTrainingRecordForm, az as UpsertTrainingRecordFormSchema, aA as UsedByCourse, aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aF as airplaneIssueSchema, aG as airplaneIssueSeverityEnum, aH as airplaneIssueStatusEnum, aI as airplanePermissionSchema, aJ as airplaneSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aR as billingProfileSchema, aS as bookingSchema, aT as bookingWaypointSchema, aU as commentSchema, aV as companySchema, aW as contactAttributeSchema, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, a$ as courseSchema, b0 as createSyllabusFromTemplateResultSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b5 as documentSchema, b6 as documentShareSchema, b7 as documentType, b8 as enrollmentTrainingElementSchema, b9 as eventSchema, ba as expenseItemSchema, bb as expenseSchema, bc as extendedAirplaneSchema, bd as feeCategoryOptionsSchema, be as feeSchema, bf as flightLogSchema, bg as gradeHistoryItemSchema, bh as gradingScalePointSchema, bi as gradingScaleSchema, bj as impersonationParticipantSchema, bk as impersonationStateSchema, bl as invalidateTrainingRecordResponseSchema, bm as invoiceSchema, bn as landingFeeSchema, bo as landingSchema, bp as maintenanceEventEstimationSchema, bq as maintenanceEventSchema, br as maintenanceStatusSchema, bs as mediaCollection, bt as mediaSchema, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, bx as prePaidPackageAssignmentSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bH as syllabusElementMutationResultSchema, bI as syllabusElementSchema, bJ as syllabusRolloutResultItemSchema, bK as syllabusRolloutResultSchema, bL as syllabusRolloutSkippedItemSchema, bM as syllabusSchema, bN as tagSchema, bO as ticketSchema, bP as trainingElementSchema, bQ as trainingRecordEntryInputSchema, bR as trainingRecordEntrySchema, bS as trainingRecordSchema, bT as trainingSignatureSchema, bU as trainingTemplatePackSchema, bV as usedByCourseSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bY as userSchema, bZ as waypointSchema, b_ as zContactDTO, b$ as zNetGross, c0 as zNullableBool, c1 as zPhpMoneyObject } from '../training-DRuphnSP.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
|
|
4
4
|
declare enum FaqStatus {
|
package/dist/schemas/index.js
CHANGED
|
@@ -94232,6 +94232,23 @@ declare const postSchema: z.ZodObject<{
|
|
|
94232
94232
|
content: z.ZodString;
|
|
94233
94233
|
sticky: z.ZodDefault<z.ZodBoolean>;
|
|
94234
94234
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
94235
|
+
comments_disabled: z.ZodDefault<z.ZodBoolean>;
|
|
94236
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
94237
|
+
type: z.ZodOptional<z.ZodLiteral<"tag">>;
|
|
94238
|
+
id: z.ZodNumber;
|
|
94239
|
+
name: z.ZodString;
|
|
94240
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94241
|
+
}, "strip", z.ZodTypeAny, {
|
|
94242
|
+
name: string;
|
|
94243
|
+
id: number;
|
|
94244
|
+
type?: "tag" | undefined;
|
|
94245
|
+
color?: string | null | undefined;
|
|
94246
|
+
}, {
|
|
94247
|
+
name: string;
|
|
94248
|
+
id: number;
|
|
94249
|
+
type?: "tag" | undefined;
|
|
94250
|
+
color?: string | null | undefined;
|
|
94251
|
+
}>, "many">>;
|
|
94235
94252
|
media: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
94236
94253
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
94237
94254
|
type: z.ZodLiteral<"media">;
|
|
@@ -94522,6 +94539,7 @@ declare const postSchema: z.ZodObject<{
|
|
|
94522
94539
|
content: string;
|
|
94523
94540
|
sticky: boolean;
|
|
94524
94541
|
public: boolean;
|
|
94542
|
+
comments_disabled: boolean;
|
|
94525
94543
|
media?: {
|
|
94526
94544
|
avatar?: {
|
|
94527
94545
|
type: "media";
|
|
@@ -94637,6 +94655,12 @@ declare const postSchema: z.ZodObject<{
|
|
|
94637
94655
|
expires_at?: string | undefined;
|
|
94638
94656
|
} | undefined;
|
|
94639
94657
|
} | undefined;
|
|
94658
|
+
tags?: {
|
|
94659
|
+
name: string;
|
|
94660
|
+
id: number;
|
|
94661
|
+
type?: "tag" | undefined;
|
|
94662
|
+
color?: string | null | undefined;
|
|
94663
|
+
}[] | undefined;
|
|
94640
94664
|
postable_type?: string | null | undefined;
|
|
94641
94665
|
postable_id?: number | null | undefined;
|
|
94642
94666
|
}, {
|
|
@@ -94762,10 +94786,17 @@ declare const postSchema: z.ZodObject<{
|
|
|
94762
94786
|
expires_at?: string | undefined;
|
|
94763
94787
|
} | undefined;
|
|
94764
94788
|
} | undefined;
|
|
94789
|
+
tags?: {
|
|
94790
|
+
name: string;
|
|
94791
|
+
id: number;
|
|
94792
|
+
type?: "tag" | undefined;
|
|
94793
|
+
color?: string | null | undefined;
|
|
94794
|
+
}[] | undefined;
|
|
94765
94795
|
postable_type?: string | null | undefined;
|
|
94766
94796
|
postable_id?: number | null | undefined;
|
|
94767
94797
|
sticky?: boolean | undefined;
|
|
94768
94798
|
public?: boolean | undefined;
|
|
94799
|
+
comments_disabled?: boolean | undefined;
|
|
94769
94800
|
}>;
|
|
94770
94801
|
declare const commentSchema: z.ZodObject<{
|
|
94771
94802
|
type: z.ZodLiteral<"comment">;
|
|
@@ -94232,6 +94232,23 @@ declare const postSchema: z.ZodObject<{
|
|
|
94232
94232
|
content: z.ZodString;
|
|
94233
94233
|
sticky: z.ZodDefault<z.ZodBoolean>;
|
|
94234
94234
|
public: z.ZodDefault<z.ZodBoolean>;
|
|
94235
|
+
comments_disabled: z.ZodDefault<z.ZodBoolean>;
|
|
94236
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
94237
|
+
type: z.ZodOptional<z.ZodLiteral<"tag">>;
|
|
94238
|
+
id: z.ZodNumber;
|
|
94239
|
+
name: z.ZodString;
|
|
94240
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94241
|
+
}, "strip", z.ZodTypeAny, {
|
|
94242
|
+
name: string;
|
|
94243
|
+
id: number;
|
|
94244
|
+
type?: "tag" | undefined;
|
|
94245
|
+
color?: string | null | undefined;
|
|
94246
|
+
}, {
|
|
94247
|
+
name: string;
|
|
94248
|
+
id: number;
|
|
94249
|
+
type?: "tag" | undefined;
|
|
94250
|
+
color?: string | null | undefined;
|
|
94251
|
+
}>, "many">>;
|
|
94235
94252
|
media: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
94236
94253
|
avatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
94237
94254
|
type: z.ZodLiteral<"media">;
|
|
@@ -94522,6 +94539,7 @@ declare const postSchema: z.ZodObject<{
|
|
|
94522
94539
|
content: string;
|
|
94523
94540
|
sticky: boolean;
|
|
94524
94541
|
public: boolean;
|
|
94542
|
+
comments_disabled: boolean;
|
|
94525
94543
|
media?: {
|
|
94526
94544
|
avatar?: {
|
|
94527
94545
|
type: "media";
|
|
@@ -94637,6 +94655,12 @@ declare const postSchema: z.ZodObject<{
|
|
|
94637
94655
|
expires_at?: string | undefined;
|
|
94638
94656
|
} | undefined;
|
|
94639
94657
|
} | undefined;
|
|
94658
|
+
tags?: {
|
|
94659
|
+
name: string;
|
|
94660
|
+
id: number;
|
|
94661
|
+
type?: "tag" | undefined;
|
|
94662
|
+
color?: string | null | undefined;
|
|
94663
|
+
}[] | undefined;
|
|
94640
94664
|
postable_type?: string | null | undefined;
|
|
94641
94665
|
postable_id?: number | null | undefined;
|
|
94642
94666
|
}, {
|
|
@@ -94762,10 +94786,17 @@ declare const postSchema: z.ZodObject<{
|
|
|
94762
94786
|
expires_at?: string | undefined;
|
|
94763
94787
|
} | undefined;
|
|
94764
94788
|
} | undefined;
|
|
94789
|
+
tags?: {
|
|
94790
|
+
name: string;
|
|
94791
|
+
id: number;
|
|
94792
|
+
type?: "tag" | undefined;
|
|
94793
|
+
color?: string | null | undefined;
|
|
94794
|
+
}[] | undefined;
|
|
94765
94795
|
postable_type?: string | null | undefined;
|
|
94766
94796
|
postable_id?: number | null | undefined;
|
|
94767
94797
|
sticky?: boolean | undefined;
|
|
94768
94798
|
public?: boolean | undefined;
|
|
94799
|
+
comments_disabled?: boolean | undefined;
|
|
94769
94800
|
}>;
|
|
94770
94801
|
declare const commentSchema: z.ZodObject<{
|
|
94771
94802
|
type: z.ZodLiteral<"comment">;
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aJ as airplaneSchema, aI as airplanePermissionSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aS as bookingSchema, aU as commentSchema, aV as companySchema, a$ as courseSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, aG as airplaneIssueSeverityEnum, b5 as documentSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b6 as documentShareSchema, b7 as documentType, b9 as eventSchema, bb as expenseSchema, ba as expenseItemSchema, bc as extendedAirplaneSchema, be as feeSchema, bd as feeCategoryOptionsSchema, bf as flightLogSchema, bm as invoiceSchema, bo as landingSchema, bn as landingFeeSchema, bq as maintenanceEventSchema, bp as maintenanceEventEstimationSchema, br as maintenanceStatusSchema, bs as mediaCollection, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bN as tagSchema, bO as ticketSchema, bY as userSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bZ as waypointSchema, aF as airplaneIssueSchema, aH as airplaneIssueStatusEnum, B as BaseModel$1, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, bt as mediaSchema, l as FormSubmission } from '../training-
|
|
2
|
+
import { aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aJ as airplaneSchema, aI as airplanePermissionSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aS as bookingSchema, aU as commentSchema, aV as companySchema, a$ as courseSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, aG as airplaneIssueSeverityEnum, b5 as documentSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b6 as documentShareSchema, b7 as documentType, b9 as eventSchema, bb as expenseSchema, ba as expenseItemSchema, bc as extendedAirplaneSchema, be as feeSchema, bd as feeCategoryOptionsSchema, bf as flightLogSchema, bm as invoiceSchema, bo as landingSchema, bn as landingFeeSchema, bq as maintenanceEventSchema, bp as maintenanceEventEstimationSchema, br as maintenanceStatusSchema, bs as mediaCollection, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bN as tagSchema, bO as ticketSchema, bY as userSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bZ as waypointSchema, aF as airplaneIssueSchema, aH as airplaneIssueStatusEnum, B as BaseModel$1, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, bt as mediaSchema, l as FormSubmission } from '../training-DRuphnSP.cjs';
|
|
3
3
|
|
|
4
4
|
type BaseModel = z.infer<typeof BaseModel$1>;
|
|
5
5
|
type User = z.infer<typeof userSchema>;
|
|
@@ -61,17 +61,33 @@ type AirplaneIssueStatus = z.infer<typeof airplaneIssueStatusEnum>;
|
|
|
61
61
|
type Event = z.infer<typeof eventSchema>;
|
|
62
62
|
type Ticket = z.infer<typeof ticketSchema>;
|
|
63
63
|
type Post = z.infer<typeof postSchema>;
|
|
64
|
+
/**
|
|
65
|
+
* Full-replacement tag sync entry — `id` marks an existing tag (wins over
|
|
66
|
+
* name matching), fresh tags carry only name (+ optional color) and are
|
|
67
|
+
* created server-side on save.
|
|
68
|
+
*/
|
|
69
|
+
interface TagSyncEntry {
|
|
70
|
+
id?: number | null;
|
|
71
|
+
name: string;
|
|
72
|
+
color?: string | null;
|
|
73
|
+
}
|
|
64
74
|
interface CreatePostInput {
|
|
65
75
|
title?: string | null;
|
|
66
76
|
content: string;
|
|
67
77
|
sticky?: boolean;
|
|
68
78
|
public?: boolean;
|
|
79
|
+
comments_disabled?: boolean;
|
|
80
|
+
tags?: TagSyncEntry[];
|
|
81
|
+
/** Action flag, not persisted: notify company members on publish. */
|
|
82
|
+
notify?: boolean;
|
|
69
83
|
}
|
|
70
84
|
interface UpdatePostInput {
|
|
71
85
|
title?: string | null;
|
|
72
86
|
content: string;
|
|
73
87
|
sticky?: boolean;
|
|
74
88
|
public?: boolean;
|
|
89
|
+
comments_disabled?: boolean;
|
|
90
|
+
tags?: TagSyncEntry[];
|
|
75
91
|
}
|
|
76
92
|
interface CreateAirplaneIssueInput {
|
|
77
93
|
title?: string | null;
|
|
@@ -420,4 +436,4 @@ interface LandingFeeInvoiceApplyResult {
|
|
|
420
436
|
issues: string[];
|
|
421
437
|
}
|
|
422
438
|
|
|
423
|
-
export type { Activity, Address, AiSuggestedMilestone, AiSuggestion, AiSuggestionStatus, AircraftBlock, AircraftBlockReason, AircraftPosition, AircraftRating, Airplane, AirplaneIssue, AirplaneIssueSeverity, AirplaneIssueStatus, AirplanePermission, AirplaneShareInvite, Airport, Alert, AllowedDocumentType, ApiResponse, ApproachType, Avail, BackgroundTask, BackgroundTaskStatus, BaseMembership, BaseModel, Booking, Comment, Company, ComplianceData, ComplianceGroup, ComplianceGroupSource, ComplianceRequirement, ComplianceRequirementGroup, ComplianceResponse, ComplianceSummary, Course, CourseCheckSyllabus, CourseDescriptionSuggestionPayload, CourseEnrollment, CourseEnrollmentMetrics, CourseFee, CreateAirplaneIssueInput, CreateCommentInput, CreatePostInput, DataWrappedResponse, DeferAirplaneIssueInput, DiscardedRow, Document, DocumentComplianceStatus, DocumentRequirement, DocumentRequirementGroup, DocumentRequirementGroupAssignment, DocumentShare, DocumentType, Event, Expense, ExpenseItem, ExtendedAirplane, Fee, FeeCategoryOptions, FlightLog, GroupedPermissions, Invoice, Landing, LandingFee, LandingFeeImportResult, LandingFeeInvoiceApplyPayload, LandingFeeInvoiceApplyResult, LandingFeeInvoicePreview, LandingFeeInvoicePreviewRow, LandingFeeTemplateParams, LogbookFlightLogPayload, LogbookStageResult, LogbookSuggestion, LogbookSuggestionMeta, MaintenanceEvent, MaintenanceEventEstimation, MaintenanceStatus, Media, MediaCollection, Membership, MembershipSignup, PaginatedResponse, PermissionItem, Post, PrePaidPackage, Price, Qualification, RecurringFlight, ResolveAirplaneIssueInput, Resource, Role, RoleDetail, RoleListItem, Runway, ScheduledFlight, Setting, SpecialFlight, Tag, Ticket, ToggleFavoriteResponse, UpdateAirplaneIssueInput, UpdateCommentInput, UpdatePostInput, User, UserAircraftRating, UserQualification, Waypoint };
|
|
439
|
+
export type { Activity, Address, AiSuggestedMilestone, AiSuggestion, AiSuggestionStatus, AircraftBlock, AircraftBlockReason, AircraftPosition, AircraftRating, Airplane, AirplaneIssue, AirplaneIssueSeverity, AirplaneIssueStatus, AirplanePermission, AirplaneShareInvite, Airport, Alert, AllowedDocumentType, ApiResponse, ApproachType, Avail, BackgroundTask, BackgroundTaskStatus, BaseMembership, BaseModel, Booking, Comment, Company, ComplianceData, ComplianceGroup, ComplianceGroupSource, ComplianceRequirement, ComplianceRequirementGroup, ComplianceResponse, ComplianceSummary, Course, CourseCheckSyllabus, CourseDescriptionSuggestionPayload, CourseEnrollment, CourseEnrollmentMetrics, CourseFee, CreateAirplaneIssueInput, CreateCommentInput, CreatePostInput, DataWrappedResponse, DeferAirplaneIssueInput, DiscardedRow, Document, DocumentComplianceStatus, DocumentRequirement, DocumentRequirementGroup, DocumentRequirementGroupAssignment, DocumentShare, DocumentType, Event, Expense, ExpenseItem, ExtendedAirplane, Fee, FeeCategoryOptions, FlightLog, GroupedPermissions, Invoice, Landing, LandingFee, LandingFeeImportResult, LandingFeeInvoiceApplyPayload, LandingFeeInvoiceApplyResult, LandingFeeInvoicePreview, LandingFeeInvoicePreviewRow, LandingFeeTemplateParams, LogbookFlightLogPayload, LogbookStageResult, LogbookSuggestion, LogbookSuggestionMeta, MaintenanceEvent, MaintenanceEventEstimation, MaintenanceStatus, Media, MediaCollection, Membership, MembershipSignup, PaginatedResponse, PermissionItem, Post, PrePaidPackage, Price, Qualification, RecurringFlight, ResolveAirplaneIssueInput, Resource, Role, RoleDetail, RoleListItem, Runway, ScheduledFlight, Setting, SpecialFlight, Tag, TagSyncEntry, Ticket, ToggleFavoriteResponse, UpdateAirplaneIssueInput, UpdateCommentInput, UpdatePostInput, User, UserAircraftRating, UserQualification, Waypoint };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aJ as airplaneSchema, aI as airplanePermissionSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aS as bookingSchema, aU as commentSchema, aV as companySchema, a$ as courseSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, aG as airplaneIssueSeverityEnum, b5 as documentSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b6 as documentShareSchema, b7 as documentType, b9 as eventSchema, bb as expenseSchema, ba as expenseItemSchema, bc as extendedAirplaneSchema, be as feeSchema, bd as feeCategoryOptionsSchema, bf as flightLogSchema, bm as invoiceSchema, bo as landingSchema, bn as landingFeeSchema, bq as maintenanceEventSchema, bp as maintenanceEventEstimationSchema, br as maintenanceStatusSchema, bs as mediaCollection, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bN as tagSchema, bO as ticketSchema, bY as userSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bZ as waypointSchema, aF as airplaneIssueSchema, aH as airplaneIssueStatusEnum, B as BaseModel$1, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, bt as mediaSchema, l as FormSubmission } from '../training-
|
|
2
|
+
import { aB as activitySchema, aC as addressSchema, aD as aircraftPositionSchema, aE as aircraftRatingSchema, aJ as airplaneSchema, aI as airplanePermissionSchema, aK as airplaneShareInviteSchema, aL as airportSchema, aM as alertSchema, aN as allowedDocumentTypeSchema, aO as approachTypeSchema, aP as availSchema, aQ as baseMembershipSchema, aS as bookingSchema, aU as commentSchema, aV as companySchema, a$ as courseSchema, aZ as courseEnrollmentSchema, a_ as courseFeeSchema, aG as airplaneIssueSeverityEnum, b5 as documentSchema, b1 as documentComplianceStatus, b2 as documentRequirement, b3 as documentRequirementGroup, b4 as documentRequirementGroupAssignment, b6 as documentShareSchema, b7 as documentType, b9 as eventSchema, bb as expenseSchema, ba as expenseItemSchema, bc as extendedAirplaneSchema, be as feeSchema, bd as feeCategoryOptionsSchema, bf as flightLogSchema, bm as invoiceSchema, bo as landingSchema, bn as landingFeeSchema, bq as maintenanceEventSchema, bp as maintenanceEventEstimationSchema, br as maintenanceStatusSchema, bs as mediaCollection, bu as membershipSchema, bv as membershipSignupSchema, bw as postSchema, by as prePaidPackageSchema, bz as priceSchema, bA as qualificationSchema, bB as recurringFlightSchema, bC as roleSchema, bD as runwaySchema, bE as scheduledFlightSchema, bF as settingSchema, bG as specialFlightSchema, bN as tagSchema, bO as ticketSchema, bY as userSchema, bW as userAircraftRatingSchema, bX as userQualificationSchema, bZ as waypointSchema, aF as airplaneIssueSchema, aH as airplaneIssueStatusEnum, B as BaseModel$1, aX as courseCheckSyllabusSchema, aY as courseEnrollmentMetricsSchema, bt as mediaSchema, l as FormSubmission } from '../training-DRuphnSP.js';
|
|
3
3
|
|
|
4
4
|
type BaseModel = z.infer<typeof BaseModel$1>;
|
|
5
5
|
type User = z.infer<typeof userSchema>;
|
|
@@ -61,17 +61,33 @@ type AirplaneIssueStatus = z.infer<typeof airplaneIssueStatusEnum>;
|
|
|
61
61
|
type Event = z.infer<typeof eventSchema>;
|
|
62
62
|
type Ticket = z.infer<typeof ticketSchema>;
|
|
63
63
|
type Post = z.infer<typeof postSchema>;
|
|
64
|
+
/**
|
|
65
|
+
* Full-replacement tag sync entry — `id` marks an existing tag (wins over
|
|
66
|
+
* name matching), fresh tags carry only name (+ optional color) and are
|
|
67
|
+
* created server-side on save.
|
|
68
|
+
*/
|
|
69
|
+
interface TagSyncEntry {
|
|
70
|
+
id?: number | null;
|
|
71
|
+
name: string;
|
|
72
|
+
color?: string | null;
|
|
73
|
+
}
|
|
64
74
|
interface CreatePostInput {
|
|
65
75
|
title?: string | null;
|
|
66
76
|
content: string;
|
|
67
77
|
sticky?: boolean;
|
|
68
78
|
public?: boolean;
|
|
79
|
+
comments_disabled?: boolean;
|
|
80
|
+
tags?: TagSyncEntry[];
|
|
81
|
+
/** Action flag, not persisted: notify company members on publish. */
|
|
82
|
+
notify?: boolean;
|
|
69
83
|
}
|
|
70
84
|
interface UpdatePostInput {
|
|
71
85
|
title?: string | null;
|
|
72
86
|
content: string;
|
|
73
87
|
sticky?: boolean;
|
|
74
88
|
public?: boolean;
|
|
89
|
+
comments_disabled?: boolean;
|
|
90
|
+
tags?: TagSyncEntry[];
|
|
75
91
|
}
|
|
76
92
|
interface CreateAirplaneIssueInput {
|
|
77
93
|
title?: string | null;
|
|
@@ -420,4 +436,4 @@ interface LandingFeeInvoiceApplyResult {
|
|
|
420
436
|
issues: string[];
|
|
421
437
|
}
|
|
422
438
|
|
|
423
|
-
export type { Activity, Address, AiSuggestedMilestone, AiSuggestion, AiSuggestionStatus, AircraftBlock, AircraftBlockReason, AircraftPosition, AircraftRating, Airplane, AirplaneIssue, AirplaneIssueSeverity, AirplaneIssueStatus, AirplanePermission, AirplaneShareInvite, Airport, Alert, AllowedDocumentType, ApiResponse, ApproachType, Avail, BackgroundTask, BackgroundTaskStatus, BaseMembership, BaseModel, Booking, Comment, Company, ComplianceData, ComplianceGroup, ComplianceGroupSource, ComplianceRequirement, ComplianceRequirementGroup, ComplianceResponse, ComplianceSummary, Course, CourseCheckSyllabus, CourseDescriptionSuggestionPayload, CourseEnrollment, CourseEnrollmentMetrics, CourseFee, CreateAirplaneIssueInput, CreateCommentInput, CreatePostInput, DataWrappedResponse, DeferAirplaneIssueInput, DiscardedRow, Document, DocumentComplianceStatus, DocumentRequirement, DocumentRequirementGroup, DocumentRequirementGroupAssignment, DocumentShare, DocumentType, Event, Expense, ExpenseItem, ExtendedAirplane, Fee, FeeCategoryOptions, FlightLog, GroupedPermissions, Invoice, Landing, LandingFee, LandingFeeImportResult, LandingFeeInvoiceApplyPayload, LandingFeeInvoiceApplyResult, LandingFeeInvoicePreview, LandingFeeInvoicePreviewRow, LandingFeeTemplateParams, LogbookFlightLogPayload, LogbookStageResult, LogbookSuggestion, LogbookSuggestionMeta, MaintenanceEvent, MaintenanceEventEstimation, MaintenanceStatus, Media, MediaCollection, Membership, MembershipSignup, PaginatedResponse, PermissionItem, Post, PrePaidPackage, Price, Qualification, RecurringFlight, ResolveAirplaneIssueInput, Resource, Role, RoleDetail, RoleListItem, Runway, ScheduledFlight, Setting, SpecialFlight, Tag, Ticket, ToggleFavoriteResponse, UpdateAirplaneIssueInput, UpdateCommentInput, UpdatePostInput, User, UserAircraftRating, UserQualification, Waypoint };
|
|
439
|
+
export type { Activity, Address, AiSuggestedMilestone, AiSuggestion, AiSuggestionStatus, AircraftBlock, AircraftBlockReason, AircraftPosition, AircraftRating, Airplane, AirplaneIssue, AirplaneIssueSeverity, AirplaneIssueStatus, AirplanePermission, AirplaneShareInvite, Airport, Alert, AllowedDocumentType, ApiResponse, ApproachType, Avail, BackgroundTask, BackgroundTaskStatus, BaseMembership, BaseModel, Booking, Comment, Company, ComplianceData, ComplianceGroup, ComplianceGroupSource, ComplianceRequirement, ComplianceRequirementGroup, ComplianceResponse, ComplianceSummary, Course, CourseCheckSyllabus, CourseDescriptionSuggestionPayload, CourseEnrollment, CourseEnrollmentMetrics, CourseFee, CreateAirplaneIssueInput, CreateCommentInput, CreatePostInput, DataWrappedResponse, DeferAirplaneIssueInput, DiscardedRow, Document, DocumentComplianceStatus, DocumentRequirement, DocumentRequirementGroup, DocumentRequirementGroupAssignment, DocumentShare, DocumentType, Event, Expense, ExpenseItem, ExtendedAirplane, Fee, FeeCategoryOptions, FlightLog, GroupedPermissions, Invoice, Landing, LandingFee, LandingFeeImportResult, LandingFeeInvoiceApplyPayload, LandingFeeInvoiceApplyResult, LandingFeeInvoicePreview, LandingFeeInvoicePreviewRow, LandingFeeTemplateParams, LogbookFlightLogPayload, LogbookStageResult, LogbookSuggestion, LogbookSuggestionMeta, MaintenanceEvent, MaintenanceEventEstimation, MaintenanceStatus, Media, MediaCollection, Membership, MembershipSignup, PaginatedResponse, PermissionItem, Post, PrePaidPackage, Price, Qualification, RecurringFlight, ResolveAirplaneIssueInput, Resource, Role, RoleDetail, RoleListItem, Runway, ScheduledFlight, Setting, SpecialFlight, Tag, TagSyncEntry, Ticket, ToggleFavoriteResponse, UpdateAirplaneIssueInput, UpdateCommentInput, UpdatePostInput, User, UserAircraftRating, UserQualification, Waypoint };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@updraft-solutions/mcrit-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Shared TypeScript types, Zod schemas, and pure helpers for the MCRIT aviation fleet management platform",
|
|
5
5
|
"homepage": "https://github.com/updraft-solutions/mcrit-sdk#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -126,6 +126,17 @@
|
|
|
126
126
|
"types": "./dist/pagination/index.d.cts",
|
|
127
127
|
"default": "./dist/pagination/index.cjs"
|
|
128
128
|
}
|
|
129
|
+
},
|
|
130
|
+
"./sanitize": {
|
|
131
|
+
"source": "./src/sanitize/index.ts",
|
|
132
|
+
"import": {
|
|
133
|
+
"types": "./dist/sanitize/index.d.ts",
|
|
134
|
+
"default": "./dist/sanitize/index.js"
|
|
135
|
+
},
|
|
136
|
+
"require": {
|
|
137
|
+
"types": "./dist/sanitize/index.d.cts",
|
|
138
|
+
"default": "./dist/sanitize/index.cjs"
|
|
139
|
+
}
|
|
129
140
|
}
|
|
130
141
|
},
|
|
131
142
|
"files": [
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared HTML-sanitizing policy for TipTap rich text (posts, knowledge
|
|
3
|
+
* articles, …). The allow-lists live HERE so the app that writes content
|
|
4
|
+
* (mcrit-app) and the surfaces that render it (homepage, future clients)
|
|
5
|
+
* can never drift apart — a drift would mean content is sanitized
|
|
6
|
+
* differently where it's written versus where it's publicly shown.
|
|
7
|
+
*
|
|
8
|
+
* The SDK deliberately has no DOMPurify dependency: consumers pass their
|
|
9
|
+
* own instance to {@link createHtmlSanitizers} (browser DOMPurify,
|
|
10
|
+
* isomorphic-dompurify on SSR, …).
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/** Structural subset of DOMPurify we rely on — keeps it a peer concern. */
|
|
14
|
+
export interface HtmlPurifier {
|
|
15
|
+
sanitize(html: string, config?: Record<string, unknown>): string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Rich text from the TipTap post editor: common formatting, headings,
|
|
20
|
+
* links, lists, quotes and code.
|
|
21
|
+
*/
|
|
22
|
+
export const richTextSanitizeConfig = {
|
|
23
|
+
ALLOWED_TAGS: [
|
|
24
|
+
"p",
|
|
25
|
+
"br",
|
|
26
|
+
"strong",
|
|
27
|
+
"em",
|
|
28
|
+
"u",
|
|
29
|
+
"s",
|
|
30
|
+
"a",
|
|
31
|
+
"h1",
|
|
32
|
+
"h2",
|
|
33
|
+
"h3",
|
|
34
|
+
"h4",
|
|
35
|
+
"h5",
|
|
36
|
+
"h6",
|
|
37
|
+
"ul",
|
|
38
|
+
"ol",
|
|
39
|
+
"li",
|
|
40
|
+
"blockquote",
|
|
41
|
+
"code",
|
|
42
|
+
"pre",
|
|
43
|
+
],
|
|
44
|
+
ALLOWED_ATTR: ["href", "target", "rel", "class", "style"],
|
|
45
|
+
ALLOW_DATA_ATTR: false,
|
|
46
|
+
} as const;
|
|
47
|
+
|
|
48
|
+
/** Minimal inline formatting — simple comments and basic text fields. */
|
|
49
|
+
export const basicTextSanitizeConfig = {
|
|
50
|
+
ALLOWED_TAGS: ["br", "a", "strong", "em", "code", "p"],
|
|
51
|
+
ALLOWED_ATTR: ["href", "target", "rel", "class"],
|
|
52
|
+
ALLOW_DATA_ATTR: false,
|
|
53
|
+
} as const;
|
|
54
|
+
|
|
55
|
+
/** Everything stripped — plain-text snippets and previews. */
|
|
56
|
+
export const stripSanitizeConfig = {
|
|
57
|
+
ALLOWED_TAGS: [],
|
|
58
|
+
ALLOWED_ATTR: [],
|
|
59
|
+
} as const;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Bind the shared policies to a DOMPurify(-compatible) instance.
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* import DOMPurify from "dompurify";
|
|
66
|
+
* const { sanitizeRichText, stripHtml } = createHtmlSanitizers(DOMPurify);
|
|
67
|
+
*/
|
|
68
|
+
export function createHtmlSanitizers(purifier: HtmlPurifier) {
|
|
69
|
+
const sanitize = (
|
|
70
|
+
html: string | null | undefined,
|
|
71
|
+
config?: Record<string, unknown>,
|
|
72
|
+
): string => {
|
|
73
|
+
if (!html) {
|
|
74
|
+
return "";
|
|
75
|
+
}
|
|
76
|
+
return purifier.sanitize(html, config);
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
const sanitizeRichText = (html: string | null | undefined): string =>
|
|
80
|
+
sanitize(html, richTextSanitizeConfig as unknown as Record<string, unknown>);
|
|
81
|
+
|
|
82
|
+
const sanitizeBasicText = (html: string | null | undefined): string =>
|
|
83
|
+
sanitize(html, basicTextSanitizeConfig as unknown as Record<string, unknown>);
|
|
84
|
+
|
|
85
|
+
/** Strip all HTML to whitespace-normalized plain text. */
|
|
86
|
+
const stripHtml = (html: string | null | undefined): string =>
|
|
87
|
+
sanitize(html, stripSanitizeConfig as unknown as Record<string, unknown>)
|
|
88
|
+
.replace(/\s+/g, " ")
|
|
89
|
+
.trim();
|
|
90
|
+
|
|
91
|
+
return { sanitize, sanitizeRichText, sanitizeBasicText, stripHtml };
|
|
92
|
+
}
|
package/src/schemas/models.ts
CHANGED
|
@@ -1221,6 +1221,8 @@ export const postSchema = z.object({
|
|
|
1221
1221
|
content: z.string(),
|
|
1222
1222
|
sticky: z.boolean().default(false),
|
|
1223
1223
|
public: z.boolean().default(false),
|
|
1224
|
+
comments_disabled: z.boolean().default(false),
|
|
1225
|
+
tags: z.array(tagSchema).optional(),
|
|
1224
1226
|
media: mediaCollection.optional(),
|
|
1225
1227
|
created_at: z.string(),
|
|
1226
1228
|
updated_at: z.string(),
|
package/src/types/models.ts
CHANGED
|
@@ -129,11 +129,26 @@ export type Event = z.infer<typeof ModelSchemas.eventSchema>;
|
|
|
129
129
|
export type Ticket = z.infer<typeof ModelSchemas.ticketSchema>;
|
|
130
130
|
export type Post = z.infer<typeof ModelSchemas.postSchema>;
|
|
131
131
|
|
|
132
|
+
/**
|
|
133
|
+
* Full-replacement tag sync entry — `id` marks an existing tag (wins over
|
|
134
|
+
* name matching), fresh tags carry only name (+ optional color) and are
|
|
135
|
+
* created server-side on save.
|
|
136
|
+
*/
|
|
137
|
+
export interface TagSyncEntry {
|
|
138
|
+
id?: number | null;
|
|
139
|
+
name: string;
|
|
140
|
+
color?: string | null;
|
|
141
|
+
}
|
|
142
|
+
|
|
132
143
|
export interface CreatePostInput {
|
|
133
144
|
title?: string | null;
|
|
134
145
|
content: string;
|
|
135
146
|
sticky?: boolean;
|
|
136
147
|
public?: boolean;
|
|
148
|
+
comments_disabled?: boolean;
|
|
149
|
+
tags?: TagSyncEntry[];
|
|
150
|
+
/** Action flag, not persisted: notify company members on publish. */
|
|
151
|
+
notify?: boolean;
|
|
137
152
|
}
|
|
138
153
|
|
|
139
154
|
export interface UpdatePostInput {
|
|
@@ -141,6 +156,8 @@ export interface UpdatePostInput {
|
|
|
141
156
|
content: string;
|
|
142
157
|
sticky?: boolean;
|
|
143
158
|
public?: boolean;
|
|
159
|
+
comments_disabled?: boolean;
|
|
160
|
+
tags?: TagSyncEntry[];
|
|
144
161
|
}
|
|
145
162
|
|
|
146
163
|
export interface CreateAirplaneIssueInput {
|