@dragonmastery/dragoncore-shared 0.0.4 → 0.0.5
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/index.d.mts +220 -220
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -147,12 +147,12 @@ declare const AttachmentFolderReadSchema: z.ZodObject<{
|
|
|
147
147
|
updated_at?: string | null | undefined;
|
|
148
148
|
updated_by?: string | null | undefined;
|
|
149
149
|
metadata?: string | null | undefined;
|
|
150
|
-
parent_folder_id?: string | null | undefined;
|
|
151
|
-
file_count?: number | undefined;
|
|
152
150
|
archived_at?: string | null | undefined;
|
|
153
151
|
archived_by?: string | null | undefined;
|
|
154
152
|
deleted_at?: string | null | undefined;
|
|
155
153
|
deleted_by?: string | null | undefined;
|
|
154
|
+
parent_folder_id?: string | null | undefined;
|
|
155
|
+
file_count?: number | undefined;
|
|
156
156
|
}, {
|
|
157
157
|
created_at: string;
|
|
158
158
|
created_by: string;
|
|
@@ -165,12 +165,12 @@ declare const AttachmentFolderReadSchema: z.ZodObject<{
|
|
|
165
165
|
updated_at?: string | null | undefined;
|
|
166
166
|
updated_by?: string | null | undefined;
|
|
167
167
|
metadata?: string | null | undefined;
|
|
168
|
-
parent_folder_id?: string | null | undefined;
|
|
169
|
-
file_count?: number | undefined;
|
|
170
168
|
archived_at?: string | null | undefined;
|
|
171
169
|
archived_by?: string | null | undefined;
|
|
172
170
|
deleted_at?: string | null | undefined;
|
|
173
171
|
deleted_by?: string | null | undefined;
|
|
172
|
+
parent_folder_id?: string | null | undefined;
|
|
173
|
+
file_count?: number | undefined;
|
|
174
174
|
}>;
|
|
175
175
|
type AttachmentFolderReadDto = z.infer<typeof AttachmentFolderReadSchema>;
|
|
176
176
|
//#endregion
|
|
@@ -193,8 +193,8 @@ declare const AttachmentCreateSchema: z.ZodObject<{
|
|
|
193
193
|
content_type: string;
|
|
194
194
|
file_size: string;
|
|
195
195
|
description?: string | null | undefined;
|
|
196
|
-
folder_id?: string | null | undefined;
|
|
197
196
|
metadata?: string | null | undefined;
|
|
197
|
+
folder_id?: string | null | undefined;
|
|
198
198
|
}, {
|
|
199
199
|
record_id: string;
|
|
200
200
|
record_type: string;
|
|
@@ -203,8 +203,8 @@ declare const AttachmentCreateSchema: z.ZodObject<{
|
|
|
203
203
|
content_type: string;
|
|
204
204
|
file_size: string;
|
|
205
205
|
description?: string | null | undefined;
|
|
206
|
-
folder_id?: string | null | undefined;
|
|
207
206
|
metadata?: string | null | undefined;
|
|
207
|
+
folder_id?: string | null | undefined;
|
|
208
208
|
}>;
|
|
209
209
|
type AttachmentCreateDto = z.infer<typeof AttachmentCreateSchema>;
|
|
210
210
|
declare const AttachmentUpdateSchema: z.ZodObject<{
|
|
@@ -224,23 +224,23 @@ declare const AttachmentUpdateSchema: z.ZodObject<{
|
|
|
224
224
|
description?: string | null | undefined;
|
|
225
225
|
record_id?: string | undefined;
|
|
226
226
|
record_type?: string | undefined;
|
|
227
|
-
folder_id?: string | null | undefined;
|
|
228
227
|
sanitized_name?: string | undefined;
|
|
229
228
|
original_name?: string | undefined;
|
|
230
|
-
metadata?: string | null | undefined;
|
|
231
229
|
content_type?: string | undefined;
|
|
232
230
|
file_size?: string | undefined;
|
|
231
|
+
metadata?: string | null | undefined;
|
|
232
|
+
folder_id?: string | null | undefined;
|
|
233
233
|
}, {
|
|
234
234
|
id: string;
|
|
235
235
|
description?: string | null | undefined;
|
|
236
236
|
record_id?: string | undefined;
|
|
237
237
|
record_type?: string | undefined;
|
|
238
|
-
folder_id?: string | null | undefined;
|
|
239
238
|
sanitized_name?: string | undefined;
|
|
240
239
|
original_name?: string | undefined;
|
|
241
|
-
metadata?: string | null | undefined;
|
|
242
240
|
content_type?: string | undefined;
|
|
243
241
|
file_size?: string | undefined;
|
|
242
|
+
metadata?: string | null | undefined;
|
|
243
|
+
folder_id?: string | null | undefined;
|
|
244
244
|
}>;
|
|
245
245
|
type AttachmentUpdateDto = z.infer<typeof AttachmentUpdateSchema>;
|
|
246
246
|
//#endregion
|
|
@@ -279,8 +279,8 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
279
279
|
description?: string | null | undefined;
|
|
280
280
|
updated_at?: string | null | undefined;
|
|
281
281
|
updated_by?: string | null | undefined;
|
|
282
|
-
folder_id?: string | null | undefined;
|
|
283
282
|
metadata?: string | null | undefined;
|
|
283
|
+
folder_id?: string | null | undefined;
|
|
284
284
|
archived_at?: string | null | undefined;
|
|
285
285
|
archived_by?: string | null | undefined;
|
|
286
286
|
deleted_at?: string | null | undefined;
|
|
@@ -298,8 +298,8 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
298
298
|
description?: string | null | undefined;
|
|
299
299
|
updated_at?: string | null | undefined;
|
|
300
300
|
updated_by?: string | null | undefined;
|
|
301
|
-
folder_id?: string | null | undefined;
|
|
302
301
|
metadata?: string | null | undefined;
|
|
302
|
+
folder_id?: string | null | undefined;
|
|
303
303
|
archived_at?: string | null | undefined;
|
|
304
304
|
archived_by?: string | null | undefined;
|
|
305
305
|
deleted_at?: string | null | undefined;
|
|
@@ -336,12 +336,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
336
336
|
updated_at?: string | null | undefined;
|
|
337
337
|
updated_by?: string | null | undefined;
|
|
338
338
|
metadata?: string | null | undefined;
|
|
339
|
-
parent_folder_id?: string | null | undefined;
|
|
340
|
-
file_count?: number | undefined;
|
|
341
339
|
archived_at?: string | null | undefined;
|
|
342
340
|
archived_by?: string | null | undefined;
|
|
343
341
|
deleted_at?: string | null | undefined;
|
|
344
342
|
deleted_by?: string | null | undefined;
|
|
343
|
+
parent_folder_id?: string | null | undefined;
|
|
344
|
+
file_count?: number | undefined;
|
|
345
345
|
}, {
|
|
346
346
|
created_at: string;
|
|
347
347
|
created_by: string;
|
|
@@ -354,12 +354,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
354
354
|
updated_at?: string | null | undefined;
|
|
355
355
|
updated_by?: string | null | undefined;
|
|
356
356
|
metadata?: string | null | undefined;
|
|
357
|
-
parent_folder_id?: string | null | undefined;
|
|
358
|
-
file_count?: number | undefined;
|
|
359
357
|
archived_at?: string | null | undefined;
|
|
360
358
|
archived_by?: string | null | undefined;
|
|
361
359
|
deleted_at?: string | null | undefined;
|
|
362
360
|
deleted_by?: string | null | undefined;
|
|
361
|
+
parent_folder_id?: string | null | undefined;
|
|
362
|
+
file_count?: number | undefined;
|
|
363
363
|
}>, "many">;
|
|
364
364
|
pageInfo: z.ZodObject<{
|
|
365
365
|
hasNextPage: z.ZodBoolean;
|
|
@@ -389,8 +389,8 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
389
389
|
description?: string | null | undefined;
|
|
390
390
|
updated_at?: string | null | undefined;
|
|
391
391
|
updated_by?: string | null | undefined;
|
|
392
|
-
folder_id?: string | null | undefined;
|
|
393
392
|
metadata?: string | null | undefined;
|
|
393
|
+
folder_id?: string | null | undefined;
|
|
394
394
|
archived_at?: string | null | undefined;
|
|
395
395
|
archived_by?: string | null | undefined;
|
|
396
396
|
deleted_at?: string | null | undefined;
|
|
@@ -408,12 +408,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
408
408
|
updated_at?: string | null | undefined;
|
|
409
409
|
updated_by?: string | null | undefined;
|
|
410
410
|
metadata?: string | null | undefined;
|
|
411
|
-
parent_folder_id?: string | null | undefined;
|
|
412
|
-
file_count?: number | undefined;
|
|
413
411
|
archived_at?: string | null | undefined;
|
|
414
412
|
archived_by?: string | null | undefined;
|
|
415
413
|
deleted_at?: string | null | undefined;
|
|
416
414
|
deleted_by?: string | null | undefined;
|
|
415
|
+
parent_folder_id?: string | null | undefined;
|
|
416
|
+
file_count?: number | undefined;
|
|
417
417
|
}[];
|
|
418
418
|
}, {
|
|
419
419
|
pageInfo: {
|
|
@@ -433,8 +433,8 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
433
433
|
description?: string | null | undefined;
|
|
434
434
|
updated_at?: string | null | undefined;
|
|
435
435
|
updated_by?: string | null | undefined;
|
|
436
|
-
folder_id?: string | null | undefined;
|
|
437
436
|
metadata?: string | null | undefined;
|
|
437
|
+
folder_id?: string | null | undefined;
|
|
438
438
|
archived_at?: string | null | undefined;
|
|
439
439
|
archived_by?: string | null | undefined;
|
|
440
440
|
deleted_at?: string | null | undefined;
|
|
@@ -452,12 +452,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
452
452
|
updated_at?: string | null | undefined;
|
|
453
453
|
updated_by?: string | null | undefined;
|
|
454
454
|
metadata?: string | null | undefined;
|
|
455
|
-
parent_folder_id?: string | null | undefined;
|
|
456
|
-
file_count?: number | undefined;
|
|
457
455
|
archived_at?: string | null | undefined;
|
|
458
456
|
archived_by?: string | null | undefined;
|
|
459
457
|
deleted_at?: string | null | undefined;
|
|
460
458
|
deleted_by?: string | null | undefined;
|
|
459
|
+
parent_folder_id?: string | null | undefined;
|
|
460
|
+
file_count?: number | undefined;
|
|
461
461
|
}[];
|
|
462
462
|
}>;
|
|
463
463
|
type AttachmentPageDto = z.infer<typeof AttachmentPageSchema>;
|
|
@@ -496,8 +496,8 @@ declare const AttachmentReadSchema: z.ZodObject<{
|
|
|
496
496
|
description?: string | null | undefined;
|
|
497
497
|
updated_at?: string | null | undefined;
|
|
498
498
|
updated_by?: string | null | undefined;
|
|
499
|
-
folder_id?: string | null | undefined;
|
|
500
499
|
metadata?: string | null | undefined;
|
|
500
|
+
folder_id?: string | null | undefined;
|
|
501
501
|
archived_at?: string | null | undefined;
|
|
502
502
|
archived_by?: string | null | undefined;
|
|
503
503
|
deleted_at?: string | null | undefined;
|
|
@@ -515,8 +515,8 @@ declare const AttachmentReadSchema: z.ZodObject<{
|
|
|
515
515
|
description?: string | null | undefined;
|
|
516
516
|
updated_at?: string | null | undefined;
|
|
517
517
|
updated_by?: string | null | undefined;
|
|
518
|
-
folder_id?: string | null | undefined;
|
|
519
518
|
metadata?: string | null | undefined;
|
|
519
|
+
folder_id?: string | null | undefined;
|
|
520
520
|
archived_at?: string | null | undefined;
|
|
521
521
|
archived_by?: string | null | undefined;
|
|
522
522
|
deleted_at?: string | null | undefined;
|
|
@@ -1114,11 +1114,11 @@ declare const createUserSchemaOutput: z.ZodObject<{
|
|
|
1114
1114
|
id: z.ZodString;
|
|
1115
1115
|
email: z.ZodString;
|
|
1116
1116
|
}, "strip", z.ZodTypeAny, {
|
|
1117
|
-
email: string;
|
|
1118
1117
|
id: string;
|
|
1119
|
-
}, {
|
|
1120
1118
|
email: string;
|
|
1119
|
+
}, {
|
|
1121
1120
|
id: string;
|
|
1121
|
+
email: string;
|
|
1122
1122
|
}>;
|
|
1123
1123
|
type CreateUserDtoOutput = z.infer<typeof createUserSchemaOutput>;
|
|
1124
1124
|
//#endregion
|
|
@@ -1432,22 +1432,6 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1432
1432
|
searchableFields: string[];
|
|
1433
1433
|
}>>;
|
|
1434
1434
|
}, "strip", z.ZodTypeAny, {
|
|
1435
|
-
created_at?: {
|
|
1436
|
-
operator: "isEmpty" | "isNotEmpty";
|
|
1437
|
-
value?: any;
|
|
1438
|
-
values?: any[] | undefined;
|
|
1439
|
-
caseSensitive?: boolean | undefined;
|
|
1440
|
-
} | {
|
|
1441
|
-
values: string[];
|
|
1442
|
-
operator: "between";
|
|
1443
|
-
value?: any;
|
|
1444
|
-
caseSensitive?: boolean | undefined;
|
|
1445
|
-
} | {
|
|
1446
|
-
value: string;
|
|
1447
|
-
operator: "eq" | "ne" | "gt" | "gte" | "lt" | "lte";
|
|
1448
|
-
values?: any[] | undefined;
|
|
1449
|
-
caseSensitive?: boolean | undefined;
|
|
1450
|
-
} | undefined;
|
|
1451
1435
|
type?: {
|
|
1452
1436
|
operator: "eq" | "ne" | "in" | "notIn";
|
|
1453
1437
|
value?: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT" | undefined;
|
|
@@ -1477,17 +1461,6 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1477
1461
|
values?: number[] | undefined;
|
|
1478
1462
|
caseSensitive?: boolean | undefined;
|
|
1479
1463
|
} | undefined;
|
|
1480
|
-
created_by?: {
|
|
1481
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
1482
|
-
value?: string | undefined;
|
|
1483
|
-
values?: string[] | undefined;
|
|
1484
|
-
caseSensitive?: boolean | undefined;
|
|
1485
|
-
} | undefined;
|
|
1486
|
-
search?: {
|
|
1487
|
-
query: string;
|
|
1488
|
-
searchableFields: string[];
|
|
1489
|
-
} | undefined;
|
|
1490
|
-
}, {
|
|
1491
1464
|
created_at?: {
|
|
1492
1465
|
operator: "isEmpty" | "isNotEmpty";
|
|
1493
1466
|
value?: any;
|
|
@@ -1504,6 +1477,17 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1504
1477
|
values?: any[] | undefined;
|
|
1505
1478
|
caseSensitive?: boolean | undefined;
|
|
1506
1479
|
} | undefined;
|
|
1480
|
+
created_by?: {
|
|
1481
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
1482
|
+
value?: string | undefined;
|
|
1483
|
+
values?: string[] | undefined;
|
|
1484
|
+
caseSensitive?: boolean | undefined;
|
|
1485
|
+
} | undefined;
|
|
1486
|
+
search?: {
|
|
1487
|
+
query: string;
|
|
1488
|
+
searchableFields: string[];
|
|
1489
|
+
} | undefined;
|
|
1490
|
+
}, {
|
|
1507
1491
|
type?: {
|
|
1508
1492
|
operator: "eq" | "ne" | "in" | "notIn";
|
|
1509
1493
|
value?: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT" | undefined;
|
|
@@ -1533,6 +1517,22 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1533
1517
|
values?: number[] | undefined;
|
|
1534
1518
|
caseSensitive?: boolean | undefined;
|
|
1535
1519
|
} | undefined;
|
|
1520
|
+
created_at?: {
|
|
1521
|
+
operator: "isEmpty" | "isNotEmpty";
|
|
1522
|
+
value?: any;
|
|
1523
|
+
values?: any[] | undefined;
|
|
1524
|
+
caseSensitive?: boolean | undefined;
|
|
1525
|
+
} | {
|
|
1526
|
+
values: string[];
|
|
1527
|
+
operator: "between";
|
|
1528
|
+
value?: any;
|
|
1529
|
+
caseSensitive?: boolean | undefined;
|
|
1530
|
+
} | {
|
|
1531
|
+
value: string;
|
|
1532
|
+
operator: "eq" | "ne" | "gt" | "gte" | "lt" | "lte";
|
|
1533
|
+
values?: any[] | undefined;
|
|
1534
|
+
caseSensitive?: boolean | undefined;
|
|
1535
|
+
} | undefined;
|
|
1536
1536
|
created_by?: {
|
|
1537
1537
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
1538
1538
|
value?: string | undefined;
|
|
@@ -1565,19 +1565,19 @@ declare const CreditTransactionReadSchema: z.ZodObject<{
|
|
|
1565
1565
|
created_at: z.ZodString;
|
|
1566
1566
|
created_by: z.ZodString;
|
|
1567
1567
|
}, "strip", z.ZodTypeAny, {
|
|
1568
|
-
created_at: string;
|
|
1569
1568
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1570
1569
|
amount: string;
|
|
1571
1570
|
balance_after: string;
|
|
1571
|
+
created_at: string;
|
|
1572
1572
|
created_by: string;
|
|
1573
1573
|
id: string;
|
|
1574
1574
|
support_ticket_id?: string | null | undefined;
|
|
1575
1575
|
description?: string | null | undefined;
|
|
1576
1576
|
}, {
|
|
1577
|
-
created_at: string;
|
|
1578
1577
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1579
1578
|
amount: string;
|
|
1580
1579
|
balance_after: string;
|
|
1580
|
+
created_at: string;
|
|
1581
1581
|
created_by: string;
|
|
1582
1582
|
id: string;
|
|
1583
1583
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1598,19 +1598,19 @@ declare const CreditTransactionPageSchema: z.ZodObject<{
|
|
|
1598
1598
|
created_at: z.ZodString;
|
|
1599
1599
|
created_by: z.ZodString;
|
|
1600
1600
|
}, "strip", z.ZodTypeAny, {
|
|
1601
|
-
created_at: string;
|
|
1602
1601
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1603
1602
|
amount: string;
|
|
1604
1603
|
balance_after: string;
|
|
1604
|
+
created_at: string;
|
|
1605
1605
|
created_by: string;
|
|
1606
1606
|
id: string;
|
|
1607
1607
|
support_ticket_id?: string | null | undefined;
|
|
1608
1608
|
description?: string | null | undefined;
|
|
1609
1609
|
}, {
|
|
1610
|
-
created_at: string;
|
|
1611
1610
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1612
1611
|
amount: string;
|
|
1613
1612
|
balance_after: string;
|
|
1613
|
+
created_at: string;
|
|
1614
1614
|
created_by: string;
|
|
1615
1615
|
id: string;
|
|
1616
1616
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1640,10 +1640,10 @@ declare const CreditTransactionPageSchema: z.ZodObject<{
|
|
|
1640
1640
|
}>;
|
|
1641
1641
|
}, "strip", z.ZodTypeAny, {
|
|
1642
1642
|
items: {
|
|
1643
|
-
created_at: string;
|
|
1644
1643
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1645
1644
|
amount: string;
|
|
1646
1645
|
balance_after: string;
|
|
1646
|
+
created_at: string;
|
|
1647
1647
|
created_by: string;
|
|
1648
1648
|
id: string;
|
|
1649
1649
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1659,10 +1659,10 @@ declare const CreditTransactionPageSchema: z.ZodObject<{
|
|
|
1659
1659
|
};
|
|
1660
1660
|
}, {
|
|
1661
1661
|
items: {
|
|
1662
|
-
created_at: string;
|
|
1663
1662
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1664
1663
|
amount: string;
|
|
1665
1664
|
balance_after: string;
|
|
1665
|
+
created_at: string;
|
|
1666
1666
|
created_by: string;
|
|
1667
1667
|
id: string;
|
|
1668
1668
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1740,8 +1740,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1740
1740
|
price_currency?: string | null | undefined;
|
|
1741
1741
|
}>, "many">>>;
|
|
1742
1742
|
}, "strip", z.ZodTypeAny, {
|
|
1743
|
-
userId: string;
|
|
1744
1743
|
email: string;
|
|
1744
|
+
userId: string;
|
|
1745
1745
|
username: string;
|
|
1746
1746
|
email_verified: boolean;
|
|
1747
1747
|
user_type: string;
|
|
@@ -1761,8 +1761,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1761
1761
|
price_currency?: string | null | undefined;
|
|
1762
1762
|
}[] | null | undefined;
|
|
1763
1763
|
}, {
|
|
1764
|
-
userId: string;
|
|
1765
1764
|
email: string;
|
|
1765
|
+
userId: string;
|
|
1766
1766
|
username: string;
|
|
1767
1767
|
email_verified: boolean;
|
|
1768
1768
|
user_type: string;
|
|
@@ -1784,8 +1784,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1784
1784
|
}>;
|
|
1785
1785
|
}, "strip", z.ZodTypeAny, {
|
|
1786
1786
|
user: {
|
|
1787
|
-
userId: string;
|
|
1788
1787
|
email: string;
|
|
1788
|
+
userId: string;
|
|
1789
1789
|
username: string;
|
|
1790
1790
|
email_verified: boolean;
|
|
1791
1791
|
user_type: string;
|
|
@@ -1805,15 +1805,15 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1805
1805
|
price_currency?: string | null | undefined;
|
|
1806
1806
|
}[] | null | undefined;
|
|
1807
1807
|
};
|
|
1808
|
+
status: string;
|
|
1808
1809
|
created_at: string;
|
|
1809
1810
|
expires_at: string;
|
|
1810
|
-
status: string;
|
|
1811
1811
|
user_agent?: string | null | undefined;
|
|
1812
1812
|
ip_address?: string | null | undefined;
|
|
1813
1813
|
}, {
|
|
1814
1814
|
user: {
|
|
1815
|
-
userId: string;
|
|
1816
1815
|
email: string;
|
|
1816
|
+
userId: string;
|
|
1817
1817
|
username: string;
|
|
1818
1818
|
email_verified: boolean;
|
|
1819
1819
|
user_type: string;
|
|
@@ -1833,9 +1833,9 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1833
1833
|
price_currency?: string | null | undefined;
|
|
1834
1834
|
}[] | null | undefined;
|
|
1835
1835
|
};
|
|
1836
|
+
status: string;
|
|
1836
1837
|
created_at: string;
|
|
1837
1838
|
expires_at: string;
|
|
1838
|
-
status: string;
|
|
1839
1839
|
user_agent?: string | null | undefined;
|
|
1840
1840
|
ip_address?: string | null | undefined;
|
|
1841
1841
|
}>;
|
|
@@ -1890,8 +1890,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1890
1890
|
price_currency?: string | null | undefined;
|
|
1891
1891
|
}>, "many">>>;
|
|
1892
1892
|
}, "strip", z.ZodTypeAny, {
|
|
1893
|
-
userId: string;
|
|
1894
1893
|
email: string;
|
|
1894
|
+
userId: string;
|
|
1895
1895
|
username: string;
|
|
1896
1896
|
email_verified: boolean;
|
|
1897
1897
|
user_type: string;
|
|
@@ -1911,8 +1911,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1911
1911
|
price_currency?: string | null | undefined;
|
|
1912
1912
|
}[] | null | undefined;
|
|
1913
1913
|
}, {
|
|
1914
|
-
userId: string;
|
|
1915
1914
|
email: string;
|
|
1915
|
+
userId: string;
|
|
1916
1916
|
username: string;
|
|
1917
1917
|
email_verified: boolean;
|
|
1918
1918
|
user_type: string;
|
|
@@ -1934,8 +1934,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1934
1934
|
}>;
|
|
1935
1935
|
}, "strip", z.ZodTypeAny, {
|
|
1936
1936
|
user: {
|
|
1937
|
-
userId: string;
|
|
1938
1937
|
email: string;
|
|
1938
|
+
userId: string;
|
|
1939
1939
|
username: string;
|
|
1940
1940
|
email_verified: boolean;
|
|
1941
1941
|
user_type: string;
|
|
@@ -1955,15 +1955,15 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1955
1955
|
price_currency?: string | null | undefined;
|
|
1956
1956
|
}[] | null | undefined;
|
|
1957
1957
|
};
|
|
1958
|
+
status: string;
|
|
1958
1959
|
created_at: string;
|
|
1959
1960
|
expires_at: string;
|
|
1960
|
-
status: string;
|
|
1961
1961
|
user_agent?: string | null | undefined;
|
|
1962
1962
|
ip_address?: string | null | undefined;
|
|
1963
1963
|
}, {
|
|
1964
1964
|
user: {
|
|
1965
|
-
userId: string;
|
|
1966
1965
|
email: string;
|
|
1966
|
+
userId: string;
|
|
1967
1967
|
username: string;
|
|
1968
1968
|
email_verified: boolean;
|
|
1969
1969
|
user_type: string;
|
|
@@ -1983,9 +1983,9 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1983
1983
|
price_currency?: string | null | undefined;
|
|
1984
1984
|
}[] | null | undefined;
|
|
1985
1985
|
};
|
|
1986
|
+
status: string;
|
|
1986
1987
|
created_at: string;
|
|
1987
1988
|
expires_at: string;
|
|
1988
|
-
status: string;
|
|
1989
1989
|
user_agent?: string | null | undefined;
|
|
1990
1990
|
ip_address?: string | null | undefined;
|
|
1991
1991
|
}>;
|
|
@@ -1996,8 +1996,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1996
1996
|
refresh_token: string;
|
|
1997
1997
|
frontend_session: {
|
|
1998
1998
|
user: {
|
|
1999
|
-
userId: string;
|
|
2000
1999
|
email: string;
|
|
2000
|
+
userId: string;
|
|
2001
2001
|
username: string;
|
|
2002
2002
|
email_verified: boolean;
|
|
2003
2003
|
user_type: string;
|
|
@@ -2017,9 +2017,9 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2017
2017
|
price_currency?: string | null | undefined;
|
|
2018
2018
|
}[] | null | undefined;
|
|
2019
2019
|
};
|
|
2020
|
+
status: string;
|
|
2020
2021
|
created_at: string;
|
|
2021
2022
|
expires_at: string;
|
|
2022
|
-
status: string;
|
|
2023
2023
|
user_agent?: string | null | undefined;
|
|
2024
2024
|
ip_address?: string | null | undefined;
|
|
2025
2025
|
};
|
|
@@ -2029,8 +2029,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2029
2029
|
refresh_token: string;
|
|
2030
2030
|
frontend_session: {
|
|
2031
2031
|
user: {
|
|
2032
|
-
userId: string;
|
|
2033
2032
|
email: string;
|
|
2033
|
+
userId: string;
|
|
2034
2034
|
username: string;
|
|
2035
2035
|
email_verified: boolean;
|
|
2036
2036
|
user_type: string;
|
|
@@ -2050,9 +2050,9 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2050
2050
|
price_currency?: string | null | undefined;
|
|
2051
2051
|
}[] | null | undefined;
|
|
2052
2052
|
};
|
|
2053
|
+
status: string;
|
|
2053
2054
|
created_at: string;
|
|
2054
2055
|
expires_at: string;
|
|
2055
|
-
status: string;
|
|
2056
2056
|
user_agent?: string | null | undefined;
|
|
2057
2057
|
ip_address?: string | null | undefined;
|
|
2058
2058
|
};
|
|
@@ -2110,9 +2110,9 @@ declare const NoteReadSchema: z.ZodObject<{
|
|
|
2110
2110
|
archived_by?: string | null | undefined;
|
|
2111
2111
|
deleted_at?: string | null | undefined;
|
|
2112
2112
|
deleted_by?: string | null | undefined;
|
|
2113
|
-
tag?: string | null | undefined;
|
|
2114
2113
|
title?: string | null | undefined;
|
|
2115
2114
|
body?: string | null | undefined;
|
|
2115
|
+
tag?: string | null | undefined;
|
|
2116
2116
|
original_id?: number | null | undefined;
|
|
2117
2117
|
created_by_display_name?: string | null | undefined;
|
|
2118
2118
|
updated_by_display_name?: string | null | undefined;
|
|
@@ -2129,9 +2129,9 @@ declare const NoteReadSchema: z.ZodObject<{
|
|
|
2129
2129
|
archived_by?: string | null | undefined;
|
|
2130
2130
|
deleted_at?: string | null | undefined;
|
|
2131
2131
|
deleted_by?: string | null | undefined;
|
|
2132
|
-
tag?: string | null | undefined;
|
|
2133
2132
|
title?: string | null | undefined;
|
|
2134
2133
|
body?: string | null | undefined;
|
|
2134
|
+
tag?: string | null | undefined;
|
|
2135
2135
|
original_id?: number | null | undefined;
|
|
2136
2136
|
created_by_display_name?: string | null | undefined;
|
|
2137
2137
|
updated_by_display_name?: string | null | undefined;
|
|
@@ -2151,18 +2151,18 @@ declare const NoteCreateSchema: z.ZodObject<{
|
|
|
2151
2151
|
record_id: string;
|
|
2152
2152
|
record_type: "attachment_folder" | "attachment" | "user" | "user_session" | "user_profile" | "refresh_token" | "refresh_token_family" | "user_subscription" | "password_reset" | "record_version" | "support_ticket" | "support_ticket_activity" | "credit_transaction" | "team_member" | "client_contact" | "client_location" | "client_profile" | "business_profile" | "tracker" | "tracker_activity" | "team" | "quote" | "note" | "followup" | "saved_filter" | "user_pinned_preset" | "record_subscriber" | "support_staff";
|
|
2153
2153
|
is_internal: boolean;
|
|
2154
|
-
tag?: string | null | undefined;
|
|
2155
2154
|
title?: string | null | undefined;
|
|
2156
2155
|
body?: string | null | undefined;
|
|
2156
|
+
tag?: string | null | undefined;
|
|
2157
2157
|
original_id?: number | null | undefined;
|
|
2158
2158
|
}, {
|
|
2159
2159
|
record_id: string;
|
|
2160
2160
|
record_type: "attachment_folder" | "attachment" | "user" | "user_session" | "user_profile" | "refresh_token" | "refresh_token_family" | "user_subscription" | "password_reset" | "record_version" | "support_ticket" | "support_ticket_activity" | "credit_transaction" | "team_member" | "client_contact" | "client_location" | "client_profile" | "business_profile" | "tracker" | "tracker_activity" | "team" | "quote" | "note" | "followup" | "saved_filter" | "user_pinned_preset" | "record_subscriber" | "support_staff";
|
|
2161
|
-
tag?: string | null | undefined;
|
|
2162
2161
|
title?: string | null | undefined;
|
|
2163
2162
|
body?: string | null | undefined;
|
|
2164
|
-
|
|
2163
|
+
tag?: string | null | undefined;
|
|
2165
2164
|
is_internal?: boolean | undefined;
|
|
2165
|
+
original_id?: number | null | undefined;
|
|
2166
2166
|
}>;
|
|
2167
2167
|
type NoteCreateDto = z.infer<typeof NoteCreateSchema>;
|
|
2168
2168
|
//#endregion
|
|
@@ -2180,20 +2180,20 @@ declare const NoteUpdateSchema: z.ZodObject<{
|
|
|
2180
2180
|
id: string;
|
|
2181
2181
|
record_id?: string | undefined;
|
|
2182
2182
|
record_type?: "attachment_folder" | "attachment" | "user" | "user_session" | "user_profile" | "refresh_token" | "refresh_token_family" | "user_subscription" | "password_reset" | "record_version" | "support_ticket" | "support_ticket_activity" | "credit_transaction" | "team_member" | "client_contact" | "client_location" | "client_profile" | "business_profile" | "tracker" | "tracker_activity" | "team" | "quote" | "note" | "followup" | "saved_filter" | "user_pinned_preset" | "record_subscriber" | "support_staff" | undefined;
|
|
2183
|
-
tag?: string | null | undefined;
|
|
2184
2183
|
title?: string | null | undefined;
|
|
2185
2184
|
body?: string | null | undefined;
|
|
2186
|
-
|
|
2185
|
+
tag?: string | null | undefined;
|
|
2187
2186
|
is_internal?: boolean | undefined;
|
|
2187
|
+
original_id?: number | null | undefined;
|
|
2188
2188
|
}, {
|
|
2189
2189
|
id: string;
|
|
2190
2190
|
record_id?: string | undefined;
|
|
2191
2191
|
record_type?: "attachment_folder" | "attachment" | "user" | "user_session" | "user_profile" | "refresh_token" | "refresh_token_family" | "user_subscription" | "password_reset" | "record_version" | "support_ticket" | "support_ticket_activity" | "credit_transaction" | "team_member" | "client_contact" | "client_location" | "client_profile" | "business_profile" | "tracker" | "tracker_activity" | "team" | "quote" | "note" | "followup" | "saved_filter" | "user_pinned_preset" | "record_subscriber" | "support_staff" | undefined;
|
|
2192
|
-
tag?: string | null | undefined;
|
|
2193
2192
|
title?: string | null | undefined;
|
|
2194
2193
|
body?: string | null | undefined;
|
|
2195
|
-
|
|
2194
|
+
tag?: string | null | undefined;
|
|
2196
2195
|
is_internal?: boolean | undefined;
|
|
2196
|
+
original_id?: number | null | undefined;
|
|
2197
2197
|
}>;
|
|
2198
2198
|
type NoteUpdateDto = z.infer<typeof NoteUpdateSchema>;
|
|
2199
2199
|
//#endregion
|
|
@@ -2555,6 +2555,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2555
2555
|
searchableFields: string[];
|
|
2556
2556
|
}>>;
|
|
2557
2557
|
}, "strip", z.ZodTypeAny, {
|
|
2558
|
+
first?: number | undefined;
|
|
2559
|
+
after?: string | undefined;
|
|
2560
|
+
sortBy?: string | undefined;
|
|
2561
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
2562
|
+
paginationToken?: string | undefined;
|
|
2558
2563
|
created_at?: {
|
|
2559
2564
|
operator: "isEmpty" | "isNotEmpty";
|
|
2560
2565
|
value?: any;
|
|
@@ -2571,11 +2576,6 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2571
2576
|
values?: any[] | undefined;
|
|
2572
2577
|
caseSensitive?: boolean | undefined;
|
|
2573
2578
|
} | undefined;
|
|
2574
|
-
first?: number | undefined;
|
|
2575
|
-
after?: string | undefined;
|
|
2576
|
-
sortBy?: string | undefined;
|
|
2577
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
2578
|
-
paginationToken?: string | undefined;
|
|
2579
2579
|
search?: {
|
|
2580
2580
|
query: string;
|
|
2581
2581
|
searchableFields: string[];
|
|
@@ -2608,19 +2608,19 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2608
2608
|
values?: any[] | undefined;
|
|
2609
2609
|
caseSensitive?: boolean | undefined;
|
|
2610
2610
|
} | undefined;
|
|
2611
|
-
|
|
2611
|
+
title?: {
|
|
2612
2612
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2613
2613
|
value?: string | undefined;
|
|
2614
2614
|
values?: string[] | undefined;
|
|
2615
2615
|
caseSensitive?: boolean | undefined;
|
|
2616
2616
|
} | undefined;
|
|
2617
|
-
|
|
2617
|
+
body?: {
|
|
2618
2618
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2619
2619
|
value?: string | undefined;
|
|
2620
2620
|
values?: string[] | undefined;
|
|
2621
2621
|
caseSensitive?: boolean | undefined;
|
|
2622
2622
|
} | undefined;
|
|
2623
|
-
|
|
2623
|
+
tag?: {
|
|
2624
2624
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2625
2625
|
value?: string | undefined;
|
|
2626
2626
|
values?: string[] | undefined;
|
|
@@ -2633,6 +2633,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2633
2633
|
caseSensitive?: boolean | undefined;
|
|
2634
2634
|
} | undefined;
|
|
2635
2635
|
}, {
|
|
2636
|
+
first?: number | undefined;
|
|
2637
|
+
after?: string | undefined;
|
|
2638
|
+
sortBy?: string | undefined;
|
|
2639
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
2640
|
+
paginationToken?: string | undefined;
|
|
2636
2641
|
created_at?: {
|
|
2637
2642
|
operator: "isEmpty" | "isNotEmpty";
|
|
2638
2643
|
value?: any;
|
|
@@ -2649,11 +2654,6 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2649
2654
|
values?: any[] | undefined;
|
|
2650
2655
|
caseSensitive?: boolean | undefined;
|
|
2651
2656
|
} | undefined;
|
|
2652
|
-
first?: number | undefined;
|
|
2653
|
-
after?: string | undefined;
|
|
2654
|
-
sortBy?: string | undefined;
|
|
2655
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
2656
|
-
paginationToken?: string | undefined;
|
|
2657
2657
|
search?: {
|
|
2658
2658
|
query: string;
|
|
2659
2659
|
searchableFields: string[];
|
|
@@ -2686,19 +2686,19 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2686
2686
|
values?: any[] | undefined;
|
|
2687
2687
|
caseSensitive?: boolean | undefined;
|
|
2688
2688
|
} | undefined;
|
|
2689
|
-
|
|
2689
|
+
title?: {
|
|
2690
2690
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2691
2691
|
value?: string | undefined;
|
|
2692
2692
|
values?: string[] | undefined;
|
|
2693
2693
|
caseSensitive?: boolean | undefined;
|
|
2694
2694
|
} | undefined;
|
|
2695
|
-
|
|
2695
|
+
body?: {
|
|
2696
2696
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2697
2697
|
value?: string | undefined;
|
|
2698
2698
|
values?: string[] | undefined;
|
|
2699
2699
|
caseSensitive?: boolean | undefined;
|
|
2700
2700
|
} | undefined;
|
|
2701
|
-
|
|
2701
|
+
tag?: {
|
|
2702
2702
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2703
2703
|
value?: string | undefined;
|
|
2704
2704
|
values?: string[] | undefined;
|
|
@@ -3382,17 +3382,17 @@ declare const signupSchema: z.ZodObject<{
|
|
|
3382
3382
|
password_confirm: string;
|
|
3383
3383
|
}>;
|
|
3384
3384
|
}, "strip", z.ZodTypeAny, {
|
|
3385
|
-
email: string;
|
|
3386
3385
|
passwords: {
|
|
3387
3386
|
password: string;
|
|
3388
3387
|
password_confirm: string;
|
|
3389
3388
|
};
|
|
3390
|
-
}, {
|
|
3391
3389
|
email: string;
|
|
3390
|
+
}, {
|
|
3392
3391
|
passwords: {
|
|
3393
3392
|
password: string;
|
|
3394
3393
|
password_confirm: string;
|
|
3395
3394
|
};
|
|
3395
|
+
email: string;
|
|
3396
3396
|
}>;
|
|
3397
3397
|
type SignupInputDto = z.infer<typeof signupSchema>;
|
|
3398
3398
|
//#endregion
|
|
@@ -3691,8 +3691,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
3691
3691
|
user_id_display_name?: string | null | undefined;
|
|
3692
3692
|
}>>>;
|
|
3693
3693
|
}, "strip", z.ZodTypeAny, {
|
|
3694
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3695
3694
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
3695
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3696
3696
|
id: string;
|
|
3697
3697
|
description: string;
|
|
3698
3698
|
title: string;
|
|
@@ -3706,10 +3706,10 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
3706
3706
|
created_by_display_name?: string | null | undefined;
|
|
3707
3707
|
display_id?: string | null | undefined;
|
|
3708
3708
|
credit_value?: string | null | undefined;
|
|
3709
|
-
display_id_prefix?: string | null | undefined;
|
|
3710
3709
|
start_at?: string | null | undefined;
|
|
3711
3710
|
target_at?: string | null | undefined;
|
|
3712
3711
|
completed_at?: string | null | undefined;
|
|
3712
|
+
display_id_prefix?: string | null | undefined;
|
|
3713
3713
|
locked_approval_at?: string | null | undefined;
|
|
3714
3714
|
my_subscription?: {
|
|
3715
3715
|
created_at: string;
|
|
@@ -3723,8 +3723,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
3723
3723
|
user_id_display_name?: string | null | undefined;
|
|
3724
3724
|
} | null | undefined;
|
|
3725
3725
|
}, {
|
|
3726
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3727
3726
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
3727
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3728
3728
|
id: string;
|
|
3729
3729
|
description: string;
|
|
3730
3730
|
title: string;
|
|
@@ -3738,10 +3738,10 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
3738
3738
|
created_by_display_name?: string | null | undefined;
|
|
3739
3739
|
display_id?: string | null | undefined;
|
|
3740
3740
|
credit_value?: string | null | undefined;
|
|
3741
|
-
display_id_prefix?: string | null | undefined;
|
|
3742
3741
|
start_at?: string | null | undefined;
|
|
3743
3742
|
target_at?: string | null | undefined;
|
|
3744
3743
|
completed_at?: string | null | undefined;
|
|
3744
|
+
display_id_prefix?: string | null | undefined;
|
|
3745
3745
|
locked_approval_at?: string | null | undefined;
|
|
3746
3746
|
my_subscription?: {
|
|
3747
3747
|
created_at: string;
|
|
@@ -3813,8 +3813,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3813
3813
|
user_id_display_name?: string | null | undefined;
|
|
3814
3814
|
}>>>;
|
|
3815
3815
|
}, "strip", z.ZodTypeAny, {
|
|
3816
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3817
3816
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
3817
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3818
3818
|
id: string;
|
|
3819
3819
|
description: string;
|
|
3820
3820
|
title: string;
|
|
@@ -3828,10 +3828,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3828
3828
|
created_by_display_name?: string | null | undefined;
|
|
3829
3829
|
display_id?: string | null | undefined;
|
|
3830
3830
|
credit_value?: string | null | undefined;
|
|
3831
|
-
display_id_prefix?: string | null | undefined;
|
|
3832
3831
|
start_at?: string | null | undefined;
|
|
3833
3832
|
target_at?: string | null | undefined;
|
|
3834
3833
|
completed_at?: string | null | undefined;
|
|
3834
|
+
display_id_prefix?: string | null | undefined;
|
|
3835
3835
|
locked_approval_at?: string | null | undefined;
|
|
3836
3836
|
my_subscription?: {
|
|
3837
3837
|
created_at: string;
|
|
@@ -3845,8 +3845,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3845
3845
|
user_id_display_name?: string | null | undefined;
|
|
3846
3846
|
} | null | undefined;
|
|
3847
3847
|
}, {
|
|
3848
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3849
3848
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
3849
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3850
3850
|
id: string;
|
|
3851
3851
|
description: string;
|
|
3852
3852
|
title: string;
|
|
@@ -3860,10 +3860,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3860
3860
|
created_by_display_name?: string | null | undefined;
|
|
3861
3861
|
display_id?: string | null | undefined;
|
|
3862
3862
|
credit_value?: string | null | undefined;
|
|
3863
|
-
display_id_prefix?: string | null | undefined;
|
|
3864
3863
|
start_at?: string | null | undefined;
|
|
3865
3864
|
target_at?: string | null | undefined;
|
|
3866
3865
|
completed_at?: string | null | undefined;
|
|
3866
|
+
display_id_prefix?: string | null | undefined;
|
|
3867
3867
|
locked_approval_at?: string | null | undefined;
|
|
3868
3868
|
my_subscription?: {
|
|
3869
3869
|
created_at: string;
|
|
@@ -3901,8 +3901,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3901
3901
|
}>;
|
|
3902
3902
|
}, "strip", z.ZodTypeAny, {
|
|
3903
3903
|
items: {
|
|
3904
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3905
3904
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
3905
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3906
3906
|
id: string;
|
|
3907
3907
|
description: string;
|
|
3908
3908
|
title: string;
|
|
@@ -3916,10 +3916,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3916
3916
|
created_by_display_name?: string | null | undefined;
|
|
3917
3917
|
display_id?: string | null | undefined;
|
|
3918
3918
|
credit_value?: string | null | undefined;
|
|
3919
|
-
display_id_prefix?: string | null | undefined;
|
|
3920
3919
|
start_at?: string | null | undefined;
|
|
3921
3920
|
target_at?: string | null | undefined;
|
|
3922
3921
|
completed_at?: string | null | undefined;
|
|
3922
|
+
display_id_prefix?: string | null | undefined;
|
|
3923
3923
|
locked_approval_at?: string | null | undefined;
|
|
3924
3924
|
my_subscription?: {
|
|
3925
3925
|
created_at: string;
|
|
@@ -3943,8 +3943,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3943
3943
|
};
|
|
3944
3944
|
}, {
|
|
3945
3945
|
items: {
|
|
3946
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3947
3946
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
3947
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
3948
3948
|
id: string;
|
|
3949
3949
|
description: string;
|
|
3950
3950
|
title: string;
|
|
@@ -3958,10 +3958,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
3958
3958
|
created_by_display_name?: string | null | undefined;
|
|
3959
3959
|
display_id?: string | null | undefined;
|
|
3960
3960
|
credit_value?: string | null | undefined;
|
|
3961
|
-
display_id_prefix?: string | null | undefined;
|
|
3962
3961
|
start_at?: string | null | undefined;
|
|
3963
3962
|
target_at?: string | null | undefined;
|
|
3964
3963
|
completed_at?: string | null | undefined;
|
|
3964
|
+
display_id_prefix?: string | null | undefined;
|
|
3965
3965
|
locked_approval_at?: string | null | undefined;
|
|
3966
3966
|
my_subscription?: {
|
|
3967
3967
|
created_at: string;
|
|
@@ -4680,6 +4680,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
4680
4680
|
searchableFields: string[];
|
|
4681
4681
|
}>>;
|
|
4682
4682
|
}, "strip", z.ZodTypeAny, {
|
|
4683
|
+
type?: {
|
|
4684
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
4685
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
4686
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
4687
|
+
caseSensitive?: boolean | undefined;
|
|
4688
|
+
} | undefined;
|
|
4689
|
+
status?: {
|
|
4690
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
4691
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
4692
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
4693
|
+
caseSensitive?: boolean | undefined;
|
|
4694
|
+
} | undefined;
|
|
4695
|
+
first?: number | undefined;
|
|
4696
|
+
after?: string | undefined;
|
|
4697
|
+
sortBy?: string | undefined;
|
|
4698
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
4699
|
+
paginationToken?: string | undefined;
|
|
4683
4700
|
created_at?: {
|
|
4684
4701
|
operator: "isEmpty" | "isNotEmpty";
|
|
4685
4702
|
value?: any;
|
|
@@ -4696,23 +4713,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
4696
4713
|
values?: any[] | undefined;
|
|
4697
4714
|
caseSensitive?: boolean | undefined;
|
|
4698
4715
|
} | undefined;
|
|
4699
|
-
status?: {
|
|
4700
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
4701
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
4702
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
4703
|
-
caseSensitive?: boolean | undefined;
|
|
4704
|
-
} | undefined;
|
|
4705
|
-
type?: {
|
|
4706
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
4707
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
4708
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
4709
|
-
caseSensitive?: boolean | undefined;
|
|
4710
|
-
} | undefined;
|
|
4711
|
-
first?: number | undefined;
|
|
4712
|
-
after?: string | undefined;
|
|
4713
|
-
sortBy?: string | undefined;
|
|
4714
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
4715
|
-
paginationToken?: string | undefined;
|
|
4716
4716
|
created_by?: {
|
|
4717
4717
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
4718
4718
|
value?: string | undefined;
|
|
@@ -4818,6 +4818,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
4818
4818
|
caseSensitive?: boolean | undefined;
|
|
4819
4819
|
} | undefined;
|
|
4820
4820
|
}, {
|
|
4821
|
+
type?: {
|
|
4822
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
4823
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
4824
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
4825
|
+
caseSensitive?: boolean | undefined;
|
|
4826
|
+
} | undefined;
|
|
4827
|
+
status?: {
|
|
4828
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
4829
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
4830
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
4831
|
+
caseSensitive?: boolean | undefined;
|
|
4832
|
+
} | undefined;
|
|
4833
|
+
first?: number | undefined;
|
|
4834
|
+
after?: string | undefined;
|
|
4835
|
+
sortBy?: string | undefined;
|
|
4836
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
4837
|
+
paginationToken?: string | undefined;
|
|
4821
4838
|
created_at?: {
|
|
4822
4839
|
operator: "isEmpty" | "isNotEmpty";
|
|
4823
4840
|
value?: any;
|
|
@@ -4834,23 +4851,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
4834
4851
|
values?: any[] | undefined;
|
|
4835
4852
|
caseSensitive?: boolean | undefined;
|
|
4836
4853
|
} | undefined;
|
|
4837
|
-
status?: {
|
|
4838
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
4839
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
4840
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
4841
|
-
caseSensitive?: boolean | undefined;
|
|
4842
|
-
} | undefined;
|
|
4843
|
-
type?: {
|
|
4844
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
4845
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
4846
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
4847
|
-
caseSensitive?: boolean | undefined;
|
|
4848
|
-
} | undefined;
|
|
4849
|
-
first?: number | undefined;
|
|
4850
|
-
after?: string | undefined;
|
|
4851
|
-
sortBy?: string | undefined;
|
|
4852
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
4853
|
-
paginationToken?: string | undefined;
|
|
4854
4854
|
created_by?: {
|
|
4855
4855
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
4856
4856
|
value?: string | undefined;
|
|
@@ -4993,8 +4993,8 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
4993
4993
|
archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4994
4994
|
archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4995
4995
|
}, "strip", z.ZodTypeAny, {
|
|
4996
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4997
4996
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4997
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4998
4998
|
id: string;
|
|
4999
4999
|
description: string;
|
|
5000
5000
|
title: string;
|
|
@@ -5013,17 +5013,17 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5013
5013
|
display_id?: string | null | undefined;
|
|
5014
5014
|
credit_value?: string | null | undefined;
|
|
5015
5015
|
delivered_value?: string | null | undefined;
|
|
5016
|
-
display_id_prefix?: string | null | undefined;
|
|
5017
5016
|
start_at?: string | null | undefined;
|
|
5018
5017
|
target_at?: string | null | undefined;
|
|
5019
5018
|
completed_at?: string | null | undefined;
|
|
5019
|
+
display_id_prefix?: string | null | undefined;
|
|
5020
5020
|
locked_approval_at?: string | null | undefined;
|
|
5021
5021
|
assigned_to?: string | null | undefined;
|
|
5022
5022
|
assigned_to_display_name?: string | null | undefined;
|
|
5023
5023
|
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5024
5024
|
}, {
|
|
5025
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5026
5025
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5026
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5027
5027
|
id: string;
|
|
5028
5028
|
description: string;
|
|
5029
5029
|
title: string;
|
|
@@ -5042,10 +5042,10 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5042
5042
|
display_id?: string | null | undefined;
|
|
5043
5043
|
credit_value?: string | null | undefined;
|
|
5044
5044
|
delivered_value?: string | null | undefined;
|
|
5045
|
-
display_id_prefix?: string | null | undefined;
|
|
5046
5045
|
start_at?: string | null | undefined;
|
|
5047
5046
|
target_at?: string | null | undefined;
|
|
5048
5047
|
completed_at?: string | null | undefined;
|
|
5048
|
+
display_id_prefix?: string | null | undefined;
|
|
5049
5049
|
locked_approval_at?: string | null | undefined;
|
|
5050
5050
|
assigned_to?: string | null | undefined;
|
|
5051
5051
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5086,8 +5086,8 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5086
5086
|
archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5087
5087
|
archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5088
5088
|
}, "strip", z.ZodTypeAny, {
|
|
5089
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5090
5089
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5090
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5091
5091
|
id: string;
|
|
5092
5092
|
description: string;
|
|
5093
5093
|
title: string;
|
|
@@ -5106,17 +5106,17 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5106
5106
|
display_id?: string | null | undefined;
|
|
5107
5107
|
credit_value?: string | null | undefined;
|
|
5108
5108
|
delivered_value?: string | null | undefined;
|
|
5109
|
-
display_id_prefix?: string | null | undefined;
|
|
5110
5109
|
start_at?: string | null | undefined;
|
|
5111
5110
|
target_at?: string | null | undefined;
|
|
5112
5111
|
completed_at?: string | null | undefined;
|
|
5112
|
+
display_id_prefix?: string | null | undefined;
|
|
5113
5113
|
locked_approval_at?: string | null | undefined;
|
|
5114
5114
|
assigned_to?: string | null | undefined;
|
|
5115
5115
|
assigned_to_display_name?: string | null | undefined;
|
|
5116
5116
|
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5117
5117
|
}, {
|
|
5118
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5119
5118
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5119
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5120
5120
|
id: string;
|
|
5121
5121
|
description: string;
|
|
5122
5122
|
title: string;
|
|
@@ -5135,10 +5135,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5135
5135
|
display_id?: string | null | undefined;
|
|
5136
5136
|
credit_value?: string | null | undefined;
|
|
5137
5137
|
delivered_value?: string | null | undefined;
|
|
5138
|
-
display_id_prefix?: string | null | undefined;
|
|
5139
5138
|
start_at?: string | null | undefined;
|
|
5140
5139
|
target_at?: string | null | undefined;
|
|
5141
5140
|
completed_at?: string | null | undefined;
|
|
5141
|
+
display_id_prefix?: string | null | undefined;
|
|
5142
5142
|
locked_approval_at?: string | null | undefined;
|
|
5143
5143
|
assigned_to?: string | null | undefined;
|
|
5144
5144
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5168,8 +5168,8 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5168
5168
|
}>;
|
|
5169
5169
|
}, "strip", z.ZodTypeAny, {
|
|
5170
5170
|
items: {
|
|
5171
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5172
5171
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5172
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5173
5173
|
id: string;
|
|
5174
5174
|
description: string;
|
|
5175
5175
|
title: string;
|
|
@@ -5188,10 +5188,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5188
5188
|
display_id?: string | null | undefined;
|
|
5189
5189
|
credit_value?: string | null | undefined;
|
|
5190
5190
|
delivered_value?: string | null | undefined;
|
|
5191
|
-
display_id_prefix?: string | null | undefined;
|
|
5192
5191
|
start_at?: string | null | undefined;
|
|
5193
5192
|
target_at?: string | null | undefined;
|
|
5194
5193
|
completed_at?: string | null | undefined;
|
|
5194
|
+
display_id_prefix?: string | null | undefined;
|
|
5195
5195
|
locked_approval_at?: string | null | undefined;
|
|
5196
5196
|
assigned_to?: string | null | undefined;
|
|
5197
5197
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -5207,8 +5207,8 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5207
5207
|
};
|
|
5208
5208
|
}, {
|
|
5209
5209
|
items: {
|
|
5210
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5211
5210
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5211
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5212
5212
|
id: string;
|
|
5213
5213
|
description: string;
|
|
5214
5214
|
title: string;
|
|
@@ -5227,10 +5227,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5227
5227
|
display_id?: string | null | undefined;
|
|
5228
5228
|
credit_value?: string | null | undefined;
|
|
5229
5229
|
delivered_value?: string | null | undefined;
|
|
5230
|
-
display_id_prefix?: string | null | undefined;
|
|
5231
5230
|
start_at?: string | null | undefined;
|
|
5232
5231
|
target_at?: string | null | undefined;
|
|
5233
5232
|
completed_at?: string | null | undefined;
|
|
5233
|
+
display_id_prefix?: string | null | undefined;
|
|
5234
5234
|
locked_approval_at?: string | null | undefined;
|
|
5235
5235
|
assigned_to?: string | null | undefined;
|
|
5236
5236
|
assigned_to_display_name?: string | null | undefined;
|
|
@@ -6043,6 +6043,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6043
6043
|
searchableFields: string[];
|
|
6044
6044
|
}>>;
|
|
6045
6045
|
}, "strip", z.ZodTypeAny, {
|
|
6046
|
+
type?: {
|
|
6047
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6048
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6049
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6050
|
+
caseSensitive?: boolean | undefined;
|
|
6051
|
+
} | undefined;
|
|
6052
|
+
status?: {
|
|
6053
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6054
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6055
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6056
|
+
caseSensitive?: boolean | undefined;
|
|
6057
|
+
} | undefined;
|
|
6058
|
+
first?: number | undefined;
|
|
6059
|
+
after?: string | undefined;
|
|
6060
|
+
sortBy?: string | undefined;
|
|
6061
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
6062
|
+
paginationToken?: string | undefined;
|
|
6046
6063
|
created_at?: {
|
|
6047
6064
|
operator: "isEmpty" | "isNotEmpty";
|
|
6048
6065
|
value?: any;
|
|
@@ -6059,23 +6076,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6059
6076
|
values?: any[] | undefined;
|
|
6060
6077
|
caseSensitive?: boolean | undefined;
|
|
6061
6078
|
} | undefined;
|
|
6062
|
-
status?: {
|
|
6063
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6064
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6065
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6066
|
-
caseSensitive?: boolean | undefined;
|
|
6067
|
-
} | undefined;
|
|
6068
|
-
type?: {
|
|
6069
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6070
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6071
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6072
|
-
caseSensitive?: boolean | undefined;
|
|
6073
|
-
} | undefined;
|
|
6074
|
-
first?: number | undefined;
|
|
6075
|
-
after?: string | undefined;
|
|
6076
|
-
sortBy?: string | undefined;
|
|
6077
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
6078
|
-
paginationToken?: string | undefined;
|
|
6079
6079
|
created_by?: {
|
|
6080
6080
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
6081
6081
|
value?: string | undefined;
|
|
@@ -6199,6 +6199,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6199
6199
|
caseSensitive?: boolean | undefined;
|
|
6200
6200
|
} | undefined;
|
|
6201
6201
|
}, {
|
|
6202
|
+
type?: {
|
|
6203
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6204
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6205
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6206
|
+
caseSensitive?: boolean | undefined;
|
|
6207
|
+
} | undefined;
|
|
6208
|
+
status?: {
|
|
6209
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6210
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6211
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6212
|
+
caseSensitive?: boolean | undefined;
|
|
6213
|
+
} | undefined;
|
|
6214
|
+
first?: number | undefined;
|
|
6215
|
+
after?: string | undefined;
|
|
6216
|
+
sortBy?: string | undefined;
|
|
6217
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
6218
|
+
paginationToken?: string | undefined;
|
|
6202
6219
|
created_at?: {
|
|
6203
6220
|
operator: "isEmpty" | "isNotEmpty";
|
|
6204
6221
|
value?: any;
|
|
@@ -6215,23 +6232,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6215
6232
|
values?: any[] | undefined;
|
|
6216
6233
|
caseSensitive?: boolean | undefined;
|
|
6217
6234
|
} | undefined;
|
|
6218
|
-
status?: {
|
|
6219
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6220
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6221
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6222
|
-
caseSensitive?: boolean | undefined;
|
|
6223
|
-
} | undefined;
|
|
6224
|
-
type?: {
|
|
6225
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6226
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6227
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6228
|
-
caseSensitive?: boolean | undefined;
|
|
6229
|
-
} | undefined;
|
|
6230
|
-
first?: number | undefined;
|
|
6231
|
-
after?: string | undefined;
|
|
6232
|
-
sortBy?: string | undefined;
|
|
6233
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
6234
|
-
paginationToken?: string | undefined;
|
|
6235
6235
|
created_by?: {
|
|
6236
6236
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
6237
6237
|
value?: string | undefined;
|
|
@@ -7121,6 +7121,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7121
7121
|
searchableFields: string[];
|
|
7122
7122
|
}>>;
|
|
7123
7123
|
}, "strip", z.ZodTypeAny, {
|
|
7124
|
+
first?: number | undefined;
|
|
7125
|
+
after?: string | undefined;
|
|
7126
|
+
sortBy?: string | undefined;
|
|
7127
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
7128
|
+
paginationToken?: string | undefined;
|
|
7124
7129
|
created_at?: {
|
|
7125
7130
|
operator: "isEmpty" | "isNotEmpty";
|
|
7126
7131
|
value?: any;
|
|
@@ -7137,11 +7142,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7137
7142
|
values?: any[] | undefined;
|
|
7138
7143
|
caseSensitive?: boolean | undefined;
|
|
7139
7144
|
} | undefined;
|
|
7140
|
-
first?: number | undefined;
|
|
7141
|
-
after?: string | undefined;
|
|
7142
|
-
sortBy?: string | undefined;
|
|
7143
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
7144
|
-
paginationToken?: string | undefined;
|
|
7145
7145
|
search?: {
|
|
7146
7146
|
query: string;
|
|
7147
7147
|
searchableFields: string[];
|
|
@@ -7221,6 +7221,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7221
7221
|
caseSensitive?: boolean | undefined;
|
|
7222
7222
|
} | undefined;
|
|
7223
7223
|
}, {
|
|
7224
|
+
first?: number | undefined;
|
|
7225
|
+
after?: string | undefined;
|
|
7226
|
+
sortBy?: string | undefined;
|
|
7227
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
7228
|
+
paginationToken?: string | undefined;
|
|
7224
7229
|
created_at?: {
|
|
7225
7230
|
operator: "isEmpty" | "isNotEmpty";
|
|
7226
7231
|
value?: any;
|
|
@@ -7237,11 +7242,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7237
7242
|
values?: any[] | undefined;
|
|
7238
7243
|
caseSensitive?: boolean | undefined;
|
|
7239
7244
|
} | undefined;
|
|
7240
|
-
first?: number | undefined;
|
|
7241
|
-
after?: string | undefined;
|
|
7242
|
-
sortBy?: string | undefined;
|
|
7243
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
7244
|
-
paginationToken?: string | undefined;
|
|
7245
7245
|
search?: {
|
|
7246
7246
|
query: string;
|
|
7247
7247
|
searchableFields: string[];
|
|
@@ -8678,6 +8678,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8678
8678
|
searchableFields: string[];
|
|
8679
8679
|
}>>;
|
|
8680
8680
|
}, "strip", z.ZodTypeAny, {
|
|
8681
|
+
first?: number | undefined;
|
|
8682
|
+
after?: string | undefined;
|
|
8683
|
+
sortBy?: string | undefined;
|
|
8684
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
8685
|
+
paginationToken?: string | undefined;
|
|
8681
8686
|
created_at?: {
|
|
8682
8687
|
operator: "isEmpty" | "isNotEmpty";
|
|
8683
8688
|
value?: any;
|
|
@@ -8694,11 +8699,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8694
8699
|
values?: any[] | undefined;
|
|
8695
8700
|
caseSensitive?: boolean | undefined;
|
|
8696
8701
|
} | undefined;
|
|
8697
|
-
first?: number | undefined;
|
|
8698
|
-
after?: string | undefined;
|
|
8699
|
-
sortBy?: string | undefined;
|
|
8700
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
8701
|
-
paginationToken?: string | undefined;
|
|
8702
8702
|
search?: {
|
|
8703
8703
|
query: string;
|
|
8704
8704
|
searchableFields: string[];
|
|
@@ -8808,6 +8808,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8808
8808
|
caseSensitive?: boolean | undefined;
|
|
8809
8809
|
} | undefined;
|
|
8810
8810
|
}, {
|
|
8811
|
+
first?: number | undefined;
|
|
8812
|
+
after?: string | undefined;
|
|
8813
|
+
sortBy?: string | undefined;
|
|
8814
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
8815
|
+
paginationToken?: string | undefined;
|
|
8811
8816
|
created_at?: {
|
|
8812
8817
|
operator: "isEmpty" | "isNotEmpty";
|
|
8813
8818
|
value?: any;
|
|
@@ -8824,11 +8829,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
8824
8829
|
values?: any[] | undefined;
|
|
8825
8830
|
caseSensitive?: boolean | undefined;
|
|
8826
8831
|
} | undefined;
|
|
8827
|
-
first?: number | undefined;
|
|
8828
|
-
after?: string | undefined;
|
|
8829
|
-
sortBy?: string | undefined;
|
|
8830
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
8831
|
-
paginationToken?: string | undefined;
|
|
8832
8832
|
search?: {
|
|
8833
8833
|
query: string;
|
|
8834
8834
|
searchableFields: string[];
|
|
@@ -9292,20 +9292,20 @@ declare const UserReadSchema: z.ZodObject<{
|
|
|
9292
9292
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
9293
9293
|
}, "strip", z.ZodTypeAny, {
|
|
9294
9294
|
created_at: string;
|
|
9295
|
+
id: string;
|
|
9295
9296
|
email: string;
|
|
9297
|
+
updated_at: string | null;
|
|
9296
9298
|
username: string;
|
|
9297
9299
|
email_verified: boolean;
|
|
9298
9300
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9299
|
-
id: string;
|
|
9300
|
-
updated_at: string | null;
|
|
9301
9301
|
}, {
|
|
9302
9302
|
created_at: string;
|
|
9303
|
+
id: string;
|
|
9303
9304
|
email: string;
|
|
9305
|
+
updated_at: string | null;
|
|
9304
9306
|
username: string;
|
|
9305
9307
|
email_verified: boolean;
|
|
9306
9308
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9307
|
-
id: string;
|
|
9308
|
-
updated_at: string | null;
|
|
9309
9309
|
}>;
|
|
9310
9310
|
type UserReadDto = z.infer<typeof UserReadSchema>;
|
|
9311
9311
|
//#endregion
|
|
@@ -9314,11 +9314,11 @@ declare const UserUpdateSchema: z.ZodObject<{
|
|
|
9314
9314
|
id: z.ZodString;
|
|
9315
9315
|
user_type: z.ZodEnum<["consumer", "lead", "staff", "super_admin"]>;
|
|
9316
9316
|
}, "strip", z.ZodTypeAny, {
|
|
9317
|
-
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9318
9317
|
id: string;
|
|
9319
|
-
}, {
|
|
9320
9318
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9319
|
+
}, {
|
|
9321
9320
|
id: string;
|
|
9321
|
+
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9322
9322
|
}>;
|
|
9323
9323
|
type UserUpdateDto = z.infer<typeof UserUpdateSchema>;
|
|
9324
9324
|
//#endregion
|