@dakkitor/api-contracts 1.1.89 → 1.1.91

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.
@@ -395,7 +395,7 @@ export declare const BookingSchema: z.ZodObject<{
395
395
  description: z.ZodString;
396
396
  numberOfPositions: z.ZodNumber;
397
397
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
398
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
398
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
399
399
  pay: z.ZodObject<{
400
400
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
401
401
  rate: z.ZodNumber;
@@ -981,7 +981,7 @@ export declare const BookingSchema: z.ZodObject<{
981
981
  }, "strip", z.ZodTypeAny, {
982
982
  description: string;
983
983
  numberOfPositions: number;
984
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
984
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
985
985
  createdAt: string;
986
986
  updatedAt: string;
987
987
  id: string;
@@ -1100,7 +1100,7 @@ export declare const BookingSchema: z.ZodObject<{
1100
1100
  }, {
1101
1101
  description: string;
1102
1102
  numberOfPositions: number;
1103
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
1103
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
1104
1104
  createdAt: string | Date;
1105
1105
  updatedAt: string | Date;
1106
1106
  id: string;
@@ -1244,7 +1244,7 @@ export declare const BookingSchema: z.ZodObject<{
1244
1244
  job: {
1245
1245
  description: string;
1246
1246
  numberOfPositions: number;
1247
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
1247
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
1248
1248
  createdAt: string;
1249
1249
  updatedAt: string;
1250
1250
  id: string;
@@ -1449,7 +1449,7 @@ export declare const BookingSchema: z.ZodObject<{
1449
1449
  job: {
1450
1450
  description: string;
1451
1451
  numberOfPositions: number;
1452
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
1452
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
1453
1453
  createdAt: string | Date;
1454
1454
  updatedAt: string | Date;
1455
1455
  id: string;
@@ -2167,7 +2167,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
2167
2167
  description: z.ZodString;
2168
2168
  numberOfPositions: z.ZodNumber;
2169
2169
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2170
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
2170
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
2171
2171
  pay: z.ZodObject<{
2172
2172
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
2173
2173
  rate: z.ZodNumber;
@@ -2753,7 +2753,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
2753
2753
  }, "strip", z.ZodTypeAny, {
2754
2754
  description: string;
2755
2755
  numberOfPositions: number;
2756
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
2756
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
2757
2757
  createdAt: string;
2758
2758
  updatedAt: string;
2759
2759
  id: string;
@@ -2872,7 +2872,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
2872
2872
  }, {
2873
2873
  description: string;
2874
2874
  numberOfPositions: number;
2875
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
2875
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
2876
2876
  createdAt: string | Date;
2877
2877
  updatedAt: string | Date;
2878
2878
  id: string;
@@ -3016,7 +3016,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
3016
3016
  job: {
3017
3017
  description: string;
3018
3018
  numberOfPositions: number;
3019
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
3019
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
3020
3020
  createdAt: string;
3021
3021
  updatedAt: string;
3022
3022
  id: string;
@@ -3221,7 +3221,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
3221
3221
  job: {
3222
3222
  description: string;
3223
3223
  numberOfPositions: number;
3224
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
3224
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
3225
3225
  createdAt: string | Date;
3226
3226
  updatedAt: string | Date;
3227
3227
  id: string;
@@ -3434,7 +3434,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
3434
3434
  job: {
3435
3435
  description: string;
3436
3436
  numberOfPositions: number;
3437
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
3437
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
3438
3438
  createdAt: string;
3439
3439
  updatedAt: string;
3440
3440
  id: string;
@@ -3646,7 +3646,7 @@ export declare const PaginatedBookingResponseSchema: z.ZodObject<{
3646
3646
  job: {
3647
3647
  description: string;
3648
3648
  numberOfPositions: number;
3649
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
3649
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
3650
3650
  createdAt: string | Date;
3651
3651
  updatedAt: string | Date;
3652
3652
  id: string;
@@ -4144,7 +4144,7 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
4144
4144
  description: z.ZodString;
4145
4145
  numberOfPositions: z.ZodNumber;
4146
4146
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4147
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
4147
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
4148
4148
  pay: z.ZodObject<{
4149
4149
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
4150
4150
  rate: z.ZodNumber;
@@ -4730,7 +4730,7 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
4730
4730
  }, "strip", z.ZodTypeAny, {
4731
4731
  description: string;
4732
4732
  numberOfPositions: number;
4733
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
4733
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
4734
4734
  createdAt: string;
4735
4735
  updatedAt: string;
4736
4736
  id: string;
@@ -4849,7 +4849,7 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
4849
4849
  }, {
4850
4850
  description: string;
4851
4851
  numberOfPositions: number;
4852
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
4852
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
4853
4853
  createdAt: string | Date;
4854
4854
  updatedAt: string | Date;
4855
4855
  id: string;
@@ -4993,7 +4993,7 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
4993
4993
  job: {
4994
4994
  description: string;
4995
4995
  numberOfPositions: number;
4996
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
4996
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
4997
4997
  createdAt: string;
4998
4998
  updatedAt: string;
4999
4999
  id: string;
@@ -5198,7 +5198,7 @@ export declare const BookingArraySchema: z.ZodArray<z.ZodObject<{
5198
5198
  job: {
5199
5199
  description: string;
5200
5200
  numberOfPositions: number;
5201
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
5201
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
5202
5202
  createdAt: string | Date;
5203
5203
  updatedAt: string | Date;
5204
5204
  id: string;
@@ -5900,7 +5900,7 @@ export declare const bookingsContractRouter: {
5900
5900
  description: z.ZodString;
5901
5901
  numberOfPositions: z.ZodNumber;
5902
5902
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
5903
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
5903
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
5904
5904
  pay: z.ZodObject<{
5905
5905
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
5906
5906
  rate: z.ZodNumber;
@@ -6486,7 +6486,7 @@ export declare const bookingsContractRouter: {
6486
6486
  }, "strip", z.ZodTypeAny, {
6487
6487
  description: string;
6488
6488
  numberOfPositions: number;
6489
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
6489
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
6490
6490
  createdAt: string;
6491
6491
  updatedAt: string;
6492
6492
  id: string;
@@ -6605,7 +6605,7 @@ export declare const bookingsContractRouter: {
6605
6605
  }, {
6606
6606
  description: string;
6607
6607
  numberOfPositions: number;
6608
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
6608
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
6609
6609
  createdAt: string | Date;
6610
6610
  updatedAt: string | Date;
6611
6611
  id: string;
@@ -6749,7 +6749,7 @@ export declare const bookingsContractRouter: {
6749
6749
  job: {
6750
6750
  description: string;
6751
6751
  numberOfPositions: number;
6752
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
6752
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
6753
6753
  createdAt: string;
6754
6754
  updatedAt: string;
6755
6755
  id: string;
@@ -6954,7 +6954,7 @@ export declare const bookingsContractRouter: {
6954
6954
  job: {
6955
6955
  description: string;
6956
6956
  numberOfPositions: number;
6957
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
6957
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
6958
6958
  createdAt: string | Date;
6959
6959
  updatedAt: string | Date;
6960
6960
  id: string;
@@ -7694,7 +7694,7 @@ export declare const bookingsContractRouter: {
7694
7694
  description: z.ZodString;
7695
7695
  numberOfPositions: z.ZodNumber;
7696
7696
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
7697
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
7697
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
7698
7698
  pay: z.ZodObject<{
7699
7699
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
7700
7700
  rate: z.ZodNumber;
@@ -8280,7 +8280,7 @@ export declare const bookingsContractRouter: {
8280
8280
  }, "strip", z.ZodTypeAny, {
8281
8281
  description: string;
8282
8282
  numberOfPositions: number;
8283
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
8283
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
8284
8284
  createdAt: string;
8285
8285
  updatedAt: string;
8286
8286
  id: string;
@@ -8399,7 +8399,7 @@ export declare const bookingsContractRouter: {
8399
8399
  }, {
8400
8400
  description: string;
8401
8401
  numberOfPositions: number;
8402
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
8402
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
8403
8403
  createdAt: string | Date;
8404
8404
  updatedAt: string | Date;
8405
8405
  id: string;
@@ -8543,7 +8543,7 @@ export declare const bookingsContractRouter: {
8543
8543
  job: {
8544
8544
  description: string;
8545
8545
  numberOfPositions: number;
8546
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
8546
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
8547
8547
  createdAt: string;
8548
8548
  updatedAt: string;
8549
8549
  id: string;
@@ -8748,7 +8748,7 @@ export declare const bookingsContractRouter: {
8748
8748
  job: {
8749
8749
  description: string;
8750
8750
  numberOfPositions: number;
8751
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
8751
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
8752
8752
  createdAt: string | Date;
8753
8753
  updatedAt: string | Date;
8754
8754
  id: string;
@@ -8961,7 +8961,7 @@ export declare const bookingsContractRouter: {
8961
8961
  job: {
8962
8962
  description: string;
8963
8963
  numberOfPositions: number;
8964
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
8964
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
8965
8965
  createdAt: string;
8966
8966
  updatedAt: string;
8967
8967
  id: string;
@@ -9173,7 +9173,7 @@ export declare const bookingsContractRouter: {
9173
9173
  job: {
9174
9174
  description: string;
9175
9175
  numberOfPositions: number;
9176
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
9176
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
9177
9177
  createdAt: string | Date;
9178
9178
  updatedAt: string | Date;
9179
9179
  id: string;
@@ -9791,7 +9791,7 @@ export declare const bookingsContractRouter: {
9791
9791
  description: z.ZodString;
9792
9792
  numberOfPositions: z.ZodNumber;
9793
9793
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
9794
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
9794
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
9795
9795
  pay: z.ZodObject<{
9796
9796
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
9797
9797
  rate: z.ZodNumber;
@@ -10377,7 +10377,7 @@ export declare const bookingsContractRouter: {
10377
10377
  }, "strip", z.ZodTypeAny, {
10378
10378
  description: string;
10379
10379
  numberOfPositions: number;
10380
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
10380
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
10381
10381
  createdAt: string;
10382
10382
  updatedAt: string;
10383
10383
  id: string;
@@ -10496,7 +10496,7 @@ export declare const bookingsContractRouter: {
10496
10496
  }, {
10497
10497
  description: string;
10498
10498
  numberOfPositions: number;
10499
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
10499
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
10500
10500
  createdAt: string | Date;
10501
10501
  updatedAt: string | Date;
10502
10502
  id: string;
@@ -10640,7 +10640,7 @@ export declare const bookingsContractRouter: {
10640
10640
  job: {
10641
10641
  description: string;
10642
10642
  numberOfPositions: number;
10643
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
10643
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
10644
10644
  createdAt: string;
10645
10645
  updatedAt: string;
10646
10646
  id: string;
@@ -10845,7 +10845,7 @@ export declare const bookingsContractRouter: {
10845
10845
  job: {
10846
10846
  description: string;
10847
10847
  numberOfPositions: number;
10848
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
10848
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
10849
10849
  createdAt: string | Date;
10850
10850
  updatedAt: string | Date;
10851
10851
  id: string;
@@ -11514,7 +11514,7 @@ export declare const bookingsContractRouter: {
11514
11514
  description: z.ZodString;
11515
11515
  numberOfPositions: z.ZodNumber;
11516
11516
  workHours: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
11517
- status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT_MISSING_COLLABORATION"]>;
11517
+ status: z.ZodEnum<["CANCELED", "FILLED", "AVAILABLE", "NOT_AVAILABLE", "DRAFT"]>;
11518
11518
  pay: z.ZodObject<{
11519
11519
  rateUnit: z.ZodEnum<["DAILY", "HOURLY"]>;
11520
11520
  rate: z.ZodNumber;
@@ -12100,7 +12100,7 @@ export declare const bookingsContractRouter: {
12100
12100
  }, "strip", z.ZodTypeAny, {
12101
12101
  description: string;
12102
12102
  numberOfPositions: number;
12103
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
12103
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
12104
12104
  createdAt: string;
12105
12105
  updatedAt: string;
12106
12106
  id: string;
@@ -12219,7 +12219,7 @@ export declare const bookingsContractRouter: {
12219
12219
  }, {
12220
12220
  description: string;
12221
12221
  numberOfPositions: number;
12222
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
12222
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
12223
12223
  createdAt: string | Date;
12224
12224
  updatedAt: string | Date;
12225
12225
  id: string;
@@ -12363,7 +12363,7 @@ export declare const bookingsContractRouter: {
12363
12363
  job: {
12364
12364
  description: string;
12365
12365
  numberOfPositions: number;
12366
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
12366
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
12367
12367
  createdAt: string;
12368
12368
  updatedAt: string;
12369
12369
  id: string;
@@ -12568,7 +12568,7 @@ export declare const bookingsContractRouter: {
12568
12568
  job: {
12569
12569
  description: string;
12570
12570
  numberOfPositions: number;
12571
- status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT_MISSING_COLLABORATION";
12571
+ status: "CANCELED" | "FILLED" | "AVAILABLE" | "NOT_AVAILABLE" | "DRAFT";
12572
12572
  createdAt: string | Date;
12573
12573
  updatedAt: string | Date;
12574
12574
  id: string;