@updraft-solutions/mcrit-sdk 0.14.4 → 0.14.6

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.
@@ -96214,7 +96214,7 @@ declare const SignatureSchema: z.ZodObject<{
96214
96214
  created_at: z.ZodOptional<z.ZodString>;
96215
96215
  updated_at: z.ZodOptional<z.ZodString>;
96216
96216
  }, "strip", z.ZodTypeAny, {
96217
- status: "pending" | "signed" | "revoked";
96217
+ status: "signed" | "pending" | "revoked";
96218
96218
  id: number;
96219
96219
  field_key: string;
96220
96220
  required_signer_membership_id: number | null;
@@ -96242,7 +96242,7 @@ declare const SignatureSchema: z.ZodObject<{
96242
96242
  required_signer_permission?: string | null | undefined;
96243
96243
  signed_by_name?: string | null | undefined;
96244
96244
  }, {
96245
- status: "pending" | "signed" | "revoked";
96245
+ status: "signed" | "pending" | "revoked";
96246
96246
  id: number;
96247
96247
  field_key: string;
96248
96248
  required_signer_membership_id: number | null;
@@ -96633,7 +96633,7 @@ declare const FormSubmissionSchema: z.ZodObject<{
96633
96633
  created_at: z.ZodOptional<z.ZodString>;
96634
96634
  updated_at: z.ZodOptional<z.ZodString>;
96635
96635
  }, "strip", z.ZodTypeAny, {
96636
- status: "pending" | "signed" | "revoked";
96636
+ status: "signed" | "pending" | "revoked";
96637
96637
  id: number;
96638
96638
  field_key: string;
96639
96639
  required_signer_membership_id: number | null;
@@ -96661,7 +96661,7 @@ declare const FormSubmissionSchema: z.ZodObject<{
96661
96661
  required_signer_permission?: string | null | undefined;
96662
96662
  signed_by_name?: string | null | undefined;
96663
96663
  }, {
96664
- status: "pending" | "signed" | "revoked";
96664
+ status: "signed" | "pending" | "revoked";
96665
96665
  id: number;
96666
96666
  field_key: string;
96667
96667
  required_signer_membership_id: number | null;
@@ -97288,7 +97288,7 @@ declare const FormSubmissionSchema: z.ZodObject<{
97288
97288
  is_expired: boolean;
97289
97289
  expires_at?: string | null | undefined;
97290
97290
  signatures?: {
97291
- status: "pending" | "signed" | "revoked";
97291
+ status: "signed" | "pending" | "revoked";
97292
97292
  id: number;
97293
97293
  field_key: string;
97294
97294
  required_signer_membership_id: number | null;
@@ -97482,7 +97482,7 @@ declare const FormSubmissionSchema: z.ZodObject<{
97482
97482
  expires_at?: string | null | undefined;
97483
97483
  can?: Record<string, boolean | null> | undefined;
97484
97484
  signatures?: {
97485
- status: "pending" | "signed" | "revoked";
97485
+ status: "signed" | "pending" | "revoked";
97486
97486
  id: number;
97487
97487
  field_key: string;
97488
97488
  required_signer_membership_id: number | null;
@@ -97952,7 +97952,7 @@ declare const FormSubmissionShareSchema: z.ZodObject<{
97952
97952
  created_at: z.ZodOptional<z.ZodString>;
97953
97953
  updated_at: z.ZodOptional<z.ZodString>;
97954
97954
  }, "strip", z.ZodTypeAny, {
97955
- status: "pending" | "signed" | "revoked";
97955
+ status: "signed" | "pending" | "revoked";
97956
97956
  id: number;
97957
97957
  field_key: string;
97958
97958
  required_signer_membership_id: number | null;
@@ -97980,7 +97980,7 @@ declare const FormSubmissionShareSchema: z.ZodObject<{
97980
97980
  required_signer_permission?: string | null | undefined;
97981
97981
  signed_by_name?: string | null | undefined;
97982
97982
  }, {
97983
- status: "pending" | "signed" | "revoked";
97983
+ status: "signed" | "pending" | "revoked";
97984
97984
  id: number;
97985
97985
  field_key: string;
97986
97986
  required_signer_membership_id: number | null;
@@ -98607,7 +98607,7 @@ declare const FormSubmissionShareSchema: z.ZodObject<{
98607
98607
  is_expired: boolean;
98608
98608
  expires_at?: string | null | undefined;
98609
98609
  signatures?: {
98610
- status: "pending" | "signed" | "revoked";
98610
+ status: "signed" | "pending" | "revoked";
98611
98611
  id: number;
98612
98612
  field_key: string;
98613
98613
  required_signer_membership_id: number | null;
@@ -98801,7 +98801,7 @@ declare const FormSubmissionShareSchema: z.ZodObject<{
98801
98801
  expires_at?: string | null | undefined;
98802
98802
  can?: Record<string, boolean | null> | undefined;
98803
98803
  signatures?: {
98804
- status: "pending" | "signed" | "revoked";
98804
+ status: "signed" | "pending" | "revoked";
98805
98805
  id: number;
98806
98806
  field_key: string;
98807
98807
  required_signer_membership_id: number | null;
@@ -99027,7 +99027,7 @@ declare const FormSubmissionShareSchema: z.ZodObject<{
99027
99027
  is_expired: boolean;
99028
99028
  expires_at?: string | null | undefined;
99029
99029
  signatures?: {
99030
- status: "pending" | "signed" | "revoked";
99030
+ status: "signed" | "pending" | "revoked";
99031
99031
  id: number;
99032
99032
  field_key: string;
99033
99033
  required_signer_membership_id: number | null;
@@ -99233,7 +99233,7 @@ declare const FormSubmissionShareSchema: z.ZodObject<{
99233
99233
  expires_at?: string | null | undefined;
99234
99234
  can?: Record<string, boolean | null> | undefined;
99235
99235
  signatures?: {
99236
- status: "pending" | "signed" | "revoked";
99236
+ status: "signed" | "pending" | "revoked";
99237
99237
  id: number;
99238
99238
  field_key: string;
99239
99239
  required_signer_membership_id: number | null;
@@ -100728,7 +100728,7 @@ declare const RequiredFormSchema: z.ZodObject<{
100728
100728
  created_at: z.ZodOptional<z.ZodString>;
100729
100729
  updated_at: z.ZodOptional<z.ZodString>;
100730
100730
  }, "strip", z.ZodTypeAny, {
100731
- status: "pending" | "signed" | "revoked";
100731
+ status: "signed" | "pending" | "revoked";
100732
100732
  id: number;
100733
100733
  field_key: string;
100734
100734
  required_signer_membership_id: number | null;
@@ -100756,7 +100756,7 @@ declare const RequiredFormSchema: z.ZodObject<{
100756
100756
  required_signer_permission?: string | null | undefined;
100757
100757
  signed_by_name?: string | null | undefined;
100758
100758
  }, {
100759
- status: "pending" | "signed" | "revoked";
100759
+ status: "signed" | "pending" | "revoked";
100760
100760
  id: number;
100761
100761
  field_key: string;
100762
100762
  required_signer_membership_id: number | null;
@@ -101383,7 +101383,7 @@ declare const RequiredFormSchema: z.ZodObject<{
101383
101383
  is_expired: boolean;
101384
101384
  expires_at?: string | null | undefined;
101385
101385
  signatures?: {
101386
- status: "pending" | "signed" | "revoked";
101386
+ status: "signed" | "pending" | "revoked";
101387
101387
  id: number;
101388
101388
  field_key: string;
101389
101389
  required_signer_membership_id: number | null;
@@ -101577,7 +101577,7 @@ declare const RequiredFormSchema: z.ZodObject<{
101577
101577
  expires_at?: string | null | undefined;
101578
101578
  can?: Record<string, boolean | null> | undefined;
101579
101579
  signatures?: {
101580
- status: "pending" | "signed" | "revoked";
101580
+ status: "signed" | "pending" | "revoked";
101581
101581
  id: number;
101582
101582
  field_key: string;
101583
101583
  required_signer_membership_id: number | null;
@@ -102029,7 +102029,7 @@ declare const RequiredFormSchema: z.ZodObject<{
102029
102029
  created_at: z.ZodOptional<z.ZodString>;
102030
102030
  updated_at: z.ZodOptional<z.ZodString>;
102031
102031
  }, "strip", z.ZodTypeAny, {
102032
- status: "pending" | "signed" | "revoked";
102032
+ status: "signed" | "pending" | "revoked";
102033
102033
  id: number;
102034
102034
  field_key: string;
102035
102035
  required_signer_membership_id: number | null;
@@ -102057,7 +102057,7 @@ declare const RequiredFormSchema: z.ZodObject<{
102057
102057
  required_signer_permission?: string | null | undefined;
102058
102058
  signed_by_name?: string | null | undefined;
102059
102059
  }, {
102060
- status: "pending" | "signed" | "revoked";
102060
+ status: "signed" | "pending" | "revoked";
102061
102061
  id: number;
102062
102062
  field_key: string;
102063
102063
  required_signer_membership_id: number | null;
@@ -102684,7 +102684,7 @@ declare const RequiredFormSchema: z.ZodObject<{
102684
102684
  is_expired: boolean;
102685
102685
  expires_at?: string | null | undefined;
102686
102686
  signatures?: {
102687
- status: "pending" | "signed" | "revoked";
102687
+ status: "signed" | "pending" | "revoked";
102688
102688
  id: number;
102689
102689
  field_key: string;
102690
102690
  required_signer_membership_id: number | null;
@@ -102878,7 +102878,7 @@ declare const RequiredFormSchema: z.ZodObject<{
102878
102878
  expires_at?: string | null | undefined;
102879
102879
  can?: Record<string, boolean | null> | undefined;
102880
102880
  signatures?: {
102881
- status: "pending" | "signed" | "revoked";
102881
+ status: "signed" | "pending" | "revoked";
102882
102882
  id: number;
102883
102883
  field_key: string;
102884
102884
  required_signer_membership_id: number | null;
@@ -103279,7 +103279,7 @@ declare const RequiredFormSchema: z.ZodObject<{
103279
103279
  is_expired: boolean;
103280
103280
  expires_at?: string | null | undefined;
103281
103281
  signatures?: {
103282
- status: "pending" | "signed" | "revoked";
103282
+ status: "signed" | "pending" | "revoked";
103283
103283
  id: number;
103284
103284
  field_key: string;
103285
103285
  required_signer_membership_id: number | null;
@@ -103484,7 +103484,7 @@ declare const RequiredFormSchema: z.ZodObject<{
103484
103484
  is_expired: boolean;
103485
103485
  expires_at?: string | null | undefined;
103486
103486
  signatures?: {
103487
- status: "pending" | "signed" | "revoked";
103487
+ status: "signed" | "pending" | "revoked";
103488
103488
  id: number;
103489
103489
  field_key: string;
103490
103490
  required_signer_membership_id: number | null;
@@ -103835,7 +103835,7 @@ declare const RequiredFormSchema: z.ZodObject<{
103835
103835
  expires_at?: string | null | undefined;
103836
103836
  can?: Record<string, boolean | null> | undefined;
103837
103837
  signatures?: {
103838
- status: "pending" | "signed" | "revoked";
103838
+ status: "signed" | "pending" | "revoked";
103839
103839
  id: number;
103840
103840
  field_key: string;
103841
103841
  required_signer_membership_id: number | null;
@@ -104041,7 +104041,7 @@ declare const RequiredFormSchema: z.ZodObject<{
104041
104041
  expires_at?: string | null | undefined;
104042
104042
  can?: Record<string, boolean | null> | undefined;
104043
104043
  signatures?: {
104044
- status: "pending" | "signed" | "revoked";
104044
+ status: "signed" | "pending" | "revoked";
104045
104045
  id: number;
104046
104046
  field_key: string;
104047
104047
  required_signer_membership_id: number | null;
@@ -106016,7 +106016,7 @@ declare const trainingSignatureSchema: z.ZodObject<{
106016
106016
  created_at: z.ZodOptional<z.ZodString>;
106017
106017
  updated_at: z.ZodOptional<z.ZodString>;
106018
106018
  }, "strip", z.ZodTypeAny, {
106019
- status: "pending" | "signed" | "revoked";
106019
+ status: "signed" | "pending" | "revoked";
106020
106020
  id: number;
106021
106021
  field_key: string;
106022
106022
  required_signer_membership_id: number | null;
@@ -106044,7 +106044,7 @@ declare const trainingSignatureSchema: z.ZodObject<{
106044
106044
  required_signer_permission?: string | null | undefined;
106045
106045
  signed_by_name?: string | null | undefined;
106046
106046
  }, {
106047
- status: "pending" | "signed" | "revoked";
106047
+ status: "signed" | "pending" | "revoked";
106048
106048
  id: number;
106049
106049
  field_key: string;
106050
106050
  required_signer_membership_id: number | null;
@@ -106260,7 +106260,7 @@ declare const trainingRecordSchema: z.ZodObject<{
106260
106260
  created_at: z.ZodOptional<z.ZodString>;
106261
106261
  updated_at: z.ZodOptional<z.ZodString>;
106262
106262
  }, "strip", z.ZodTypeAny, {
106263
- status: "pending" | "signed" | "revoked";
106263
+ status: "signed" | "pending" | "revoked";
106264
106264
  id: number;
106265
106265
  field_key: string;
106266
106266
  required_signer_membership_id: number | null;
@@ -106288,7 +106288,7 @@ declare const trainingRecordSchema: z.ZodObject<{
106288
106288
  required_signer_permission?: string | null | undefined;
106289
106289
  signed_by_name?: string | null | undefined;
106290
106290
  }, {
106291
- status: "pending" | "signed" | "revoked";
106291
+ status: "signed" | "pending" | "revoked";
106292
106292
  id: number;
106293
106293
  field_key: string;
106294
106294
  required_signer_membership_id: number | null;
@@ -106388,7 +106388,7 @@ declare const trainingRecordSchema: z.ZodObject<{
106388
106388
  booking_id: number;
106389
106389
  course_enrollment_id: number;
106390
106390
  signatures: {
106391
- status: "pending" | "signed" | "revoked";
106391
+ status: "signed" | "pending" | "revoked";
106392
106392
  id: number;
106393
106393
  field_key: string;
106394
106394
  required_signer_membership_id: number | null;
@@ -106480,7 +106480,7 @@ declare const trainingRecordSchema: z.ZodObject<{
106480
106480
  booking_id: number;
106481
106481
  course_enrollment_id: number;
106482
106482
  signatures: {
106483
- status: "pending" | "signed" | "revoked";
106483
+ status: "signed" | "pending" | "revoked";
106484
106484
  id: number;
106485
106485
  field_key: string;
106486
106486
  required_signer_membership_id: number | null;
@@ -106781,7 +106781,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
106781
106781
  created_at: z.ZodOptional<z.ZodString>;
106782
106782
  updated_at: z.ZodOptional<z.ZodString>;
106783
106783
  }, "strip", z.ZodTypeAny, {
106784
- status: "pending" | "signed" | "revoked";
106784
+ status: "signed" | "pending" | "revoked";
106785
106785
  id: number;
106786
106786
  field_key: string;
106787
106787
  required_signer_membership_id: number | null;
@@ -106809,7 +106809,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
106809
106809
  required_signer_permission?: string | null | undefined;
106810
106810
  signed_by_name?: string | null | undefined;
106811
106811
  }, {
106812
- status: "pending" | "signed" | "revoked";
106812
+ status: "signed" | "pending" | "revoked";
106813
106813
  id: number;
106814
106814
  field_key: string;
106815
106815
  required_signer_membership_id: number | null;
@@ -106909,7 +106909,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
106909
106909
  booking_id: number;
106910
106910
  course_enrollment_id: number;
106911
106911
  signatures: {
106912
- status: "pending" | "signed" | "revoked";
106912
+ status: "signed" | "pending" | "revoked";
106913
106913
  id: number;
106914
106914
  field_key: string;
106915
106915
  required_signer_membership_id: number | null;
@@ -107001,7 +107001,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107001
107001
  booking_id: number;
107002
107002
  course_enrollment_id: number;
107003
107003
  signatures: {
107004
- status: "pending" | "signed" | "revoked";
107004
+ status: "signed" | "pending" | "revoked";
107005
107005
  id: number;
107006
107006
  field_key: string;
107007
107007
  required_signer_membership_id: number | null;
@@ -107251,7 +107251,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107251
107251
  created_at: z.ZodOptional<z.ZodString>;
107252
107252
  updated_at: z.ZodOptional<z.ZodString>;
107253
107253
  }, "strip", z.ZodTypeAny, {
107254
- status: "pending" | "signed" | "revoked";
107254
+ status: "signed" | "pending" | "revoked";
107255
107255
  id: number;
107256
107256
  field_key: string;
107257
107257
  required_signer_membership_id: number | null;
@@ -107279,7 +107279,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107279
107279
  required_signer_permission?: string | null | undefined;
107280
107280
  signed_by_name?: string | null | undefined;
107281
107281
  }, {
107282
- status: "pending" | "signed" | "revoked";
107282
+ status: "signed" | "pending" | "revoked";
107283
107283
  id: number;
107284
107284
  field_key: string;
107285
107285
  required_signer_membership_id: number | null;
@@ -107379,7 +107379,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107379
107379
  booking_id: number;
107380
107380
  course_enrollment_id: number;
107381
107381
  signatures: {
107382
- status: "pending" | "signed" | "revoked";
107382
+ status: "signed" | "pending" | "revoked";
107383
107383
  id: number;
107384
107384
  field_key: string;
107385
107385
  required_signer_membership_id: number | null;
@@ -107471,7 +107471,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107471
107471
  booking_id: number;
107472
107472
  course_enrollment_id: number;
107473
107473
  signatures: {
107474
- status: "pending" | "signed" | "revoked";
107474
+ status: "signed" | "pending" | "revoked";
107475
107475
  id: number;
107476
107476
  field_key: string;
107477
107477
  required_signer_membership_id: number | null;
@@ -107567,7 +107567,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107567
107567
  booking_id: number;
107568
107568
  course_enrollment_id: number;
107569
107569
  signatures: {
107570
- status: "pending" | "signed" | "revoked";
107570
+ status: "signed" | "pending" | "revoked";
107571
107571
  id: number;
107572
107572
  field_key: string;
107573
107573
  required_signer_membership_id: number | null;
@@ -107661,7 +107661,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107661
107661
  booking_id: number;
107662
107662
  course_enrollment_id: number;
107663
107663
  signatures: {
107664
- status: "pending" | "signed" | "revoked";
107664
+ status: "signed" | "pending" | "revoked";
107665
107665
  id: number;
107666
107666
  field_key: string;
107667
107667
  required_signer_membership_id: number | null;
@@ -107755,7 +107755,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107755
107755
  booking_id: number;
107756
107756
  course_enrollment_id: number;
107757
107757
  signatures: {
107758
- status: "pending" | "signed" | "revoked";
107758
+ status: "signed" | "pending" | "revoked";
107759
107759
  id: number;
107760
107760
  field_key: string;
107761
107761
  required_signer_membership_id: number | null;
@@ -107849,7 +107849,7 @@ declare const invalidateTrainingRecordResponseSchema: z.ZodObject<{
107849
107849
  booking_id: number;
107850
107850
  course_enrollment_id: number;
107851
107851
  signatures: {
107852
- status: "pending" | "signed" | "revoked";
107852
+ status: "signed" | "pending" | "revoked";
107853
107853
  id: number;
107854
107854
  field_key: string;
107855
107855
  required_signer_membership_id: number | null;
@@ -108411,12 +108411,12 @@ declare const fboAcceptanceAxisSchema: z.ZodObject<{
108411
108411
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108412
108412
  updated_at: z.ZodNullable<z.ZodString>;
108413
108413
  }, "strip", z.ZodTypeAny, {
108414
- status: "pending" | "unknown" | "accepted" | "rejected";
108414
+ status: "unknown" | "pending" | "accepted" | "rejected";
108415
108415
  updated_at: string | null;
108416
108416
  is_required: boolean;
108417
108417
  decided_by_id: number | null;
108418
108418
  }, {
108419
- status: "pending" | "unknown" | "accepted" | "rejected";
108419
+ status: "unknown" | "pending" | "accepted" | "rejected";
108420
108420
  updated_at: string | null;
108421
108421
  is_required: boolean;
108422
108422
  decided_by_id: number | null;
@@ -108428,12 +108428,12 @@ declare const fboAcceptanceStatusSchema: z.ZodObject<{
108428
108428
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108429
108429
  updated_at: z.ZodNullable<z.ZodString>;
108430
108430
  }, "strip", z.ZodTypeAny, {
108431
- status: "pending" | "unknown" | "accepted" | "rejected";
108431
+ status: "unknown" | "pending" | "accepted" | "rejected";
108432
108432
  updated_at: string | null;
108433
108433
  is_required: boolean;
108434
108434
  decided_by_id: number | null;
108435
108435
  }, {
108436
- status: "pending" | "unknown" | "accepted" | "rejected";
108436
+ status: "unknown" | "pending" | "accepted" | "rejected";
108437
108437
  updated_at: string | null;
108438
108438
  is_required: boolean;
108439
108439
  decided_by_id: number | null;
@@ -108444,12 +108444,12 @@ declare const fboAcceptanceStatusSchema: z.ZodObject<{
108444
108444
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108445
108445
  updated_at: z.ZodNullable<z.ZodString>;
108446
108446
  }, "strip", z.ZodTypeAny, {
108447
- status: "pending" | "unknown" | "accepted" | "rejected";
108447
+ status: "unknown" | "pending" | "accepted" | "rejected";
108448
108448
  updated_at: string | null;
108449
108449
  is_required: boolean;
108450
108450
  decided_by_id: number | null;
108451
108451
  }, {
108452
- status: "pending" | "unknown" | "accepted" | "rejected";
108452
+ status: "unknown" | "pending" | "accepted" | "rejected";
108453
108453
  updated_at: string | null;
108454
108454
  is_required: boolean;
108455
108455
  decided_by_id: number | null;
@@ -108460,50 +108460,50 @@ declare const fboAcceptanceStatusSchema: z.ZodObject<{
108460
108460
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108461
108461
  updated_at: z.ZodNullable<z.ZodString>;
108462
108462
  }, "strip", z.ZodTypeAny, {
108463
- status: "pending" | "unknown" | "accepted" | "rejected";
108463
+ status: "unknown" | "pending" | "accepted" | "rejected";
108464
108464
  updated_at: string | null;
108465
108465
  is_required: boolean;
108466
108466
  decided_by_id: number | null;
108467
108467
  }, {
108468
- status: "pending" | "unknown" | "accepted" | "rejected";
108468
+ status: "unknown" | "pending" | "accepted" | "rejected";
108469
108469
  updated_at: string | null;
108470
108470
  is_required: boolean;
108471
108471
  decided_by_id: number | null;
108472
108472
  }>;
108473
108473
  }, "strip", z.ZodTypeAny, {
108474
108474
  airport: {
108475
- status: "pending" | "unknown" | "accepted" | "rejected";
108475
+ status: "unknown" | "pending" | "accepted" | "rejected";
108476
108476
  updated_at: string | null;
108477
108477
  is_required: boolean;
108478
108478
  decided_by_id: number | null;
108479
108479
  };
108480
108480
  fbo: {
108481
- status: "pending" | "unknown" | "accepted" | "rejected";
108481
+ status: "unknown" | "pending" | "accepted" | "rejected";
108482
108482
  updated_at: string | null;
108483
108483
  is_required: boolean;
108484
108484
  decided_by_id: number | null;
108485
108485
  };
108486
108486
  customs: {
108487
- status: "pending" | "unknown" | "accepted" | "rejected";
108487
+ status: "unknown" | "pending" | "accepted" | "rejected";
108488
108488
  updated_at: string | null;
108489
108489
  is_required: boolean;
108490
108490
  decided_by_id: number | null;
108491
108491
  };
108492
108492
  }, {
108493
108493
  airport: {
108494
- status: "pending" | "unknown" | "accepted" | "rejected";
108494
+ status: "unknown" | "pending" | "accepted" | "rejected";
108495
108495
  updated_at: string | null;
108496
108496
  is_required: boolean;
108497
108497
  decided_by_id: number | null;
108498
108498
  };
108499
108499
  fbo: {
108500
- status: "pending" | "unknown" | "accepted" | "rejected";
108500
+ status: "unknown" | "pending" | "accepted" | "rejected";
108501
108501
  updated_at: string | null;
108502
108502
  is_required: boolean;
108503
108503
  decided_by_id: number | null;
108504
108504
  };
108505
108505
  customs: {
108506
- status: "pending" | "unknown" | "accepted" | "rejected";
108506
+ status: "unknown" | "pending" | "accepted" | "rejected";
108507
108507
  updated_at: string | null;
108508
108508
  is_required: boolean;
108509
108509
  decided_by_id: number | null;
@@ -108696,12 +108696,12 @@ declare const fboFlightSchema: z.ZodObject<{
108696
108696
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108697
108697
  updated_at: z.ZodNullable<z.ZodString>;
108698
108698
  }, "strip", z.ZodTypeAny, {
108699
- status: "pending" | "unknown" | "accepted" | "rejected";
108699
+ status: "unknown" | "pending" | "accepted" | "rejected";
108700
108700
  updated_at: string | null;
108701
108701
  is_required: boolean;
108702
108702
  decided_by_id: number | null;
108703
108703
  }, {
108704
- status: "pending" | "unknown" | "accepted" | "rejected";
108704
+ status: "unknown" | "pending" | "accepted" | "rejected";
108705
108705
  updated_at: string | null;
108706
108706
  is_required: boolean;
108707
108707
  decided_by_id: number | null;
@@ -108712,12 +108712,12 @@ declare const fboFlightSchema: z.ZodObject<{
108712
108712
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108713
108713
  updated_at: z.ZodNullable<z.ZodString>;
108714
108714
  }, "strip", z.ZodTypeAny, {
108715
- status: "pending" | "unknown" | "accepted" | "rejected";
108715
+ status: "unknown" | "pending" | "accepted" | "rejected";
108716
108716
  updated_at: string | null;
108717
108717
  is_required: boolean;
108718
108718
  decided_by_id: number | null;
108719
108719
  }, {
108720
- status: "pending" | "unknown" | "accepted" | "rejected";
108720
+ status: "unknown" | "pending" | "accepted" | "rejected";
108721
108721
  updated_at: string | null;
108722
108722
  is_required: boolean;
108723
108723
  decided_by_id: number | null;
@@ -108728,50 +108728,50 @@ declare const fboFlightSchema: z.ZodObject<{
108728
108728
  decided_by_id: z.ZodNullable<z.ZodNumber>;
108729
108729
  updated_at: z.ZodNullable<z.ZodString>;
108730
108730
  }, "strip", z.ZodTypeAny, {
108731
- status: "pending" | "unknown" | "accepted" | "rejected";
108731
+ status: "unknown" | "pending" | "accepted" | "rejected";
108732
108732
  updated_at: string | null;
108733
108733
  is_required: boolean;
108734
108734
  decided_by_id: number | null;
108735
108735
  }, {
108736
- status: "pending" | "unknown" | "accepted" | "rejected";
108736
+ status: "unknown" | "pending" | "accepted" | "rejected";
108737
108737
  updated_at: string | null;
108738
108738
  is_required: boolean;
108739
108739
  decided_by_id: number | null;
108740
108740
  }>;
108741
108741
  }, "strip", z.ZodTypeAny, {
108742
108742
  airport: {
108743
- status: "pending" | "unknown" | "accepted" | "rejected";
108743
+ status: "unknown" | "pending" | "accepted" | "rejected";
108744
108744
  updated_at: string | null;
108745
108745
  is_required: boolean;
108746
108746
  decided_by_id: number | null;
108747
108747
  };
108748
108748
  fbo: {
108749
- status: "pending" | "unknown" | "accepted" | "rejected";
108749
+ status: "unknown" | "pending" | "accepted" | "rejected";
108750
108750
  updated_at: string | null;
108751
108751
  is_required: boolean;
108752
108752
  decided_by_id: number | null;
108753
108753
  };
108754
108754
  customs: {
108755
- status: "pending" | "unknown" | "accepted" | "rejected";
108755
+ status: "unknown" | "pending" | "accepted" | "rejected";
108756
108756
  updated_at: string | null;
108757
108757
  is_required: boolean;
108758
108758
  decided_by_id: number | null;
108759
108759
  };
108760
108760
  }, {
108761
108761
  airport: {
108762
- status: "pending" | "unknown" | "accepted" | "rejected";
108762
+ status: "unknown" | "pending" | "accepted" | "rejected";
108763
108763
  updated_at: string | null;
108764
108764
  is_required: boolean;
108765
108765
  decided_by_id: number | null;
108766
108766
  };
108767
108767
  fbo: {
108768
- status: "pending" | "unknown" | "accepted" | "rejected";
108768
+ status: "unknown" | "pending" | "accepted" | "rejected";
108769
108769
  updated_at: string | null;
108770
108770
  is_required: boolean;
108771
108771
  decided_by_id: number | null;
108772
108772
  };
108773
108773
  customs: {
108774
- status: "pending" | "unknown" | "accepted" | "rejected";
108774
+ status: "unknown" | "pending" | "accepted" | "rejected";
108775
108775
  updated_at: string | null;
108776
108776
  is_required: boolean;
108777
108777
  decided_by_id: number | null;
@@ -108849,19 +108849,19 @@ declare const fboFlightSchema: z.ZodObject<{
108849
108849
  } | null;
108850
108850
  acceptance_status: {
108851
108851
  airport: {
108852
- status: "pending" | "unknown" | "accepted" | "rejected";
108852
+ status: "unknown" | "pending" | "accepted" | "rejected";
108853
108853
  updated_at: string | null;
108854
108854
  is_required: boolean;
108855
108855
  decided_by_id: number | null;
108856
108856
  };
108857
108857
  fbo: {
108858
- status: "pending" | "unknown" | "accepted" | "rejected";
108858
+ status: "unknown" | "pending" | "accepted" | "rejected";
108859
108859
  updated_at: string | null;
108860
108860
  is_required: boolean;
108861
108861
  decided_by_id: number | null;
108862
108862
  };
108863
108863
  customs: {
108864
- status: "pending" | "unknown" | "accepted" | "rejected";
108864
+ status: "unknown" | "pending" | "accepted" | "rejected";
108865
108865
  updated_at: string | null;
108866
108866
  is_required: boolean;
108867
108867
  decided_by_id: number | null;
@@ -108940,19 +108940,19 @@ declare const fboFlightSchema: z.ZodObject<{
108940
108940
  } | null;
108941
108941
  acceptance_status: {
108942
108942
  airport: {
108943
- status: "pending" | "unknown" | "accepted" | "rejected";
108943
+ status: "unknown" | "pending" | "accepted" | "rejected";
108944
108944
  updated_at: string | null;
108945
108945
  is_required: boolean;
108946
108946
  decided_by_id: number | null;
108947
108947
  };
108948
108948
  fbo: {
108949
- status: "pending" | "unknown" | "accepted" | "rejected";
108949
+ status: "unknown" | "pending" | "accepted" | "rejected";
108950
108950
  updated_at: string | null;
108951
108951
  is_required: boolean;
108952
108952
  decided_by_id: number | null;
108953
108953
  };
108954
108954
  customs: {
108955
- status: "pending" | "unknown" | "accepted" | "rejected";
108955
+ status: "unknown" | "pending" | "accepted" | "rejected";
108956
108956
  updated_at: string | null;
108957
108957
  is_required: boolean;
108958
108958
  decided_by_id: number | null;
@@ -109037,6 +109037,23 @@ declare const fboOccupationSchema: z.ZodObject<{
109037
109037
  delete: boolean;
109038
109038
  } | undefined;
109039
109039
  }>;
109040
+ /** `POST`/`PATCH duties` recurrence input — `ExpandRecurrence::run(...)`'s shape. */
109041
+ declare const fboRecurrenceTypeSchema: z.ZodEnum<["daily", "weekly", "monthly"]>;
109042
+ declare const fboRecurrenceSchema: z.ZodObject<{
109043
+ type: z.ZodEnum<["daily", "weekly", "monthly"]>;
109044
+ until: z.ZodString;
109045
+ timezone: z.ZodString;
109046
+ }, "strip", z.ZodTypeAny, {
109047
+ type: "monthly" | "weekly" | "daily";
109048
+ timezone: string;
109049
+ until: string;
109050
+ }, {
109051
+ type: "monthly" | "weekly" | "daily";
109052
+ timezone: string;
109053
+ until: string;
109054
+ }>;
109055
+ /** `DELETE duties/{id}?affected=…` — how much of a batch_uuid series to remove. */
109056
+ declare const fboDutyAffectedSchema: z.ZodEnum<["single", "future", "all"]>;
109040
109057
  declare const fboDutySchema: z.ZodObject<{
109041
109058
  id: z.ZodNumber;
109042
109059
  company_id: z.ZodNullable<z.ZodNumber>;
@@ -109105,6 +109122,13 @@ declare const fboDutySchema: z.ZodObject<{
109105
109122
  end: z.ZodString;
109106
109123
  all_day: z.ZodBoolean;
109107
109124
  remarks: z.ZodNullable<z.ZodString>;
109125
+ /**
109126
+ * Ties duties created together via a recurrence expansion so they can be
109127
+ * edited/cancelled as a series; nulled on a row once it's edited directly
109128
+ * (detached). `.nullable().optional()` for forward-compat, though the API
109129
+ * always sends the key.
109130
+ */
109131
+ batch_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
109108
109132
  created_at: z.ZodNullable<z.ZodString>;
109109
109133
  updated_at: z.ZodNullable<z.ZodString>;
109110
109134
  can: z.ZodOptional<z.ZodObject<{
@@ -109138,6 +109162,7 @@ declare const fboDutySchema: z.ZodObject<{
109138
109162
  update: boolean;
109139
109163
  delete: boolean;
109140
109164
  } | undefined;
109165
+ batch_uuid?: string | null | undefined;
109141
109166
  occupation?: {
109142
109167
  id: number;
109143
109168
  created_at: string | null;
@@ -109173,6 +109198,7 @@ declare const fboDutySchema: z.ZodObject<{
109173
109198
  update: boolean;
109174
109199
  delete: boolean;
109175
109200
  } | undefined;
109201
+ batch_uuid?: string | null | undefined;
109176
109202
  occupation?: {
109177
109203
  id: number;
109178
109204
  created_at: string | null;
@@ -109188,6 +109214,263 @@ declare const fboDutySchema: z.ZodObject<{
109188
109214
  } | undefined;
109189
109215
  } | undefined;
109190
109216
  }>;
109217
+ /** `POST duties` response when a recurrence expands into multiple rows: the first duty plus the series it belongs to. */
109218
+ declare const fboDutySeriesResponseSchema: z.ZodObject<{
109219
+ data: z.ZodObject<{
109220
+ id: z.ZodNumber;
109221
+ company_id: z.ZodNullable<z.ZodNumber>;
109222
+ user_id: z.ZodNullable<z.ZodNumber>;
109223
+ author_id: z.ZodNullable<z.ZodNumber>;
109224
+ occupation_id: z.ZodNullable<z.ZodNumber>;
109225
+ occupation: z.ZodOptional<z.ZodObject<{
109226
+ id: z.ZodNumber;
109227
+ company_id: z.ZodNumber;
109228
+ author_id: z.ZodNullable<z.ZodNumber>;
109229
+ title: z.ZodString;
109230
+ description: z.ZodNullable<z.ZodString>;
109231
+ is_absence: z.ZodBoolean;
109232
+ created_at: z.ZodNullable<z.ZodString>;
109233
+ updated_at: z.ZodNullable<z.ZodString>;
109234
+ can: z.ZodOptional<z.ZodObject<{
109235
+ update: z.ZodBoolean;
109236
+ delete: z.ZodBoolean;
109237
+ }, "strip", z.ZodTypeAny, {
109238
+ update: boolean;
109239
+ delete: boolean;
109240
+ }, {
109241
+ update: boolean;
109242
+ delete: boolean;
109243
+ }>>;
109244
+ }, "strip", z.ZodTypeAny, {
109245
+ id: number;
109246
+ created_at: string | null;
109247
+ updated_at: string | null;
109248
+ description: string | null;
109249
+ company_id: number;
109250
+ title: string;
109251
+ author_id: number | null;
109252
+ is_absence: boolean;
109253
+ can?: {
109254
+ update: boolean;
109255
+ delete: boolean;
109256
+ } | undefined;
109257
+ }, {
109258
+ id: number;
109259
+ created_at: string | null;
109260
+ updated_at: string | null;
109261
+ description: string | null;
109262
+ company_id: number;
109263
+ title: string;
109264
+ author_id: number | null;
109265
+ is_absence: boolean;
109266
+ can?: {
109267
+ update: boolean;
109268
+ delete: boolean;
109269
+ } | undefined;
109270
+ }>>;
109271
+ /** Identity tier only (id, name, …) — the roster labels events by person. */
109272
+ user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
109273
+ id: z.ZodNumber;
109274
+ name: z.ZodNullable<z.ZodString>;
109275
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
109276
+ id: z.ZodNumber;
109277
+ name: z.ZodNullable<z.ZodString>;
109278
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
109279
+ id: z.ZodNumber;
109280
+ name: z.ZodNullable<z.ZodString>;
109281
+ }, z.ZodTypeAny, "passthrough">>>>;
109282
+ scheduled_flight_id: z.ZodNullable<z.ZodNumber>;
109283
+ start: z.ZodString;
109284
+ end: z.ZodString;
109285
+ all_day: z.ZodBoolean;
109286
+ remarks: z.ZodNullable<z.ZodString>;
109287
+ /**
109288
+ * Ties duties created together via a recurrence expansion so they can be
109289
+ * edited/cancelled as a series; nulled on a row once it's edited directly
109290
+ * (detached). `.nullable().optional()` for forward-compat, though the API
109291
+ * always sends the key.
109292
+ */
109293
+ batch_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
109294
+ created_at: z.ZodNullable<z.ZodString>;
109295
+ updated_at: z.ZodNullable<z.ZodString>;
109296
+ can: z.ZodOptional<z.ZodObject<{
109297
+ update: z.ZodBoolean;
109298
+ delete: z.ZodBoolean;
109299
+ }, "strip", z.ZodTypeAny, {
109300
+ update: boolean;
109301
+ delete: boolean;
109302
+ }, {
109303
+ update: boolean;
109304
+ delete: boolean;
109305
+ }>>;
109306
+ }, "strip", z.ZodTypeAny, {
109307
+ id: number;
109308
+ created_at: string | null;
109309
+ updated_at: string | null;
109310
+ company_id: number | null;
109311
+ user_id: number | null;
109312
+ remarks: string | null;
109313
+ author_id: number | null;
109314
+ start: string;
109315
+ end: string;
109316
+ occupation_id: number | null;
109317
+ scheduled_flight_id: number | null;
109318
+ all_day: boolean;
109319
+ user?: z.objectOutputType<{
109320
+ id: z.ZodNumber;
109321
+ name: z.ZodNullable<z.ZodString>;
109322
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
109323
+ can?: {
109324
+ update: boolean;
109325
+ delete: boolean;
109326
+ } | undefined;
109327
+ batch_uuid?: string | null | undefined;
109328
+ occupation?: {
109329
+ id: number;
109330
+ created_at: string | null;
109331
+ updated_at: string | null;
109332
+ description: string | null;
109333
+ company_id: number;
109334
+ title: string;
109335
+ author_id: number | null;
109336
+ is_absence: boolean;
109337
+ can?: {
109338
+ update: boolean;
109339
+ delete: boolean;
109340
+ } | undefined;
109341
+ } | undefined;
109342
+ }, {
109343
+ id: number;
109344
+ created_at: string | null;
109345
+ updated_at: string | null;
109346
+ company_id: number | null;
109347
+ user_id: number | null;
109348
+ remarks: string | null;
109349
+ author_id: number | null;
109350
+ start: string;
109351
+ end: string;
109352
+ occupation_id: number | null;
109353
+ scheduled_flight_id: number | null;
109354
+ all_day: boolean;
109355
+ user?: z.objectInputType<{
109356
+ id: z.ZodNumber;
109357
+ name: z.ZodNullable<z.ZodString>;
109358
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
109359
+ can?: {
109360
+ update: boolean;
109361
+ delete: boolean;
109362
+ } | undefined;
109363
+ batch_uuid?: string | null | undefined;
109364
+ occupation?: {
109365
+ id: number;
109366
+ created_at: string | null;
109367
+ updated_at: string | null;
109368
+ description: string | null;
109369
+ company_id: number;
109370
+ title: string;
109371
+ author_id: number | null;
109372
+ is_absence: boolean;
109373
+ can?: {
109374
+ update: boolean;
109375
+ delete: boolean;
109376
+ } | undefined;
109377
+ } | undefined;
109378
+ }>;
109379
+ series: z.ZodObject<{
109380
+ batch_uuid: z.ZodNullable<z.ZodString>;
109381
+ count: z.ZodNumber;
109382
+ }, "strip", z.ZodTypeAny, {
109383
+ count: number;
109384
+ batch_uuid: string | null;
109385
+ }, {
109386
+ count: number;
109387
+ batch_uuid: string | null;
109388
+ }>;
109389
+ }, "strip", z.ZodTypeAny, {
109390
+ data: {
109391
+ id: number;
109392
+ created_at: string | null;
109393
+ updated_at: string | null;
109394
+ company_id: number | null;
109395
+ user_id: number | null;
109396
+ remarks: string | null;
109397
+ author_id: number | null;
109398
+ start: string;
109399
+ end: string;
109400
+ occupation_id: number | null;
109401
+ scheduled_flight_id: number | null;
109402
+ all_day: boolean;
109403
+ user?: z.objectOutputType<{
109404
+ id: z.ZodNumber;
109405
+ name: z.ZodNullable<z.ZodString>;
109406
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
109407
+ can?: {
109408
+ update: boolean;
109409
+ delete: boolean;
109410
+ } | undefined;
109411
+ batch_uuid?: string | null | undefined;
109412
+ occupation?: {
109413
+ id: number;
109414
+ created_at: string | null;
109415
+ updated_at: string | null;
109416
+ description: string | null;
109417
+ company_id: number;
109418
+ title: string;
109419
+ author_id: number | null;
109420
+ is_absence: boolean;
109421
+ can?: {
109422
+ update: boolean;
109423
+ delete: boolean;
109424
+ } | undefined;
109425
+ } | undefined;
109426
+ };
109427
+ series: {
109428
+ count: number;
109429
+ batch_uuid: string | null;
109430
+ };
109431
+ }, {
109432
+ data: {
109433
+ id: number;
109434
+ created_at: string | null;
109435
+ updated_at: string | null;
109436
+ company_id: number | null;
109437
+ user_id: number | null;
109438
+ remarks: string | null;
109439
+ author_id: number | null;
109440
+ start: string;
109441
+ end: string;
109442
+ occupation_id: number | null;
109443
+ scheduled_flight_id: number | null;
109444
+ all_day: boolean;
109445
+ user?: z.objectInputType<{
109446
+ id: z.ZodNumber;
109447
+ name: z.ZodNullable<z.ZodString>;
109448
+ }, z.ZodTypeAny, "passthrough"> | null | undefined;
109449
+ can?: {
109450
+ update: boolean;
109451
+ delete: boolean;
109452
+ } | undefined;
109453
+ batch_uuid?: string | null | undefined;
109454
+ occupation?: {
109455
+ id: number;
109456
+ created_at: string | null;
109457
+ updated_at: string | null;
109458
+ description: string | null;
109459
+ company_id: number;
109460
+ title: string;
109461
+ author_id: number | null;
109462
+ is_absence: boolean;
109463
+ can?: {
109464
+ update: boolean;
109465
+ delete: boolean;
109466
+ } | undefined;
109467
+ } | undefined;
109468
+ };
109469
+ series: {
109470
+ count: number;
109471
+ batch_uuid: string | null;
109472
+ };
109473
+ }>;
109191
109474
  /** Served by `GET companies/{id}/fbo/meta` so no client hardcodes the list. */
109192
109475
  declare const fboRoleSchema: z.ZodEnum<["fbo", "atc", "wx", "customs", "handling", "fuel", "operator"]>;
109193
109476
  /** The `fbo` block on the company payload — present iff the company holds a profile. */
@@ -109234,16 +109517,23 @@ declare const fboVisibilitySchema: z.ZodEnum<["own", "details", "limited"]>;
109234
109517
  * or PPR) or a flight-school `booking` surfaced on the board.
109235
109518
  */
109236
109519
  declare const fboTrafficSourceSchema: z.ZodEnum<["movement", "booking"]>;
109520
+ /**
109521
+ * A traffic-board row's `type`: an FBO-filed movement (`scheduledFlight`,
109522
+ * `ppr` — `fboFlightTypeSchema`'s own set) or, when `source` is `booking`, a
109523
+ * flight-school booking rendered in the same shape (`AssignedFlightResource`
109524
+ * always sends `type: "booking"`).
109525
+ */
109526
+ declare const fboTrafficRowTypeSchema: z.ZodEnum<["scheduledFlight", "ppr", "booking"]>;
109237
109527
  /**
109238
109528
  * One row of the FBO traffic board. `.partial()` because `details`/`limited`
109239
109529
  * rows omit keys the viewer isn't entitled to (e.g. no `ac_call`, `contact`,
109240
- * `author_id` on `limited` rows; `company_id` sent as null) — only `own` rows
109241
- * carry the full `fboFlightSchema` payload plus `can`.
109530
+ * `author_id` on `limited` rows) — only `own` rows carry the full
109531
+ * `fboFlightSchema` payload plus `can`. `company_id` is explicitly nullable
109532
+ * (sent as `null`, not omitted, on every `details`/`limited` row) and `type`
109533
+ * widens `fboFlightSchema`'s own two-value set to also allow `"booking"`.
109242
109534
  */
109243
109535
  declare const fboTrafficRowSchema: z.ZodObject<{
109244
- type: z.ZodOptional<z.ZodEnum<["scheduledFlight", "ppr"]>>;
109245
109536
  uuid: z.ZodOptional<z.ZodString>;
109246
- company_id: z.ZodOptional<z.ZodNumber>;
109247
109537
  author_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
109248
109538
  ac_call: z.ZodOptional<z.ZodNullable<z.ZodString>>;
109249
109539
  ac_reg: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -109372,12 +109662,12 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109372
109662
  decided_by_id: z.ZodNullable<z.ZodNumber>;
109373
109663
  updated_at: z.ZodNullable<z.ZodString>;
109374
109664
  }, "strip", z.ZodTypeAny, {
109375
- status: "pending" | "unknown" | "accepted" | "rejected";
109665
+ status: "unknown" | "pending" | "accepted" | "rejected";
109376
109666
  updated_at: string | null;
109377
109667
  is_required: boolean;
109378
109668
  decided_by_id: number | null;
109379
109669
  }, {
109380
- status: "pending" | "unknown" | "accepted" | "rejected";
109670
+ status: "unknown" | "pending" | "accepted" | "rejected";
109381
109671
  updated_at: string | null;
109382
109672
  is_required: boolean;
109383
109673
  decided_by_id: number | null;
@@ -109388,12 +109678,12 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109388
109678
  decided_by_id: z.ZodNullable<z.ZodNumber>;
109389
109679
  updated_at: z.ZodNullable<z.ZodString>;
109390
109680
  }, "strip", z.ZodTypeAny, {
109391
- status: "pending" | "unknown" | "accepted" | "rejected";
109681
+ status: "unknown" | "pending" | "accepted" | "rejected";
109392
109682
  updated_at: string | null;
109393
109683
  is_required: boolean;
109394
109684
  decided_by_id: number | null;
109395
109685
  }, {
109396
- status: "pending" | "unknown" | "accepted" | "rejected";
109686
+ status: "unknown" | "pending" | "accepted" | "rejected";
109397
109687
  updated_at: string | null;
109398
109688
  is_required: boolean;
109399
109689
  decided_by_id: number | null;
@@ -109404,50 +109694,50 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109404
109694
  decided_by_id: z.ZodNullable<z.ZodNumber>;
109405
109695
  updated_at: z.ZodNullable<z.ZodString>;
109406
109696
  }, "strip", z.ZodTypeAny, {
109407
- status: "pending" | "unknown" | "accepted" | "rejected";
109697
+ status: "unknown" | "pending" | "accepted" | "rejected";
109408
109698
  updated_at: string | null;
109409
109699
  is_required: boolean;
109410
109700
  decided_by_id: number | null;
109411
109701
  }, {
109412
- status: "pending" | "unknown" | "accepted" | "rejected";
109702
+ status: "unknown" | "pending" | "accepted" | "rejected";
109413
109703
  updated_at: string | null;
109414
109704
  is_required: boolean;
109415
109705
  decided_by_id: number | null;
109416
109706
  }>;
109417
109707
  }, "strip", z.ZodTypeAny, {
109418
109708
  airport: {
109419
- status: "pending" | "unknown" | "accepted" | "rejected";
109709
+ status: "unknown" | "pending" | "accepted" | "rejected";
109420
109710
  updated_at: string | null;
109421
109711
  is_required: boolean;
109422
109712
  decided_by_id: number | null;
109423
109713
  };
109424
109714
  fbo: {
109425
- status: "pending" | "unknown" | "accepted" | "rejected";
109715
+ status: "unknown" | "pending" | "accepted" | "rejected";
109426
109716
  updated_at: string | null;
109427
109717
  is_required: boolean;
109428
109718
  decided_by_id: number | null;
109429
109719
  };
109430
109720
  customs: {
109431
- status: "pending" | "unknown" | "accepted" | "rejected";
109721
+ status: "unknown" | "pending" | "accepted" | "rejected";
109432
109722
  updated_at: string | null;
109433
109723
  is_required: boolean;
109434
109724
  decided_by_id: number | null;
109435
109725
  };
109436
109726
  }, {
109437
109727
  airport: {
109438
- status: "pending" | "unknown" | "accepted" | "rejected";
109728
+ status: "unknown" | "pending" | "accepted" | "rejected";
109439
109729
  updated_at: string | null;
109440
109730
  is_required: boolean;
109441
109731
  decided_by_id: number | null;
109442
109732
  };
109443
109733
  fbo: {
109444
- status: "pending" | "unknown" | "accepted" | "rejected";
109734
+ status: "unknown" | "pending" | "accepted" | "rejected";
109445
109735
  updated_at: string | null;
109446
109736
  is_required: boolean;
109447
109737
  decided_by_id: number | null;
109448
109738
  };
109449
109739
  customs: {
109450
- status: "pending" | "unknown" | "accepted" | "rejected";
109740
+ status: "unknown" | "pending" | "accepted" | "rejected";
109451
109741
  updated_at: string | null;
109452
109742
  is_required: boolean;
109453
109743
  decided_by_id: number | null;
@@ -109480,6 +109770,8 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109480
109770
  }>>>;
109481
109771
  } & {
109482
109772
  id: z.ZodNumber;
109773
+ type: z.ZodOptional<z.ZodEnum<["scheduledFlight", "ppr", "booking"]>>;
109774
+ company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
109483
109775
  visibility: z.ZodEnum<["own", "details", "limited"]>;
109484
109776
  source: z.ZodEnum<["movement", "booking"]>;
109485
109777
  flight_status: z.ZodEnum<["active", "pending", "rejected", "cancelled"]>;
@@ -109492,7 +109784,7 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109492
109784
  name: string | null;
109493
109785
  id: number | null;
109494
109786
  } | null | undefined;
109495
- type?: "scheduledFlight" | "ppr" | undefined;
109787
+ type?: "booking" | "scheduledFlight" | "ppr" | undefined;
109496
109788
  created_at?: string | undefined;
109497
109789
  updated_at?: string | undefined;
109498
109790
  can?: {
@@ -109500,7 +109792,7 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109500
109792
  delete: boolean;
109501
109793
  decide: boolean;
109502
109794
  } | undefined;
109503
- company_id?: number | undefined;
109795
+ company_id?: number | null | undefined;
109504
109796
  etdZ?: string | null | undefined;
109505
109797
  remarks?: string | null | undefined;
109506
109798
  departure_airport_id?: number | null | undefined;
@@ -109557,19 +109849,19 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109557
109849
  } | null | undefined;
109558
109850
  acceptance_status?: {
109559
109851
  airport: {
109560
- status: "pending" | "unknown" | "accepted" | "rejected";
109852
+ status: "unknown" | "pending" | "accepted" | "rejected";
109561
109853
  updated_at: string | null;
109562
109854
  is_required: boolean;
109563
109855
  decided_by_id: number | null;
109564
109856
  };
109565
109857
  fbo: {
109566
- status: "pending" | "unknown" | "accepted" | "rejected";
109858
+ status: "unknown" | "pending" | "accepted" | "rejected";
109567
109859
  updated_at: string | null;
109568
109860
  is_required: boolean;
109569
109861
  decided_by_id: number | null;
109570
109862
  };
109571
109863
  customs: {
109572
- status: "pending" | "unknown" | "accepted" | "rejected";
109864
+ status: "unknown" | "pending" | "accepted" | "rejected";
109573
109865
  updated_at: string | null;
109574
109866
  is_required: boolean;
109575
109867
  decided_by_id: number | null;
@@ -109584,7 +109876,7 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109584
109876
  name: string | null;
109585
109877
  id: number | null;
109586
109878
  } | null | undefined;
109587
- type?: "scheduledFlight" | "ppr" | undefined;
109879
+ type?: "booking" | "scheduledFlight" | "ppr" | undefined;
109588
109880
  created_at?: string | undefined;
109589
109881
  updated_at?: string | undefined;
109590
109882
  can?: {
@@ -109592,7 +109884,7 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109592
109884
  delete: boolean;
109593
109885
  decide: boolean;
109594
109886
  } | undefined;
109595
- company_id?: number | undefined;
109887
+ company_id?: number | null | undefined;
109596
109888
  etdZ?: string | null | undefined;
109597
109889
  remarks?: string | null | undefined;
109598
109890
  departure_airport_id?: number | null | undefined;
@@ -109649,19 +109941,19 @@ declare const fboTrafficRowSchema: z.ZodObject<{
109649
109941
  } | null | undefined;
109650
109942
  acceptance_status?: {
109651
109943
  airport: {
109652
- status: "pending" | "unknown" | "accepted" | "rejected";
109944
+ status: "unknown" | "pending" | "accepted" | "rejected";
109653
109945
  updated_at: string | null;
109654
109946
  is_required: boolean;
109655
109947
  decided_by_id: number | null;
109656
109948
  };
109657
109949
  fbo: {
109658
- status: "pending" | "unknown" | "accepted" | "rejected";
109950
+ status: "unknown" | "pending" | "accepted" | "rejected";
109659
109951
  updated_at: string | null;
109660
109952
  is_required: boolean;
109661
109953
  decided_by_id: number | null;
109662
109954
  };
109663
109955
  customs: {
109664
- status: "pending" | "unknown" | "accepted" | "rejected";
109956
+ status: "unknown" | "pending" | "accepted" | "rejected";
109665
109957
  updated_at: string | null;
109666
109958
  is_required: boolean;
109667
109959
  decided_by_id: number | null;
@@ -109713,4 +110005,4 @@ declare const fboCompanyMemberSchema: z.ZodObject<{
109713
110005
  } | undefined;
109714
110006
  }>;
109715
110007
 
109716
- export { type SignOffTrainingElementForm as $, type AttachSyllabusElementForm as A, BaseModel as B, type CourseCheckSyllabus as C, type GradingScaleForm as D, type EnrollmentTrainingElement as E, FBO_SYSTEM_ROLES as F, type GradeHistoryItem as G, GradingScaleFormSchema as H, type GradingScalePoint as I, type ImpersonationParticipant as J, type ImpersonationState as K, type InvalidateTrainingRecordResponse as L, ReorderSyllabusElementItemSchema as M, type RequiredForm as N, RequiredFormSchema as O, type RequiredFormVia as P, type RequiredFormViaCrew as Q, type ReorderSyllabusElementItem as R, RequiredFormViaCrewSchema as S, RequiredFormViaSchema as T, type ReviewFormSubmissionInput as U, type SchemaField as V, SchemaFieldSchema as W, type SchemaSection as X, SchemaSectionSchema as Y, type ShowWhen as Z, ShowWhenSchema as _, AttachSyllabusElementFormSchema as a, courseEnrollmentMetricsSchema as a$, SignOffTrainingElementFormSchema as a0, type Signature as a1, SignatureSchema as a2, type StoreSyllabusForm as a3, StoreSyllabusFormSchema as a4, type SubmissionFile as a5, SubmissionFileSchema as a6, type Syllabus as a7, type SyllabusElement as a8, type SyllabusElementMutationResult as a9, type UpsertTrainingRecordForm as aA, UpsertTrainingRecordFormSchema as aB, type UsedByCourse as aC, activitySchema as aD, addressSchema as aE, aircraftPositionSchema as aF, aircraftRatingSchema as aG, airplaneIssueSchema as aH, airplaneIssueSeverityEnum as aI, airplaneIssueStatusEnum as aJ, airplanePermissionSchema as aK, airplaneSchema as aL, airplaneShareInviteSchema as aM, airportSchema as aN, alertSchema as aO, allowedDocumentTypeSchema as aP, approachTypeSchema as aQ, availSchema as aR, baseMembershipSchema as aS, billingProfileSchema as aT, bookingSchema as aU, bookingWaypointSchema as aV, commentSchema as aW, companyIdentitySchema as aX, companySchema as aY, contactAttributeSchema as aZ, courseCheckSyllabusSchema as a_, type SyllabusKind as aa, SyllabusKindEnum as ab, type SyllabusRolloutResult as ac, type SyllabusRolloutResultItem as ad, type SyllabusRolloutSkippedItem as ae, type TemplateSchema as af, TemplateSchemaSchema as ag, type TrainingElement as ah, type TrainingElementForm as ai, TrainingElementFormSchema as aj, type TrainingElementKind as ak, TrainingElementKindEnum as al, type TrainingRecord as am, type TrainingRecordEntry as an, type TrainingRecordEntryInput as ao, type TrainingRecordResult as ap, TrainingRecordResultEnum as aq, type TrainingRecordStatus as ar, TrainingRecordStatusEnum as as, type TrainingSignature as at, type TrainingTemplatePack as au, type UpdateFormTemplateInput as av, type UpdateSyllabusElementForm as aw, UpdateSyllabusElementFormSchema as ax, type UpdateSyllabusForm as ay, UpdateSyllabusFormSchema as az, type CreateFormSubmissionInput as b, qualificationSchema as b$, courseEnrollmentSchema as b0, courseFeeSchema as b1, courseSchema as b2, createSyllabusFromTemplateResultSchema as b3, documentComplianceStatus as b4, documentRequirement as b5, documentRequirementGroup as b6, documentRequirementGroupAssignment as b7, documentSchema as b8, documentShareSchema as b9, feeCategoryOptionsSchema as bA, feeSchema as bB, flightLogSchema as bC, fuelUnitSchema as bD, gradeHistoryItemSchema as bE, gradingScalePointSchema as bF, gradingScaleSchema as bG, impersonationParticipantSchema as bH, impersonationStateSchema as bI, invalidateTrainingRecordResponseSchema as bJ, invoiceSchema as bK, landingFeeSchema as bL, landingSchema as bM, maintenanceEventEstimationSchema as bN, maintenanceEventSchema as bO, maintenanceStatusSchema as bP, mediaCollection as bQ, mediaSchema as bR, membershipIdentitySchema as bS, membershipSchema as bT, membershipSignupSchema as bU, nestedMembershipSchema as bV, postSchema as bW, postSubjectSchema as bX, prePaidPackageAssignmentSchema as bY, prePaidPackageSchema as bZ, priceSchema as b_, documentType as ba, enrollmentTrainingElementSchema as bb, eventSchema as bc, expenseItemSchema as bd, expenseSchema as be, extendedAirplaneSchema as bf, fboAcceptanceAxisSchema as bg, fboAcceptanceStatusSchema as bh, fboCompanyMemberSchema as bi, fboCompanyProfileSchema as bj, fboDecisionAxisSchema as bk, fboDecisionInputSchema as bl, fboDecisionSchema as bm, fboDutySchema as bn, fboFlightCanSchema as bo, fboFlightSchema as bp, fboFlightStatusSchema as bq, fboFlightTypeSchema as br, fboGroundServicesSchema as bs, fboOccupationSchema as bt, fboRoleSchema as bu, fboRowCanSchema as bv, fboSystemRoleSchema as bw, fboTrafficRowSchema as bx, fboTrafficSourceSchema as by, fboVisibilitySchema as bz, type CreateFormTemplateAssignmentInput as c, recurringFlightSchema as c0, roleSchema as c1, runwaySchema as c2, scheduledFlightSchema as c3, settingSchema as c4, specialFlightSchema as c5, syllabusElementMutationResultSchema as c6, syllabusElementSchema as c7, syllabusRolloutResultItemSchema as c8, syllabusRolloutResultSchema as c9, syllabusRolloutSkippedItemSchema as ca, syllabusSchema as cb, tagSchema as cc, ticketSchema as cd, trainingElementSchema as ce, trainingRecordEntryInputSchema as cf, trainingRecordEntrySchema as cg, trainingRecordSchema as ch, trainingSignatureSchema as ci, trainingTemplatePackSchema as cj, usedByCourseSchema as ck, userAircraftRatingSchema as cl, userQualificationSchema as cm, userSchema as cn, waypointSchema as co, zContactDTO as cp, zMoneyObject as cq, zNetGross as cr, zNullableBool as cs, type CreateFormTemplateInput as d, type CreateSyllabusFromTemplateForm as e, CreateSyllabusFromTemplateFormSchema as f, type CreateSyllabusFromTemplateResult as g, type EnrollmentTrainingStatus as h, EnrollmentTrainingStatusEnum as i, type FieldLabel as j, FieldLabelSchema as k, FormFieldType as l, type FormSubmission as m, FormSubmissionSchema as n, type FormSubmissionShare as o, type FormSubmissionShareBase as p, FormSubmissionShareBaseSchema as q, FormSubmissionShareSchema as r, FormSubmissionSource as s, FormSubmissionStatus as t, type FormTemplate as u, type FormTemplateAssignment as v, FormTemplateAssignmentSchema as w, FormTemplateSchema as x, type FuelUnit as y, type GradingScale as z };
110008
+ export { type SignOffTrainingElementForm as $, type AttachSyllabusElementForm as A, BaseModel as B, type CourseCheckSyllabus as C, type GradingScaleForm as D, type EnrollmentTrainingElement as E, FBO_SYSTEM_ROLES as F, type GradeHistoryItem as G, GradingScaleFormSchema as H, type GradingScalePoint as I, type ImpersonationParticipant as J, type ImpersonationState as K, type InvalidateTrainingRecordResponse as L, ReorderSyllabusElementItemSchema as M, type RequiredForm as N, RequiredFormSchema as O, type RequiredFormVia as P, type RequiredFormViaCrew as Q, type ReorderSyllabusElementItem as R, RequiredFormViaCrewSchema as S, RequiredFormViaSchema as T, type ReviewFormSubmissionInput as U, type SchemaField as V, SchemaFieldSchema as W, type SchemaSection as X, SchemaSectionSchema as Y, type ShowWhen as Z, ShowWhenSchema as _, AttachSyllabusElementFormSchema as a, courseEnrollmentMetricsSchema as a$, SignOffTrainingElementFormSchema as a0, type Signature as a1, SignatureSchema as a2, type StoreSyllabusForm as a3, StoreSyllabusFormSchema as a4, type SubmissionFile as a5, SubmissionFileSchema as a6, type Syllabus as a7, type SyllabusElement as a8, type SyllabusElementMutationResult as a9, type UpsertTrainingRecordForm as aA, UpsertTrainingRecordFormSchema as aB, type UsedByCourse as aC, activitySchema as aD, addressSchema as aE, aircraftPositionSchema as aF, aircraftRatingSchema as aG, airplaneIssueSchema as aH, airplaneIssueSeverityEnum as aI, airplaneIssueStatusEnum as aJ, airplanePermissionSchema as aK, airplaneSchema as aL, airplaneShareInviteSchema as aM, airportSchema as aN, alertSchema as aO, allowedDocumentTypeSchema as aP, approachTypeSchema as aQ, availSchema as aR, baseMembershipSchema as aS, billingProfileSchema as aT, bookingSchema as aU, bookingWaypointSchema as aV, commentSchema as aW, companyIdentitySchema as aX, companySchema as aY, contactAttributeSchema as aZ, courseCheckSyllabusSchema as a_, type SyllabusKind as aa, SyllabusKindEnum as ab, type SyllabusRolloutResult as ac, type SyllabusRolloutResultItem as ad, type SyllabusRolloutSkippedItem as ae, type TemplateSchema as af, TemplateSchemaSchema as ag, type TrainingElement as ah, type TrainingElementForm as ai, TrainingElementFormSchema as aj, type TrainingElementKind as ak, TrainingElementKindEnum as al, type TrainingRecord as am, type TrainingRecordEntry as an, type TrainingRecordEntryInput as ao, type TrainingRecordResult as ap, TrainingRecordResultEnum as aq, type TrainingRecordStatus as ar, TrainingRecordStatusEnum as as, type TrainingSignature as at, type TrainingTemplatePack as au, type UpdateFormTemplateInput as av, type UpdateSyllabusElementForm as aw, UpdateSyllabusElementFormSchema as ax, type UpdateSyllabusForm as ay, UpdateSyllabusFormSchema as az, type CreateFormSubmissionInput as b, postSchema as b$, courseEnrollmentSchema as b0, courseFeeSchema as b1, courseSchema as b2, createSyllabusFromTemplateResultSchema as b3, documentComplianceStatus as b4, documentRequirement as b5, documentRequirementGroup as b6, documentRequirementGroupAssignment as b7, documentSchema as b8, documentShareSchema as b9, fboSystemRoleSchema as bA, fboTrafficRowSchema as bB, fboTrafficRowTypeSchema as bC, fboTrafficSourceSchema as bD, fboVisibilitySchema as bE, feeCategoryOptionsSchema as bF, feeSchema as bG, flightLogSchema as bH, fuelUnitSchema as bI, gradeHistoryItemSchema as bJ, gradingScalePointSchema as bK, gradingScaleSchema as bL, impersonationParticipantSchema as bM, impersonationStateSchema as bN, invalidateTrainingRecordResponseSchema as bO, invoiceSchema as bP, landingFeeSchema as bQ, landingSchema as bR, maintenanceEventEstimationSchema as bS, maintenanceEventSchema as bT, maintenanceStatusSchema as bU, mediaCollection as bV, mediaSchema as bW, membershipIdentitySchema as bX, membershipSchema as bY, membershipSignupSchema as bZ, nestedMembershipSchema as b_, documentType as ba, enrollmentTrainingElementSchema as bb, eventSchema as bc, expenseItemSchema as bd, expenseSchema as be, extendedAirplaneSchema as bf, fboAcceptanceAxisSchema as bg, fboAcceptanceStatusSchema as bh, fboCompanyMemberSchema as bi, fboCompanyProfileSchema as bj, fboDecisionAxisSchema as bk, fboDecisionInputSchema as bl, fboDecisionSchema as bm, fboDutyAffectedSchema as bn, fboDutySchema as bo, fboDutySeriesResponseSchema as bp, fboFlightCanSchema as bq, fboFlightSchema as br, fboFlightStatusSchema as bs, fboFlightTypeSchema as bt, fboGroundServicesSchema as bu, fboOccupationSchema as bv, fboRecurrenceSchema as bw, fboRecurrenceTypeSchema as bx, fboRoleSchema as by, fboRowCanSchema as bz, type CreateFormTemplateAssignmentInput as c, postSubjectSchema as c0, prePaidPackageAssignmentSchema as c1, prePaidPackageSchema as c2, priceSchema as c3, qualificationSchema as c4, recurringFlightSchema as c5, roleSchema as c6, runwaySchema as c7, scheduledFlightSchema as c8, settingSchema as c9, specialFlightSchema as ca, syllabusElementMutationResultSchema as cb, syllabusElementSchema as cc, syllabusRolloutResultItemSchema as cd, syllabusRolloutResultSchema as ce, syllabusRolloutSkippedItemSchema as cf, syllabusSchema as cg, tagSchema as ch, ticketSchema as ci, trainingElementSchema as cj, trainingRecordEntryInputSchema as ck, trainingRecordEntrySchema as cl, trainingRecordSchema as cm, trainingSignatureSchema as cn, trainingTemplatePackSchema as co, usedByCourseSchema as cp, userAircraftRatingSchema as cq, userQualificationSchema as cr, userSchema as cs, waypointSchema as ct, zContactDTO as cu, zMoneyObject as cv, zNetGross as cw, zNullableBool as cx, type CreateFormTemplateInput as d, type CreateSyllabusFromTemplateForm as e, CreateSyllabusFromTemplateFormSchema as f, type CreateSyllabusFromTemplateResult as g, type EnrollmentTrainingStatus as h, EnrollmentTrainingStatusEnum as i, type FieldLabel as j, FieldLabelSchema as k, FormFieldType as l, type FormSubmission as m, FormSubmissionSchema as n, type FormSubmissionShare as o, type FormSubmissionShareBase as p, FormSubmissionShareBaseSchema as q, FormSubmissionShareSchema as r, FormSubmissionSource as s, FormSubmissionStatus as t, type FormTemplate as u, type FormTemplateAssignment as v, FormTemplateAssignmentSchema as w, FormTemplateSchema as x, type FuelUnit as y, type GradingScale as z };