@dragonmastery/dragoncore-shared 0.0.25 → 0.0.26

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 CHANGED
@@ -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;
@@ -1741,8 +1741,8 @@ declare const userSessionSchema: z.ZodObject<{
1741
1741
  price_currency?: string | null | undefined;
1742
1742
  }>, "many">>>;
1743
1743
  }, "strip", z.ZodTypeAny, {
1744
- userId: string;
1745
1744
  email: string;
1745
+ userId: string;
1746
1746
  username: string;
1747
1747
  email_verified: boolean;
1748
1748
  user_type: string;
@@ -1763,8 +1763,8 @@ declare const userSessionSchema: z.ZodObject<{
1763
1763
  price_currency?: string | null | undefined;
1764
1764
  }[] | null | undefined;
1765
1765
  }, {
1766
- userId: string;
1767
1766
  email: string;
1767
+ userId: string;
1768
1768
  username: string;
1769
1769
  email_verified: boolean;
1770
1770
  user_type: string;
@@ -1787,8 +1787,8 @@ declare const userSessionSchema: z.ZodObject<{
1787
1787
  }>;
1788
1788
  }, "strip", z.ZodTypeAny, {
1789
1789
  user: {
1790
- userId: string;
1791
1790
  email: string;
1791
+ userId: string;
1792
1792
  username: string;
1793
1793
  email_verified: boolean;
1794
1794
  user_type: string;
@@ -1809,15 +1809,15 @@ declare const userSessionSchema: z.ZodObject<{
1809
1809
  price_currency?: string | null | undefined;
1810
1810
  }[] | null | undefined;
1811
1811
  };
1812
+ status: string;
1812
1813
  created_at: string;
1813
1814
  expires_at: string;
1814
- status: string;
1815
1815
  user_agent?: string | null | undefined;
1816
1816
  ip_address?: string | null | undefined;
1817
1817
  }, {
1818
1818
  user: {
1819
- userId: string;
1820
1819
  email: string;
1820
+ userId: string;
1821
1821
  username: string;
1822
1822
  email_verified: boolean;
1823
1823
  user_type: string;
@@ -1838,9 +1838,9 @@ declare const userSessionSchema: z.ZodObject<{
1838
1838
  price_currency?: string | null | undefined;
1839
1839
  }[] | null | undefined;
1840
1840
  };
1841
+ status: string;
1841
1842
  created_at: string;
1842
1843
  expires_at: string;
1843
- status: string;
1844
1844
  user_agent?: string | null | undefined;
1845
1845
  ip_address?: string | null | undefined;
1846
1846
  }>;
@@ -1896,8 +1896,8 @@ declare const loginResponseSchema: z.ZodObject<{
1896
1896
  price_currency?: string | null | undefined;
1897
1897
  }>, "many">>>;
1898
1898
  }, "strip", z.ZodTypeAny, {
1899
- userId: string;
1900
1899
  email: string;
1900
+ userId: string;
1901
1901
  username: string;
1902
1902
  email_verified: boolean;
1903
1903
  user_type: string;
@@ -1918,8 +1918,8 @@ declare const loginResponseSchema: z.ZodObject<{
1918
1918
  price_currency?: string | null | undefined;
1919
1919
  }[] | null | undefined;
1920
1920
  }, {
1921
- userId: string;
1922
1921
  email: string;
1922
+ userId: string;
1923
1923
  username: string;
1924
1924
  email_verified: boolean;
1925
1925
  user_type: string;
@@ -1942,8 +1942,8 @@ declare const loginResponseSchema: z.ZodObject<{
1942
1942
  }>;
1943
1943
  }, "strip", z.ZodTypeAny, {
1944
1944
  user: {
1945
- userId: string;
1946
1945
  email: string;
1946
+ userId: string;
1947
1947
  username: string;
1948
1948
  email_verified: boolean;
1949
1949
  user_type: string;
@@ -1964,15 +1964,15 @@ declare const loginResponseSchema: z.ZodObject<{
1964
1964
  price_currency?: string | null | undefined;
1965
1965
  }[] | null | undefined;
1966
1966
  };
1967
+ status: string;
1967
1968
  created_at: string;
1968
1969
  expires_at: string;
1969
- status: string;
1970
1970
  user_agent?: string | null | undefined;
1971
1971
  ip_address?: string | null | undefined;
1972
1972
  }, {
1973
1973
  user: {
1974
- userId: string;
1975
1974
  email: string;
1975
+ userId: string;
1976
1976
  username: string;
1977
1977
  email_verified: boolean;
1978
1978
  user_type: string;
@@ -1993,9 +1993,9 @@ declare const loginResponseSchema: z.ZodObject<{
1993
1993
  price_currency?: string | null | undefined;
1994
1994
  }[] | null | undefined;
1995
1995
  };
1996
+ status: string;
1996
1997
  created_at: string;
1997
1998
  expires_at: string;
1998
- status: string;
1999
1999
  user_agent?: string | null | undefined;
2000
2000
  ip_address?: string | null | undefined;
2001
2001
  }>;
@@ -2006,8 +2006,8 @@ declare const loginResponseSchema: z.ZodObject<{
2006
2006
  refresh_token: string;
2007
2007
  frontend_session: {
2008
2008
  user: {
2009
- userId: string;
2010
2009
  email: string;
2010
+ userId: string;
2011
2011
  username: string;
2012
2012
  email_verified: boolean;
2013
2013
  user_type: string;
@@ -2028,9 +2028,9 @@ declare const loginResponseSchema: z.ZodObject<{
2028
2028
  price_currency?: string | null | undefined;
2029
2029
  }[] | null | undefined;
2030
2030
  };
2031
+ status: string;
2031
2032
  created_at: string;
2032
2033
  expires_at: string;
2033
- status: string;
2034
2034
  user_agent?: string | null | undefined;
2035
2035
  ip_address?: string | null | undefined;
2036
2036
  };
@@ -2040,8 +2040,8 @@ declare const loginResponseSchema: z.ZodObject<{
2040
2040
  refresh_token: string;
2041
2041
  frontend_session: {
2042
2042
  user: {
2043
- userId: string;
2044
2043
  email: string;
2044
+ userId: string;
2045
2045
  username: string;
2046
2046
  email_verified: boolean;
2047
2047
  user_type: string;
@@ -2062,9 +2062,9 @@ declare const loginResponseSchema: z.ZodObject<{
2062
2062
  price_currency?: string | null | undefined;
2063
2063
  }[] | null | undefined;
2064
2064
  };
2065
+ status: string;
2065
2066
  created_at: string;
2066
2067
  expires_at: string;
2067
- status: string;
2068
2068
  user_agent?: string | null | undefined;
2069
2069
  ip_address?: string | null | undefined;
2070
2070
  };
@@ -2122,9 +2122,9 @@ declare const NoteReadSchema: z.ZodObject<{
2122
2122
  archived_by?: string | null | undefined;
2123
2123
  deleted_at?: string | null | undefined;
2124
2124
  deleted_by?: string | null | undefined;
2125
- tag?: string | null | undefined;
2126
2125
  title?: string | null | undefined;
2127
2126
  body?: string | null | undefined;
2127
+ tag?: string | null | undefined;
2128
2128
  original_id?: number | null | undefined;
2129
2129
  created_by_display_name?: string | null | undefined;
2130
2130
  updated_by_display_name?: string | null | undefined;
@@ -2141,9 +2141,9 @@ declare const NoteReadSchema: z.ZodObject<{
2141
2141
  archived_by?: string | null | undefined;
2142
2142
  deleted_at?: string | null | undefined;
2143
2143
  deleted_by?: string | null | undefined;
2144
- tag?: string | null | undefined;
2145
2144
  title?: string | null | undefined;
2146
2145
  body?: string | null | undefined;
2146
+ tag?: string | null | undefined;
2147
2147
  original_id?: number | null | undefined;
2148
2148
  created_by_display_name?: string | null | undefined;
2149
2149
  updated_by_display_name?: string | null | undefined;
@@ -2163,18 +2163,18 @@ declare const NoteCreateSchema: z.ZodObject<{
2163
2163
  record_id: string;
2164
2164
  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";
2165
2165
  is_internal: boolean;
2166
- tag?: string | null | undefined;
2167
2166
  title?: string | null | undefined;
2168
2167
  body?: string | null | undefined;
2168
+ tag?: string | null | undefined;
2169
2169
  original_id?: number | null | undefined;
2170
2170
  }, {
2171
2171
  record_id: string;
2172
2172
  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";
2173
- tag?: string | null | undefined;
2174
2173
  title?: string | null | undefined;
2175
2174
  body?: string | null | undefined;
2176
- original_id?: number | null | undefined;
2175
+ tag?: string | null | undefined;
2177
2176
  is_internal?: boolean | undefined;
2177
+ original_id?: number | null | undefined;
2178
2178
  }>;
2179
2179
  type NoteCreateDto = z.infer<typeof NoteCreateSchema>;
2180
2180
  //#endregion
@@ -2192,20 +2192,20 @@ declare const NoteUpdateSchema: z.ZodObject<{
2192
2192
  id: string;
2193
2193
  record_id?: string | undefined;
2194
2194
  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;
2195
- tag?: string | null | undefined;
2196
2195
  title?: string | null | undefined;
2197
2196
  body?: string | null | undefined;
2198
- original_id?: number | null | undefined;
2197
+ tag?: string | null | undefined;
2199
2198
  is_internal?: boolean | undefined;
2199
+ original_id?: number | null | undefined;
2200
2200
  }, {
2201
2201
  id: string;
2202
2202
  record_id?: string | undefined;
2203
2203
  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;
2204
- tag?: string | null | undefined;
2205
2204
  title?: string | null | undefined;
2206
2205
  body?: string | null | undefined;
2207
- original_id?: number | null | undefined;
2206
+ tag?: string | null | undefined;
2208
2207
  is_internal?: boolean | undefined;
2208
+ original_id?: number | null | undefined;
2209
2209
  }>;
2210
2210
  type NoteUpdateDto = z.infer<typeof NoteUpdateSchema>;
2211
2211
  //#endregion
@@ -2567,6 +2567,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
2567
2567
  searchableFields: string[];
2568
2568
  }>>;
2569
2569
  }, "strip", z.ZodTypeAny, {
2570
+ first?: number | undefined;
2571
+ after?: string | undefined;
2572
+ sortBy?: string | undefined;
2573
+ sortDirection?: "asc" | "desc" | undefined;
2574
+ paginationToken?: string | undefined;
2570
2575
  created_at?: {
2571
2576
  operator: "isEmpty" | "isNotEmpty";
2572
2577
  value?: any;
@@ -2583,11 +2588,6 @@ declare const NoteFiltersSchema: z.ZodObject<{
2583
2588
  values?: any[] | undefined;
2584
2589
  caseSensitive?: boolean | undefined;
2585
2590
  } | undefined;
2586
- first?: number | undefined;
2587
- after?: string | undefined;
2588
- sortBy?: string | undefined;
2589
- sortDirection?: "asc" | "desc" | undefined;
2590
- paginationToken?: string | undefined;
2591
2591
  search?: {
2592
2592
  query: string;
2593
2593
  searchableFields: string[];
@@ -2620,19 +2620,19 @@ declare const NoteFiltersSchema: z.ZodObject<{
2620
2620
  values?: any[] | undefined;
2621
2621
  caseSensitive?: boolean | undefined;
2622
2622
  } | undefined;
2623
- tag?: {
2623
+ title?: {
2624
2624
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2625
2625
  value?: string | undefined;
2626
2626
  values?: string[] | undefined;
2627
2627
  caseSensitive?: boolean | undefined;
2628
2628
  } | undefined;
2629
- title?: {
2629
+ body?: {
2630
2630
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2631
2631
  value?: string | undefined;
2632
2632
  values?: string[] | undefined;
2633
2633
  caseSensitive?: boolean | undefined;
2634
2634
  } | undefined;
2635
- body?: {
2635
+ tag?: {
2636
2636
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2637
2637
  value?: string | undefined;
2638
2638
  values?: string[] | undefined;
@@ -2645,6 +2645,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
2645
2645
  caseSensitive?: boolean | undefined;
2646
2646
  } | undefined;
2647
2647
  }, {
2648
+ first?: number | undefined;
2649
+ after?: string | undefined;
2650
+ sortBy?: string | undefined;
2651
+ sortDirection?: "asc" | "desc" | undefined;
2652
+ paginationToken?: string | undefined;
2648
2653
  created_at?: {
2649
2654
  operator: "isEmpty" | "isNotEmpty";
2650
2655
  value?: any;
@@ -2661,11 +2666,6 @@ declare const NoteFiltersSchema: z.ZodObject<{
2661
2666
  values?: any[] | undefined;
2662
2667
  caseSensitive?: boolean | undefined;
2663
2668
  } | undefined;
2664
- first?: number | undefined;
2665
- after?: string | undefined;
2666
- sortBy?: string | undefined;
2667
- sortDirection?: "asc" | "desc" | undefined;
2668
- paginationToken?: string | undefined;
2669
2669
  search?: {
2670
2670
  query: string;
2671
2671
  searchableFields: string[];
@@ -2698,19 +2698,19 @@ declare const NoteFiltersSchema: z.ZodObject<{
2698
2698
  values?: any[] | undefined;
2699
2699
  caseSensitive?: boolean | undefined;
2700
2700
  } | undefined;
2701
- tag?: {
2701
+ title?: {
2702
2702
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2703
2703
  value?: string | undefined;
2704
2704
  values?: string[] | undefined;
2705
2705
  caseSensitive?: boolean | undefined;
2706
2706
  } | undefined;
2707
- title?: {
2707
+ body?: {
2708
2708
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2709
2709
  value?: string | undefined;
2710
2710
  values?: string[] | undefined;
2711
2711
  caseSensitive?: boolean | undefined;
2712
2712
  } | undefined;
2713
- body?: {
2713
+ tag?: {
2714
2714
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2715
2715
  value?: string | undefined;
2716
2716
  values?: string[] | undefined;
@@ -3560,18 +3560,18 @@ declare const signupSchema: z.ZodObject<{
3560
3560
  }>;
3561
3561
  acceptances: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>, Record<string, boolean>, Record<string, boolean> | undefined>;
3562
3562
  }, "strip", z.ZodTypeAny, {
3563
- email: string;
3564
3563
  passwords: {
3565
3564
  password: string;
3566
3565
  password_confirm: string;
3567
3566
  };
3567
+ email: string;
3568
3568
  acceptances: Record<string, boolean>;
3569
3569
  }, {
3570
- email: string;
3571
3570
  passwords: {
3572
3571
  password: string;
3573
3572
  password_confirm: string;
3574
3573
  };
3574
+ email: string;
3575
3575
  acceptances?: Record<string, boolean> | undefined;
3576
3576
  }>;
3577
3577
  /** Parsed/validated signup input - acceptances is always present after parse (defaults to {}). */
@@ -3598,17 +3598,17 @@ declare const signupInitiateSchema: z.ZodObject<{
3598
3598
  password_confirm: string;
3599
3599
  }>;
3600
3600
  }, "strip", z.ZodTypeAny, {
3601
- email: string;
3602
3601
  passwords: {
3603
3602
  password: string;
3604
3603
  password_confirm: string;
3605
3604
  };
3606
- }, {
3607
3605
  email: string;
3606
+ }, {
3608
3607
  passwords: {
3609
3608
  password: string;
3610
3609
  password_confirm: string;
3611
3610
  };
3611
+ email: string;
3612
3612
  }>;
3613
3613
  type SignupInitiateInputDto = z.infer<typeof signupInitiateSchema>;
3614
3614
  /** Response when consents are required - token + consents to display. */
@@ -3720,8 +3720,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3720
3720
  price_currency?: string | null | undefined;
3721
3721
  }>, "many">>>;
3722
3722
  }, "strip", z.ZodTypeAny, {
3723
- userId: string;
3724
3723
  email: string;
3724
+ userId: string;
3725
3725
  username: string;
3726
3726
  email_verified: boolean;
3727
3727
  user_type: string;
@@ -3742,8 +3742,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3742
3742
  price_currency?: string | null | undefined;
3743
3743
  }[] | null | undefined;
3744
3744
  }, {
3745
- userId: string;
3746
3745
  email: string;
3746
+ userId: string;
3747
3747
  username: string;
3748
3748
  email_verified: boolean;
3749
3749
  user_type: string;
@@ -3766,8 +3766,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3766
3766
  }>;
3767
3767
  }, "strip", z.ZodTypeAny, {
3768
3768
  user: {
3769
- userId: string;
3770
3769
  email: string;
3770
+ userId: string;
3771
3771
  username: string;
3772
3772
  email_verified: boolean;
3773
3773
  user_type: string;
@@ -3788,15 +3788,15 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3788
3788
  price_currency?: string | null | undefined;
3789
3789
  }[] | null | undefined;
3790
3790
  };
3791
+ status: string;
3791
3792
  created_at: string;
3792
3793
  expires_at: string;
3793
- status: string;
3794
3794
  user_agent?: string | null | undefined;
3795
3795
  ip_address?: string | null | undefined;
3796
3796
  }, {
3797
3797
  user: {
3798
- userId: string;
3799
3798
  email: string;
3799
+ userId: string;
3800
3800
  username: string;
3801
3801
  email_verified: boolean;
3802
3802
  user_type: string;
@@ -3817,9 +3817,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3817
3817
  price_currency?: string | null | undefined;
3818
3818
  }[] | null | undefined;
3819
3819
  };
3820
+ status: string;
3820
3821
  created_at: string;
3821
3822
  expires_at: string;
3822
- status: string;
3823
3823
  user_agent?: string | null | undefined;
3824
3824
  ip_address?: string | null | undefined;
3825
3825
  }>;
@@ -3830,8 +3830,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3830
3830
  refresh_token: string;
3831
3831
  frontend_session: {
3832
3832
  user: {
3833
- userId: string;
3834
3833
  email: string;
3834
+ userId: string;
3835
3835
  username: string;
3836
3836
  email_verified: boolean;
3837
3837
  user_type: string;
@@ -3852,9 +3852,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3852
3852
  price_currency?: string | null | undefined;
3853
3853
  }[] | null | undefined;
3854
3854
  };
3855
+ status: string;
3855
3856
  created_at: string;
3856
3857
  expires_at: string;
3857
- status: string;
3858
3858
  user_agent?: string | null | undefined;
3859
3859
  ip_address?: string | null | undefined;
3860
3860
  };
@@ -3864,8 +3864,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3864
3864
  refresh_token: string;
3865
3865
  frontend_session: {
3866
3866
  user: {
3867
- userId: string;
3868
3867
  email: string;
3868
+ userId: string;
3869
3869
  username: string;
3870
3870
  email_verified: boolean;
3871
3871
  user_type: string;
@@ -3886,9 +3886,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3886
3886
  price_currency?: string | null | undefined;
3887
3887
  }[] | null | undefined;
3888
3888
  };
3889
+ status: string;
3889
3890
  created_at: string;
3890
3891
  expires_at: string;
3891
- status: string;
3892
3892
  user_agent?: string | null | undefined;
3893
3893
  ip_address?: string | null | undefined;
3894
3894
  };
@@ -3901,8 +3901,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3901
3901
  refresh_token: string;
3902
3902
  frontend_session: {
3903
3903
  user: {
3904
- userId: string;
3905
3904
  email: string;
3905
+ userId: string;
3906
3906
  username: string;
3907
3907
  email_verified: boolean;
3908
3908
  user_type: string;
@@ -3923,9 +3923,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3923
3923
  price_currency?: string | null | undefined;
3924
3924
  }[] | null | undefined;
3925
3925
  };
3926
+ status: string;
3926
3927
  created_at: string;
3927
3928
  expires_at: string;
3928
- status: string;
3929
3929
  user_agent?: string | null | undefined;
3930
3930
  ip_address?: string | null | undefined;
3931
3931
  };
@@ -3938,8 +3938,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3938
3938
  refresh_token: string;
3939
3939
  frontend_session: {
3940
3940
  user: {
3941
- userId: string;
3942
3941
  email: string;
3942
+ userId: string;
3943
3943
  username: string;
3944
3944
  email_verified: boolean;
3945
3945
  user_type: string;
@@ -3960,9 +3960,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3960
3960
  price_currency?: string | null | undefined;
3961
3961
  }[] | null | undefined;
3962
3962
  };
3963
+ status: string;
3963
3964
  created_at: string;
3964
3965
  expires_at: string;
3965
- status: string;
3966
3966
  user_agent?: string | null | undefined;
3967
3967
  ip_address?: string | null | undefined;
3968
3968
  };
@@ -4076,8 +4076,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4076
4076
  price_currency?: string | null | undefined;
4077
4077
  }>, "many">>>;
4078
4078
  }, "strip", z.ZodTypeAny, {
4079
- userId: string;
4080
4079
  email: string;
4080
+ userId: string;
4081
4081
  username: string;
4082
4082
  email_verified: boolean;
4083
4083
  user_type: string;
@@ -4098,8 +4098,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4098
4098
  price_currency?: string | null | undefined;
4099
4099
  }[] | null | undefined;
4100
4100
  }, {
4101
- userId: string;
4102
4101
  email: string;
4102
+ userId: string;
4103
4103
  username: string;
4104
4104
  email_verified: boolean;
4105
4105
  user_type: string;
@@ -4122,8 +4122,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4122
4122
  }>;
4123
4123
  }, "strip", z.ZodTypeAny, {
4124
4124
  user: {
4125
- userId: string;
4126
4125
  email: string;
4126
+ userId: string;
4127
4127
  username: string;
4128
4128
  email_verified: boolean;
4129
4129
  user_type: string;
@@ -4144,15 +4144,15 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4144
4144
  price_currency?: string | null | undefined;
4145
4145
  }[] | null | undefined;
4146
4146
  };
4147
+ status: string;
4147
4148
  created_at: string;
4148
4149
  expires_at: string;
4149
- status: string;
4150
4150
  user_agent?: string | null | undefined;
4151
4151
  ip_address?: string | null | undefined;
4152
4152
  }, {
4153
4153
  user: {
4154
- userId: string;
4155
4154
  email: string;
4155
+ userId: string;
4156
4156
  username: string;
4157
4157
  email_verified: boolean;
4158
4158
  user_type: string;
@@ -4173,9 +4173,9 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4173
4173
  price_currency?: string | null | undefined;
4174
4174
  }[] | null | undefined;
4175
4175
  };
4176
+ status: string;
4176
4177
  created_at: string;
4177
4178
  expires_at: string;
4178
- status: string;
4179
4179
  user_agent?: string | null | undefined;
4180
4180
  ip_address?: string | null | undefined;
4181
4181
  }>;
@@ -4186,8 +4186,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4186
4186
  refresh_token: string;
4187
4187
  frontend_session: {
4188
4188
  user: {
4189
- userId: string;
4190
4189
  email: string;
4190
+ userId: string;
4191
4191
  username: string;
4192
4192
  email_verified: boolean;
4193
4193
  user_type: string;
@@ -4208,9 +4208,9 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4208
4208
  price_currency?: string | null | undefined;
4209
4209
  }[] | null | undefined;
4210
4210
  };
4211
+ status: string;
4211
4212
  created_at: string;
4212
4213
  expires_at: string;
4213
- status: string;
4214
4214
  user_agent?: string | null | undefined;
4215
4215
  ip_address?: string | null | undefined;
4216
4216
  };
@@ -4220,8 +4220,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4220
4220
  refresh_token: string;
4221
4221
  frontend_session: {
4222
4222
  user: {
4223
- userId: string;
4224
4223
  email: string;
4224
+ userId: string;
4225
4225
  username: string;
4226
4226
  email_verified: boolean;
4227
4227
  user_type: string;
@@ -4242,9 +4242,9 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4242
4242
  price_currency?: string | null | undefined;
4243
4243
  }[] | null | undefined;
4244
4244
  };
4245
+ status: string;
4245
4246
  created_at: string;
4246
4247
  expires_at: string;
4247
- status: string;
4248
4248
  user_agent?: string | null | undefined;
4249
4249
  ip_address?: string | null | undefined;
4250
4250
  };
@@ -4257,8 +4257,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4257
4257
  refresh_token: string;
4258
4258
  frontend_session: {
4259
4259
  user: {
4260
- userId: string;
4261
4260
  email: string;
4261
+ userId: string;
4262
4262
  username: string;
4263
4263
  email_verified: boolean;
4264
4264
  user_type: string;
@@ -4279,9 +4279,9 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4279
4279
  price_currency?: string | null | undefined;
4280
4280
  }[] | null | undefined;
4281
4281
  };
4282
+ status: string;
4282
4283
  created_at: string;
4283
4284
  expires_at: string;
4284
- status: string;
4285
4285
  user_agent?: string | null | undefined;
4286
4286
  ip_address?: string | null | undefined;
4287
4287
  };
@@ -4294,8 +4294,8 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4294
4294
  refresh_token: string;
4295
4295
  frontend_session: {
4296
4296
  user: {
4297
- userId: string;
4298
4297
  email: string;
4298
+ userId: string;
4299
4299
  username: string;
4300
4300
  email_verified: boolean;
4301
4301
  user_type: string;
@@ -4316,9 +4316,9 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4316
4316
  price_currency?: string | null | undefined;
4317
4317
  }[] | null | undefined;
4318
4318
  };
4319
+ status: string;
4319
4320
  created_at: string;
4320
4321
  expires_at: string;
4321
- status: string;
4322
4322
  user_agent?: string | null | undefined;
4323
4323
  ip_address?: string | null | undefined;
4324
4324
  };
@@ -4634,8 +4634,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
4634
4634
  user_id_display_name?: string | null | undefined;
4635
4635
  }>>>;
4636
4636
  }, "strip", z.ZodTypeAny, {
4637
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4638
4637
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4638
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4639
4639
  id: string;
4640
4640
  description: string;
4641
4641
  title: string;
@@ -4649,10 +4649,10 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
4649
4649
  created_by_display_name?: string | null | undefined;
4650
4650
  display_id?: string | null | undefined;
4651
4651
  credit_value?: string | null | undefined;
4652
- display_id_prefix?: string | null | undefined;
4653
4652
  start_at?: string | null | undefined;
4654
4653
  target_at?: string | null | undefined;
4655
4654
  completed_at?: string | null | undefined;
4655
+ display_id_prefix?: string | null | undefined;
4656
4656
  locked_approval_at?: string | null | undefined;
4657
4657
  my_subscription?: {
4658
4658
  created_at: string;
@@ -4666,8 +4666,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
4666
4666
  user_id_display_name?: string | null | undefined;
4667
4667
  } | null | undefined;
4668
4668
  }, {
4669
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4670
4669
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4670
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4671
4671
  id: string;
4672
4672
  description: string;
4673
4673
  title: string;
@@ -4681,10 +4681,10 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
4681
4681
  created_by_display_name?: string | null | undefined;
4682
4682
  display_id?: string | null | undefined;
4683
4683
  credit_value?: string | null | undefined;
4684
- display_id_prefix?: string | null | undefined;
4685
4684
  start_at?: string | null | undefined;
4686
4685
  target_at?: string | null | undefined;
4687
4686
  completed_at?: string | null | undefined;
4687
+ display_id_prefix?: string | null | undefined;
4688
4688
  locked_approval_at?: string | null | undefined;
4689
4689
  my_subscription?: {
4690
4690
  created_at: string;
@@ -4756,8 +4756,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4756
4756
  user_id_display_name?: string | null | undefined;
4757
4757
  }>>>;
4758
4758
  }, "strip", z.ZodTypeAny, {
4759
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4760
4759
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4760
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4761
4761
  id: string;
4762
4762
  description: string;
4763
4763
  title: string;
@@ -4771,10 +4771,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4771
4771
  created_by_display_name?: string | null | undefined;
4772
4772
  display_id?: string | null | undefined;
4773
4773
  credit_value?: string | null | undefined;
4774
- display_id_prefix?: string | null | undefined;
4775
4774
  start_at?: string | null | undefined;
4776
4775
  target_at?: string | null | undefined;
4777
4776
  completed_at?: string | null | undefined;
4777
+ display_id_prefix?: string | null | undefined;
4778
4778
  locked_approval_at?: string | null | undefined;
4779
4779
  my_subscription?: {
4780
4780
  created_at: string;
@@ -4788,8 +4788,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4788
4788
  user_id_display_name?: string | null | undefined;
4789
4789
  } | null | undefined;
4790
4790
  }, {
4791
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4792
4791
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4792
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4793
4793
  id: string;
4794
4794
  description: string;
4795
4795
  title: string;
@@ -4803,10 +4803,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4803
4803
  created_by_display_name?: string | null | undefined;
4804
4804
  display_id?: string | null | undefined;
4805
4805
  credit_value?: string | null | undefined;
4806
- display_id_prefix?: string | null | undefined;
4807
4806
  start_at?: string | null | undefined;
4808
4807
  target_at?: string | null | undefined;
4809
4808
  completed_at?: string | null | undefined;
4809
+ display_id_prefix?: string | null | undefined;
4810
4810
  locked_approval_at?: string | null | undefined;
4811
4811
  my_subscription?: {
4812
4812
  created_at: string;
@@ -4844,8 +4844,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4844
4844
  }>;
4845
4845
  }, "strip", z.ZodTypeAny, {
4846
4846
  items: {
4847
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4848
4847
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4848
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4849
4849
  id: string;
4850
4850
  description: string;
4851
4851
  title: string;
@@ -4859,10 +4859,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4859
4859
  created_by_display_name?: string | null | undefined;
4860
4860
  display_id?: string | null | undefined;
4861
4861
  credit_value?: string | null | undefined;
4862
- display_id_prefix?: string | null | undefined;
4863
4862
  start_at?: string | null | undefined;
4864
4863
  target_at?: string | null | undefined;
4865
4864
  completed_at?: string | null | undefined;
4865
+ display_id_prefix?: string | null | undefined;
4866
4866
  locked_approval_at?: string | null | undefined;
4867
4867
  my_subscription?: {
4868
4868
  created_at: string;
@@ -4886,8 +4886,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4886
4886
  };
4887
4887
  }, {
4888
4888
  items: {
4889
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4890
4889
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4890
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4891
4891
  id: string;
4892
4892
  description: string;
4893
4893
  title: string;
@@ -4901,10 +4901,10 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4901
4901
  created_by_display_name?: string | null | undefined;
4902
4902
  display_id?: string | null | undefined;
4903
4903
  credit_value?: string | null | undefined;
4904
- display_id_prefix?: string | null | undefined;
4905
4904
  start_at?: string | null | undefined;
4906
4905
  target_at?: string | null | undefined;
4907
4906
  completed_at?: string | null | undefined;
4907
+ display_id_prefix?: string | null | undefined;
4908
4908
  locked_approval_at?: string | null | undefined;
4909
4909
  my_subscription?: {
4910
4910
  created_at: string;
@@ -5623,6 +5623,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5623
5623
  searchableFields: string[];
5624
5624
  }>>;
5625
5625
  }, "strip", z.ZodTypeAny, {
5626
+ type?: {
5627
+ operator: "eq" | "ne" | "in" | "notIn";
5628
+ value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
5629
+ values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
5630
+ caseSensitive?: boolean | undefined;
5631
+ } | undefined;
5632
+ status?: {
5633
+ operator: "eq" | "ne" | "in" | "notIn";
5634
+ value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5635
+ values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
5636
+ caseSensitive?: boolean | undefined;
5637
+ } | undefined;
5638
+ first?: number | undefined;
5639
+ after?: string | undefined;
5640
+ sortBy?: string | undefined;
5641
+ sortDirection?: "asc" | "desc" | undefined;
5642
+ paginationToken?: string | undefined;
5626
5643
  created_at?: {
5627
5644
  operator: "isEmpty" | "isNotEmpty";
5628
5645
  value?: any;
@@ -5639,23 +5656,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5639
5656
  values?: any[] | undefined;
5640
5657
  caseSensitive?: boolean | undefined;
5641
5658
  } | undefined;
5642
- status?: {
5643
- operator: "eq" | "ne" | "in" | "notIn";
5644
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5645
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
5646
- caseSensitive?: boolean | undefined;
5647
- } | undefined;
5648
- type?: {
5649
- operator: "eq" | "ne" | "in" | "notIn";
5650
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
5651
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
5652
- caseSensitive?: boolean | undefined;
5653
- } | undefined;
5654
- first?: number | undefined;
5655
- after?: string | undefined;
5656
- sortBy?: string | undefined;
5657
- sortDirection?: "asc" | "desc" | undefined;
5658
- paginationToken?: string | undefined;
5659
5659
  created_by?: {
5660
5660
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
5661
5661
  value?: string | undefined;
@@ -5761,6 +5761,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5761
5761
  caseSensitive?: boolean | undefined;
5762
5762
  } | undefined;
5763
5763
  }, {
5764
+ type?: {
5765
+ operator: "eq" | "ne" | "in" | "notIn";
5766
+ value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
5767
+ values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
5768
+ caseSensitive?: boolean | undefined;
5769
+ } | undefined;
5770
+ status?: {
5771
+ operator: "eq" | "ne" | "in" | "notIn";
5772
+ value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5773
+ values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
5774
+ caseSensitive?: boolean | undefined;
5775
+ } | undefined;
5776
+ first?: number | undefined;
5777
+ after?: string | undefined;
5778
+ sortBy?: string | undefined;
5779
+ sortDirection?: "asc" | "desc" | undefined;
5780
+ paginationToken?: string | undefined;
5764
5781
  created_at?: {
5765
5782
  operator: "isEmpty" | "isNotEmpty";
5766
5783
  value?: any;
@@ -5777,23 +5794,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5777
5794
  values?: any[] | undefined;
5778
5795
  caseSensitive?: boolean | undefined;
5779
5796
  } | undefined;
5780
- status?: {
5781
- operator: "eq" | "ne" | "in" | "notIn";
5782
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5783
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
5784
- caseSensitive?: boolean | undefined;
5785
- } | undefined;
5786
- type?: {
5787
- operator: "eq" | "ne" | "in" | "notIn";
5788
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
5789
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
5790
- caseSensitive?: boolean | undefined;
5791
- } | undefined;
5792
- first?: number | undefined;
5793
- after?: string | undefined;
5794
- sortBy?: string | undefined;
5795
- sortDirection?: "asc" | "desc" | undefined;
5796
- paginationToken?: string | undefined;
5797
5797
  created_by?: {
5798
5798
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
5799
5799
  value?: string | undefined;
@@ -5936,8 +5936,8 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
5936
5936
  archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5937
5937
  archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5938
5938
  }, "strip", z.ZodTypeAny, {
5939
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5940
5939
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
5940
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5941
5941
  id: string;
5942
5942
  description: string;
5943
5943
  title: string;
@@ -5956,17 +5956,17 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
5956
5956
  display_id?: string | null | undefined;
5957
5957
  credit_value?: string | null | undefined;
5958
5958
  delivered_value?: string | null | undefined;
5959
- display_id_prefix?: string | null | undefined;
5960
5959
  start_at?: string | null | undefined;
5961
5960
  target_at?: string | null | undefined;
5962
5961
  completed_at?: string | null | undefined;
5962
+ display_id_prefix?: string | null | undefined;
5963
5963
  locked_approval_at?: string | null | undefined;
5964
5964
  assigned_to?: string | null | undefined;
5965
5965
  assigned_to_display_name?: string | null | undefined;
5966
5966
  dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
5967
5967
  }, {
5968
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5969
5968
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
5969
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5970
5970
  id: string;
5971
5971
  description: string;
5972
5972
  title: string;
@@ -5985,10 +5985,10 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
5985
5985
  display_id?: string | null | undefined;
5986
5986
  credit_value?: string | null | undefined;
5987
5987
  delivered_value?: string | null | undefined;
5988
- display_id_prefix?: string | null | undefined;
5989
5988
  start_at?: string | null | undefined;
5990
5989
  target_at?: string | null | undefined;
5991
5990
  completed_at?: string | null | undefined;
5991
+ display_id_prefix?: string | null | undefined;
5992
5992
  locked_approval_at?: string | null | undefined;
5993
5993
  assigned_to?: string | null | undefined;
5994
5994
  assigned_to_display_name?: string | null | undefined;
@@ -6029,8 +6029,8 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6029
6029
  archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6030
6030
  archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6031
6031
  }, "strip", z.ZodTypeAny, {
6032
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6033
6032
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6033
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6034
6034
  id: string;
6035
6035
  description: string;
6036
6036
  title: string;
@@ -6049,17 +6049,17 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6049
6049
  display_id?: string | null | undefined;
6050
6050
  credit_value?: string | null | undefined;
6051
6051
  delivered_value?: string | null | undefined;
6052
- display_id_prefix?: string | null | undefined;
6053
6052
  start_at?: string | null | undefined;
6054
6053
  target_at?: string | null | undefined;
6055
6054
  completed_at?: string | null | undefined;
6055
+ display_id_prefix?: string | null | undefined;
6056
6056
  locked_approval_at?: string | null | undefined;
6057
6057
  assigned_to?: string | null | undefined;
6058
6058
  assigned_to_display_name?: string | null | undefined;
6059
6059
  dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6060
6060
  }, {
6061
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6062
6061
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6062
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6063
6063
  id: string;
6064
6064
  description: string;
6065
6065
  title: string;
@@ -6078,10 +6078,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6078
6078
  display_id?: string | null | undefined;
6079
6079
  credit_value?: string | null | undefined;
6080
6080
  delivered_value?: string | null | undefined;
6081
- display_id_prefix?: string | null | undefined;
6082
6081
  start_at?: string | null | undefined;
6083
6082
  target_at?: string | null | undefined;
6084
6083
  completed_at?: string | null | undefined;
6084
+ display_id_prefix?: string | null | undefined;
6085
6085
  locked_approval_at?: string | null | undefined;
6086
6086
  assigned_to?: string | null | undefined;
6087
6087
  assigned_to_display_name?: string | null | undefined;
@@ -6111,8 +6111,8 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6111
6111
  }>;
6112
6112
  }, "strip", z.ZodTypeAny, {
6113
6113
  items: {
6114
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6115
6114
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6115
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6116
6116
  id: string;
6117
6117
  description: string;
6118
6118
  title: string;
@@ -6131,10 +6131,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6131
6131
  display_id?: string | null | undefined;
6132
6132
  credit_value?: string | null | undefined;
6133
6133
  delivered_value?: string | null | undefined;
6134
- display_id_prefix?: string | null | undefined;
6135
6134
  start_at?: string | null | undefined;
6136
6135
  target_at?: string | null | undefined;
6137
6136
  completed_at?: string | null | undefined;
6137
+ display_id_prefix?: string | null | undefined;
6138
6138
  locked_approval_at?: string | null | undefined;
6139
6139
  assigned_to?: string | null | undefined;
6140
6140
  assigned_to_display_name?: string | null | undefined;
@@ -6150,8 +6150,8 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6150
6150
  };
6151
6151
  }, {
6152
6152
  items: {
6153
- status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6154
6153
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6154
+ status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
6155
6155
  id: string;
6156
6156
  description: string;
6157
6157
  title: string;
@@ -6170,10 +6170,10 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6170
6170
  display_id?: string | null | undefined;
6171
6171
  credit_value?: string | null | undefined;
6172
6172
  delivered_value?: string | null | undefined;
6173
- display_id_prefix?: string | null | undefined;
6174
6173
  start_at?: string | null | undefined;
6175
6174
  target_at?: string | null | undefined;
6176
6175
  completed_at?: string | null | undefined;
6176
+ display_id_prefix?: string | null | undefined;
6177
6177
  locked_approval_at?: string | null | undefined;
6178
6178
  assigned_to?: string | null | undefined;
6179
6179
  assigned_to_display_name?: string | null | undefined;
@@ -6986,6 +6986,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
6986
6986
  searchableFields: string[];
6987
6987
  }>>;
6988
6988
  }, "strip", z.ZodTypeAny, {
6989
+ type?: {
6990
+ operator: "eq" | "ne" | "in" | "notIn";
6991
+ value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
6992
+ values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
6993
+ caseSensitive?: boolean | undefined;
6994
+ } | undefined;
6995
+ status?: {
6996
+ operator: "eq" | "ne" | "in" | "notIn";
6997
+ value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
6998
+ values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
6999
+ caseSensitive?: boolean | undefined;
7000
+ } | undefined;
7001
+ first?: number | undefined;
7002
+ after?: string | undefined;
7003
+ sortBy?: string | undefined;
7004
+ sortDirection?: "asc" | "desc" | undefined;
7005
+ paginationToken?: string | undefined;
6989
7006
  created_at?: {
6990
7007
  operator: "isEmpty" | "isNotEmpty";
6991
7008
  value?: any;
@@ -7002,23 +7019,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7002
7019
  values?: any[] | undefined;
7003
7020
  caseSensitive?: boolean | undefined;
7004
7021
  } | undefined;
7005
- status?: {
7006
- operator: "eq" | "ne" | "in" | "notIn";
7007
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
7008
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
7009
- caseSensitive?: boolean | undefined;
7010
- } | undefined;
7011
- type?: {
7012
- operator: "eq" | "ne" | "in" | "notIn";
7013
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
7014
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
7015
- caseSensitive?: boolean | undefined;
7016
- } | undefined;
7017
- first?: number | undefined;
7018
- after?: string | undefined;
7019
- sortBy?: string | undefined;
7020
- sortDirection?: "asc" | "desc" | undefined;
7021
- paginationToken?: string | undefined;
7022
7022
  created_by?: {
7023
7023
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
7024
7024
  value?: string | undefined;
@@ -7142,6 +7142,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7142
7142
  caseSensitive?: boolean | undefined;
7143
7143
  } | undefined;
7144
7144
  }, {
7145
+ type?: {
7146
+ operator: "eq" | "ne" | "in" | "notIn";
7147
+ value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
7148
+ values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
7149
+ caseSensitive?: boolean | undefined;
7150
+ } | undefined;
7151
+ status?: {
7152
+ operator: "eq" | "ne" | "in" | "notIn";
7153
+ value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
7154
+ values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
7155
+ caseSensitive?: boolean | undefined;
7156
+ } | undefined;
7157
+ first?: number | undefined;
7158
+ after?: string | undefined;
7159
+ sortBy?: string | undefined;
7160
+ sortDirection?: "asc" | "desc" | undefined;
7161
+ paginationToken?: string | undefined;
7145
7162
  created_at?: {
7146
7163
  operator: "isEmpty" | "isNotEmpty";
7147
7164
  value?: any;
@@ -7158,23 +7175,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7158
7175
  values?: any[] | undefined;
7159
7176
  caseSensitive?: boolean | undefined;
7160
7177
  } | undefined;
7161
- status?: {
7162
- operator: "eq" | "ne" | "in" | "notIn";
7163
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
7164
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
7165
- caseSensitive?: boolean | undefined;
7166
- } | undefined;
7167
- type?: {
7168
- operator: "eq" | "ne" | "in" | "notIn";
7169
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
7170
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
7171
- caseSensitive?: boolean | undefined;
7172
- } | undefined;
7173
- first?: number | undefined;
7174
- after?: string | undefined;
7175
- sortBy?: string | undefined;
7176
- sortDirection?: "asc" | "desc" | undefined;
7177
- paginationToken?: string | undefined;
7178
7178
  created_by?: {
7179
7179
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
7180
7180
  value?: string | undefined;
@@ -8064,6 +8064,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
8064
8064
  searchableFields: string[];
8065
8065
  }>>;
8066
8066
  }, "strip", z.ZodTypeAny, {
8067
+ first?: number | undefined;
8068
+ after?: string | undefined;
8069
+ sortBy?: string | undefined;
8070
+ sortDirection?: "asc" | "desc" | undefined;
8071
+ paginationToken?: string | undefined;
8067
8072
  created_at?: {
8068
8073
  operator: "isEmpty" | "isNotEmpty";
8069
8074
  value?: any;
@@ -8080,11 +8085,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
8080
8085
  values?: any[] | undefined;
8081
8086
  caseSensitive?: boolean | undefined;
8082
8087
  } | undefined;
8083
- first?: number | undefined;
8084
- after?: string | undefined;
8085
- sortBy?: string | undefined;
8086
- sortDirection?: "asc" | "desc" | undefined;
8087
- paginationToken?: string | undefined;
8088
8088
  search?: {
8089
8089
  query: string;
8090
8090
  searchableFields: string[];
@@ -8121,13 +8121,13 @@ declare const TeamFiltersSchema: z.ZodObject<{
8121
8121
  values?: any[] | undefined;
8122
8122
  caseSensitive?: boolean | undefined;
8123
8123
  } | undefined;
8124
- display_name?: {
8124
+ unique_name?: {
8125
8125
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
8126
8126
  value?: string | undefined;
8127
8127
  values?: string[] | undefined;
8128
8128
  caseSensitive?: boolean | undefined;
8129
8129
  } | undefined;
8130
- unique_name?: {
8130
+ display_name?: {
8131
8131
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
8132
8132
  value?: string | undefined;
8133
8133
  values?: string[] | undefined;
@@ -8164,6 +8164,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
8164
8164
  caseSensitive?: boolean | undefined;
8165
8165
  } | undefined;
8166
8166
  }, {
8167
+ first?: number | undefined;
8168
+ after?: string | undefined;
8169
+ sortBy?: string | undefined;
8170
+ sortDirection?: "asc" | "desc" | undefined;
8171
+ paginationToken?: string | undefined;
8167
8172
  created_at?: {
8168
8173
  operator: "isEmpty" | "isNotEmpty";
8169
8174
  value?: any;
@@ -8180,11 +8185,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
8180
8185
  values?: any[] | undefined;
8181
8186
  caseSensitive?: boolean | undefined;
8182
8187
  } | undefined;
8183
- first?: number | undefined;
8184
- after?: string | undefined;
8185
- sortBy?: string | undefined;
8186
- sortDirection?: "asc" | "desc" | undefined;
8187
- paginationToken?: string | undefined;
8188
8188
  search?: {
8189
8189
  query: string;
8190
8190
  searchableFields: string[];
@@ -8221,13 +8221,13 @@ declare const TeamFiltersSchema: z.ZodObject<{
8221
8221
  values?: any[] | undefined;
8222
8222
  caseSensitive?: boolean | undefined;
8223
8223
  } | undefined;
8224
- display_name?: {
8224
+ unique_name?: {
8225
8225
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
8226
8226
  value?: string | undefined;
8227
8227
  values?: string[] | undefined;
8228
8228
  caseSensitive?: boolean | undefined;
8229
8229
  } | undefined;
8230
- unique_name?: {
8230
+ display_name?: {
8231
8231
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
8232
8232
  value?: string | undefined;
8233
8233
  values?: string[] | undefined;
@@ -9621,6 +9621,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9621
9621
  searchableFields: string[];
9622
9622
  }>>;
9623
9623
  }, "strip", z.ZodTypeAny, {
9624
+ first?: number | undefined;
9625
+ after?: string | undefined;
9626
+ sortBy?: string | undefined;
9627
+ sortDirection?: "asc" | "desc" | undefined;
9628
+ paginationToken?: string | undefined;
9624
9629
  created_at?: {
9625
9630
  operator: "isEmpty" | "isNotEmpty";
9626
9631
  value?: any;
@@ -9637,11 +9642,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9637
9642
  values?: any[] | undefined;
9638
9643
  caseSensitive?: boolean | undefined;
9639
9644
  } | undefined;
9640
- first?: number | undefined;
9641
- after?: string | undefined;
9642
- sortBy?: string | undefined;
9643
- sortDirection?: "asc" | "desc" | undefined;
9644
- paginationToken?: string | undefined;
9645
9645
  search?: {
9646
9646
  query: string;
9647
9647
  searchableFields: string[];
@@ -9690,6 +9690,12 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9690
9690
  values?: number[] | undefined;
9691
9691
  caseSensitive?: boolean | undefined;
9692
9692
  } | undefined;
9693
+ display_name?: {
9694
+ operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9695
+ value?: string | undefined;
9696
+ values?: string[] | undefined;
9697
+ caseSensitive?: boolean | undefined;
9698
+ } | undefined;
9693
9699
  team_id?: {
9694
9700
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9695
9701
  value?: string | undefined;
@@ -9714,12 +9720,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9714
9720
  values?: ("owner" | "manager" | "member" | "client")[] | undefined;
9715
9721
  caseSensitive?: boolean | undefined;
9716
9722
  } | undefined;
9717
- display_name?: {
9718
- operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9719
- value?: string | undefined;
9720
- values?: string[] | undefined;
9721
- caseSensitive?: boolean | undefined;
9722
- } | undefined;
9723
9723
  business_phone?: {
9724
9724
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9725
9725
  value?: string | undefined;
@@ -9751,6 +9751,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9751
9751
  caseSensitive?: boolean | undefined;
9752
9752
  } | undefined;
9753
9753
  }, {
9754
+ first?: number | undefined;
9755
+ after?: string | undefined;
9756
+ sortBy?: string | undefined;
9757
+ sortDirection?: "asc" | "desc" | undefined;
9758
+ paginationToken?: string | undefined;
9754
9759
  created_at?: {
9755
9760
  operator: "isEmpty" | "isNotEmpty";
9756
9761
  value?: any;
@@ -9767,11 +9772,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9767
9772
  values?: any[] | undefined;
9768
9773
  caseSensitive?: boolean | undefined;
9769
9774
  } | undefined;
9770
- first?: number | undefined;
9771
- after?: string | undefined;
9772
- sortBy?: string | undefined;
9773
- sortDirection?: "asc" | "desc" | undefined;
9774
- paginationToken?: string | undefined;
9775
9775
  search?: {
9776
9776
  query: string;
9777
9777
  searchableFields: string[];
@@ -9820,6 +9820,12 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9820
9820
  values?: number[] | undefined;
9821
9821
  caseSensitive?: boolean | undefined;
9822
9822
  } | undefined;
9823
+ display_name?: {
9824
+ operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9825
+ value?: string | undefined;
9826
+ values?: string[] | undefined;
9827
+ caseSensitive?: boolean | undefined;
9828
+ } | undefined;
9823
9829
  team_id?: {
9824
9830
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9825
9831
  value?: string | undefined;
@@ -9844,12 +9850,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9844
9850
  values?: ("owner" | "manager" | "member" | "client")[] | undefined;
9845
9851
  caseSensitive?: boolean | undefined;
9846
9852
  } | undefined;
9847
- display_name?: {
9848
- operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9849
- value?: string | undefined;
9850
- values?: string[] | undefined;
9851
- caseSensitive?: boolean | undefined;
9852
- } | undefined;
9853
9853
  business_phone?: {
9854
9854
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
9855
9855
  value?: string | undefined;
@@ -9896,9 +9896,9 @@ declare const TeamMemberCreateSchema: z.ZodObject<{
9896
9896
  time_zone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9897
9897
  }, "strip", z.ZodTypeAny, {
9898
9898
  user_id: string;
9899
+ display_name: string;
9899
9900
  team_id: string;
9900
9901
  role: "owner" | "manager" | "member" | "client";
9901
- display_name: string;
9902
9902
  email_address: string;
9903
9903
  business_phone?: string | null | undefined;
9904
9904
  mobile_phone?: string | null | undefined;
@@ -9906,9 +9906,9 @@ declare const TeamMemberCreateSchema: z.ZodObject<{
9906
9906
  time_zone?: string | null | undefined;
9907
9907
  }, {
9908
9908
  user_id: string;
9909
+ display_name: string;
9909
9910
  team_id: string;
9910
9911
  role: "owner" | "manager" | "member" | "client";
9911
- display_name: string;
9912
9912
  email_address: string;
9913
9913
  business_phone?: string | null | undefined;
9914
9914
  mobile_phone?: string | null | undefined;
@@ -9931,9 +9931,9 @@ declare const TeamMemberUpdateSchema: z.ZodObject<{
9931
9931
  }, "strip", z.ZodTypeAny, {
9932
9932
  id: string;
9933
9933
  user_id: string;
9934
+ display_name: string;
9934
9935
  team_id: string;
9935
9936
  role: "owner" | "manager" | "member" | "client";
9936
- display_name: string;
9937
9937
  email_address: string;
9938
9938
  business_phone?: string | null | undefined;
9939
9939
  mobile_phone?: string | null | undefined;
@@ -9942,9 +9942,9 @@ declare const TeamMemberUpdateSchema: z.ZodObject<{
9942
9942
  }, {
9943
9943
  id: string;
9944
9944
  user_id: string;
9945
+ display_name: string;
9945
9946
  team_id: string;
9946
9947
  role: "owner" | "manager" | "member" | "client";
9947
- display_name: string;
9948
9948
  email_address: string;
9949
9949
  business_phone?: string | null | undefined;
9950
9950
  mobile_phone?: string | null | undefined;
@@ -9991,9 +9991,9 @@ declare const TeamMemberReadSchema: z.ZodObject<{
9991
9991
  original_id?: number | null | undefined;
9992
9992
  created_by_display_name?: string | null | undefined;
9993
9993
  updated_by_display_name?: string | null | undefined;
9994
+ display_name?: string | null | undefined;
9994
9995
  original_team_id?: string | null | undefined;
9995
9996
  original_user_id?: string | null | undefined;
9996
- display_name?: string | null | undefined;
9997
9997
  business_phone?: string | null | undefined;
9998
9998
  mobile_phone?: string | null | undefined;
9999
9999
  website_address?: string | null | undefined;
@@ -10013,9 +10013,9 @@ declare const TeamMemberReadSchema: z.ZodObject<{
10013
10013
  original_id?: number | null | undefined;
10014
10014
  created_by_display_name?: string | null | undefined;
10015
10015
  updated_by_display_name?: string | null | undefined;
10016
+ display_name?: string | null | undefined;
10016
10017
  original_team_id?: string | null | undefined;
10017
10018
  original_user_id?: string | null | undefined;
10018
- display_name?: string | null | undefined;
10019
10019
  business_phone?: string | null | undefined;
10020
10020
  mobile_phone?: string | null | undefined;
10021
10021
  website_address?: string | null | undefined;
@@ -10065,9 +10065,9 @@ declare const TeamMemberOptionSchema: z.ZodObject<{
10065
10065
  original_id?: number | null | undefined;
10066
10066
  created_by_display_name?: string | null | undefined;
10067
10067
  updated_by_display_name?: string | null | undefined;
10068
+ display_name?: string | null | undefined;
10068
10069
  original_team_id?: string | null | undefined;
10069
10070
  original_user_id?: string | null | undefined;
10070
- display_name?: string | null | undefined;
10071
10071
  business_phone?: string | null | undefined;
10072
10072
  mobile_phone?: string | null | undefined;
10073
10073
  website_address?: string | null | undefined;
@@ -10087,9 +10087,9 @@ declare const TeamMemberOptionSchema: z.ZodObject<{
10087
10087
  original_id?: number | null | undefined;
10088
10088
  created_by_display_name?: string | null | undefined;
10089
10089
  updated_by_display_name?: string | null | undefined;
10090
+ display_name?: string | null | undefined;
10090
10091
  original_team_id?: string | null | undefined;
10091
10092
  original_user_id?: string | null | undefined;
10092
- display_name?: string | null | undefined;
10093
10093
  business_phone?: string | null | undefined;
10094
10094
  mobile_phone?: string | null | undefined;
10095
10095
  website_address?: string | null | undefined;
@@ -10137,9 +10137,9 @@ declare const UserTeamMembersSchema: z.ZodObject<{
10137
10137
  original_id?: number | null | undefined;
10138
10138
  created_by_display_name?: string | null | undefined;
10139
10139
  updated_by_display_name?: string | null | undefined;
10140
+ display_name?: string | null | undefined;
10140
10141
  original_team_id?: string | null | undefined;
10141
10142
  original_user_id?: string | null | undefined;
10142
- display_name?: string | null | undefined;
10143
10143
  business_phone?: string | null | undefined;
10144
10144
  mobile_phone?: string | null | undefined;
10145
10145
  website_address?: string | null | undefined;
@@ -10159,9 +10159,9 @@ declare const UserTeamMembersSchema: z.ZodObject<{
10159
10159
  original_id?: number | null | undefined;
10160
10160
  created_by_display_name?: string | null | undefined;
10161
10161
  updated_by_display_name?: string | null | undefined;
10162
+ display_name?: string | null | undefined;
10162
10163
  original_team_id?: string | null | undefined;
10163
10164
  original_user_id?: string | null | undefined;
10164
- display_name?: string | null | undefined;
10165
10165
  business_phone?: string | null | undefined;
10166
10166
  mobile_phone?: string | null | undefined;
10167
10167
  website_address?: string | null | undefined;
@@ -10183,9 +10183,9 @@ declare const UserTeamMembersSchema: z.ZodObject<{
10183
10183
  original_id?: number | null | undefined;
10184
10184
  created_by_display_name?: string | null | undefined;
10185
10185
  updated_by_display_name?: string | null | undefined;
10186
+ display_name?: string | null | undefined;
10186
10187
  original_team_id?: string | null | undefined;
10187
10188
  original_user_id?: string | null | undefined;
10188
- display_name?: string | null | undefined;
10189
10189
  business_phone?: string | null | undefined;
10190
10190
  mobile_phone?: string | null | undefined;
10191
10191
  website_address?: string | null | undefined;
@@ -10207,9 +10207,9 @@ declare const UserTeamMembersSchema: z.ZodObject<{
10207
10207
  original_id?: number | null | undefined;
10208
10208
  created_by_display_name?: string | null | undefined;
10209
10209
  updated_by_display_name?: string | null | undefined;
10210
+ display_name?: string | null | undefined;
10210
10211
  original_team_id?: string | null | undefined;
10211
10212
  original_user_id?: string | null | undefined;
10212
- display_name?: string | null | undefined;
10213
10213
  business_phone?: string | null | undefined;
10214
10214
  mobile_phone?: string | null | undefined;
10215
10215
  website_address?: string | null | undefined;
@@ -10235,19 +10235,19 @@ declare const UserReadSchema: z.ZodObject<{
10235
10235
  updated_at: z.ZodNullable<z.ZodString>;
10236
10236
  }, "strip", z.ZodTypeAny, {
10237
10237
  created_at: string;
10238
+ id: string;
10238
10239
  email: string;
10239
10240
  username: string;
10240
10241
  email_verified: boolean;
10241
10242
  user_type: "consumer" | "lead" | "staff" | "super_admin";
10242
- id: string;
10243
10243
  updated_at: string | null;
10244
10244
  }, {
10245
10245
  created_at: string;
10246
+ id: string;
10246
10247
  email: string;
10247
10248
  username: string;
10248
10249
  email_verified: boolean;
10249
10250
  user_type: "consumer" | "lead" | "staff" | "super_admin";
10250
- id: string;
10251
10251
  updated_at: string | null;
10252
10252
  }>;
10253
10253
  type UserReadDto = z.infer<typeof UserReadSchema>;
@@ -10257,11 +10257,11 @@ declare const UserUpdateSchema: z.ZodObject<{
10257
10257
  id: z.ZodString;
10258
10258
  user_type: z.ZodEnum<["consumer", "lead", "staff", "super_admin"]>;
10259
10259
  }, "strip", z.ZodTypeAny, {
10260
- user_type: "consumer" | "lead" | "staff" | "super_admin";
10261
10260
  id: string;
10262
- }, {
10263
10261
  user_type: "consumer" | "lead" | "staff" | "super_admin";
10262
+ }, {
10264
10263
  id: string;
10264
+ user_type: "consumer" | "lead" | "staff" | "super_admin";
10265
10265
  }>;
10266
10266
  type UserUpdateDto = z.infer<typeof UserUpdateSchema>;
10267
10267
  //#endregion
@@ -10295,18 +10295,22 @@ declare const UserProfileUpdateSchema: z.ZodObject<{
10295
10295
  notification_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10296
10296
  } & {
10297
10297
  user_id: z.ZodString;
10298
+ /** App-specific custom fields. Reserved keys: first_name, last_name, bio, notification_email, user_id */
10299
+ customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10298
10300
  }, "strip", z.ZodTypeAny, {
10299
10301
  user_id: string;
10300
10302
  first_name?: string | null | undefined;
10301
10303
  last_name?: string | null | undefined;
10302
10304
  bio?: string | null | undefined;
10303
10305
  notification_email?: string | null | undefined;
10306
+ customFields?: Record<string, unknown> | undefined;
10304
10307
  }, {
10305
10308
  user_id: string;
10306
10309
  first_name?: string | null | undefined;
10307
10310
  last_name?: string | null | undefined;
10308
10311
  bio?: string | null | undefined;
10309
10312
  notification_email?: string | null | undefined;
10313
+ customFields?: Record<string, unknown> | undefined;
10310
10314
  }>;
10311
10315
  type UserProfileUpdateDto = z.infer<typeof UserProfileUpdateSchema>;
10312
10316
  /**
@@ -10324,6 +10328,8 @@ declare const UserProfileReadSchema: z.ZodObject<{
10324
10328
  created_by: z.ZodString;
10325
10329
  updated_at: z.ZodNullable<z.ZodString>;
10326
10330
  updated_by: z.ZodNullable<z.ZodString>;
10331
+ /** App-specific custom fields from extension or custom_fields column */
10332
+ customFields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10327
10333
  }, "strip", z.ZodTypeAny, {
10328
10334
  created_at: string;
10329
10335
  created_by: string;
@@ -10335,6 +10341,7 @@ declare const UserProfileReadSchema: z.ZodObject<{
10335
10341
  last_name?: string | null | undefined;
10336
10342
  bio?: string | null | undefined;
10337
10343
  notification_email?: string | null | undefined;
10344
+ customFields?: Record<string, unknown> | undefined;
10338
10345
  }, {
10339
10346
  created_at: string;
10340
10347
  created_by: string;
@@ -10346,6 +10353,7 @@ declare const UserProfileReadSchema: z.ZodObject<{
10346
10353
  last_name?: string | null | undefined;
10347
10354
  bio?: string | null | undefined;
10348
10355
  notification_email?: string | null | undefined;
10356
+ customFields?: Record<string, unknown> | undefined;
10349
10357
  }>;
10350
10358
  type UserProfileReadDto = z.infer<typeof UserProfileReadSchema>;
10351
10359
  //#endregion