@dragonmastery/dragoncore-shared 0.0.31 → 0.0.32
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 +274 -274
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -162,12 +162,12 @@ declare const AttachmentFolderReadSchema: z.ZodObject<{
|
|
|
162
162
|
metadata?: string | null | undefined;
|
|
163
163
|
updated_at?: string | null | undefined;
|
|
164
164
|
updated_by?: string | null | undefined;
|
|
165
|
-
parent_folder_id?: string | null | undefined;
|
|
166
|
-
file_count?: number | undefined;
|
|
167
165
|
archived_at?: string | null | undefined;
|
|
168
166
|
archived_by?: string | null | undefined;
|
|
169
167
|
deleted_at?: string | null | undefined;
|
|
170
168
|
deleted_by?: string | null | undefined;
|
|
169
|
+
parent_folder_id?: string | null | undefined;
|
|
170
|
+
file_count?: number | undefined;
|
|
171
171
|
}, {
|
|
172
172
|
created_at: string;
|
|
173
173
|
created_by: string;
|
|
@@ -180,12 +180,12 @@ declare const AttachmentFolderReadSchema: z.ZodObject<{
|
|
|
180
180
|
metadata?: string | null | undefined;
|
|
181
181
|
updated_at?: string | null | undefined;
|
|
182
182
|
updated_by?: string | null | undefined;
|
|
183
|
-
parent_folder_id?: string | null | undefined;
|
|
184
|
-
file_count?: number | undefined;
|
|
185
183
|
archived_at?: string | null | undefined;
|
|
186
184
|
archived_by?: string | null | undefined;
|
|
187
185
|
deleted_at?: string | null | undefined;
|
|
188
186
|
deleted_by?: string | null | undefined;
|
|
187
|
+
parent_folder_id?: string | null | undefined;
|
|
188
|
+
file_count?: number | undefined;
|
|
189
189
|
}>;
|
|
190
190
|
type AttachmentFolderReadDto = z.infer<typeof AttachmentFolderReadSchema>;
|
|
191
191
|
//#endregion
|
|
@@ -351,12 +351,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
351
351
|
metadata?: string | null | undefined;
|
|
352
352
|
updated_at?: string | null | undefined;
|
|
353
353
|
updated_by?: string | null | undefined;
|
|
354
|
-
parent_folder_id?: string | null | undefined;
|
|
355
|
-
file_count?: number | undefined;
|
|
356
354
|
archived_at?: string | null | undefined;
|
|
357
355
|
archived_by?: string | null | undefined;
|
|
358
356
|
deleted_at?: string | null | undefined;
|
|
359
357
|
deleted_by?: string | null | undefined;
|
|
358
|
+
parent_folder_id?: string | null | undefined;
|
|
359
|
+
file_count?: number | undefined;
|
|
360
360
|
}, {
|
|
361
361
|
created_at: string;
|
|
362
362
|
created_by: string;
|
|
@@ -369,12 +369,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
369
369
|
metadata?: string | null | undefined;
|
|
370
370
|
updated_at?: string | null | undefined;
|
|
371
371
|
updated_by?: string | null | undefined;
|
|
372
|
-
parent_folder_id?: string | null | undefined;
|
|
373
|
-
file_count?: number | undefined;
|
|
374
372
|
archived_at?: string | null | undefined;
|
|
375
373
|
archived_by?: string | null | undefined;
|
|
376
374
|
deleted_at?: string | null | undefined;
|
|
377
375
|
deleted_by?: string | null | undefined;
|
|
376
|
+
parent_folder_id?: string | null | undefined;
|
|
377
|
+
file_count?: number | undefined;
|
|
378
378
|
}>, "many">;
|
|
379
379
|
pageInfo: z.ZodObject<{
|
|
380
380
|
hasNextPage: z.ZodBoolean;
|
|
@@ -423,12 +423,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
423
423
|
metadata?: string | null | undefined;
|
|
424
424
|
updated_at?: string | null | undefined;
|
|
425
425
|
updated_by?: string | null | undefined;
|
|
426
|
-
parent_folder_id?: string | null | undefined;
|
|
427
|
-
file_count?: number | undefined;
|
|
428
426
|
archived_at?: string | null | undefined;
|
|
429
427
|
archived_by?: string | null | undefined;
|
|
430
428
|
deleted_at?: string | null | undefined;
|
|
431
429
|
deleted_by?: string | null | undefined;
|
|
430
|
+
parent_folder_id?: string | null | undefined;
|
|
431
|
+
file_count?: number | undefined;
|
|
432
432
|
}[];
|
|
433
433
|
}, {
|
|
434
434
|
pageInfo: {
|
|
@@ -467,12 +467,12 @@ declare const AttachmentPageSchema: z.ZodObject<{
|
|
|
467
467
|
metadata?: string | null | undefined;
|
|
468
468
|
updated_at?: string | null | undefined;
|
|
469
469
|
updated_by?: string | null | undefined;
|
|
470
|
-
parent_folder_id?: string | null | undefined;
|
|
471
|
-
file_count?: number | undefined;
|
|
472
470
|
archived_at?: string | null | undefined;
|
|
473
471
|
archived_by?: string | null | undefined;
|
|
474
472
|
deleted_at?: string | null | undefined;
|
|
475
473
|
deleted_by?: string | null | undefined;
|
|
474
|
+
parent_folder_id?: string | null | undefined;
|
|
475
|
+
file_count?: number | undefined;
|
|
476
476
|
}[];
|
|
477
477
|
}>;
|
|
478
478
|
type AttachmentPageDto = z.infer<typeof AttachmentPageSchema>;
|
|
@@ -1129,11 +1129,11 @@ declare const createUserSchemaOutput: z.ZodObject<{
|
|
|
1129
1129
|
id: z.ZodString;
|
|
1130
1130
|
email: z.ZodString;
|
|
1131
1131
|
}, "strip", z.ZodTypeAny, {
|
|
1132
|
-
email: string;
|
|
1133
1132
|
id: string;
|
|
1134
|
-
}, {
|
|
1135
1133
|
email: string;
|
|
1134
|
+
}, {
|
|
1136
1135
|
id: string;
|
|
1136
|
+
email: string;
|
|
1137
1137
|
}>;
|
|
1138
1138
|
type CreateUserDtoOutput = z.infer<typeof createUserSchemaOutput>;
|
|
1139
1139
|
//#endregion
|
|
@@ -1447,22 +1447,6 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1447
1447
|
searchableFields: string[];
|
|
1448
1448
|
}>>;
|
|
1449
1449
|
}, "strip", z.ZodTypeAny, {
|
|
1450
|
-
created_at?: {
|
|
1451
|
-
operator: "isEmpty" | "isNotEmpty";
|
|
1452
|
-
value?: any;
|
|
1453
|
-
values?: any[] | undefined;
|
|
1454
|
-
caseSensitive?: boolean | undefined;
|
|
1455
|
-
} | {
|
|
1456
|
-
values: string[];
|
|
1457
|
-
operator: "between";
|
|
1458
|
-
value?: any;
|
|
1459
|
-
caseSensitive?: boolean | undefined;
|
|
1460
|
-
} | {
|
|
1461
|
-
value: string;
|
|
1462
|
-
operator: "eq" | "ne" | "gt" | "gte" | "lt" | "lte";
|
|
1463
|
-
values?: any[] | undefined;
|
|
1464
|
-
caseSensitive?: boolean | undefined;
|
|
1465
|
-
} | undefined;
|
|
1466
1450
|
type?: {
|
|
1467
1451
|
operator: "eq" | "ne" | "in" | "notIn";
|
|
1468
1452
|
value?: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT" | undefined;
|
|
@@ -1492,17 +1476,6 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1492
1476
|
values?: number[] | undefined;
|
|
1493
1477
|
caseSensitive?: boolean | undefined;
|
|
1494
1478
|
} | undefined;
|
|
1495
|
-
created_by?: {
|
|
1496
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
1497
|
-
value?: string | undefined;
|
|
1498
|
-
values?: string[] | undefined;
|
|
1499
|
-
caseSensitive?: boolean | undefined;
|
|
1500
|
-
} | undefined;
|
|
1501
|
-
search?: {
|
|
1502
|
-
query: string;
|
|
1503
|
-
searchableFields: string[];
|
|
1504
|
-
} | undefined;
|
|
1505
|
-
}, {
|
|
1506
1479
|
created_at?: {
|
|
1507
1480
|
operator: "isEmpty" | "isNotEmpty";
|
|
1508
1481
|
value?: any;
|
|
@@ -1519,6 +1492,17 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1519
1492
|
values?: any[] | undefined;
|
|
1520
1493
|
caseSensitive?: boolean | undefined;
|
|
1521
1494
|
} | undefined;
|
|
1495
|
+
created_by?: {
|
|
1496
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
1497
|
+
value?: string | undefined;
|
|
1498
|
+
values?: string[] | undefined;
|
|
1499
|
+
caseSensitive?: boolean | undefined;
|
|
1500
|
+
} | undefined;
|
|
1501
|
+
search?: {
|
|
1502
|
+
query: string;
|
|
1503
|
+
searchableFields: string[];
|
|
1504
|
+
} | undefined;
|
|
1505
|
+
}, {
|
|
1522
1506
|
type?: {
|
|
1523
1507
|
operator: "eq" | "ne" | "in" | "notIn";
|
|
1524
1508
|
value?: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT" | undefined;
|
|
@@ -1548,6 +1532,22 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
|
|
|
1548
1532
|
values?: number[] | undefined;
|
|
1549
1533
|
caseSensitive?: boolean | undefined;
|
|
1550
1534
|
} | undefined;
|
|
1535
|
+
created_at?: {
|
|
1536
|
+
operator: "isEmpty" | "isNotEmpty";
|
|
1537
|
+
value?: any;
|
|
1538
|
+
values?: any[] | undefined;
|
|
1539
|
+
caseSensitive?: boolean | undefined;
|
|
1540
|
+
} | {
|
|
1541
|
+
values: string[];
|
|
1542
|
+
operator: "between";
|
|
1543
|
+
value?: any;
|
|
1544
|
+
caseSensitive?: boolean | undefined;
|
|
1545
|
+
} | {
|
|
1546
|
+
value: string;
|
|
1547
|
+
operator: "eq" | "ne" | "gt" | "gte" | "lt" | "lte";
|
|
1548
|
+
values?: any[] | undefined;
|
|
1549
|
+
caseSensitive?: boolean | undefined;
|
|
1550
|
+
} | undefined;
|
|
1551
1551
|
created_by?: {
|
|
1552
1552
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
1553
1553
|
value?: string | undefined;
|
|
@@ -1580,19 +1580,19 @@ declare const CreditTransactionReadSchema: z.ZodObject<{
|
|
|
1580
1580
|
created_at: z.ZodString;
|
|
1581
1581
|
created_by: z.ZodString;
|
|
1582
1582
|
}, "strip", z.ZodTypeAny, {
|
|
1583
|
-
created_at: string;
|
|
1584
1583
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1585
1584
|
amount: string;
|
|
1586
1585
|
balance_after: string;
|
|
1586
|
+
created_at: string;
|
|
1587
1587
|
created_by: string;
|
|
1588
1588
|
id: string;
|
|
1589
1589
|
support_ticket_id?: string | null | undefined;
|
|
1590
1590
|
description?: string | null | undefined;
|
|
1591
1591
|
}, {
|
|
1592
|
-
created_at: string;
|
|
1593
1592
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1594
1593
|
amount: string;
|
|
1595
1594
|
balance_after: string;
|
|
1595
|
+
created_at: string;
|
|
1596
1596
|
created_by: string;
|
|
1597
1597
|
id: string;
|
|
1598
1598
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1613,19 +1613,19 @@ declare const CreditTransactionPageSchema: z.ZodObject<{
|
|
|
1613
1613
|
created_at: z.ZodString;
|
|
1614
1614
|
created_by: z.ZodString;
|
|
1615
1615
|
}, "strip", z.ZodTypeAny, {
|
|
1616
|
-
created_at: string;
|
|
1617
1616
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1618
1617
|
amount: string;
|
|
1619
1618
|
balance_after: string;
|
|
1619
|
+
created_at: string;
|
|
1620
1620
|
created_by: string;
|
|
1621
1621
|
id: string;
|
|
1622
1622
|
support_ticket_id?: string | null | undefined;
|
|
1623
1623
|
description?: string | null | undefined;
|
|
1624
1624
|
}, {
|
|
1625
|
-
created_at: string;
|
|
1626
1625
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1627
1626
|
amount: string;
|
|
1628
1627
|
balance_after: string;
|
|
1628
|
+
created_at: string;
|
|
1629
1629
|
created_by: string;
|
|
1630
1630
|
id: string;
|
|
1631
1631
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1655,10 +1655,10 @@ declare const CreditTransactionPageSchema: z.ZodObject<{
|
|
|
1655
1655
|
}>;
|
|
1656
1656
|
}, "strip", z.ZodTypeAny, {
|
|
1657
1657
|
items: {
|
|
1658
|
-
created_at: string;
|
|
1659
1658
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1660
1659
|
amount: string;
|
|
1661
1660
|
balance_after: string;
|
|
1661
|
+
created_at: string;
|
|
1662
1662
|
created_by: string;
|
|
1663
1663
|
id: string;
|
|
1664
1664
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1674,10 +1674,10 @@ declare const CreditTransactionPageSchema: z.ZodObject<{
|
|
|
1674
1674
|
};
|
|
1675
1675
|
}, {
|
|
1676
1676
|
items: {
|
|
1677
|
-
created_at: string;
|
|
1678
1677
|
type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
|
|
1679
1678
|
amount: string;
|
|
1680
1679
|
balance_after: string;
|
|
1680
|
+
created_at: string;
|
|
1681
1681
|
created_by: string;
|
|
1682
1682
|
id: string;
|
|
1683
1683
|
support_ticket_id?: string | null | undefined;
|
|
@@ -1756,8 +1756,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1756
1756
|
price_currency?: string | null | undefined;
|
|
1757
1757
|
}>, "many">>>;
|
|
1758
1758
|
}, "strip", z.ZodTypeAny, {
|
|
1759
|
-
userId: string;
|
|
1760
1759
|
email: string;
|
|
1760
|
+
userId: string;
|
|
1761
1761
|
username: string;
|
|
1762
1762
|
email_verified: boolean;
|
|
1763
1763
|
user_type: string;
|
|
@@ -1778,8 +1778,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1778
1778
|
price_currency?: string | null | undefined;
|
|
1779
1779
|
}[] | null | undefined;
|
|
1780
1780
|
}, {
|
|
1781
|
-
userId: string;
|
|
1782
1781
|
email: string;
|
|
1782
|
+
userId: string;
|
|
1783
1783
|
username: string;
|
|
1784
1784
|
email_verified: boolean;
|
|
1785
1785
|
user_type: string;
|
|
@@ -1802,8 +1802,8 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1802
1802
|
}>;
|
|
1803
1803
|
}, "strip", z.ZodTypeAny, {
|
|
1804
1804
|
user: {
|
|
1805
|
-
userId: string;
|
|
1806
1805
|
email: string;
|
|
1806
|
+
userId: string;
|
|
1807
1807
|
username: string;
|
|
1808
1808
|
email_verified: boolean;
|
|
1809
1809
|
user_type: string;
|
|
@@ -1824,15 +1824,15 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1824
1824
|
price_currency?: string | null | undefined;
|
|
1825
1825
|
}[] | null | undefined;
|
|
1826
1826
|
};
|
|
1827
|
+
status: string;
|
|
1827
1828
|
created_at: string;
|
|
1828
1829
|
expires_at: string;
|
|
1829
|
-
status: string;
|
|
1830
1830
|
user_agent?: string | null | undefined;
|
|
1831
1831
|
ip_address?: string | null | undefined;
|
|
1832
1832
|
}, {
|
|
1833
1833
|
user: {
|
|
1834
|
-
userId: string;
|
|
1835
1834
|
email: string;
|
|
1835
|
+
userId: string;
|
|
1836
1836
|
username: string;
|
|
1837
1837
|
email_verified: boolean;
|
|
1838
1838
|
user_type: string;
|
|
@@ -1853,9 +1853,9 @@ declare const userSessionSchema: z.ZodObject<{
|
|
|
1853
1853
|
price_currency?: string | null | undefined;
|
|
1854
1854
|
}[] | null | undefined;
|
|
1855
1855
|
};
|
|
1856
|
+
status: string;
|
|
1856
1857
|
created_at: string;
|
|
1857
1858
|
expires_at: string;
|
|
1858
|
-
status: string;
|
|
1859
1859
|
user_agent?: string | null | undefined;
|
|
1860
1860
|
ip_address?: string | null | undefined;
|
|
1861
1861
|
}>;
|
|
@@ -1911,8 +1911,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1911
1911
|
price_currency?: string | null | undefined;
|
|
1912
1912
|
}>, "many">>>;
|
|
1913
1913
|
}, "strip", z.ZodTypeAny, {
|
|
1914
|
-
userId: string;
|
|
1915
1914
|
email: string;
|
|
1915
|
+
userId: string;
|
|
1916
1916
|
username: string;
|
|
1917
1917
|
email_verified: boolean;
|
|
1918
1918
|
user_type: string;
|
|
@@ -1933,8 +1933,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1933
1933
|
price_currency?: string | null | undefined;
|
|
1934
1934
|
}[] | null | undefined;
|
|
1935
1935
|
}, {
|
|
1936
|
-
userId: string;
|
|
1937
1936
|
email: string;
|
|
1937
|
+
userId: string;
|
|
1938
1938
|
username: string;
|
|
1939
1939
|
email_verified: boolean;
|
|
1940
1940
|
user_type: string;
|
|
@@ -1957,8 +1957,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1957
1957
|
}>;
|
|
1958
1958
|
}, "strip", z.ZodTypeAny, {
|
|
1959
1959
|
user: {
|
|
1960
|
-
userId: string;
|
|
1961
1960
|
email: string;
|
|
1961
|
+
userId: string;
|
|
1962
1962
|
username: string;
|
|
1963
1963
|
email_verified: boolean;
|
|
1964
1964
|
user_type: string;
|
|
@@ -1979,15 +1979,15 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
1979
1979
|
price_currency?: string | null | undefined;
|
|
1980
1980
|
}[] | null | undefined;
|
|
1981
1981
|
};
|
|
1982
|
+
status: string;
|
|
1982
1983
|
created_at: string;
|
|
1983
1984
|
expires_at: string;
|
|
1984
|
-
status: string;
|
|
1985
1985
|
user_agent?: string | null | undefined;
|
|
1986
1986
|
ip_address?: string | null | undefined;
|
|
1987
1987
|
}, {
|
|
1988
1988
|
user: {
|
|
1989
|
-
userId: string;
|
|
1990
1989
|
email: string;
|
|
1990
|
+
userId: string;
|
|
1991
1991
|
username: string;
|
|
1992
1992
|
email_verified: boolean;
|
|
1993
1993
|
user_type: string;
|
|
@@ -2008,9 +2008,9 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2008
2008
|
price_currency?: string | null | undefined;
|
|
2009
2009
|
}[] | null | undefined;
|
|
2010
2010
|
};
|
|
2011
|
+
status: string;
|
|
2011
2012
|
created_at: string;
|
|
2012
2013
|
expires_at: string;
|
|
2013
|
-
status: string;
|
|
2014
2014
|
user_agent?: string | null | undefined;
|
|
2015
2015
|
ip_address?: string | null | undefined;
|
|
2016
2016
|
}>;
|
|
@@ -2021,8 +2021,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2021
2021
|
refresh_token: string;
|
|
2022
2022
|
frontend_session: {
|
|
2023
2023
|
user: {
|
|
2024
|
-
userId: string;
|
|
2025
2024
|
email: string;
|
|
2025
|
+
userId: string;
|
|
2026
2026
|
username: string;
|
|
2027
2027
|
email_verified: boolean;
|
|
2028
2028
|
user_type: string;
|
|
@@ -2043,9 +2043,9 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2043
2043
|
price_currency?: string | null | undefined;
|
|
2044
2044
|
}[] | null | undefined;
|
|
2045
2045
|
};
|
|
2046
|
+
status: string;
|
|
2046
2047
|
created_at: string;
|
|
2047
2048
|
expires_at: string;
|
|
2048
|
-
status: string;
|
|
2049
2049
|
user_agent?: string | null | undefined;
|
|
2050
2050
|
ip_address?: string | null | undefined;
|
|
2051
2051
|
};
|
|
@@ -2055,8 +2055,8 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2055
2055
|
refresh_token: string;
|
|
2056
2056
|
frontend_session: {
|
|
2057
2057
|
user: {
|
|
2058
|
-
userId: string;
|
|
2059
2058
|
email: string;
|
|
2059
|
+
userId: string;
|
|
2060
2060
|
username: string;
|
|
2061
2061
|
email_verified: boolean;
|
|
2062
2062
|
user_type: string;
|
|
@@ -2077,9 +2077,9 @@ declare const loginResponseSchema: z.ZodObject<{
|
|
|
2077
2077
|
price_currency?: string | null | undefined;
|
|
2078
2078
|
}[] | null | undefined;
|
|
2079
2079
|
};
|
|
2080
|
+
status: string;
|
|
2080
2081
|
created_at: string;
|
|
2081
2082
|
expires_at: string;
|
|
2082
|
-
status: string;
|
|
2083
2083
|
user_agent?: string | null | undefined;
|
|
2084
2084
|
ip_address?: string | null | undefined;
|
|
2085
2085
|
};
|
|
@@ -2137,9 +2137,9 @@ declare const NoteReadSchema: z.ZodObject<{
|
|
|
2137
2137
|
archived_by?: string | null | undefined;
|
|
2138
2138
|
deleted_at?: string | null | undefined;
|
|
2139
2139
|
deleted_by?: string | null | undefined;
|
|
2140
|
-
tag?: string | null | undefined;
|
|
2141
2140
|
title?: string | null | undefined;
|
|
2142
2141
|
body?: string | null | undefined;
|
|
2142
|
+
tag?: string | null | undefined;
|
|
2143
2143
|
original_id?: number | null | undefined;
|
|
2144
2144
|
created_by_display_name?: string | null | undefined;
|
|
2145
2145
|
updated_by_display_name?: string | null | undefined;
|
|
@@ -2156,9 +2156,9 @@ declare const NoteReadSchema: z.ZodObject<{
|
|
|
2156
2156
|
archived_by?: string | null | undefined;
|
|
2157
2157
|
deleted_at?: string | null | undefined;
|
|
2158
2158
|
deleted_by?: string | null | undefined;
|
|
2159
|
-
tag?: string | null | undefined;
|
|
2160
2159
|
title?: string | null | undefined;
|
|
2161
2160
|
body?: string | null | undefined;
|
|
2161
|
+
tag?: string | null | undefined;
|
|
2162
2162
|
original_id?: number | null | undefined;
|
|
2163
2163
|
created_by_display_name?: string | null | undefined;
|
|
2164
2164
|
updated_by_display_name?: string | null | undefined;
|
|
@@ -2178,18 +2178,18 @@ declare const NoteCreateSchema: z.ZodObject<{
|
|
|
2178
2178
|
record_id: string;
|
|
2179
2179
|
record_type: "app_setting" | "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" | "user_consent";
|
|
2180
2180
|
is_internal: boolean;
|
|
2181
|
-
tag?: string | null | undefined;
|
|
2182
2181
|
title?: string | null | undefined;
|
|
2183
2182
|
body?: string | null | undefined;
|
|
2183
|
+
tag?: string | null | undefined;
|
|
2184
2184
|
original_id?: number | null | undefined;
|
|
2185
2185
|
}, {
|
|
2186
2186
|
record_id: string;
|
|
2187
2187
|
record_type: "app_setting" | "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" | "user_consent";
|
|
2188
|
-
tag?: string | null | undefined;
|
|
2189
2188
|
title?: string | null | undefined;
|
|
2190
2189
|
body?: string | null | undefined;
|
|
2191
|
-
|
|
2190
|
+
tag?: string | null | undefined;
|
|
2192
2191
|
is_internal?: boolean | undefined;
|
|
2192
|
+
original_id?: number | null | undefined;
|
|
2193
2193
|
}>;
|
|
2194
2194
|
type NoteCreateDto = z.infer<typeof NoteCreateSchema>;
|
|
2195
2195
|
//#endregion
|
|
@@ -2207,20 +2207,20 @@ declare const NoteUpdateSchema: z.ZodObject<{
|
|
|
2207
2207
|
id: string;
|
|
2208
2208
|
record_id?: string | undefined;
|
|
2209
2209
|
record_type?: "app_setting" | "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" | "user_consent" | undefined;
|
|
2210
|
-
tag?: string | null | undefined;
|
|
2211
2210
|
title?: string | null | undefined;
|
|
2212
2211
|
body?: string | null | undefined;
|
|
2213
|
-
|
|
2212
|
+
tag?: string | null | undefined;
|
|
2214
2213
|
is_internal?: boolean | undefined;
|
|
2214
|
+
original_id?: number | null | undefined;
|
|
2215
2215
|
}, {
|
|
2216
2216
|
id: string;
|
|
2217
2217
|
record_id?: string | undefined;
|
|
2218
2218
|
record_type?: "app_setting" | "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" | "user_consent" | undefined;
|
|
2219
|
-
tag?: string | null | undefined;
|
|
2220
2219
|
title?: string | null | undefined;
|
|
2221
2220
|
body?: string | null | undefined;
|
|
2222
|
-
|
|
2221
|
+
tag?: string | null | undefined;
|
|
2223
2222
|
is_internal?: boolean | undefined;
|
|
2223
|
+
original_id?: number | null | undefined;
|
|
2224
2224
|
}>;
|
|
2225
2225
|
type NoteUpdateDto = z.infer<typeof NoteUpdateSchema>;
|
|
2226
2226
|
//#endregion
|
|
@@ -2582,6 +2582,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2582
2582
|
searchableFields: string[];
|
|
2583
2583
|
}>>;
|
|
2584
2584
|
}, "strip", z.ZodTypeAny, {
|
|
2585
|
+
first?: number | undefined;
|
|
2586
|
+
after?: string | undefined;
|
|
2587
|
+
sortBy?: string | undefined;
|
|
2588
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
2589
|
+
paginationToken?: string | undefined;
|
|
2585
2590
|
created_at?: {
|
|
2586
2591
|
operator: "isEmpty" | "isNotEmpty";
|
|
2587
2592
|
value?: any;
|
|
@@ -2598,11 +2603,6 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2598
2603
|
values?: any[] | undefined;
|
|
2599
2604
|
caseSensitive?: boolean | undefined;
|
|
2600
2605
|
} | undefined;
|
|
2601
|
-
first?: number | undefined;
|
|
2602
|
-
after?: string | undefined;
|
|
2603
|
-
sortBy?: string | undefined;
|
|
2604
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
2605
|
-
paginationToken?: string | undefined;
|
|
2606
2606
|
search?: {
|
|
2607
2607
|
query: string;
|
|
2608
2608
|
searchableFields: string[];
|
|
@@ -2635,19 +2635,19 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2635
2635
|
values?: any[] | undefined;
|
|
2636
2636
|
caseSensitive?: boolean | undefined;
|
|
2637
2637
|
} | undefined;
|
|
2638
|
-
|
|
2638
|
+
title?: {
|
|
2639
2639
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2640
2640
|
value?: string | undefined;
|
|
2641
2641
|
values?: string[] | undefined;
|
|
2642
2642
|
caseSensitive?: boolean | undefined;
|
|
2643
2643
|
} | undefined;
|
|
2644
|
-
|
|
2644
|
+
body?: {
|
|
2645
2645
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2646
2646
|
value?: string | undefined;
|
|
2647
2647
|
values?: string[] | undefined;
|
|
2648
2648
|
caseSensitive?: boolean | undefined;
|
|
2649
2649
|
} | undefined;
|
|
2650
|
-
|
|
2650
|
+
tag?: {
|
|
2651
2651
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2652
2652
|
value?: string | undefined;
|
|
2653
2653
|
values?: string[] | undefined;
|
|
@@ -2660,6 +2660,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2660
2660
|
caseSensitive?: boolean | undefined;
|
|
2661
2661
|
} | undefined;
|
|
2662
2662
|
}, {
|
|
2663
|
+
first?: number | undefined;
|
|
2664
|
+
after?: string | undefined;
|
|
2665
|
+
sortBy?: string | undefined;
|
|
2666
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
2667
|
+
paginationToken?: string | undefined;
|
|
2663
2668
|
created_at?: {
|
|
2664
2669
|
operator: "isEmpty" | "isNotEmpty";
|
|
2665
2670
|
value?: any;
|
|
@@ -2676,11 +2681,6 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2676
2681
|
values?: any[] | undefined;
|
|
2677
2682
|
caseSensitive?: boolean | undefined;
|
|
2678
2683
|
} | undefined;
|
|
2679
|
-
first?: number | undefined;
|
|
2680
|
-
after?: string | undefined;
|
|
2681
|
-
sortBy?: string | undefined;
|
|
2682
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
2683
|
-
paginationToken?: string | undefined;
|
|
2684
2684
|
search?: {
|
|
2685
2685
|
query: string;
|
|
2686
2686
|
searchableFields: string[];
|
|
@@ -2713,19 +2713,19 @@ declare const NoteFiltersSchema: z.ZodObject<{
|
|
|
2713
2713
|
values?: any[] | undefined;
|
|
2714
2714
|
caseSensitive?: boolean | undefined;
|
|
2715
2715
|
} | undefined;
|
|
2716
|
-
|
|
2716
|
+
title?: {
|
|
2717
2717
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2718
2718
|
value?: string | undefined;
|
|
2719
2719
|
values?: string[] | undefined;
|
|
2720
2720
|
caseSensitive?: boolean | undefined;
|
|
2721
2721
|
} | undefined;
|
|
2722
|
-
|
|
2722
|
+
body?: {
|
|
2723
2723
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2724
2724
|
value?: string | undefined;
|
|
2725
2725
|
values?: string[] | undefined;
|
|
2726
2726
|
caseSensitive?: boolean | undefined;
|
|
2727
2727
|
} | undefined;
|
|
2728
|
-
|
|
2728
|
+
tag?: {
|
|
2729
2729
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
2730
2730
|
value?: string | undefined;
|
|
2731
2731
|
values?: string[] | undefined;
|
|
@@ -3594,18 +3594,18 @@ declare const signupSchema: z.ZodObject<{
|
|
|
3594
3594
|
}>;
|
|
3595
3595
|
acceptances: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>, Record<string, boolean>, Record<string, boolean> | undefined>;
|
|
3596
3596
|
}, "strip", z.ZodTypeAny, {
|
|
3597
|
-
email: string;
|
|
3598
3597
|
passwords: {
|
|
3599
3598
|
password: string;
|
|
3600
3599
|
password_confirm: string;
|
|
3601
3600
|
};
|
|
3601
|
+
email: string;
|
|
3602
3602
|
acceptances: Record<string, boolean>;
|
|
3603
3603
|
}, {
|
|
3604
|
-
email: string;
|
|
3605
3604
|
passwords: {
|
|
3606
3605
|
password: string;
|
|
3607
3606
|
password_confirm: string;
|
|
3608
3607
|
};
|
|
3608
|
+
email: string;
|
|
3609
3609
|
acceptances?: Record<string, boolean> | undefined;
|
|
3610
3610
|
}>;
|
|
3611
3611
|
/** Parsed/validated signup input - acceptances is always present after parse (defaults to {}). */
|
|
@@ -3633,18 +3633,18 @@ declare const signupInitiateSchema: z.ZodObject<{
|
|
|
3633
3633
|
password_confirm: string;
|
|
3634
3634
|
}>;
|
|
3635
3635
|
}, "strip", z.ZodTypeAny, {
|
|
3636
|
-
email: string;
|
|
3637
3636
|
passwords: {
|
|
3638
3637
|
password: string;
|
|
3639
3638
|
password_confirm: string;
|
|
3640
3639
|
};
|
|
3640
|
+
email: string;
|
|
3641
3641
|
metadata?: Record<string, unknown> | undefined;
|
|
3642
3642
|
}, {
|
|
3643
|
-
email: string;
|
|
3644
3643
|
passwords: {
|
|
3645
3644
|
password: string;
|
|
3646
3645
|
password_confirm: string;
|
|
3647
3646
|
};
|
|
3647
|
+
email: string;
|
|
3648
3648
|
metadata?: Record<string, unknown> | undefined;
|
|
3649
3649
|
}>;
|
|
3650
3650
|
type SignupInitiateInputDto = z.infer<typeof signupInitiateSchema>;
|
|
@@ -3703,8 +3703,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3703
3703
|
price_currency?: string | null | undefined;
|
|
3704
3704
|
}>, "many">>>;
|
|
3705
3705
|
}, "strip", z.ZodTypeAny, {
|
|
3706
|
-
userId: string;
|
|
3707
3706
|
email: string;
|
|
3707
|
+
userId: string;
|
|
3708
3708
|
username: string;
|
|
3709
3709
|
email_verified: boolean;
|
|
3710
3710
|
user_type: string;
|
|
@@ -3725,8 +3725,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3725
3725
|
price_currency?: string | null | undefined;
|
|
3726
3726
|
}[] | null | undefined;
|
|
3727
3727
|
}, {
|
|
3728
|
-
userId: string;
|
|
3729
3728
|
email: string;
|
|
3729
|
+
userId: string;
|
|
3730
3730
|
username: string;
|
|
3731
3731
|
email_verified: boolean;
|
|
3732
3732
|
user_type: string;
|
|
@@ -3749,8 +3749,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3749
3749
|
}>;
|
|
3750
3750
|
}, "strip", z.ZodTypeAny, {
|
|
3751
3751
|
user: {
|
|
3752
|
-
userId: string;
|
|
3753
3752
|
email: string;
|
|
3753
|
+
userId: string;
|
|
3754
3754
|
username: string;
|
|
3755
3755
|
email_verified: boolean;
|
|
3756
3756
|
user_type: string;
|
|
@@ -3771,15 +3771,15 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3771
3771
|
price_currency?: string | null | undefined;
|
|
3772
3772
|
}[] | null | undefined;
|
|
3773
3773
|
};
|
|
3774
|
+
status: string;
|
|
3774
3775
|
created_at: string;
|
|
3775
3776
|
expires_at: string;
|
|
3776
|
-
status: string;
|
|
3777
3777
|
user_agent?: string | null | undefined;
|
|
3778
3778
|
ip_address?: string | null | undefined;
|
|
3779
3779
|
}, {
|
|
3780
3780
|
user: {
|
|
3781
|
-
userId: string;
|
|
3782
3781
|
email: string;
|
|
3782
|
+
userId: string;
|
|
3783
3783
|
username: string;
|
|
3784
3784
|
email_verified: boolean;
|
|
3785
3785
|
user_type: string;
|
|
@@ -3800,9 +3800,9 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3800
3800
|
price_currency?: string | null | undefined;
|
|
3801
3801
|
}[] | null | undefined;
|
|
3802
3802
|
};
|
|
3803
|
+
status: string;
|
|
3803
3804
|
created_at: string;
|
|
3804
3805
|
expires_at: string;
|
|
3805
|
-
status: string;
|
|
3806
3806
|
user_agent?: string | null | undefined;
|
|
3807
3807
|
ip_address?: string | null | undefined;
|
|
3808
3808
|
}>;
|
|
@@ -3813,8 +3813,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3813
3813
|
refresh_token: string;
|
|
3814
3814
|
frontend_session: {
|
|
3815
3815
|
user: {
|
|
3816
|
-
userId: string;
|
|
3817
3816
|
email: string;
|
|
3817
|
+
userId: string;
|
|
3818
3818
|
username: string;
|
|
3819
3819
|
email_verified: boolean;
|
|
3820
3820
|
user_type: string;
|
|
@@ -3835,9 +3835,9 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3835
3835
|
price_currency?: string | null | undefined;
|
|
3836
3836
|
}[] | null | undefined;
|
|
3837
3837
|
};
|
|
3838
|
+
status: string;
|
|
3838
3839
|
created_at: string;
|
|
3839
3840
|
expires_at: string;
|
|
3840
|
-
status: string;
|
|
3841
3841
|
user_agent?: string | null | undefined;
|
|
3842
3842
|
ip_address?: string | null | undefined;
|
|
3843
3843
|
};
|
|
@@ -3847,8 +3847,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3847
3847
|
refresh_token: string;
|
|
3848
3848
|
frontend_session: {
|
|
3849
3849
|
user: {
|
|
3850
|
-
userId: string;
|
|
3851
3850
|
email: string;
|
|
3851
|
+
userId: string;
|
|
3852
3852
|
username: string;
|
|
3853
3853
|
email_verified: boolean;
|
|
3854
3854
|
user_type: string;
|
|
@@ -3869,9 +3869,9 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3869
3869
|
price_currency?: string | null | undefined;
|
|
3870
3870
|
}[] | null | undefined;
|
|
3871
3871
|
};
|
|
3872
|
+
status: string;
|
|
3872
3873
|
created_at: string;
|
|
3873
3874
|
expires_at: string;
|
|
3874
|
-
status: string;
|
|
3875
3875
|
user_agent?: string | null | undefined;
|
|
3876
3876
|
ip_address?: string | null | undefined;
|
|
3877
3877
|
};
|
|
@@ -3884,8 +3884,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3884
3884
|
refresh_token: string;
|
|
3885
3885
|
frontend_session: {
|
|
3886
3886
|
user: {
|
|
3887
|
-
userId: string;
|
|
3888
3887
|
email: string;
|
|
3888
|
+
userId: string;
|
|
3889
3889
|
username: string;
|
|
3890
3890
|
email_verified: boolean;
|
|
3891
3891
|
user_type: string;
|
|
@@ -3906,9 +3906,9 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3906
3906
|
price_currency?: string | null | undefined;
|
|
3907
3907
|
}[] | null | undefined;
|
|
3908
3908
|
};
|
|
3909
|
+
status: string;
|
|
3909
3910
|
created_at: string;
|
|
3910
3911
|
expires_at: string;
|
|
3911
|
-
status: string;
|
|
3912
3912
|
user_agent?: string | null | undefined;
|
|
3913
3913
|
ip_address?: string | null | undefined;
|
|
3914
3914
|
};
|
|
@@ -3921,8 +3921,8 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3921
3921
|
refresh_token: string;
|
|
3922
3922
|
frontend_session: {
|
|
3923
3923
|
user: {
|
|
3924
|
-
userId: string;
|
|
3925
3924
|
email: string;
|
|
3925
|
+
userId: string;
|
|
3926
3926
|
username: string;
|
|
3927
3927
|
email_verified: boolean;
|
|
3928
3928
|
user_type: string;
|
|
@@ -3943,9 +3943,9 @@ declare const signupInitiateResponseSchema: z.ZodObject<{
|
|
|
3943
3943
|
price_currency?: string | null | undefined;
|
|
3944
3944
|
}[] | null | undefined;
|
|
3945
3945
|
};
|
|
3946
|
+
status: string;
|
|
3946
3947
|
created_at: string;
|
|
3947
3948
|
expires_at: string;
|
|
3948
|
-
status: string;
|
|
3949
3949
|
user_agent?: string | null | undefined;
|
|
3950
3950
|
ip_address?: string | null | undefined;
|
|
3951
3951
|
};
|
|
@@ -4250,8 +4250,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
4250
4250
|
user_id_display_name?: string | null | undefined;
|
|
4251
4251
|
}>>>;
|
|
4252
4252
|
}, "strip", z.ZodTypeAny, {
|
|
4253
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4254
4253
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4254
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4255
4255
|
id: string;
|
|
4256
4256
|
description: string;
|
|
4257
4257
|
title: string;
|
|
@@ -4282,8 +4282,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
|
|
|
4282
4282
|
user_id_display_name?: string | null | undefined;
|
|
4283
4283
|
} | null | undefined;
|
|
4284
4284
|
}, {
|
|
4285
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4286
4285
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4286
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4287
4287
|
id: string;
|
|
4288
4288
|
description: string;
|
|
4289
4289
|
title: string;
|
|
@@ -4372,8 +4372,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
4372
4372
|
user_id_display_name?: string | null | undefined;
|
|
4373
4373
|
}>>>;
|
|
4374
4374
|
}, "strip", z.ZodTypeAny, {
|
|
4375
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4376
4375
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4376
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4377
4377
|
id: string;
|
|
4378
4378
|
description: string;
|
|
4379
4379
|
title: string;
|
|
@@ -4404,8 +4404,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
4404
4404
|
user_id_display_name?: string | null | undefined;
|
|
4405
4405
|
} | null | undefined;
|
|
4406
4406
|
}, {
|
|
4407
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4408
4407
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4408
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4409
4409
|
id: string;
|
|
4410
4410
|
description: string;
|
|
4411
4411
|
title: string;
|
|
@@ -4460,8 +4460,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
4460
4460
|
}>;
|
|
4461
4461
|
}, "strip", z.ZodTypeAny, {
|
|
4462
4462
|
items: {
|
|
4463
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4464
4463
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4464
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4465
4465
|
id: string;
|
|
4466
4466
|
description: string;
|
|
4467
4467
|
title: string;
|
|
@@ -4502,8 +4502,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
|
|
|
4502
4502
|
};
|
|
4503
4503
|
}, {
|
|
4504
4504
|
items: {
|
|
4505
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4506
4505
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
4506
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
4507
4507
|
id: string;
|
|
4508
4508
|
description: string;
|
|
4509
4509
|
title: string;
|
|
@@ -5239,6 +5239,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
5239
5239
|
searchableFields: string[];
|
|
5240
5240
|
}>>;
|
|
5241
5241
|
}, "strip", z.ZodTypeAny, {
|
|
5242
|
+
type?: {
|
|
5243
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
5244
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
5245
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
5246
|
+
caseSensitive?: boolean | undefined;
|
|
5247
|
+
} | undefined;
|
|
5248
|
+
status?: {
|
|
5249
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
5250
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
5251
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
5252
|
+
caseSensitive?: boolean | undefined;
|
|
5253
|
+
} | undefined;
|
|
5254
|
+
first?: number | undefined;
|
|
5255
|
+
after?: string | undefined;
|
|
5256
|
+
sortBy?: string | undefined;
|
|
5257
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
5258
|
+
paginationToken?: string | undefined;
|
|
5242
5259
|
created_at?: {
|
|
5243
5260
|
operator: "isEmpty" | "isNotEmpty";
|
|
5244
5261
|
value?: any;
|
|
@@ -5255,27 +5272,10 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
5255
5272
|
values?: any[] | undefined;
|
|
5256
5273
|
caseSensitive?: boolean | undefined;
|
|
5257
5274
|
} | undefined;
|
|
5258
|
-
|
|
5259
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
5260
|
-
value?:
|
|
5261
|
-
values?:
|
|
5262
|
-
caseSensitive?: boolean | undefined;
|
|
5263
|
-
} | undefined;
|
|
5264
|
-
type?: {
|
|
5265
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
5266
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
5267
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
5268
|
-
caseSensitive?: boolean | undefined;
|
|
5269
|
-
} | undefined;
|
|
5270
|
-
first?: number | undefined;
|
|
5271
|
-
after?: string | undefined;
|
|
5272
|
-
sortBy?: string | undefined;
|
|
5273
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
5274
|
-
paginationToken?: string | undefined;
|
|
5275
|
-
created_by?: {
|
|
5276
|
-
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
5277
|
-
value?: string | undefined;
|
|
5278
|
-
values?: string[] | undefined;
|
|
5275
|
+
created_by?: {
|
|
5276
|
+
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
5277
|
+
value?: string | undefined;
|
|
5278
|
+
values?: string[] | undefined;
|
|
5279
5279
|
caseSensitive?: boolean | undefined;
|
|
5280
5280
|
} | undefined;
|
|
5281
5281
|
search?: {
|
|
@@ -5377,6 +5377,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
5377
5377
|
caseSensitive?: boolean | undefined;
|
|
5378
5378
|
} | undefined;
|
|
5379
5379
|
}, {
|
|
5380
|
+
type?: {
|
|
5381
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
5382
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
5383
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
5384
|
+
caseSensitive?: boolean | undefined;
|
|
5385
|
+
} | undefined;
|
|
5386
|
+
status?: {
|
|
5387
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
5388
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
5389
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
5390
|
+
caseSensitive?: boolean | undefined;
|
|
5391
|
+
} | undefined;
|
|
5392
|
+
first?: number | undefined;
|
|
5393
|
+
after?: string | undefined;
|
|
5394
|
+
sortBy?: string | undefined;
|
|
5395
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
5396
|
+
paginationToken?: string | undefined;
|
|
5380
5397
|
created_at?: {
|
|
5381
5398
|
operator: "isEmpty" | "isNotEmpty";
|
|
5382
5399
|
value?: any;
|
|
@@ -5393,23 +5410,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
5393
5410
|
values?: any[] | undefined;
|
|
5394
5411
|
caseSensitive?: boolean | undefined;
|
|
5395
5412
|
} | undefined;
|
|
5396
|
-
status?: {
|
|
5397
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
5398
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
5399
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
5400
|
-
caseSensitive?: boolean | undefined;
|
|
5401
|
-
} | undefined;
|
|
5402
|
-
type?: {
|
|
5403
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
5404
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
5405
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
5406
|
-
caseSensitive?: boolean | undefined;
|
|
5407
|
-
} | undefined;
|
|
5408
|
-
first?: number | undefined;
|
|
5409
|
-
after?: string | undefined;
|
|
5410
|
-
sortBy?: string | undefined;
|
|
5411
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
5412
|
-
paginationToken?: string | undefined;
|
|
5413
5413
|
created_by?: {
|
|
5414
5414
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
5415
5415
|
value?: string | undefined;
|
|
@@ -5552,14 +5552,14 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5552
5552
|
archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5553
5553
|
archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5554
5554
|
}, "strip", z.ZodTypeAny, {
|
|
5555
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5556
5555
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5556
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5557
5557
|
id: string;
|
|
5558
5558
|
description: string;
|
|
5559
5559
|
title: string;
|
|
5560
5560
|
priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
|
|
5561
|
-
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5562
5561
|
is_locked: boolean;
|
|
5562
|
+
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5563
5563
|
can_delete: boolean;
|
|
5564
5564
|
created_at?: string | null | undefined;
|
|
5565
5565
|
created_by?: string | null | undefined;
|
|
@@ -5573,22 +5573,22 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5573
5573
|
credit_value?: string | null | undefined;
|
|
5574
5574
|
delivered_value?: string | null | undefined;
|
|
5575
5575
|
display_id_prefix?: string | null | undefined;
|
|
5576
|
-
assigned_to?: string | null | undefined;
|
|
5577
|
-
assigned_to_display_name?: string | null | undefined;
|
|
5578
|
-
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5579
5576
|
start_at?: string | null | undefined;
|
|
5580
5577
|
target_at?: string | null | undefined;
|
|
5581
5578
|
completed_at?: string | null | undefined;
|
|
5582
5579
|
locked_approval_at?: string | null | undefined;
|
|
5580
|
+
assigned_to?: string | null | undefined;
|
|
5581
|
+
assigned_to_display_name?: string | null | undefined;
|
|
5582
|
+
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5583
5583
|
}, {
|
|
5584
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5585
5584
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5585
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5586
5586
|
id: string;
|
|
5587
5587
|
description: string;
|
|
5588
5588
|
title: string;
|
|
5589
5589
|
priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
|
|
5590
|
-
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5591
5590
|
is_locked: boolean;
|
|
5591
|
+
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5592
5592
|
can_delete: boolean;
|
|
5593
5593
|
created_at?: string | null | undefined;
|
|
5594
5594
|
created_by?: string | null | undefined;
|
|
@@ -5602,13 +5602,13 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
|
|
|
5602
5602
|
credit_value?: string | null | undefined;
|
|
5603
5603
|
delivered_value?: string | null | undefined;
|
|
5604
5604
|
display_id_prefix?: string | null | undefined;
|
|
5605
|
-
assigned_to?: string | null | undefined;
|
|
5606
|
-
assigned_to_display_name?: string | null | undefined;
|
|
5607
|
-
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5608
5605
|
start_at?: string | null | undefined;
|
|
5609
5606
|
target_at?: string | null | undefined;
|
|
5610
5607
|
completed_at?: string | null | undefined;
|
|
5611
5608
|
locked_approval_at?: string | null | undefined;
|
|
5609
|
+
assigned_to?: string | null | undefined;
|
|
5610
|
+
assigned_to_display_name?: string | null | undefined;
|
|
5611
|
+
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5612
5612
|
}>;
|
|
5613
5613
|
type StaffSupportTicketReadDto = z.infer<typeof StaffSupportTicketReadSchema>;
|
|
5614
5614
|
/**
|
|
@@ -5645,14 +5645,14 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5645
5645
|
archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5646
5646
|
archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5647
5647
|
}, "strip", z.ZodTypeAny, {
|
|
5648
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5649
5648
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5649
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5650
5650
|
id: string;
|
|
5651
5651
|
description: string;
|
|
5652
5652
|
title: string;
|
|
5653
5653
|
priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
|
|
5654
|
-
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5655
5654
|
is_locked: boolean;
|
|
5655
|
+
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5656
5656
|
can_delete: boolean;
|
|
5657
5657
|
created_at?: string | null | undefined;
|
|
5658
5658
|
created_by?: string | null | undefined;
|
|
@@ -5666,22 +5666,22 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5666
5666
|
credit_value?: string | null | undefined;
|
|
5667
5667
|
delivered_value?: string | null | undefined;
|
|
5668
5668
|
display_id_prefix?: string | null | undefined;
|
|
5669
|
-
assigned_to?: string | null | undefined;
|
|
5670
|
-
assigned_to_display_name?: string | null | undefined;
|
|
5671
|
-
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5672
5669
|
start_at?: string | null | undefined;
|
|
5673
5670
|
target_at?: string | null | undefined;
|
|
5674
5671
|
completed_at?: string | null | undefined;
|
|
5675
5672
|
locked_approval_at?: string | null | undefined;
|
|
5673
|
+
assigned_to?: string | null | undefined;
|
|
5674
|
+
assigned_to_display_name?: string | null | undefined;
|
|
5675
|
+
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5676
5676
|
}, {
|
|
5677
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5678
5677
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5678
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5679
5679
|
id: string;
|
|
5680
5680
|
description: string;
|
|
5681
5681
|
title: string;
|
|
5682
5682
|
priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
|
|
5683
|
-
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5684
5683
|
is_locked: boolean;
|
|
5684
|
+
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5685
5685
|
can_delete: boolean;
|
|
5686
5686
|
created_at?: string | null | undefined;
|
|
5687
5687
|
created_by?: string | null | undefined;
|
|
@@ -5695,13 +5695,13 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5695
5695
|
credit_value?: string | null | undefined;
|
|
5696
5696
|
delivered_value?: string | null | undefined;
|
|
5697
5697
|
display_id_prefix?: string | null | undefined;
|
|
5698
|
-
assigned_to?: string | null | undefined;
|
|
5699
|
-
assigned_to_display_name?: string | null | undefined;
|
|
5700
|
-
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5701
5698
|
start_at?: string | null | undefined;
|
|
5702
5699
|
target_at?: string | null | undefined;
|
|
5703
5700
|
completed_at?: string | null | undefined;
|
|
5704
5701
|
locked_approval_at?: string | null | undefined;
|
|
5702
|
+
assigned_to?: string | null | undefined;
|
|
5703
|
+
assigned_to_display_name?: string | null | undefined;
|
|
5704
|
+
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5705
5705
|
}>, "many">;
|
|
5706
5706
|
pageInfo: z.ZodObject<{
|
|
5707
5707
|
hasNextPage: z.ZodBoolean;
|
|
@@ -5727,14 +5727,14 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5727
5727
|
}>;
|
|
5728
5728
|
}, "strip", z.ZodTypeAny, {
|
|
5729
5729
|
items: {
|
|
5730
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5731
5730
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5731
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5732
5732
|
id: string;
|
|
5733
5733
|
description: string;
|
|
5734
5734
|
title: string;
|
|
5735
5735
|
priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
|
|
5736
|
-
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5737
5736
|
is_locked: boolean;
|
|
5737
|
+
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5738
5738
|
can_delete: boolean;
|
|
5739
5739
|
created_at?: string | null | undefined;
|
|
5740
5740
|
created_by?: string | null | undefined;
|
|
@@ -5748,13 +5748,13 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5748
5748
|
credit_value?: string | null | undefined;
|
|
5749
5749
|
delivered_value?: string | null | undefined;
|
|
5750
5750
|
display_id_prefix?: string | null | undefined;
|
|
5751
|
-
assigned_to?: string | null | undefined;
|
|
5752
|
-
assigned_to_display_name?: string | null | undefined;
|
|
5753
|
-
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5754
5751
|
start_at?: string | null | undefined;
|
|
5755
5752
|
target_at?: string | null | undefined;
|
|
5756
5753
|
completed_at?: string | null | undefined;
|
|
5757
5754
|
locked_approval_at?: string | null | undefined;
|
|
5755
|
+
assigned_to?: string | null | undefined;
|
|
5756
|
+
assigned_to_display_name?: string | null | undefined;
|
|
5757
|
+
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5758
5758
|
}[];
|
|
5759
5759
|
pageInfo: {
|
|
5760
5760
|
hasNextPage: boolean;
|
|
@@ -5766,14 +5766,14 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5766
5766
|
};
|
|
5767
5767
|
}, {
|
|
5768
5768
|
items: {
|
|
5769
|
-
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5770
5769
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
5770
|
+
status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
|
|
5771
5771
|
id: string;
|
|
5772
5772
|
description: string;
|
|
5773
5773
|
title: string;
|
|
5774
5774
|
priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
|
|
5775
|
-
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5776
5775
|
is_locked: boolean;
|
|
5776
|
+
approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
|
|
5777
5777
|
can_delete: boolean;
|
|
5778
5778
|
created_at?: string | null | undefined;
|
|
5779
5779
|
created_by?: string | null | undefined;
|
|
@@ -5787,13 +5787,13 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
|
|
|
5787
5787
|
credit_value?: string | null | undefined;
|
|
5788
5788
|
delivered_value?: string | null | undefined;
|
|
5789
5789
|
display_id_prefix?: string | null | undefined;
|
|
5790
|
-
assigned_to?: string | null | undefined;
|
|
5791
|
-
assigned_to_display_name?: string | null | undefined;
|
|
5792
|
-
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5793
5790
|
start_at?: string | null | undefined;
|
|
5794
5791
|
target_at?: string | null | undefined;
|
|
5795
5792
|
completed_at?: string | null | undefined;
|
|
5796
5793
|
locked_approval_at?: string | null | undefined;
|
|
5794
|
+
assigned_to?: string | null | undefined;
|
|
5795
|
+
assigned_to_display_name?: string | null | undefined;
|
|
5796
|
+
dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
|
|
5797
5797
|
}[];
|
|
5798
5798
|
pageInfo: {
|
|
5799
5799
|
hasNextPage: boolean;
|
|
@@ -6602,6 +6602,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6602
6602
|
searchableFields: string[];
|
|
6603
6603
|
}>>;
|
|
6604
6604
|
}, "strip", z.ZodTypeAny, {
|
|
6605
|
+
type?: {
|
|
6606
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6607
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6608
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6609
|
+
caseSensitive?: boolean | undefined;
|
|
6610
|
+
} | undefined;
|
|
6611
|
+
status?: {
|
|
6612
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6613
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6614
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6615
|
+
caseSensitive?: boolean | undefined;
|
|
6616
|
+
} | undefined;
|
|
6617
|
+
first?: number | undefined;
|
|
6618
|
+
after?: string | undefined;
|
|
6619
|
+
sortBy?: string | undefined;
|
|
6620
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
6621
|
+
paginationToken?: string | undefined;
|
|
6605
6622
|
created_at?: {
|
|
6606
6623
|
operator: "isEmpty" | "isNotEmpty";
|
|
6607
6624
|
value?: any;
|
|
@@ -6618,23 +6635,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6618
6635
|
values?: any[] | undefined;
|
|
6619
6636
|
caseSensitive?: boolean | undefined;
|
|
6620
6637
|
} | undefined;
|
|
6621
|
-
status?: {
|
|
6622
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6623
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6624
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6625
|
-
caseSensitive?: boolean | undefined;
|
|
6626
|
-
} | undefined;
|
|
6627
|
-
type?: {
|
|
6628
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6629
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6630
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6631
|
-
caseSensitive?: boolean | undefined;
|
|
6632
|
-
} | undefined;
|
|
6633
|
-
first?: number | undefined;
|
|
6634
|
-
after?: string | undefined;
|
|
6635
|
-
sortBy?: string | undefined;
|
|
6636
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
6637
|
-
paginationToken?: string | undefined;
|
|
6638
6638
|
created_by?: {
|
|
6639
6639
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
6640
6640
|
value?: string | undefined;
|
|
@@ -6691,24 +6691,12 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6691
6691
|
values?: number[] | undefined;
|
|
6692
6692
|
caseSensitive?: boolean | undefined;
|
|
6693
6693
|
} | undefined;
|
|
6694
|
-
approval_status?: {
|
|
6695
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6696
|
-
value?: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL" | undefined;
|
|
6697
|
-
values?: ("PENDING" | "APPROVED" | "REJECTED" | "INTERNAL")[] | undefined;
|
|
6698
|
-
caseSensitive?: boolean | undefined;
|
|
6699
|
-
} | undefined;
|
|
6700
6694
|
is_locked?: {
|
|
6701
6695
|
value: boolean;
|
|
6702
6696
|
operator: "eq" | "ne";
|
|
6703
6697
|
values?: any[] | undefined;
|
|
6704
6698
|
caseSensitive?: boolean | undefined;
|
|
6705
6699
|
} | undefined;
|
|
6706
|
-
dev_lifecycle?: {
|
|
6707
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6708
|
-
value?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | undefined;
|
|
6709
|
-
values?: ("PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED")[] | undefined;
|
|
6710
|
-
caseSensitive?: boolean | undefined;
|
|
6711
|
-
} | undefined;
|
|
6712
6700
|
start_at?: {
|
|
6713
6701
|
operator: "isEmpty" | "isNotEmpty";
|
|
6714
6702
|
value?: any;
|
|
@@ -6757,7 +6745,36 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6757
6745
|
values?: any[] | undefined;
|
|
6758
6746
|
caseSensitive?: boolean | undefined;
|
|
6759
6747
|
} | undefined;
|
|
6748
|
+
approval_status?: {
|
|
6749
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6750
|
+
value?: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL" | undefined;
|
|
6751
|
+
values?: ("PENDING" | "APPROVED" | "REJECTED" | "INTERNAL")[] | undefined;
|
|
6752
|
+
caseSensitive?: boolean | undefined;
|
|
6753
|
+
} | undefined;
|
|
6754
|
+
dev_lifecycle?: {
|
|
6755
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6756
|
+
value?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | undefined;
|
|
6757
|
+
values?: ("PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED")[] | undefined;
|
|
6758
|
+
caseSensitive?: boolean | undefined;
|
|
6759
|
+
} | undefined;
|
|
6760
6760
|
}, {
|
|
6761
|
+
type?: {
|
|
6762
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6763
|
+
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6764
|
+
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6765
|
+
caseSensitive?: boolean | undefined;
|
|
6766
|
+
} | undefined;
|
|
6767
|
+
status?: {
|
|
6768
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6769
|
+
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6770
|
+
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6771
|
+
caseSensitive?: boolean | undefined;
|
|
6772
|
+
} | undefined;
|
|
6773
|
+
first?: number | undefined;
|
|
6774
|
+
after?: string | undefined;
|
|
6775
|
+
sortBy?: string | undefined;
|
|
6776
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
6777
|
+
paginationToken?: string | undefined;
|
|
6761
6778
|
created_at?: {
|
|
6762
6779
|
operator: "isEmpty" | "isNotEmpty";
|
|
6763
6780
|
value?: any;
|
|
@@ -6774,23 +6791,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6774
6791
|
values?: any[] | undefined;
|
|
6775
6792
|
caseSensitive?: boolean | undefined;
|
|
6776
6793
|
} | undefined;
|
|
6777
|
-
status?: {
|
|
6778
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6779
|
-
value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
|
|
6780
|
-
values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
|
|
6781
|
-
caseSensitive?: boolean | undefined;
|
|
6782
|
-
} | undefined;
|
|
6783
|
-
type?: {
|
|
6784
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6785
|
-
value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
|
|
6786
|
-
values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
|
|
6787
|
-
caseSensitive?: boolean | undefined;
|
|
6788
|
-
} | undefined;
|
|
6789
|
-
first?: number | undefined;
|
|
6790
|
-
after?: string | undefined;
|
|
6791
|
-
sortBy?: string | undefined;
|
|
6792
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
6793
|
-
paginationToken?: string | undefined;
|
|
6794
6794
|
created_by?: {
|
|
6795
6795
|
operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
|
|
6796
6796
|
value?: string | undefined;
|
|
@@ -6847,24 +6847,12 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6847
6847
|
values?: number[] | undefined;
|
|
6848
6848
|
caseSensitive?: boolean | undefined;
|
|
6849
6849
|
} | undefined;
|
|
6850
|
-
approval_status?: {
|
|
6851
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6852
|
-
value?: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL" | undefined;
|
|
6853
|
-
values?: ("PENDING" | "APPROVED" | "REJECTED" | "INTERNAL")[] | undefined;
|
|
6854
|
-
caseSensitive?: boolean | undefined;
|
|
6855
|
-
} | undefined;
|
|
6856
6850
|
is_locked?: {
|
|
6857
6851
|
value: boolean;
|
|
6858
6852
|
operator: "eq" | "ne";
|
|
6859
6853
|
values?: any[] | undefined;
|
|
6860
6854
|
caseSensitive?: boolean | undefined;
|
|
6861
6855
|
} | undefined;
|
|
6862
|
-
dev_lifecycle?: {
|
|
6863
|
-
operator: "eq" | "ne" | "in" | "notIn";
|
|
6864
|
-
value?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | undefined;
|
|
6865
|
-
values?: ("PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED")[] | undefined;
|
|
6866
|
-
caseSensitive?: boolean | undefined;
|
|
6867
|
-
} | undefined;
|
|
6868
6856
|
start_at?: {
|
|
6869
6857
|
operator: "isEmpty" | "isNotEmpty";
|
|
6870
6858
|
value?: any;
|
|
@@ -6913,6 +6901,18 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
|
|
|
6913
6901
|
values?: any[] | undefined;
|
|
6914
6902
|
caseSensitive?: boolean | undefined;
|
|
6915
6903
|
} | undefined;
|
|
6904
|
+
approval_status?: {
|
|
6905
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6906
|
+
value?: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL" | undefined;
|
|
6907
|
+
values?: ("PENDING" | "APPROVED" | "REJECTED" | "INTERNAL")[] | undefined;
|
|
6908
|
+
caseSensitive?: boolean | undefined;
|
|
6909
|
+
} | undefined;
|
|
6910
|
+
dev_lifecycle?: {
|
|
6911
|
+
operator: "eq" | "ne" | "in" | "notIn";
|
|
6912
|
+
value?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | undefined;
|
|
6913
|
+
values?: ("PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED")[] | undefined;
|
|
6914
|
+
caseSensitive?: boolean | undefined;
|
|
6915
|
+
} | undefined;
|
|
6916
6916
|
}>;
|
|
6917
6917
|
type StaffSupportTicketFiltersDto = z.infer<typeof StaffSupportTicketFiltersSchema>;
|
|
6918
6918
|
//#endregion
|
|
@@ -6939,11 +6939,11 @@ declare const StaffSupportTicketCreateSchema: z.ZodObject<{
|
|
|
6939
6939
|
is_internal?: boolean | undefined;
|
|
6940
6940
|
credit_value?: string | null | undefined;
|
|
6941
6941
|
delivered_value?: string | null | undefined;
|
|
6942
|
-
assigned_to?: string | null | undefined;
|
|
6943
|
-
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6944
6942
|
start_at?: string | null | undefined;
|
|
6945
6943
|
target_at?: string | null | undefined;
|
|
6946
6944
|
completed_at?: string | null | undefined;
|
|
6945
|
+
assigned_to?: string | null | undefined;
|
|
6946
|
+
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6947
6947
|
}, {
|
|
6948
6948
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
6949
6949
|
title: string;
|
|
@@ -6952,11 +6952,11 @@ declare const StaffSupportTicketCreateSchema: z.ZodObject<{
|
|
|
6952
6952
|
is_internal?: boolean | undefined;
|
|
6953
6953
|
credit_value?: string | null | undefined;
|
|
6954
6954
|
delivered_value?: string | null | undefined;
|
|
6955
|
-
assigned_to?: string | null | undefined;
|
|
6956
|
-
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6957
6955
|
start_at?: string | null | undefined;
|
|
6958
6956
|
target_at?: string | null | undefined;
|
|
6959
6957
|
completed_at?: string | null | undefined;
|
|
6958
|
+
assigned_to?: string | null | undefined;
|
|
6959
|
+
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6960
6960
|
}>;
|
|
6961
6961
|
type StaffSupportTicketCreateDto = z.infer<typeof StaffSupportTicketCreateSchema>;
|
|
6962
6962
|
declare const StaffSupportTicketUpdateSchema: z.ZodObject<{
|
|
@@ -6981,11 +6981,11 @@ declare const StaffSupportTicketUpdateSchema: z.ZodObject<{
|
|
|
6981
6981
|
description?: string | null | undefined;
|
|
6982
6982
|
credit_value?: string | null | undefined;
|
|
6983
6983
|
delivered_value?: string | null | undefined;
|
|
6984
|
-
assigned_to?: string | null | undefined;
|
|
6985
|
-
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6986
6984
|
start_at?: string | null | undefined;
|
|
6987
6985
|
target_at?: string | null | undefined;
|
|
6988
6986
|
completed_at?: string | null | undefined;
|
|
6987
|
+
assigned_to?: string | null | undefined;
|
|
6988
|
+
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6989
6989
|
}, {
|
|
6990
6990
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
6991
6991
|
id: string;
|
|
@@ -6994,11 +6994,11 @@ declare const StaffSupportTicketUpdateSchema: z.ZodObject<{
|
|
|
6994
6994
|
description?: string | null | undefined;
|
|
6995
6995
|
credit_value?: string | null | undefined;
|
|
6996
6996
|
delivered_value?: string | null | undefined;
|
|
6997
|
-
assigned_to?: string | null | undefined;
|
|
6998
|
-
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
6999
6997
|
start_at?: string | null | undefined;
|
|
7000
6998
|
target_at?: string | null | undefined;
|
|
7001
6999
|
completed_at?: string | null | undefined;
|
|
7000
|
+
assigned_to?: string | null | undefined;
|
|
7001
|
+
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
7002
7002
|
}>;
|
|
7003
7003
|
type StaffSupportTicketUpdateDto = z.infer<typeof StaffSupportTicketUpdateSchema>;
|
|
7004
7004
|
declare const StaffSupportTicketInputSchema: z.ZodObject<{
|
|
@@ -7023,11 +7023,11 @@ declare const StaffSupportTicketInputSchema: z.ZodObject<{
|
|
|
7023
7023
|
description?: string | null | undefined;
|
|
7024
7024
|
credit_value?: string | null | undefined;
|
|
7025
7025
|
delivered_value?: string | null | undefined;
|
|
7026
|
-
assigned_to?: string | null | undefined;
|
|
7027
|
-
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
7028
7026
|
start_at?: string | null | undefined;
|
|
7029
7027
|
target_at?: string | null | undefined;
|
|
7030
7028
|
completed_at?: string | null | undefined;
|
|
7029
|
+
assigned_to?: string | null | undefined;
|
|
7030
|
+
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
7031
7031
|
}, {
|
|
7032
7032
|
type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
|
|
7033
7033
|
id: string;
|
|
@@ -7036,11 +7036,11 @@ declare const StaffSupportTicketInputSchema: z.ZodObject<{
|
|
|
7036
7036
|
description?: string | null | undefined;
|
|
7037
7037
|
credit_value?: string | null | undefined;
|
|
7038
7038
|
delivered_value?: string | null | undefined;
|
|
7039
|
-
assigned_to?: string | null | undefined;
|
|
7040
|
-
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
7041
7039
|
start_at?: string | null | undefined;
|
|
7042
7040
|
target_at?: string | null | undefined;
|
|
7043
7041
|
completed_at?: string | null | undefined;
|
|
7042
|
+
assigned_to?: string | null | undefined;
|
|
7043
|
+
dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
|
|
7044
7044
|
}>;
|
|
7045
7045
|
type StaffSupportTicketInputDto = StaffSupportTicketUpdateDto;
|
|
7046
7046
|
//#endregion
|
|
@@ -7680,6 +7680,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7680
7680
|
searchableFields: string[];
|
|
7681
7681
|
}>>;
|
|
7682
7682
|
}, "strip", z.ZodTypeAny, {
|
|
7683
|
+
first?: number | undefined;
|
|
7684
|
+
after?: string | undefined;
|
|
7685
|
+
sortBy?: string | undefined;
|
|
7686
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
7687
|
+
paginationToken?: string | undefined;
|
|
7683
7688
|
created_at?: {
|
|
7684
7689
|
operator: "isEmpty" | "isNotEmpty";
|
|
7685
7690
|
value?: any;
|
|
@@ -7696,11 +7701,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7696
7701
|
values?: any[] | undefined;
|
|
7697
7702
|
caseSensitive?: boolean | undefined;
|
|
7698
7703
|
} | undefined;
|
|
7699
|
-
first?: number | undefined;
|
|
7700
|
-
after?: string | undefined;
|
|
7701
|
-
sortBy?: string | undefined;
|
|
7702
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
7703
|
-
paginationToken?: string | undefined;
|
|
7704
7704
|
search?: {
|
|
7705
7705
|
query: string;
|
|
7706
7706
|
searchableFields: string[];
|
|
@@ -7780,6 +7780,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7780
7780
|
caseSensitive?: boolean | undefined;
|
|
7781
7781
|
} | undefined;
|
|
7782
7782
|
}, {
|
|
7783
|
+
first?: number | undefined;
|
|
7784
|
+
after?: string | undefined;
|
|
7785
|
+
sortBy?: string | undefined;
|
|
7786
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
7787
|
+
paginationToken?: string | undefined;
|
|
7783
7788
|
created_at?: {
|
|
7784
7789
|
operator: "isEmpty" | "isNotEmpty";
|
|
7785
7790
|
value?: any;
|
|
@@ -7796,11 +7801,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
|
|
|
7796
7801
|
values?: any[] | undefined;
|
|
7797
7802
|
caseSensitive?: boolean | undefined;
|
|
7798
7803
|
} | undefined;
|
|
7799
|
-
first?: number | undefined;
|
|
7800
|
-
after?: string | undefined;
|
|
7801
|
-
sortBy?: string | undefined;
|
|
7802
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
7803
|
-
paginationToken?: string | undefined;
|
|
7804
7804
|
search?: {
|
|
7805
7805
|
query: string;
|
|
7806
7806
|
searchableFields: string[];
|
|
@@ -9271,6 +9271,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
9271
9271
|
searchableFields: string[];
|
|
9272
9272
|
}>>;
|
|
9273
9273
|
}, "strip", z.ZodTypeAny, {
|
|
9274
|
+
first?: number | undefined;
|
|
9275
|
+
after?: string | undefined;
|
|
9276
|
+
sortBy?: string | undefined;
|
|
9277
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
9278
|
+
paginationToken?: string | undefined;
|
|
9274
9279
|
created_at?: {
|
|
9275
9280
|
operator: "isEmpty" | "isNotEmpty";
|
|
9276
9281
|
value?: any;
|
|
@@ -9287,11 +9292,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
9287
9292
|
values?: any[] | undefined;
|
|
9288
9293
|
caseSensitive?: boolean | undefined;
|
|
9289
9294
|
} | undefined;
|
|
9290
|
-
first?: number | undefined;
|
|
9291
|
-
after?: string | undefined;
|
|
9292
|
-
sortBy?: string | undefined;
|
|
9293
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
9294
|
-
paginationToken?: string | undefined;
|
|
9295
9295
|
search?: {
|
|
9296
9296
|
query: string;
|
|
9297
9297
|
searchableFields: string[];
|
|
@@ -9401,6 +9401,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
9401
9401
|
caseSensitive?: boolean | undefined;
|
|
9402
9402
|
} | undefined;
|
|
9403
9403
|
}, {
|
|
9404
|
+
first?: number | undefined;
|
|
9405
|
+
after?: string | undefined;
|
|
9406
|
+
sortBy?: string | undefined;
|
|
9407
|
+
sortDirection?: "asc" | "desc" | undefined;
|
|
9408
|
+
paginationToken?: string | undefined;
|
|
9404
9409
|
created_at?: {
|
|
9405
9410
|
operator: "isEmpty" | "isNotEmpty";
|
|
9406
9411
|
value?: any;
|
|
@@ -9417,11 +9422,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
|
|
|
9417
9422
|
values?: any[] | undefined;
|
|
9418
9423
|
caseSensitive?: boolean | undefined;
|
|
9419
9424
|
} | undefined;
|
|
9420
|
-
first?: number | undefined;
|
|
9421
|
-
after?: string | undefined;
|
|
9422
|
-
sortBy?: string | undefined;
|
|
9423
|
-
sortDirection?: "asc" | "desc" | undefined;
|
|
9424
|
-
paginationToken?: string | undefined;
|
|
9425
9425
|
search?: {
|
|
9426
9426
|
query: string;
|
|
9427
9427
|
searchableFields: string[];
|
|
@@ -9885,19 +9885,19 @@ declare const UserReadSchema: z.ZodObject<{
|
|
|
9885
9885
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
9886
9886
|
}, "strip", z.ZodTypeAny, {
|
|
9887
9887
|
created_at: string;
|
|
9888
|
+
id: string;
|
|
9888
9889
|
email: string;
|
|
9889
9890
|
username: string;
|
|
9890
9891
|
email_verified: boolean;
|
|
9891
9892
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9892
|
-
id: string;
|
|
9893
9893
|
updated_at: string | null;
|
|
9894
9894
|
}, {
|
|
9895
9895
|
created_at: string;
|
|
9896
|
+
id: string;
|
|
9896
9897
|
email: string;
|
|
9897
9898
|
username: string;
|
|
9898
9899
|
email_verified: boolean;
|
|
9899
9900
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9900
|
-
id: string;
|
|
9901
9901
|
updated_at: string | null;
|
|
9902
9902
|
}>;
|
|
9903
9903
|
type UserReadDto = z.infer<typeof UserReadSchema>;
|
|
@@ -9907,11 +9907,11 @@ declare const UserUpdateSchema: z.ZodObject<{
|
|
|
9907
9907
|
id: z.ZodString;
|
|
9908
9908
|
user_type: z.ZodEnum<["consumer", "lead", "staff", "super_admin"]>;
|
|
9909
9909
|
}, "strip", z.ZodTypeAny, {
|
|
9910
|
-
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9911
9910
|
id: string;
|
|
9912
|
-
}, {
|
|
9913
9911
|
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9912
|
+
}, {
|
|
9914
9913
|
id: string;
|
|
9914
|
+
user_type: "consumer" | "lead" | "staff" | "super_admin";
|
|
9915
9915
|
}>;
|
|
9916
9916
|
type UserUpdateDto = z.infer<typeof UserUpdateSchema>;
|
|
9917
9917
|
//#endregion
|