@dragonmastery/dragoncore-shared 0.0.29 → 0.0.31

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
@@ -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;
165
167
  archived_at?: string | null | undefined;
166
168
  archived_by?: string | null | undefined;
167
169
  deleted_at?: string | null | undefined;
168
170
  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;
183
185
  archived_at?: string | null | undefined;
184
186
  archived_by?: string | null | undefined;
185
187
  deleted_at?: string | null | undefined;
186
188
  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
@@ -240,22 +240,22 @@ declare const AttachmentUpdateSchema: z.ZodObject<{
240
240
  record_id?: string | undefined;
241
241
  record_type?: string | undefined;
242
242
  metadata?: string | null | undefined;
243
+ folder_id?: string | null | undefined;
243
244
  sanitized_name?: string | undefined;
244
245
  original_name?: string | undefined;
245
246
  content_type?: string | undefined;
246
247
  file_size?: string | undefined;
247
- folder_id?: string | null | undefined;
248
248
  }, {
249
249
  id: string;
250
250
  description?: string | null | undefined;
251
251
  record_id?: string | undefined;
252
252
  record_type?: string | undefined;
253
253
  metadata?: string | null | undefined;
254
+ folder_id?: string | null | undefined;
254
255
  sanitized_name?: string | undefined;
255
256
  original_name?: string | undefined;
256
257
  content_type?: string | undefined;
257
258
  file_size?: string | undefined;
258
- folder_id?: string | null | undefined;
259
259
  }>;
260
260
  type AttachmentUpdateDto = z.infer<typeof AttachmentUpdateSchema>;
261
261
  //#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;
354
356
  archived_at?: string | null | undefined;
355
357
  archived_by?: string | null | undefined;
356
358
  deleted_at?: string | null | undefined;
357
359
  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;
372
374
  archived_at?: string | null | undefined;
373
375
  archived_by?: string | null | undefined;
374
376
  deleted_at?: string | null | undefined;
375
377
  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;
426
428
  archived_at?: string | null | undefined;
427
429
  archived_by?: string | null | undefined;
428
430
  deleted_at?: string | null | undefined;
429
431
  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;
470
472
  archived_at?: string | null | undefined;
471
473
  archived_by?: string | null | undefined;
472
474
  deleted_at?: string | null | undefined;
473
475
  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
- id: string;
1133
1132
  email: string;
1134
- }, {
1135
1133
  id: string;
1134
+ }, {
1136
1135
  email: string;
1136
+ id: string;
1137
1137
  }>;
1138
1138
  type CreateUserDtoOutput = z.infer<typeof createUserSchemaOutput>;
1139
1139
  //#endregion
@@ -1447,6 +1447,22 @@ 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;
1450
1466
  type?: {
1451
1467
  operator: "eq" | "ne" | "in" | "notIn";
1452
1468
  value?: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT" | undefined;
@@ -1476,6 +1492,17 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
1476
1492
  values?: number[] | undefined;
1477
1493
  caseSensitive?: boolean | undefined;
1478
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
+ }, {
1479
1506
  created_at?: {
1480
1507
  operator: "isEmpty" | "isNotEmpty";
1481
1508
  value?: any;
@@ -1492,17 +1519,6 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
1492
1519
  values?: any[] | undefined;
1493
1520
  caseSensitive?: boolean | undefined;
1494
1521
  } | 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
1522
  type?: {
1507
1523
  operator: "eq" | "ne" | "in" | "notIn";
1508
1524
  value?: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT" | undefined;
@@ -1532,22 +1548,6 @@ declare const CreditTransactionFiltersSchema: z.ZodObject<{
1532
1548
  values?: number[] | undefined;
1533
1549
  caseSensitive?: boolean | undefined;
1534
1550
  } | 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;
1583
1584
  type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
1584
1585
  amount: string;
1585
1586
  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;
1592
1593
  type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
1593
1594
  amount: string;
1594
1595
  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;
1616
1617
  type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
1617
1618
  amount: string;
1618
1619
  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;
1625
1626
  type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
1626
1627
  amount: string;
1627
1628
  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;
1658
1659
  type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
1659
1660
  amount: string;
1660
1661
  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;
1677
1678
  type: "DEDUCTION" | "REFUND" | "PURCHASE_ONETIME" | "PURCHASE_RECURRING" | "ADJUSTMENT";
1678
1679
  amount: string;
1679
1680
  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
- email: string;
1760
1759
  userId: string;
1760
+ email: 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
- email: string;
1782
1781
  userId: string;
1782
+ email: 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
- email: string;
1806
1805
  userId: string;
1806
+ email: 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;
1828
1827
  created_at: string;
1829
1828
  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
- email: string;
1835
1834
  userId: string;
1835
+ email: 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;
1857
1856
  created_at: string;
1858
1857
  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
- email: string;
1915
1914
  userId: string;
1915
+ email: 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
- email: string;
1937
1936
  userId: string;
1937
+ email: 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
- email: string;
1961
1960
  userId: string;
1961
+ email: 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;
1983
1982
  created_at: string;
1984
1983
  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
- email: string;
1990
1989
  userId: string;
1990
+ email: 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;
2012
2011
  created_at: string;
2013
2012
  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
- email: string;
2025
2024
  userId: string;
2025
+ email: 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;
2047
2046
  created_at: string;
2048
2047
  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
- email: string;
2059
2058
  userId: string;
2059
+ email: 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;
2081
2080
  created_at: string;
2082
2081
  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;
2140
2141
  title?: string | null | undefined;
2141
2142
  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;
2159
2160
  title?: string | null | undefined;
2160
2161
  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;
2181
2182
  title?: string | null | undefined;
2182
2183
  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;
2188
2189
  title?: string | null | undefined;
2189
2190
  body?: string | null | undefined;
2190
- tag?: string | null | undefined;
2191
- is_internal?: boolean | undefined;
2192
2191
  original_id?: number | null | undefined;
2192
+ is_internal?: boolean | 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;
2210
2211
  title?: string | null | undefined;
2211
2212
  body?: string | null | undefined;
2212
- tag?: string | null | undefined;
2213
- is_internal?: boolean | undefined;
2214
2213
  original_id?: number | null | undefined;
2214
+ is_internal?: boolean | 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;
2219
2220
  title?: string | null | undefined;
2220
2221
  body?: string | null | undefined;
2221
- tag?: string | null | undefined;
2222
- is_internal?: boolean | undefined;
2223
2222
  original_id?: number | null | undefined;
2223
+ is_internal?: boolean | undefined;
2224
2224
  }>;
2225
2225
  type NoteUpdateDto = z.infer<typeof NoteUpdateSchema>;
2226
2226
  //#endregion
@@ -2582,11 +2582,6 @@ 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;
2590
2585
  created_at?: {
2591
2586
  operator: "isEmpty" | "isNotEmpty";
2592
2587
  value?: any;
@@ -2603,6 +2598,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
2603
2598
  values?: any[] | undefined;
2604
2599
  caseSensitive?: boolean | undefined;
2605
2600
  } | 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
- title?: {
2638
+ tag?: {
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
- body?: {
2644
+ title?: {
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
- tag?: {
2650
+ body?: {
2651
2651
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
2652
2652
  value?: string | undefined;
2653
2653
  values?: string[] | undefined;
@@ -2660,11 +2660,6 @@ 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;
2668
2663
  created_at?: {
2669
2664
  operator: "isEmpty" | "isNotEmpty";
2670
2665
  value?: any;
@@ -2681,6 +2676,11 @@ declare const NoteFiltersSchema: z.ZodObject<{
2681
2676
  values?: any[] | undefined;
2682
2677
  caseSensitive?: boolean | undefined;
2683
2678
  } | 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
- title?: {
2716
+ tag?: {
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
- body?: {
2722
+ title?: {
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
- tag?: {
2728
+ body?: {
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;
3597
3598
  passwords: {
3598
3599
  password: string;
3599
3600
  password_confirm: string;
3600
3601
  };
3601
- email: string;
3602
3602
  acceptances: Record<string, boolean>;
3603
3603
  }, {
3604
+ email: string;
3604
3605
  passwords: {
3605
3606
  password: string;
3606
3607
  password_confirm: string;
3607
3608
  };
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,77 +3633,23 @@ declare const signupInitiateSchema: z.ZodObject<{
3633
3633
  password_confirm: string;
3634
3634
  }>;
3635
3635
  }, "strip", z.ZodTypeAny, {
3636
+ email: string;
3636
3637
  passwords: {
3637
3638
  password: string;
3638
3639
  password_confirm: string;
3639
3640
  };
3640
- email: string;
3641
3641
  metadata?: Record<string, unknown> | undefined;
3642
3642
  }, {
3643
+ email: string;
3643
3644
  passwords: {
3644
3645
  password: string;
3645
3646
  password_confirm: string;
3646
3647
  };
3647
- email: string;
3648
3648
  metadata?: Record<string, unknown> | undefined;
3649
3649
  }>;
3650
3650
  type SignupInitiateInputDto = z.infer<typeof signupInitiateSchema>;
3651
- /** Response when consents are required - token + consents to display. */
3652
- declare const signupInitiateConsentRequiredSchema: z.ZodObject<{
3653
- created: z.ZodLiteral<false>;
3654
- signup_consent_token: z.ZodString;
3655
- consents: z.ZodArray<z.ZodObject<{
3656
- type: z.ZodString;
3657
- required: z.ZodBoolean;
3658
- url: z.ZodString;
3659
- label: z.ZodString;
3660
- version: z.ZodString;
3661
- effective_at: z.ZodString;
3662
- content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3663
- }, "strip", z.ZodTypeAny, {
3664
- type: string;
3665
- required: boolean;
3666
- url: string;
3667
- label: string;
3668
- version: string;
3669
- effective_at: string;
3670
- content?: string | null | undefined;
3671
- }, {
3672
- type: string;
3673
- required: boolean;
3674
- url: string;
3675
- label: string;
3676
- version: string;
3677
- effective_at: string;
3678
- content?: string | null | undefined;
3679
- }>, "many">;
3680
- }, "strip", z.ZodTypeAny, {
3681
- created: false;
3682
- signup_consent_token: string;
3683
- consents: {
3684
- type: string;
3685
- required: boolean;
3686
- url: string;
3687
- label: string;
3688
- version: string;
3689
- effective_at: string;
3690
- content?: string | null | undefined;
3691
- }[];
3692
- }, {
3693
- created: false;
3694
- signup_consent_token: string;
3695
- consents: {
3696
- type: string;
3697
- required: boolean;
3698
- url: string;
3699
- label: string;
3700
- version: string;
3701
- effective_at: string;
3702
- content?: string | null | undefined;
3703
- }[];
3704
- }>;
3705
- /** Response when account is created immediately (no consents). */
3706
- declare const signupInitiateCreatedSchema: z.ZodObject<{
3651
+ /** Response when account is created. Session has consents_complete: false when consents are pending. */
3652
+ declare const signupInitiateResponseSchema: z.ZodObject<{
3707
3653
  created: z.ZodLiteral<true>;
3708
3654
  session: z.ZodObject<{
3709
3655
  frontend_session: z.ZodObject<{
@@ -3757,8 +3703,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3757
3703
  price_currency?: string | null | undefined;
3758
3704
  }>, "many">>>;
3759
3705
  }, "strip", z.ZodTypeAny, {
3760
- email: string;
3761
3706
  userId: string;
3707
+ email: string;
3762
3708
  username: string;
3763
3709
  email_verified: boolean;
3764
3710
  user_type: string;
@@ -3779,8 +3725,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3779
3725
  price_currency?: string | null | undefined;
3780
3726
  }[] | null | undefined;
3781
3727
  }, {
3782
- email: string;
3783
3728
  userId: string;
3729
+ email: string;
3784
3730
  username: string;
3785
3731
  email_verified: boolean;
3786
3732
  user_type: string;
@@ -3803,8 +3749,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3803
3749
  }>;
3804
3750
  }, "strip", z.ZodTypeAny, {
3805
3751
  user: {
3806
- email: string;
3807
3752
  userId: string;
3753
+ email: string;
3808
3754
  username: string;
3809
3755
  email_verified: boolean;
3810
3756
  user_type: string;
@@ -3825,15 +3771,15 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3825
3771
  price_currency?: string | null | undefined;
3826
3772
  }[] | null | undefined;
3827
3773
  };
3828
- status: string;
3829
3774
  created_at: string;
3830
3775
  expires_at: string;
3776
+ status: string;
3831
3777
  user_agent?: string | null | undefined;
3832
3778
  ip_address?: string | null | undefined;
3833
3779
  }, {
3834
3780
  user: {
3835
- email: string;
3836
3781
  userId: string;
3782
+ email: string;
3837
3783
  username: string;
3838
3784
  email_verified: boolean;
3839
3785
  user_type: string;
@@ -3854,9 +3800,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3854
3800
  price_currency?: string | null | undefined;
3855
3801
  }[] | null | undefined;
3856
3802
  };
3857
- status: string;
3858
3803
  created_at: string;
3859
3804
  expires_at: string;
3805
+ status: string;
3860
3806
  user_agent?: string | null | undefined;
3861
3807
  ip_address?: string | null | undefined;
3862
3808
  }>;
@@ -3867,8 +3813,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3867
3813
  refresh_token: string;
3868
3814
  frontend_session: {
3869
3815
  user: {
3870
- email: string;
3871
3816
  userId: string;
3817
+ email: string;
3872
3818
  username: string;
3873
3819
  email_verified: boolean;
3874
3820
  user_type: string;
@@ -3889,9 +3835,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3889
3835
  price_currency?: string | null | undefined;
3890
3836
  }[] | null | undefined;
3891
3837
  };
3892
- status: string;
3893
3838
  created_at: string;
3894
3839
  expires_at: string;
3840
+ status: string;
3895
3841
  user_agent?: string | null | undefined;
3896
3842
  ip_address?: string | null | undefined;
3897
3843
  };
@@ -3901,8 +3847,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3901
3847
  refresh_token: string;
3902
3848
  frontend_session: {
3903
3849
  user: {
3904
- email: string;
3905
3850
  userId: string;
3851
+ email: string;
3906
3852
  username: string;
3907
3853
  email_verified: boolean;
3908
3854
  user_type: string;
@@ -3923,9 +3869,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3923
3869
  price_currency?: string | null | undefined;
3924
3870
  }[] | null | undefined;
3925
3871
  };
3926
- status: string;
3927
3872
  created_at: string;
3928
3873
  expires_at: string;
3874
+ status: string;
3929
3875
  user_agent?: string | null | undefined;
3930
3876
  ip_address?: string | null | undefined;
3931
3877
  };
@@ -3938,8 +3884,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3938
3884
  refresh_token: string;
3939
3885
  frontend_session: {
3940
3886
  user: {
3941
- email: string;
3942
3887
  userId: string;
3888
+ email: string;
3943
3889
  username: string;
3944
3890
  email_verified: boolean;
3945
3891
  user_type: string;
@@ -3960,9 +3906,9 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3960
3906
  price_currency?: string | null | undefined;
3961
3907
  }[] | null | undefined;
3962
3908
  };
3963
- status: string;
3964
3909
  created_at: string;
3965
3910
  expires_at: string;
3911
+ status: string;
3966
3912
  user_agent?: string | null | undefined;
3967
3913
  ip_address?: string | null | undefined;
3968
3914
  };
@@ -3975,327 +3921,8 @@ declare const signupInitiateCreatedSchema: z.ZodObject<{
3975
3921
  refresh_token: string;
3976
3922
  frontend_session: {
3977
3923
  user: {
3978
- email: string;
3979
3924
  userId: string;
3980
- username: string;
3981
- email_verified: boolean;
3982
- user_type: string;
3983
- first_name?: string | null | undefined;
3984
- last_name?: string | null | undefined;
3985
- avatar_url?: string | null | undefined;
3986
- consents_complete?: boolean | undefined;
3987
- subscriptions?: {
3988
- subscription_id: string;
3989
- subscription_created: string;
3990
- subscription_current_period_start: string;
3991
- subscription_current_period_end: string;
3992
- price_amount: number | null;
3993
- subscription_status?: string | null | undefined;
3994
- subscription_cancel_at?: string | null | undefined;
3995
- subscription_canceled_at?: string | null | undefined;
3996
- product_name?: string | null | undefined;
3997
- price_currency?: string | null | undefined;
3998
- }[] | null | undefined;
3999
- };
4000
- status: string;
4001
- created_at: string;
4002
- expires_at: string;
4003
- user_agent?: string | null | undefined;
4004
- ip_address?: string | null | undefined;
4005
- };
4006
- access_token: string;
4007
- user_details_token: string;
4008
- };
4009
- }>;
4010
- declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [z.ZodObject<{
4011
- created: z.ZodLiteral<false>;
4012
- signup_consent_token: z.ZodString;
4013
- consents: z.ZodArray<z.ZodObject<{
4014
- type: z.ZodString;
4015
- required: z.ZodBoolean;
4016
- url: z.ZodString;
4017
- label: z.ZodString;
4018
- version: z.ZodString;
4019
- effective_at: z.ZodString;
4020
- content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4021
- }, "strip", z.ZodTypeAny, {
4022
- type: string;
4023
- required: boolean;
4024
- url: string;
4025
- label: string;
4026
- version: string;
4027
- effective_at: string;
4028
- content?: string | null | undefined;
4029
- }, {
4030
- type: string;
4031
- required: boolean;
4032
- url: string;
4033
- label: string;
4034
- version: string;
4035
- effective_at: string;
4036
- content?: string | null | undefined;
4037
- }>, "many">;
4038
- }, "strip", z.ZodTypeAny, {
4039
- created: false;
4040
- signup_consent_token: string;
4041
- consents: {
4042
- type: string;
4043
- required: boolean;
4044
- url: string;
4045
- label: string;
4046
- version: string;
4047
- effective_at: string;
4048
- content?: string | null | undefined;
4049
- }[];
4050
- }, {
4051
- created: false;
4052
- signup_consent_token: string;
4053
- consents: {
4054
- type: string;
4055
- required: boolean;
4056
- url: string;
4057
- label: string;
4058
- version: string;
4059
- effective_at: string;
4060
- content?: string | null | undefined;
4061
- }[];
4062
- }>, z.ZodObject<{
4063
- created: z.ZodLiteral<true>;
4064
- session: z.ZodObject<{
4065
- frontend_session: z.ZodObject<{
4066
- created_at: z.ZodString;
4067
- expires_at: z.ZodString;
4068
- status: z.ZodString;
4069
- user_agent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4070
- ip_address: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4071
- user: z.ZodObject<{
4072
- userId: z.ZodString;
4073
- email: z.ZodString;
4074
- username: z.ZodString;
4075
- email_verified: z.ZodBoolean;
4076
- user_type: z.ZodString;
4077
- first_name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4078
- last_name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4079
- avatar_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4080
- consents_complete: z.ZodOptional<z.ZodBoolean>;
4081
- subscriptions: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
4082
- subscription_id: z.ZodString;
4083
- subscription_status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4084
- subscription_created: z.ZodString;
4085
- subscription_current_period_start: z.ZodString;
4086
- subscription_current_period_end: z.ZodString;
4087
- subscription_cancel_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4088
- subscription_canceled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4089
- product_name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4090
- price_amount: z.ZodNullable<z.ZodNumber>;
4091
- price_currency: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4092
- }, "strip", z.ZodTypeAny, {
4093
- subscription_id: string;
4094
- subscription_created: string;
4095
- subscription_current_period_start: string;
4096
- subscription_current_period_end: string;
4097
- price_amount: number | null;
4098
- subscription_status?: string | null | undefined;
4099
- subscription_cancel_at?: string | null | undefined;
4100
- subscription_canceled_at?: string | null | undefined;
4101
- product_name?: string | null | undefined;
4102
- price_currency?: string | null | undefined;
4103
- }, {
4104
- subscription_id: string;
4105
- subscription_created: string;
4106
- subscription_current_period_start: string;
4107
- subscription_current_period_end: string;
4108
- price_amount: number | null;
4109
- subscription_status?: string | null | undefined;
4110
- subscription_cancel_at?: string | null | undefined;
4111
- subscription_canceled_at?: string | null | undefined;
4112
- product_name?: string | null | undefined;
4113
- price_currency?: string | null | undefined;
4114
- }>, "many">>>;
4115
- }, "strip", z.ZodTypeAny, {
4116
- email: string;
4117
- userId: string;
4118
- username: string;
4119
- email_verified: boolean;
4120
- user_type: string;
4121
- first_name?: string | null | undefined;
4122
- last_name?: string | null | undefined;
4123
- avatar_url?: string | null | undefined;
4124
- consents_complete?: boolean | undefined;
4125
- subscriptions?: {
4126
- subscription_id: string;
4127
- subscription_created: string;
4128
- subscription_current_period_start: string;
4129
- subscription_current_period_end: string;
4130
- price_amount: number | null;
4131
- subscription_status?: string | null | undefined;
4132
- subscription_cancel_at?: string | null | undefined;
4133
- subscription_canceled_at?: string | null | undefined;
4134
- product_name?: string | null | undefined;
4135
- price_currency?: string | null | undefined;
4136
- }[] | null | undefined;
4137
- }, {
4138
- email: string;
4139
- userId: string;
4140
- username: string;
4141
- email_verified: boolean;
4142
- user_type: string;
4143
- first_name?: string | null | undefined;
4144
- last_name?: string | null | undefined;
4145
- avatar_url?: string | null | undefined;
4146
- consents_complete?: boolean | undefined;
4147
- subscriptions?: {
4148
- subscription_id: string;
4149
- subscription_created: string;
4150
- subscription_current_period_start: string;
4151
- subscription_current_period_end: string;
4152
- price_amount: number | null;
4153
- subscription_status?: string | null | undefined;
4154
- subscription_cancel_at?: string | null | undefined;
4155
- subscription_canceled_at?: string | null | undefined;
4156
- product_name?: string | null | undefined;
4157
- price_currency?: string | null | undefined;
4158
- }[] | null | undefined;
4159
- }>;
4160
- }, "strip", z.ZodTypeAny, {
4161
- user: {
4162
- email: string;
4163
- userId: string;
4164
- username: string;
4165
- email_verified: boolean;
4166
- user_type: string;
4167
- first_name?: string | null | undefined;
4168
- last_name?: string | null | undefined;
4169
- avatar_url?: string | null | undefined;
4170
- consents_complete?: boolean | undefined;
4171
- subscriptions?: {
4172
- subscription_id: string;
4173
- subscription_created: string;
4174
- subscription_current_period_start: string;
4175
- subscription_current_period_end: string;
4176
- price_amount: number | null;
4177
- subscription_status?: string | null | undefined;
4178
- subscription_cancel_at?: string | null | undefined;
4179
- subscription_canceled_at?: string | null | undefined;
4180
- product_name?: string | null | undefined;
4181
- price_currency?: string | null | undefined;
4182
- }[] | null | undefined;
4183
- };
4184
- status: string;
4185
- created_at: string;
4186
- expires_at: string;
4187
- user_agent?: string | null | undefined;
4188
- ip_address?: string | null | undefined;
4189
- }, {
4190
- user: {
4191
- email: string;
4192
- userId: string;
4193
- username: string;
4194
- email_verified: boolean;
4195
- user_type: string;
4196
- first_name?: string | null | undefined;
4197
- last_name?: string | null | undefined;
4198
- avatar_url?: string | null | undefined;
4199
- consents_complete?: boolean | undefined;
4200
- subscriptions?: {
4201
- subscription_id: string;
4202
- subscription_created: string;
4203
- subscription_current_period_start: string;
4204
- subscription_current_period_end: string;
4205
- price_amount: number | null;
4206
- subscription_status?: string | null | undefined;
4207
- subscription_cancel_at?: string | null | undefined;
4208
- subscription_canceled_at?: string | null | undefined;
4209
- product_name?: string | null | undefined;
4210
- price_currency?: string | null | undefined;
4211
- }[] | null | undefined;
4212
- };
4213
- status: string;
4214
- created_at: string;
4215
- expires_at: string;
4216
- user_agent?: string | null | undefined;
4217
- ip_address?: string | null | undefined;
4218
- }>;
4219
- access_token: z.ZodString;
4220
- refresh_token: z.ZodString;
4221
- user_details_token: z.ZodString;
4222
- }, "strip", z.ZodTypeAny, {
4223
- refresh_token: string;
4224
- frontend_session: {
4225
- user: {
4226
- email: string;
4227
- userId: string;
4228
- username: string;
4229
- email_verified: boolean;
4230
- user_type: string;
4231
- first_name?: string | null | undefined;
4232
- last_name?: string | null | undefined;
4233
- avatar_url?: string | null | undefined;
4234
- consents_complete?: boolean | undefined;
4235
- subscriptions?: {
4236
- subscription_id: string;
4237
- subscription_created: string;
4238
- subscription_current_period_start: string;
4239
- subscription_current_period_end: string;
4240
- price_amount: number | null;
4241
- subscription_status?: string | null | undefined;
4242
- subscription_cancel_at?: string | null | undefined;
4243
- subscription_canceled_at?: string | null | undefined;
4244
- product_name?: string | null | undefined;
4245
- price_currency?: string | null | undefined;
4246
- }[] | null | undefined;
4247
- };
4248
- status: string;
4249
- created_at: string;
4250
- expires_at: string;
4251
- user_agent?: string | null | undefined;
4252
- ip_address?: string | null | undefined;
4253
- };
4254
- access_token: string;
4255
- user_details_token: string;
4256
- }, {
4257
- refresh_token: string;
4258
- frontend_session: {
4259
- user: {
4260
- email: string;
4261
- userId: string;
4262
- username: string;
4263
- email_verified: boolean;
4264
- user_type: string;
4265
- first_name?: string | null | undefined;
4266
- last_name?: string | null | undefined;
4267
- avatar_url?: string | null | undefined;
4268
- consents_complete?: boolean | undefined;
4269
- subscriptions?: {
4270
- subscription_id: string;
4271
- subscription_created: string;
4272
- subscription_current_period_start: string;
4273
- subscription_current_period_end: string;
4274
- price_amount: number | null;
4275
- subscription_status?: string | null | undefined;
4276
- subscription_cancel_at?: string | null | undefined;
4277
- subscription_canceled_at?: string | null | undefined;
4278
- product_name?: string | null | undefined;
4279
- price_currency?: string | null | undefined;
4280
- }[] | null | undefined;
4281
- };
4282
- status: string;
4283
- created_at: string;
4284
- expires_at: string;
4285
- user_agent?: string | null | undefined;
4286
- ip_address?: string | null | undefined;
4287
- };
4288
- access_token: string;
4289
- user_details_token: string;
4290
- }>;
4291
- }, "strip", z.ZodTypeAny, {
4292
- created: true;
4293
- session: {
4294
- refresh_token: string;
4295
- frontend_session: {
4296
- user: {
4297
3925
  email: string;
4298
- userId: string;
4299
3926
  username: string;
4300
3927
  email_verified: boolean;
4301
3928
  user_type: string;
@@ -4316,68 +3943,17 @@ declare const signupInitiateResponseSchema: z.ZodDiscriminatedUnion<"created", [
4316
3943
  price_currency?: string | null | undefined;
4317
3944
  }[] | null | undefined;
4318
3945
  };
4319
- status: string;
4320
3946
  created_at: string;
4321
3947
  expires_at: string;
4322
- user_agent?: string | null | undefined;
4323
- ip_address?: string | null | undefined;
4324
- };
4325
- access_token: string;
4326
- user_details_token: string;
4327
- };
4328
- }, {
4329
- created: true;
4330
- session: {
4331
- refresh_token: string;
4332
- frontend_session: {
4333
- user: {
4334
- email: string;
4335
- userId: string;
4336
- username: string;
4337
- email_verified: boolean;
4338
- user_type: string;
4339
- first_name?: string | null | undefined;
4340
- last_name?: string | null | undefined;
4341
- avatar_url?: string | null | undefined;
4342
- consents_complete?: boolean | undefined;
4343
- subscriptions?: {
4344
- subscription_id: string;
4345
- subscription_created: string;
4346
- subscription_current_period_start: string;
4347
- subscription_current_period_end: string;
4348
- price_amount: number | null;
4349
- subscription_status?: string | null | undefined;
4350
- subscription_cancel_at?: string | null | undefined;
4351
- subscription_canceled_at?: string | null | undefined;
4352
- product_name?: string | null | undefined;
4353
- price_currency?: string | null | undefined;
4354
- }[] | null | undefined;
4355
- };
4356
3948
  status: string;
4357
- created_at: string;
4358
- expires_at: string;
4359
3949
  user_agent?: string | null | undefined;
4360
3950
  ip_address?: string | null | undefined;
4361
3951
  };
4362
3952
  access_token: string;
4363
3953
  user_details_token: string;
4364
3954
  };
4365
- }>]>;
4366
- type SignupInitiateResponseDto = z.infer<typeof signupInitiateResponseSchema>;
4367
- //#endregion
4368
- //#region src/validation/signup_complete_zod.d.ts
4369
- /** Input for signupComplete - acceptances only. Token is in Authorization: Bearer header. */
4370
- declare const signupCompleteSchema: z.ZodObject<{
4371
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4372
- acceptances: z.ZodEffects<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>, Record<string, boolean>, Record<string, boolean> | undefined>;
4373
- }, "strip", z.ZodTypeAny, {
4374
- acceptances: Record<string, boolean>;
4375
- metadata?: Record<string, unknown> | undefined;
4376
- }, {
4377
- acceptances?: Record<string, boolean> | undefined;
4378
- metadata?: Record<string, unknown> | undefined;
4379
3955
  }>;
4380
- type SignupCompleteInputDto = z.infer<typeof signupCompleteSchema>;
3956
+ type SignupInitiateResponseDto = z.infer<typeof signupInitiateResponseSchema>;
4381
3957
  //#endregion
4382
3958
  //#region src/validation/record_subscriber/record_subscriber_create_zod.d.ts
4383
3959
  declare const RecordSubscriberCreateSchema: z.ZodObject<{
@@ -4674,8 +4250,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
4674
4250
  user_id_display_name?: string | null | undefined;
4675
4251
  }>>>;
4676
4252
  }, "strip", z.ZodTypeAny, {
4677
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4678
4253
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4254
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4679
4255
  id: string;
4680
4256
  description: string;
4681
4257
  title: string;
@@ -4706,8 +4282,8 @@ declare const CustomerSupportTicketReadSchema: z.ZodObject<{
4706
4282
  user_id_display_name?: string | null | undefined;
4707
4283
  } | null | undefined;
4708
4284
  }, {
4709
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4710
4285
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4286
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4711
4287
  id: string;
4712
4288
  description: string;
4713
4289
  title: string;
@@ -4796,8 +4372,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4796
4372
  user_id_display_name?: string | null | undefined;
4797
4373
  }>>>;
4798
4374
  }, "strip", z.ZodTypeAny, {
4799
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4800
4375
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4376
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4801
4377
  id: string;
4802
4378
  description: string;
4803
4379
  title: string;
@@ -4828,8 +4404,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4828
4404
  user_id_display_name?: string | null | undefined;
4829
4405
  } | null | undefined;
4830
4406
  }, {
4831
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4832
4407
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4408
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4833
4409
  id: string;
4834
4410
  description: string;
4835
4411
  title: string;
@@ -4884,8 +4460,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4884
4460
  }>;
4885
4461
  }, "strip", z.ZodTypeAny, {
4886
4462
  items: {
4887
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4888
4463
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4464
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4889
4465
  id: string;
4890
4466
  description: string;
4891
4467
  title: string;
@@ -4926,8 +4502,8 @@ declare const CustomerSupportTicketPageSchema: z.ZodObject<{
4926
4502
  };
4927
4503
  }, {
4928
4504
  items: {
4929
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4930
4505
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
4506
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
4931
4507
  id: string;
4932
4508
  description: string;
4933
4509
  title: string;
@@ -5663,23 +5239,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5663
5239
  searchableFields: string[];
5664
5240
  }>>;
5665
5241
  }, "strip", z.ZodTypeAny, {
5666
- type?: {
5667
- operator: "eq" | "ne" | "in" | "notIn";
5668
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
5669
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
5670
- caseSensitive?: boolean | undefined;
5671
- } | undefined;
5672
- status?: {
5673
- operator: "eq" | "ne" | "in" | "notIn";
5674
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5675
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
5676
- caseSensitive?: boolean | undefined;
5677
- } | undefined;
5678
- first?: number | undefined;
5679
- after?: string | undefined;
5680
- sortBy?: string | undefined;
5681
- sortDirection?: "asc" | "desc" | undefined;
5682
- paginationToken?: string | undefined;
5683
5242
  created_at?: {
5684
5243
  operator: "isEmpty" | "isNotEmpty";
5685
5244
  value?: any;
@@ -5696,6 +5255,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5696
5255
  values?: any[] | undefined;
5697
5256
  caseSensitive?: boolean | undefined;
5698
5257
  } | undefined;
5258
+ status?: {
5259
+ operator: "eq" | "ne" | "in" | "notIn";
5260
+ value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5261
+ values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
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;
5699
5275
  created_by?: {
5700
5276
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
5701
5277
  value?: string | undefined;
@@ -5801,23 +5377,6 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5801
5377
  caseSensitive?: boolean | undefined;
5802
5378
  } | undefined;
5803
5379
  }, {
5804
- type?: {
5805
- operator: "eq" | "ne" | "in" | "notIn";
5806
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
5807
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
5808
- caseSensitive?: boolean | undefined;
5809
- } | undefined;
5810
- status?: {
5811
- operator: "eq" | "ne" | "in" | "notIn";
5812
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
5813
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
5814
- caseSensitive?: boolean | undefined;
5815
- } | undefined;
5816
- first?: number | undefined;
5817
- after?: string | undefined;
5818
- sortBy?: string | undefined;
5819
- sortDirection?: "asc" | "desc" | undefined;
5820
- paginationToken?: string | undefined;
5821
5380
  created_at?: {
5822
5381
  operator: "isEmpty" | "isNotEmpty";
5823
5382
  value?: any;
@@ -5834,6 +5393,23 @@ declare const CustomerSupportTicketFiltersSchema: z.ZodObject<{
5834
5393
  values?: any[] | undefined;
5835
5394
  caseSensitive?: boolean | undefined;
5836
5395
  } | 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;
5837
5413
  created_by?: {
5838
5414
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
5839
5415
  value?: string | undefined;
@@ -5976,14 +5552,14 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
5976
5552
  archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5977
5553
  archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5978
5554
  }, "strip", z.ZodTypeAny, {
5979
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
5980
5555
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5556
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
5981
5557
  id: string;
5982
5558
  description: string;
5983
5559
  title: string;
5984
5560
  priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
5985
- is_locked: boolean;
5986
5561
  approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
5562
+ is_locked: boolean;
5987
5563
  can_delete: boolean;
5988
5564
  created_at?: string | null | undefined;
5989
5565
  created_by?: string | null | undefined;
@@ -5997,22 +5573,22 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
5997
5573
  credit_value?: string | null | undefined;
5998
5574
  delivered_value?: string | null | undefined;
5999
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;
6000
5579
  start_at?: string | null | undefined;
6001
5580
  target_at?: string | null | undefined;
6002
5581
  completed_at?: string | null | undefined;
6003
5582
  locked_approval_at?: string | null | undefined;
6004
- assigned_to?: string | null | undefined;
6005
- assigned_to_display_name?: string | null | undefined;
6006
- dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6007
5583
  }, {
6008
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6009
5584
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5585
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6010
5586
  id: string;
6011
5587
  description: string;
6012
5588
  title: string;
6013
5589
  priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
6014
- is_locked: boolean;
6015
5590
  approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
5591
+ is_locked: boolean;
6016
5592
  can_delete: boolean;
6017
5593
  created_at?: string | null | undefined;
6018
5594
  created_by?: string | null | undefined;
@@ -6026,13 +5602,13 @@ declare const StaffSupportTicketReadSchema: z.ZodObject<{
6026
5602
  credit_value?: string | null | undefined;
6027
5603
  delivered_value?: string | null | undefined;
6028
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;
6029
5608
  start_at?: string | null | undefined;
6030
5609
  target_at?: string | null | undefined;
6031
5610
  completed_at?: string | null | undefined;
6032
5611
  locked_approval_at?: string | null | undefined;
6033
- assigned_to?: string | null | undefined;
6034
- assigned_to_display_name?: string | null | undefined;
6035
- dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6036
5612
  }>;
6037
5613
  type StaffSupportTicketReadDto = z.infer<typeof StaffSupportTicketReadSchema>;
6038
5614
  /**
@@ -6069,14 +5645,14 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6069
5645
  archived_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6070
5646
  archived_by: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6071
5647
  }, "strip", z.ZodTypeAny, {
6072
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6073
5648
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5649
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6074
5650
  id: string;
6075
5651
  description: string;
6076
5652
  title: string;
6077
5653
  priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
6078
- is_locked: boolean;
6079
5654
  approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
5655
+ is_locked: boolean;
6080
5656
  can_delete: boolean;
6081
5657
  created_at?: string | null | undefined;
6082
5658
  created_by?: string | null | undefined;
@@ -6090,22 +5666,22 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6090
5666
  credit_value?: string | null | undefined;
6091
5667
  delivered_value?: string | null | undefined;
6092
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;
6093
5672
  start_at?: string | null | undefined;
6094
5673
  target_at?: string | null | undefined;
6095
5674
  completed_at?: string | null | undefined;
6096
5675
  locked_approval_at?: string | null | undefined;
6097
- assigned_to?: string | null | undefined;
6098
- assigned_to_display_name?: string | null | undefined;
6099
- dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6100
5676
  }, {
6101
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6102
5677
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5678
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6103
5679
  id: string;
6104
5680
  description: string;
6105
5681
  title: string;
6106
5682
  priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
6107
- is_locked: boolean;
6108
5683
  approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
5684
+ is_locked: boolean;
6109
5685
  can_delete: boolean;
6110
5686
  created_at?: string | null | undefined;
6111
5687
  created_by?: string | null | undefined;
@@ -6119,13 +5695,13 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6119
5695
  credit_value?: string | null | undefined;
6120
5696
  delivered_value?: string | null | undefined;
6121
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;
6122
5701
  start_at?: string | null | undefined;
6123
5702
  target_at?: string | null | undefined;
6124
5703
  completed_at?: string | null | undefined;
6125
5704
  locked_approval_at?: string | null | undefined;
6126
- assigned_to?: string | null | undefined;
6127
- assigned_to_display_name?: string | null | undefined;
6128
- dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6129
5705
  }>, "many">;
6130
5706
  pageInfo: z.ZodObject<{
6131
5707
  hasNextPage: z.ZodBoolean;
@@ -6151,14 +5727,14 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6151
5727
  }>;
6152
5728
  }, "strip", z.ZodTypeAny, {
6153
5729
  items: {
6154
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6155
5730
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5731
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6156
5732
  id: string;
6157
5733
  description: string;
6158
5734
  title: string;
6159
5735
  priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
6160
- is_locked: boolean;
6161
5736
  approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
5737
+ is_locked: boolean;
6162
5738
  can_delete: boolean;
6163
5739
  created_at?: string | null | undefined;
6164
5740
  created_by?: string | null | undefined;
@@ -6172,13 +5748,13 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6172
5748
  credit_value?: string | null | undefined;
6173
5749
  delivered_value?: string | null | undefined;
6174
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;
6175
5754
  start_at?: string | null | undefined;
6176
5755
  target_at?: string | null | undefined;
6177
5756
  completed_at?: string | null | undefined;
6178
5757
  locked_approval_at?: string | null | undefined;
6179
- assigned_to?: string | null | undefined;
6180
- assigned_to_display_name?: string | null | undefined;
6181
- dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6182
5758
  }[];
6183
5759
  pageInfo: {
6184
5760
  hasNextPage: boolean;
@@ -6190,14 +5766,14 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6190
5766
  };
6191
5767
  }, {
6192
5768
  items: {
6193
- type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6194
5769
  status: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED";
5770
+ type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
6195
5771
  id: string;
6196
5772
  description: string;
6197
5773
  title: string;
6198
5774
  priority: "LOW" | "MEDIUM" | "HIGH" | "CRITICAL";
6199
- is_locked: boolean;
6200
5775
  approval_status: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL";
5776
+ is_locked: boolean;
6201
5777
  can_delete: boolean;
6202
5778
  created_at?: string | null | undefined;
6203
5779
  created_by?: string | null | undefined;
@@ -6211,13 +5787,13 @@ declare const StaffSupportTicketPageSchema: z.ZodObject<{
6211
5787
  credit_value?: string | null | undefined;
6212
5788
  delivered_value?: string | null | undefined;
6213
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;
6214
5793
  start_at?: string | null | undefined;
6215
5794
  target_at?: string | null | undefined;
6216
5795
  completed_at?: string | null | undefined;
6217
5796
  locked_approval_at?: string | null | undefined;
6218
- assigned_to?: string | null | undefined;
6219
- assigned_to_display_name?: string | null | undefined;
6220
- dev_lifecycle?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | null | undefined;
6221
5797
  }[];
6222
5798
  pageInfo: {
6223
5799
  hasNextPage: boolean;
@@ -7026,23 +6602,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7026
6602
  searchableFields: string[];
7027
6603
  }>>;
7028
6604
  }, "strip", z.ZodTypeAny, {
7029
- type?: {
7030
- operator: "eq" | "ne" | "in" | "notIn";
7031
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
7032
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
7033
- caseSensitive?: boolean | undefined;
7034
- } | undefined;
7035
- status?: {
7036
- operator: "eq" | "ne" | "in" | "notIn";
7037
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
7038
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
7039
- caseSensitive?: boolean | undefined;
7040
- } | undefined;
7041
- first?: number | undefined;
7042
- after?: string | undefined;
7043
- sortBy?: string | undefined;
7044
- sortDirection?: "asc" | "desc" | undefined;
7045
- paginationToken?: string | undefined;
7046
6605
  created_at?: {
7047
6606
  operator: "isEmpty" | "isNotEmpty";
7048
6607
  value?: any;
@@ -7059,6 +6618,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7059
6618
  values?: any[] | undefined;
7060
6619
  caseSensitive?: boolean | undefined;
7061
6620
  } | 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;
7062
6638
  created_by?: {
7063
6639
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
7064
6640
  value?: string | undefined;
@@ -7115,12 +6691,24 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7115
6691
  values?: number[] | undefined;
7116
6692
  caseSensitive?: boolean | undefined;
7117
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;
7118
6700
  is_locked?: {
7119
6701
  value: boolean;
7120
6702
  operator: "eq" | "ne";
7121
6703
  values?: any[] | undefined;
7122
6704
  caseSensitive?: boolean | undefined;
7123
6705
  } | 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;
7124
6712
  start_at?: {
7125
6713
  operator: "isEmpty" | "isNotEmpty";
7126
6714
  value?: any;
@@ -7169,36 +6757,7 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7169
6757
  values?: any[] | undefined;
7170
6758
  caseSensitive?: boolean | undefined;
7171
6759
  } | undefined;
7172
- approval_status?: {
7173
- operator: "eq" | "ne" | "in" | "notIn";
7174
- value?: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL" | undefined;
7175
- values?: ("PENDING" | "APPROVED" | "REJECTED" | "INTERNAL")[] | undefined;
7176
- caseSensitive?: boolean | undefined;
7177
- } | undefined;
7178
- dev_lifecycle?: {
7179
- operator: "eq" | "ne" | "in" | "notIn";
7180
- value?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | undefined;
7181
- values?: ("PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED")[] | undefined;
7182
- caseSensitive?: boolean | undefined;
7183
- } | undefined;
7184
6760
  }, {
7185
- type?: {
7186
- operator: "eq" | "ne" | "in" | "notIn";
7187
- value?: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL" | undefined;
7188
- values?: ("IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL")[] | undefined;
7189
- caseSensitive?: boolean | undefined;
7190
- } | undefined;
7191
- status?: {
7192
- operator: "eq" | "ne" | "in" | "notIn";
7193
- value?: "PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED" | undefined;
7194
- values?: ("PENDING" | "FOLLOWUP" | "IN_PROGRESS" | "VERIFICATION" | "COMPLETED" | "CANCELLED")[] | undefined;
7195
- caseSensitive?: boolean | undefined;
7196
- } | undefined;
7197
- first?: number | undefined;
7198
- after?: string | undefined;
7199
- sortBy?: string | undefined;
7200
- sortDirection?: "asc" | "desc" | undefined;
7201
- paginationToken?: string | undefined;
7202
6761
  created_at?: {
7203
6762
  operator: "isEmpty" | "isNotEmpty";
7204
6763
  value?: any;
@@ -7215,6 +6774,23 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7215
6774
  values?: any[] | undefined;
7216
6775
  caseSensitive?: boolean | undefined;
7217
6776
  } | 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;
7218
6794
  created_by?: {
7219
6795
  operator: "eq" | "ne" | "contains" | "sw" | "ew" | "in" | "notIn";
7220
6796
  value?: string | undefined;
@@ -7271,12 +6847,24 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7271
6847
  values?: number[] | undefined;
7272
6848
  caseSensitive?: boolean | undefined;
7273
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;
7274
6856
  is_locked?: {
7275
6857
  value: boolean;
7276
6858
  operator: "eq" | "ne";
7277
6859
  values?: any[] | undefined;
7278
6860
  caseSensitive?: boolean | undefined;
7279
6861
  } | 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;
7280
6868
  start_at?: {
7281
6869
  operator: "isEmpty" | "isNotEmpty";
7282
6870
  value?: any;
@@ -7325,18 +6913,6 @@ declare const StaffSupportTicketFiltersSchema: z.ZodObject<{
7325
6913
  values?: any[] | undefined;
7326
6914
  caseSensitive?: boolean | undefined;
7327
6915
  } | undefined;
7328
- approval_status?: {
7329
- operator: "eq" | "ne" | "in" | "notIn";
7330
- value?: "PENDING" | "APPROVED" | "REJECTED" | "INTERNAL" | undefined;
7331
- values?: ("PENDING" | "APPROVED" | "REJECTED" | "INTERNAL")[] | undefined;
7332
- caseSensitive?: boolean | undefined;
7333
- } | undefined;
7334
- dev_lifecycle?: {
7335
- operator: "eq" | "ne" | "in" | "notIn";
7336
- value?: "PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED" | undefined;
7337
- values?: ("PENDING" | "VERIFICATION" | "CANCELLED" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | "DEPLOYED")[] | undefined;
7338
- caseSensitive?: boolean | undefined;
7339
- } | undefined;
7340
6916
  }>;
7341
6917
  type StaffSupportTicketFiltersDto = z.infer<typeof StaffSupportTicketFiltersSchema>;
7342
6918
  //#endregion
@@ -7363,11 +6939,11 @@ declare const StaffSupportTicketCreateSchema: z.ZodObject<{
7363
6939
  is_internal?: boolean | undefined;
7364
6940
  credit_value?: string | null | undefined;
7365
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;
7366
6944
  start_at?: string | null | undefined;
7367
6945
  target_at?: string | null | undefined;
7368
6946
  completed_at?: string | null | undefined;
7369
- assigned_to?: string | null | undefined;
7370
- dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
7371
6947
  }, {
7372
6948
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
7373
6949
  title: string;
@@ -7376,11 +6952,11 @@ declare const StaffSupportTicketCreateSchema: z.ZodObject<{
7376
6952
  is_internal?: boolean | undefined;
7377
6953
  credit_value?: string | null | undefined;
7378
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;
7379
6957
  start_at?: string | null | undefined;
7380
6958
  target_at?: string | null | undefined;
7381
6959
  completed_at?: string | null | undefined;
7382
- assigned_to?: string | null | undefined;
7383
- dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
7384
6960
  }>;
7385
6961
  type StaffSupportTicketCreateDto = z.infer<typeof StaffSupportTicketCreateSchema>;
7386
6962
  declare const StaffSupportTicketUpdateSchema: z.ZodObject<{
@@ -7405,11 +6981,11 @@ declare const StaffSupportTicketUpdateSchema: z.ZodObject<{
7405
6981
  description?: string | null | undefined;
7406
6982
  credit_value?: string | null | undefined;
7407
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;
7408
6986
  start_at?: string | null | undefined;
7409
6987
  target_at?: string | null | undefined;
7410
6988
  completed_at?: string | null | undefined;
7411
- assigned_to?: string | null | undefined;
7412
- dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
7413
6989
  }, {
7414
6990
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
7415
6991
  id: string;
@@ -7418,11 +6994,11 @@ declare const StaffSupportTicketUpdateSchema: z.ZodObject<{
7418
6994
  description?: string | null | undefined;
7419
6995
  credit_value?: string | null | undefined;
7420
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;
7421
6999
  start_at?: string | null | undefined;
7422
7000
  target_at?: string | null | undefined;
7423
7001
  completed_at?: string | null | undefined;
7424
- assigned_to?: string | null | undefined;
7425
- dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
7426
7002
  }>;
7427
7003
  type StaffSupportTicketUpdateDto = z.infer<typeof StaffSupportTicketUpdateSchema>;
7428
7004
  declare const StaffSupportTicketInputSchema: z.ZodObject<{
@@ -7447,11 +7023,11 @@ declare const StaffSupportTicketInputSchema: z.ZodObject<{
7447
7023
  description?: string | null | undefined;
7448
7024
  credit_value?: string | null | undefined;
7449
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;
7450
7028
  start_at?: string | null | undefined;
7451
7029
  target_at?: string | null | undefined;
7452
7030
  completed_at?: string | null | undefined;
7453
- assigned_to?: string | null | undefined;
7454
- dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
7455
7031
  }, {
7456
7032
  type: "IMPROVEMENT" | "BUG" | "FEATURE_REQUEST" | "OPERATIONAL";
7457
7033
  id: string;
@@ -7460,11 +7036,11 @@ declare const StaffSupportTicketInputSchema: z.ZodObject<{
7460
7036
  description?: string | null | undefined;
7461
7037
  credit_value?: string | null | undefined;
7462
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;
7463
7041
  start_at?: string | null | undefined;
7464
7042
  target_at?: string | null | undefined;
7465
7043
  completed_at?: string | null | undefined;
7466
- assigned_to?: string | null | undefined;
7467
- dev_lifecycle?: "VERIFICATION" | "BACKLOG" | "PLANNING" | "DEVELOPMENT" | "CODE_REVIEW" | "TESTING" | "STAGING" | "PO_APPROVAL" | undefined;
7468
7044
  }>;
7469
7045
  type StaffSupportTicketInputDto = StaffSupportTicketUpdateDto;
7470
7046
  //#endregion
@@ -8104,11 +7680,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
8104
7680
  searchableFields: string[];
8105
7681
  }>>;
8106
7682
  }, "strip", z.ZodTypeAny, {
8107
- first?: number | undefined;
8108
- after?: string | undefined;
8109
- sortBy?: string | undefined;
8110
- sortDirection?: "asc" | "desc" | undefined;
8111
- paginationToken?: string | undefined;
8112
7683
  created_at?: {
8113
7684
  operator: "isEmpty" | "isNotEmpty";
8114
7685
  value?: any;
@@ -8125,6 +7696,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
8125
7696
  values?: any[] | undefined;
8126
7697
  caseSensitive?: boolean | undefined;
8127
7698
  } | undefined;
7699
+ first?: number | undefined;
7700
+ after?: string | undefined;
7701
+ sortBy?: string | undefined;
7702
+ sortDirection?: "asc" | "desc" | undefined;
7703
+ paginationToken?: string | undefined;
8128
7704
  search?: {
8129
7705
  query: string;
8130
7706
  searchableFields: string[];
@@ -8204,11 +7780,6 @@ declare const TeamFiltersSchema: z.ZodObject<{
8204
7780
  caseSensitive?: boolean | undefined;
8205
7781
  } | undefined;
8206
7782
  }, {
8207
- first?: number | undefined;
8208
- after?: string | undefined;
8209
- sortBy?: string | undefined;
8210
- sortDirection?: "asc" | "desc" | undefined;
8211
- paginationToken?: string | undefined;
8212
7783
  created_at?: {
8213
7784
  operator: "isEmpty" | "isNotEmpty";
8214
7785
  value?: any;
@@ -8225,6 +7796,11 @@ declare const TeamFiltersSchema: z.ZodObject<{
8225
7796
  values?: any[] | undefined;
8226
7797
  caseSensitive?: boolean | undefined;
8227
7798
  } | undefined;
7799
+ first?: number | undefined;
7800
+ after?: string | undefined;
7801
+ sortBy?: string | undefined;
7802
+ sortDirection?: "asc" | "desc" | undefined;
7803
+ paginationToken?: string | undefined;
8228
7804
  search?: {
8229
7805
  query: string;
8230
7806
  searchableFields: string[];
@@ -8331,14 +7907,14 @@ declare const TeamInputBaseSchema: z.ZodObject<{
8331
7907
  url?: string | null | undefined;
8332
7908
  unique_name?: string | null | undefined;
8333
7909
  legal_name?: string | null | undefined;
8334
- contact_name?: string | null | undefined;
8335
7910
  contact_email?: string | null | undefined;
7911
+ address_city?: string | null | undefined;
7912
+ address_zip?: string | null | undefined;
7913
+ contact_name?: string | null | undefined;
8336
7914
  contact_business_phone?: string | null | undefined;
8337
7915
  contact_mobile_phone?: string | null | undefined;
8338
7916
  contact_time_zone?: string | null | undefined;
8339
7917
  address_full?: string | null | undefined;
8340
- address_city?: string | null | undefined;
8341
- address_zip?: string | null | undefined;
8342
7918
  twitter_username?: string | null | undefined;
8343
7919
  logo?: string | null | undefined;
8344
7920
  email_sent_from?: string | null | undefined;
@@ -8349,14 +7925,14 @@ declare const TeamInputBaseSchema: z.ZodObject<{
8349
7925
  url?: string | null | undefined;
8350
7926
  unique_name?: string | null | undefined;
8351
7927
  legal_name?: string | null | undefined;
8352
- contact_name?: string | null | undefined;
8353
7928
  contact_email?: string | null | undefined;
7929
+ address_city?: string | null | undefined;
7930
+ address_zip?: string | null | undefined;
7931
+ contact_name?: string | null | undefined;
8354
7932
  contact_business_phone?: string | null | undefined;
8355
7933
  contact_mobile_phone?: string | null | undefined;
8356
7934
  contact_time_zone?: string | null | undefined;
8357
7935
  address_full?: string | null | undefined;
8358
- address_city?: string | null | undefined;
8359
- address_zip?: string | null | undefined;
8360
7936
  twitter_username?: string | null | undefined;
8361
7937
  logo?: string | null | undefined;
8362
7938
  email_sent_from?: string | null | undefined;
@@ -8386,14 +7962,14 @@ declare const TeamCreateSchema: z.ZodObject<{
8386
7962
  url?: string | null | undefined;
8387
7963
  unique_name?: string | null | undefined;
8388
7964
  legal_name?: string | null | undefined;
8389
- contact_name?: string | null | undefined;
8390
7965
  contact_email?: string | null | undefined;
7966
+ address_city?: string | null | undefined;
7967
+ address_zip?: string | null | undefined;
7968
+ contact_name?: string | null | undefined;
8391
7969
  contact_business_phone?: string | null | undefined;
8392
7970
  contact_mobile_phone?: string | null | undefined;
8393
7971
  contact_time_zone?: string | null | undefined;
8394
7972
  address_full?: string | null | undefined;
8395
- address_city?: string | null | undefined;
8396
- address_zip?: string | null | undefined;
8397
7973
  twitter_username?: string | null | undefined;
8398
7974
  logo?: string | null | undefined;
8399
7975
  email_sent_from?: string | null | undefined;
@@ -8404,14 +7980,14 @@ declare const TeamCreateSchema: z.ZodObject<{
8404
7980
  url?: string | null | undefined;
8405
7981
  unique_name?: string | null | undefined;
8406
7982
  legal_name?: string | null | undefined;
8407
- contact_name?: string | null | undefined;
8408
7983
  contact_email?: string | null | undefined;
7984
+ address_city?: string | null | undefined;
7985
+ address_zip?: string | null | undefined;
7986
+ contact_name?: string | null | undefined;
8409
7987
  contact_business_phone?: string | null | undefined;
8410
7988
  contact_mobile_phone?: string | null | undefined;
8411
7989
  contact_time_zone?: string | null | undefined;
8412
7990
  address_full?: string | null | undefined;
8413
- address_city?: string | null | undefined;
8414
- address_zip?: string | null | undefined;
8415
7991
  twitter_username?: string | null | undefined;
8416
7992
  logo?: string | null | undefined;
8417
7993
  email_sent_from?: string | null | undefined;
@@ -8445,14 +8021,14 @@ declare const TeamUpdateSchema: z.ZodObject<{
8445
8021
  url?: string | null | undefined;
8446
8022
  unique_name?: string | null | undefined;
8447
8023
  legal_name?: string | null | undefined;
8448
- contact_name?: string | null | undefined;
8449
8024
  contact_email?: string | null | undefined;
8025
+ address_city?: string | null | undefined;
8026
+ address_zip?: string | null | undefined;
8027
+ contact_name?: string | null | undefined;
8450
8028
  contact_business_phone?: string | null | undefined;
8451
8029
  contact_mobile_phone?: string | null | undefined;
8452
8030
  contact_time_zone?: string | null | undefined;
8453
8031
  address_full?: string | null | undefined;
8454
- address_city?: string | null | undefined;
8455
- address_zip?: string | null | undefined;
8456
8032
  twitter_username?: string | null | undefined;
8457
8033
  logo?: string | null | undefined;
8458
8034
  email_sent_from?: string | null | undefined;
@@ -8464,14 +8040,14 @@ declare const TeamUpdateSchema: z.ZodObject<{
8464
8040
  url?: string | null | undefined;
8465
8041
  unique_name?: string | null | undefined;
8466
8042
  legal_name?: string | null | undefined;
8467
- contact_name?: string | null | undefined;
8468
8043
  contact_email?: string | null | undefined;
8044
+ address_city?: string | null | undefined;
8045
+ address_zip?: string | null | undefined;
8046
+ contact_name?: string | null | undefined;
8469
8047
  contact_business_phone?: string | null | undefined;
8470
8048
  contact_mobile_phone?: string | null | undefined;
8471
8049
  contact_time_zone?: string | null | undefined;
8472
8050
  address_full?: string | null | undefined;
8473
- address_city?: string | null | undefined;
8474
- address_zip?: string | null | undefined;
8475
8051
  twitter_username?: string | null | undefined;
8476
8052
  logo?: string | null | undefined;
8477
8053
  email_sent_from?: string | null | undefined;
@@ -8529,14 +8105,14 @@ declare const TeamPageSchema: z.ZodObject<{
8529
8105
  updated_by_display_name?: string | null | undefined;
8530
8106
  unique_name?: string | null | undefined;
8531
8107
  legal_name?: string | null | undefined;
8532
- contact_name?: string | null | undefined;
8533
8108
  contact_email?: string | null | undefined;
8109
+ address_city?: string | null | undefined;
8110
+ address_zip?: string | null | undefined;
8111
+ contact_name?: string | null | undefined;
8534
8112
  contact_business_phone?: string | null | undefined;
8535
8113
  contact_mobile_phone?: string | null | undefined;
8536
8114
  contact_time_zone?: string | null | undefined;
8537
8115
  address_full?: string | null | undefined;
8538
- address_city?: string | null | undefined;
8539
- address_zip?: string | null | undefined;
8540
8116
  twitter_username?: string | null | undefined;
8541
8117
  logo?: string | null | undefined;
8542
8118
  email_sent_from?: string | null | undefined;
@@ -8559,14 +8135,14 @@ declare const TeamPageSchema: z.ZodObject<{
8559
8135
  updated_by_display_name?: string | null | undefined;
8560
8136
  unique_name?: string | null | undefined;
8561
8137
  legal_name?: string | null | undefined;
8562
- contact_name?: string | null | undefined;
8563
8138
  contact_email?: string | null | undefined;
8139
+ address_city?: string | null | undefined;
8140
+ address_zip?: string | null | undefined;
8141
+ contact_name?: string | null | undefined;
8564
8142
  contact_business_phone?: string | null | undefined;
8565
8143
  contact_mobile_phone?: string | null | undefined;
8566
8144
  contact_time_zone?: string | null | undefined;
8567
8145
  address_full?: string | null | undefined;
8568
- address_city?: string | null | undefined;
8569
- address_zip?: string | null | undefined;
8570
8146
  twitter_username?: string | null | undefined;
8571
8147
  logo?: string | null | undefined;
8572
8148
  email_sent_from?: string | null | undefined;
@@ -8613,14 +8189,14 @@ declare const TeamPageSchema: z.ZodObject<{
8613
8189
  updated_by_display_name?: string | null | undefined;
8614
8190
  unique_name?: string | null | undefined;
8615
8191
  legal_name?: string | null | undefined;
8616
- contact_name?: string | null | undefined;
8617
8192
  contact_email?: string | null | undefined;
8193
+ address_city?: string | null | undefined;
8194
+ address_zip?: string | null | undefined;
8195
+ contact_name?: string | null | undefined;
8618
8196
  contact_business_phone?: string | null | undefined;
8619
8197
  contact_mobile_phone?: string | null | undefined;
8620
8198
  contact_time_zone?: string | null | undefined;
8621
8199
  address_full?: string | null | undefined;
8622
- address_city?: string | null | undefined;
8623
- address_zip?: string | null | undefined;
8624
8200
  twitter_username?: string | null | undefined;
8625
8201
  logo?: string | null | undefined;
8626
8202
  email_sent_from?: string | null | undefined;
@@ -8653,14 +8229,14 @@ declare const TeamPageSchema: z.ZodObject<{
8653
8229
  updated_by_display_name?: string | null | undefined;
8654
8230
  unique_name?: string | null | undefined;
8655
8231
  legal_name?: string | null | undefined;
8656
- contact_name?: string | null | undefined;
8657
8232
  contact_email?: string | null | undefined;
8233
+ address_city?: string | null | undefined;
8234
+ address_zip?: string | null | undefined;
8235
+ contact_name?: string | null | undefined;
8658
8236
  contact_business_phone?: string | null | undefined;
8659
8237
  contact_mobile_phone?: string | null | undefined;
8660
8238
  contact_time_zone?: string | null | undefined;
8661
8239
  address_full?: string | null | undefined;
8662
- address_city?: string | null | undefined;
8663
- address_zip?: string | null | undefined;
8664
8240
  twitter_username?: string | null | undefined;
8665
8241
  logo?: string | null | undefined;
8666
8242
  email_sent_from?: string | null | undefined;
@@ -8727,14 +8303,14 @@ declare const TeamReadSchema: z.ZodObject<{
8727
8303
  updated_by_display_name?: string | null | undefined;
8728
8304
  unique_name?: string | null | undefined;
8729
8305
  legal_name?: string | null | undefined;
8730
- contact_name?: string | null | undefined;
8731
8306
  contact_email?: string | null | undefined;
8307
+ address_city?: string | null | undefined;
8308
+ address_zip?: string | null | undefined;
8309
+ contact_name?: string | null | undefined;
8732
8310
  contact_business_phone?: string | null | undefined;
8733
8311
  contact_mobile_phone?: string | null | undefined;
8734
8312
  contact_time_zone?: string | null | undefined;
8735
8313
  address_full?: string | null | undefined;
8736
- address_city?: string | null | undefined;
8737
- address_zip?: string | null | undefined;
8738
8314
  twitter_username?: string | null | undefined;
8739
8315
  logo?: string | null | undefined;
8740
8316
  email_sent_from?: string | null | undefined;
@@ -8757,14 +8333,14 @@ declare const TeamReadSchema: z.ZodObject<{
8757
8333
  updated_by_display_name?: string | null | undefined;
8758
8334
  unique_name?: string | null | undefined;
8759
8335
  legal_name?: string | null | undefined;
8760
- contact_name?: string | null | undefined;
8761
8336
  contact_email?: string | null | undefined;
8337
+ address_city?: string | null | undefined;
8338
+ address_zip?: string | null | undefined;
8339
+ contact_name?: string | null | undefined;
8762
8340
  contact_business_phone?: string | null | undefined;
8763
8341
  contact_mobile_phone?: string | null | undefined;
8764
8342
  contact_time_zone?: string | null | undefined;
8765
8343
  address_full?: string | null | undefined;
8766
- address_city?: string | null | undefined;
8767
- address_zip?: string | null | undefined;
8768
8344
  twitter_username?: string | null | undefined;
8769
8345
  logo?: string | null | undefined;
8770
8346
  email_sent_from?: string | null | undefined;
@@ -8844,14 +8420,14 @@ declare const TeamOptionSchema: z.ZodObject<{
8844
8420
  updated_by_display_name?: string | null | undefined;
8845
8421
  unique_name?: string | null | undefined;
8846
8422
  legal_name?: string | null | undefined;
8847
- contact_name?: string | null | undefined;
8848
8423
  contact_email?: string | null | undefined;
8424
+ address_city?: string | null | undefined;
8425
+ address_zip?: string | null | undefined;
8426
+ contact_name?: string | null | undefined;
8849
8427
  contact_business_phone?: string | null | undefined;
8850
8428
  contact_mobile_phone?: string | null | undefined;
8851
8429
  contact_time_zone?: string | null | undefined;
8852
8430
  address_full?: string | null | undefined;
8853
- address_city?: string | null | undefined;
8854
- address_zip?: string | null | undefined;
8855
8431
  twitter_username?: string | null | undefined;
8856
8432
  logo?: string | null | undefined;
8857
8433
  email_sent_from?: string | null | undefined;
@@ -8874,14 +8450,14 @@ declare const TeamOptionSchema: z.ZodObject<{
8874
8450
  updated_by_display_name?: string | null | undefined;
8875
8451
  unique_name?: string | null | undefined;
8876
8452
  legal_name?: string | null | undefined;
8877
- contact_name?: string | null | undefined;
8878
8453
  contact_email?: string | null | undefined;
8454
+ address_city?: string | null | undefined;
8455
+ address_zip?: string | null | undefined;
8456
+ contact_name?: string | null | undefined;
8879
8457
  contact_business_phone?: string | null | undefined;
8880
8458
  contact_mobile_phone?: string | null | undefined;
8881
8459
  contact_time_zone?: string | null | undefined;
8882
8460
  address_full?: string | null | undefined;
8883
- address_city?: string | null | undefined;
8884
- address_zip?: string | null | undefined;
8885
8461
  twitter_username?: string | null | undefined;
8886
8462
  logo?: string | null | undefined;
8887
8463
  email_sent_from?: string | null | undefined;
@@ -8941,14 +8517,14 @@ declare const UserTeamsSchema: z.ZodObject<{
8941
8517
  updated_by_display_name?: string | null | undefined;
8942
8518
  unique_name?: string | null | undefined;
8943
8519
  legal_name?: string | null | undefined;
8944
- contact_name?: string | null | undefined;
8945
8520
  contact_email?: string | null | undefined;
8521
+ address_city?: string | null | undefined;
8522
+ address_zip?: string | null | undefined;
8523
+ contact_name?: string | null | undefined;
8946
8524
  contact_business_phone?: string | null | undefined;
8947
8525
  contact_mobile_phone?: string | null | undefined;
8948
8526
  contact_time_zone?: string | null | undefined;
8949
8527
  address_full?: string | null | undefined;
8950
- address_city?: string | null | undefined;
8951
- address_zip?: string | null | undefined;
8952
8528
  twitter_username?: string | null | undefined;
8953
8529
  logo?: string | null | undefined;
8954
8530
  email_sent_from?: string | null | undefined;
@@ -8971,14 +8547,14 @@ declare const UserTeamsSchema: z.ZodObject<{
8971
8547
  updated_by_display_name?: string | null | undefined;
8972
8548
  unique_name?: string | null | undefined;
8973
8549
  legal_name?: string | null | undefined;
8974
- contact_name?: string | null | undefined;
8975
8550
  contact_email?: string | null | undefined;
8551
+ address_city?: string | null | undefined;
8552
+ address_zip?: string | null | undefined;
8553
+ contact_name?: string | null | undefined;
8976
8554
  contact_business_phone?: string | null | undefined;
8977
8555
  contact_mobile_phone?: string | null | undefined;
8978
8556
  contact_time_zone?: string | null | undefined;
8979
8557
  address_full?: string | null | undefined;
8980
- address_city?: string | null | undefined;
8981
- address_zip?: string | null | undefined;
8982
8558
  twitter_username?: string | null | undefined;
8983
8559
  logo?: string | null | undefined;
8984
8560
  email_sent_from?: string | null | undefined;
@@ -9003,14 +8579,14 @@ declare const UserTeamsSchema: z.ZodObject<{
9003
8579
  updated_by_display_name?: string | null | undefined;
9004
8580
  unique_name?: string | null | undefined;
9005
8581
  legal_name?: string | null | undefined;
9006
- contact_name?: string | null | undefined;
9007
8582
  contact_email?: string | null | undefined;
8583
+ address_city?: string | null | undefined;
8584
+ address_zip?: string | null | undefined;
8585
+ contact_name?: string | null | undefined;
9008
8586
  contact_business_phone?: string | null | undefined;
9009
8587
  contact_mobile_phone?: string | null | undefined;
9010
8588
  contact_time_zone?: string | null | undefined;
9011
8589
  address_full?: string | null | undefined;
9012
- address_city?: string | null | undefined;
9013
- address_zip?: string | null | undefined;
9014
8590
  twitter_username?: string | null | undefined;
9015
8591
  logo?: string | null | undefined;
9016
8592
  email_sent_from?: string | null | undefined;
@@ -9035,14 +8611,14 @@ declare const UserTeamsSchema: z.ZodObject<{
9035
8611
  updated_by_display_name?: string | null | undefined;
9036
8612
  unique_name?: string | null | undefined;
9037
8613
  legal_name?: string | null | undefined;
9038
- contact_name?: string | null | undefined;
9039
8614
  contact_email?: string | null | undefined;
8615
+ address_city?: string | null | undefined;
8616
+ address_zip?: string | null | undefined;
8617
+ contact_name?: string | null | undefined;
9040
8618
  contact_business_phone?: string | null | undefined;
9041
8619
  contact_mobile_phone?: string | null | undefined;
9042
8620
  contact_time_zone?: string | null | undefined;
9043
8621
  address_full?: string | null | undefined;
9044
- address_city?: string | null | undefined;
9045
- address_zip?: string | null | undefined;
9046
8622
  twitter_username?: string | null | undefined;
9047
8623
  logo?: string | null | undefined;
9048
8624
  email_sent_from?: string | null | undefined;
@@ -9695,11 +9271,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9695
9271
  searchableFields: string[];
9696
9272
  }>>;
9697
9273
  }, "strip", z.ZodTypeAny, {
9698
- first?: number | undefined;
9699
- after?: string | undefined;
9700
- sortBy?: string | undefined;
9701
- sortDirection?: "asc" | "desc" | undefined;
9702
- paginationToken?: string | undefined;
9703
9274
  created_at?: {
9704
9275
  operator: "isEmpty" | "isNotEmpty";
9705
9276
  value?: any;
@@ -9716,6 +9287,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9716
9287
  values?: any[] | undefined;
9717
9288
  caseSensitive?: boolean | undefined;
9718
9289
  } | undefined;
9290
+ first?: number | undefined;
9291
+ after?: string | undefined;
9292
+ sortBy?: string | undefined;
9293
+ sortDirection?: "asc" | "desc" | undefined;
9294
+ paginationToken?: string | undefined;
9719
9295
  search?: {
9720
9296
  query: string;
9721
9297
  searchableFields: string[];
@@ -9825,11 +9401,6 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9825
9401
  caseSensitive?: boolean | undefined;
9826
9402
  } | undefined;
9827
9403
  }, {
9828
- first?: number | undefined;
9829
- after?: string | undefined;
9830
- sortBy?: string | undefined;
9831
- sortDirection?: "asc" | "desc" | undefined;
9832
- paginationToken?: string | undefined;
9833
9404
  created_at?: {
9834
9405
  operator: "isEmpty" | "isNotEmpty";
9835
9406
  value?: any;
@@ -9846,6 +9417,11 @@ declare const TeamMemberFiltersSchema: z.ZodObject<{
9846
9417
  values?: any[] | undefined;
9847
9418
  caseSensitive?: boolean | undefined;
9848
9419
  } | undefined;
9420
+ first?: number | undefined;
9421
+ after?: string | undefined;
9422
+ sortBy?: string | undefined;
9423
+ sortDirection?: "asc" | "desc" | undefined;
9424
+ paginationToken?: string | undefined;
9849
9425
  search?: {
9850
9426
  query: string;
9851
9427
  searchableFields: string[];
@@ -10309,19 +9885,19 @@ declare const UserReadSchema: z.ZodObject<{
10309
9885
  updated_at: z.ZodNullable<z.ZodString>;
10310
9886
  }, "strip", z.ZodTypeAny, {
10311
9887
  created_at: string;
10312
- id: string;
10313
9888
  email: string;
10314
9889
  username: string;
10315
9890
  email_verified: boolean;
10316
9891
  user_type: "consumer" | "lead" | "staff" | "super_admin";
9892
+ id: string;
10317
9893
  updated_at: string | null;
10318
9894
  }, {
10319
9895
  created_at: string;
10320
- id: string;
10321
9896
  email: string;
10322
9897
  username: string;
10323
9898
  email_verified: boolean;
10324
9899
  user_type: "consumer" | "lead" | "staff" | "super_admin";
9900
+ id: string;
10325
9901
  updated_at: string | null;
10326
9902
  }>;
10327
9903
  type UserReadDto = z.infer<typeof UserReadSchema>;
@@ -10331,11 +9907,11 @@ declare const UserUpdateSchema: z.ZodObject<{
10331
9907
  id: z.ZodString;
10332
9908
  user_type: z.ZodEnum<["consumer", "lead", "staff", "super_admin"]>;
10333
9909
  }, "strip", z.ZodTypeAny, {
10334
- id: string;
10335
9910
  user_type: "consumer" | "lead" | "staff" | "super_admin";
10336
- }, {
10337
9911
  id: string;
9912
+ }, {
10338
9913
  user_type: "consumer" | "lead" | "staff" | "super_admin";
9914
+ id: string;
10339
9915
  }>;
10340
9916
  type UserUpdateDto = z.infer<typeof UserUpdateSchema>;
10341
9917
  //#endregion
@@ -10957,18 +10533,9 @@ interface UserApi {
10957
10533
  */
10958
10534
  signupUser(input: SignupInputDto): Promise<CreateUserDtoOutput>;
10959
10535
  /**
10960
- * Get signup consents for the current signup_consent token. Requires token in Authorization header.
10961
- * Used when SignupConsentFlow opens in new tab (no sessionStorage). Returns empty when consent feature disabled.
10962
- */
10963
- getSignupConsentsForToken(): Promise<SignupRequirementsDto>;
10964
- /**
10965
- * Initiate signup - returns session if no consents, or token+consents if consents required
10536
+ * Initiate signup - always returns session. When consents are required, session has consents_complete: false.
10966
10537
  */
10967
10538
  signupInitiate(input: SignupInitiateInputDto): Promise<SignupInitiateResponseDto>;
10968
- /**
10969
- * Complete signup after accepting consents. Requires signup_consent token in Authorization: Bearer header.
10970
- */
10971
- signupComplete(input: SignupCompleteInputDto): Promise<LoginResponse>;
10972
10539
  /**
10973
10540
  * Create a new user
10974
10541
  */
@@ -11213,5 +10780,5 @@ declare const formatCurrency: (value: number) => string;
11213
10780
  */
11214
10781
  declare const formatDollar: (amount: string | null | undefined) => string;
11215
10782
  //#endregion
11216
- export { AddCreditsDto, AddCreditsSchema, AnyFilterOperator, AppSettingsApi, ApproveSupportTicketDto, ApproveSupportTicketSchema, ArchiveSupportTicketDto, ArchiveSupportTicketSchema, AttachmentApi, AttachmentCreateDto, AttachmentCreateSchema, type AttachmentFiltersDto as AttachmentFilters, AttachmentFiltersDto, AttachmentFiltersSchema, AttachmentFiltersSchema as attachmentFilters_zod, AttachmentFolderCreateDto, AttachmentFolderCreateSchema, AttachmentFolderReadDto, AttachmentFolderReadSchema, AttachmentFolderUpdateDto, AttachmentFolderUpdateSchema, type AttachmentPageDto, AttachmentPageSchema, AttachmentPageSchema as attachmentPage_zod, AttachmentReadDto, type AttachmentReadDto as ReadAttachmentDto, AttachmentReadSchema, AttachmentReadSchema as attachment_zod, AttachmentUpdateDto, AttachmentUpdateSchema, BaseFilter, BaseFilterSchema, BooleanFilter, BooleanFilterSchema, CancelInternalTaskDto, CancelInternalTaskSchema, ChangePasswordInputDto, CompleteSupportTicketDto, CompleteSupportTicketSchema, CreateUserDto, CreateUserDtoOutput, CreditBalanceDto, CreditBalanceSchema, CreditTransactionFiltersDto, CreditTransactionFiltersSchema, CreditTransactionPageDto, CreditTransactionPageSchema, CreditTransactionReadDto, CreditTransactionReadSchema, CreditTransactionType, CreditTransactionTypeEnum, CustomerApi, CustomerSupportTicketCreateDto, CustomerSupportTicketCreateSchema, CustomerSupportTicketFiltersDto, CustomerSupportTicketFiltersSchema, CustomerSupportTicketPageDto, CustomerSupportTicketPageSchema, CustomerSupportTicketReadDto, CustomerSupportTicketReadSchema, CustomerSupportTicketUpdateDto, CustomerSupportTicketUpdateSchema, DECIMAL_AMOUNT_2_DECIMALS_OR_EMPTY_ERROR_MESSAGE, DECIMAL_AMOUNT_2_DECIMALS_OR_EMPTY_REGEX, DECIMAL_AMOUNT_ERROR_MESSAGE, DECIMAL_AMOUNT_REGEX, DEFAULT_USER_TYPE, DataType, DataTypeSchema, DateFilter, DateFilterSchema, DateOperator, DateOperatorSchema, DefaultReferralTeamFormDto, DefaultReferralTeamFormSchema, DeleteSupportTicketDto, DeleteSupportTicketSchema, DragoncoreApi, EmailVerificationApi, EqualityArrayOperator, EqualityArrayOperatorSchema, EqualityOperator, EqualityOperatorSchema, FieldDefinitionMetadata, FieldRegistryMetadata, FilterConfig, FilterConfigSchema, ForgotPasswordDto, LoginInputDto, type LoginResponse, MAX_PRESETS_PER_CONTEXT, MfaApi, NoteApi, NoteCreateDto, NoteCreateSchema, NoteFiltersDto, NoteFiltersSchema, NoteFiltersSortDirectionEnum, NoteReadDto, NoteReadSchema, NoteUpdateDto, NoteUpdateSchema, NumberFilter, NumberFilterSchema, NumberOperator, NumberOperatorSchema, OPERATORS, PageInfoDto, PageInfoSchema, PagedResult, PaginationFiltersDto, PaginationFiltersSchema, PasswordResetApi, REFERRAL_TAG_ERROR_MESSAGE, REFERRAL_TAG_MAX, REFERRAL_TAG_MIN, REFERRAL_TAG_REGEX, ReactivateInternalTaskDto, ReactivateInternalTaskSchema, RecordConsentsInputDto, RecordConst, RecordSubscriberCreateDto, RecordSubscriberCreateSchema, RecordSubscriberReadDto, RecordSubscriberReadSchema, RecordSubscriberUpdateDto, RecordSubscriberUpdateSchema, RecordType, RecordTypeValues, RecordVersionApi, RecordVersionFiltersBreadcrumbDto, RecordVersionFiltersDto, RecordVersionPageBreadcrumbDto, RecordVersionPageDto, RecordVersionPageInfoDto, RecordVersionReadDto, ReferralTagValueSchema, RejectSupportTicketDto, RejectSupportTicketSchema, ResendVerificationEmailResult, ResetMonthlyBalanceDto, ResetMonthlyBalanceSchema, ResetPasswordDto, ResetPasswordInputDto, RevertSupportTicketDto, RevertSupportTicketSchema, SUPPORT_TICKET_APPROVAL_FILTER_OPTIONS, SUPPORT_TICKET_DEV_LIFECYCLE_FILTER_OPTIONS, SUPPORT_TICKET_NUMBER_TO_PRIORITY, SUPPORT_TICKET_PRIORITY_FILTER_OPTIONS, SUPPORT_TICKET_PRIORITY_NUMBER_TO_LABEL, SUPPORT_TICKET_PRIORITY_TO_NUMBER, SUPPORT_TICKET_STATUS_FILTER_OPTIONS, SUPPORT_TICKET_TYPE_FILTER_OPTIONS, SavedFilterApi, SavedFilterCreateDto, SavedFilterCreateSchema, SavedFilterReadDto, SavedFilterReadSchema, SavedFilterUpdateDto, SavedFilterUpdateSchema, SelectOption, SetMonthlyAllocationDto, SetMonthlyAllocationSchema, SetReferralTagDto, SetReferralTagSchema, SignupCompleteInputDto, SignupConsentConfigDto, SignupConsentConfigSchema, SignupConsentItemFormDto, SignupConsentItemFormSchema, SignupInitiateInputDto, SignupInitiateResponseDto, SignupInputDto, SignupRequirementsDto, SignupRequirementsFormDto, SignupRequirementsFormSchema, SignupRequirementsSchema, SortDirectionSchema, StaffSupportTicketCreateDto, StaffSupportTicketCreateSchema, StaffSupportTicketFiltersDto, StaffSupportTicketFiltersSchema, StaffSupportTicketInputDto, StaffSupportTicketInputSchema, StaffSupportTicketPageDto, StaffSupportTicketPageSchema, StaffSupportTicketReadDto, StaffSupportTicketReadSchema, StaffSupportTicketUpdateDto, StaffSupportTicketUpdateSchema, StringFilter, StringFilterSchema, StringOperator, StringOperatorSchema, SupportStaffApi, SupportStaffMember, SupportTicketApi, SupportTicketApproval, SupportTicketApprovalEnum, SupportTicketApprovalFilterSchema, SupportTicketApprovalSchema, SupportTicketDevLifecycle, SupportTicketDevLifecycleEnum, SupportTicketDevLifecycleFilterSchema, SupportTicketDevLifecycleSchema, SupportTicketDevLifecycleUpdate, SupportTicketDevLifecycleUpdateEnum, SupportTicketDevLifecycleUpdateSchema, SupportTicketEnrichmentData, SupportTicketEventType, SupportTicketEventTypeEnum, SupportTicketEventTypeValues, SupportTicketPriority, SupportTicketPriorityEnum, SupportTicketPriorityFilterSchema, SupportTicketPriorityNumber, SupportTicketPriorityNumberEnum, SupportTicketPriorityNumberSchema, SupportTicketPriorityNumberType, SupportTicketPrioritySchema, SupportTicketRecordDataSchema, SupportTicketStatus, SupportTicketStatusEnum, SupportTicketStatusFilterSchema, SupportTicketStatusSchema, SupportTicketSubscriberCreateDto, SupportTicketSubscriberCreateSchema, SupportTicketType, SupportTicketTypeEnum, SupportTicketTypeFilterSchema, SupportTicketTypeSchema, TeamApi, TeamCreateDto, TeamCreateSchema, TeamFiltersDto, TeamFiltersSchema, TeamInputBaseSchema, TeamMemberApi, TeamMemberCreateDto, TeamMemberCreateSchema, TeamMemberFiltersDto, TeamMemberFiltersSchema, TeamMemberOptionDto, TeamMemberOptionSchema, TeamMemberReadDto, TeamMemberReadSchema, TeamMemberRole, TeamMemberRoleEnum, TeamMemberRoleFilterSchema, TeamMemberRoleSchema, TeamMemberUpdateDto, TeamMemberUpdateSchema, TeamOptionDto, TeamOptionSchema, TeamPageDto, TeamPageSchema, TeamReadDto, TeamReadSchema, TeamStatus, TeamStatusSchema, TeamUpdateDto, TeamUpdateSchema, USER_TYPES, UserApi, UserProfileApi, UserProfileBaseSchema, UserProfileReadDto, UserProfileReadSchema, UserProfileUpdateDto, UserProfileUpdateSchema, UserReadDto, UserReadSchema, UserSessionApi, UserSessionReadDto, UserTeamMembersDto, UserTeamMembersSchema, UserTeamsDto, UserTeamsSchema, UserTypeEnum, UserTypeValues, UserUpdateDto, UserUpdateSchema, VerifyEmailResult, addMoney, applyPercentage, changePasswordSchema, createEnumFilter, createEnumLabelMap, createPaginatedSchema, createSelectOptionsFromLabelMap, createUserSchema, createUserSchemaOutput, divideMoney, enumToDisplayLabel, forgot_password_zod, formatCurrency, formatDollar, isCommonPassword, loginResponseSchema, loginSchema, multiplyMoney, normalizeToReferralTag, pageInfoSchema, passwordSchema, recordConsentsSchema, recordVersionFiltersBreadcrumbSchema, recordVersionFiltersInputBreadcrumbSchema, recordVersionFiltersInputSchema, recordVersionFiltersSchema, recordVersionPageBreadcrumbSchema, recordVersionPageSchema, recordVersionSchema, recordVersionTrackerActivityInputSchema, resetPasswordInputSchema, resetPasswordSchema, roundMoney, sanitizeFileName, signupCompleteSchema, signupInitiateConsentRequiredSchema, signupInitiateCreatedSchema, signupInitiateResponseSchema, signupInitiateSchema, signupSchema, subtractMoney, supportTicketNumberToPriority, supportTicketPriorityToNumber, userSessionSchema };
10783
+ export { AddCreditsDto, AddCreditsSchema, AnyFilterOperator, AppSettingsApi, ApproveSupportTicketDto, ApproveSupportTicketSchema, ArchiveSupportTicketDto, ArchiveSupportTicketSchema, AttachmentApi, AttachmentCreateDto, AttachmentCreateSchema, type AttachmentFiltersDto as AttachmentFilters, AttachmentFiltersDto, AttachmentFiltersSchema, AttachmentFiltersSchema as attachmentFilters_zod, AttachmentFolderCreateDto, AttachmentFolderCreateSchema, AttachmentFolderReadDto, AttachmentFolderReadSchema, AttachmentFolderUpdateDto, AttachmentFolderUpdateSchema, type AttachmentPageDto, AttachmentPageSchema, AttachmentPageSchema as attachmentPage_zod, AttachmentReadDto, type AttachmentReadDto as ReadAttachmentDto, AttachmentReadSchema, AttachmentReadSchema as attachment_zod, AttachmentUpdateDto, AttachmentUpdateSchema, BaseFilter, BaseFilterSchema, BooleanFilter, BooleanFilterSchema, CancelInternalTaskDto, CancelInternalTaskSchema, ChangePasswordInputDto, CompleteSupportTicketDto, CompleteSupportTicketSchema, CreateUserDto, CreateUserDtoOutput, CreditBalanceDto, CreditBalanceSchema, CreditTransactionFiltersDto, CreditTransactionFiltersSchema, CreditTransactionPageDto, CreditTransactionPageSchema, CreditTransactionReadDto, CreditTransactionReadSchema, CreditTransactionType, CreditTransactionTypeEnum, CustomerApi, CustomerSupportTicketCreateDto, CustomerSupportTicketCreateSchema, CustomerSupportTicketFiltersDto, CustomerSupportTicketFiltersSchema, CustomerSupportTicketPageDto, CustomerSupportTicketPageSchema, CustomerSupportTicketReadDto, CustomerSupportTicketReadSchema, CustomerSupportTicketUpdateDto, CustomerSupportTicketUpdateSchema, DECIMAL_AMOUNT_2_DECIMALS_OR_EMPTY_ERROR_MESSAGE, DECIMAL_AMOUNT_2_DECIMALS_OR_EMPTY_REGEX, DECIMAL_AMOUNT_ERROR_MESSAGE, DECIMAL_AMOUNT_REGEX, DEFAULT_USER_TYPE, DataType, DataTypeSchema, DateFilter, DateFilterSchema, DateOperator, DateOperatorSchema, DefaultReferralTeamFormDto, DefaultReferralTeamFormSchema, DeleteSupportTicketDto, DeleteSupportTicketSchema, DragoncoreApi, EmailVerificationApi, EqualityArrayOperator, EqualityArrayOperatorSchema, EqualityOperator, EqualityOperatorSchema, FieldDefinitionMetadata, FieldRegistryMetadata, FilterConfig, FilterConfigSchema, ForgotPasswordDto, LoginInputDto, type LoginResponse, MAX_PRESETS_PER_CONTEXT, MfaApi, NoteApi, NoteCreateDto, NoteCreateSchema, NoteFiltersDto, NoteFiltersSchema, NoteFiltersSortDirectionEnum, NoteReadDto, NoteReadSchema, NoteUpdateDto, NoteUpdateSchema, NumberFilter, NumberFilterSchema, NumberOperator, NumberOperatorSchema, OPERATORS, PageInfoDto, PageInfoSchema, PagedResult, PaginationFiltersDto, PaginationFiltersSchema, PasswordResetApi, REFERRAL_TAG_ERROR_MESSAGE, REFERRAL_TAG_MAX, REFERRAL_TAG_MIN, REFERRAL_TAG_REGEX, ReactivateInternalTaskDto, ReactivateInternalTaskSchema, RecordConsentsInputDto, RecordConst, RecordSubscriberCreateDto, RecordSubscriberCreateSchema, RecordSubscriberReadDto, RecordSubscriberReadSchema, RecordSubscriberUpdateDto, RecordSubscriberUpdateSchema, RecordType, RecordTypeValues, RecordVersionApi, RecordVersionFiltersBreadcrumbDto, RecordVersionFiltersDto, RecordVersionPageBreadcrumbDto, RecordVersionPageDto, RecordVersionPageInfoDto, RecordVersionReadDto, ReferralTagValueSchema, RejectSupportTicketDto, RejectSupportTicketSchema, ResendVerificationEmailResult, ResetMonthlyBalanceDto, ResetMonthlyBalanceSchema, ResetPasswordDto, ResetPasswordInputDto, RevertSupportTicketDto, RevertSupportTicketSchema, SUPPORT_TICKET_APPROVAL_FILTER_OPTIONS, SUPPORT_TICKET_DEV_LIFECYCLE_FILTER_OPTIONS, SUPPORT_TICKET_NUMBER_TO_PRIORITY, SUPPORT_TICKET_PRIORITY_FILTER_OPTIONS, SUPPORT_TICKET_PRIORITY_NUMBER_TO_LABEL, SUPPORT_TICKET_PRIORITY_TO_NUMBER, SUPPORT_TICKET_STATUS_FILTER_OPTIONS, SUPPORT_TICKET_TYPE_FILTER_OPTIONS, SavedFilterApi, SavedFilterCreateDto, SavedFilterCreateSchema, SavedFilterReadDto, SavedFilterReadSchema, SavedFilterUpdateDto, SavedFilterUpdateSchema, SelectOption, SetMonthlyAllocationDto, SetMonthlyAllocationSchema, SetReferralTagDto, SetReferralTagSchema, SignupConsentConfigDto, SignupConsentConfigSchema, SignupConsentItemFormDto, SignupConsentItemFormSchema, SignupInitiateInputDto, SignupInitiateResponseDto, SignupInputDto, SignupRequirementsDto, SignupRequirementsFormDto, SignupRequirementsFormSchema, SignupRequirementsSchema, SortDirectionSchema, StaffSupportTicketCreateDto, StaffSupportTicketCreateSchema, StaffSupportTicketFiltersDto, StaffSupportTicketFiltersSchema, StaffSupportTicketInputDto, StaffSupportTicketInputSchema, StaffSupportTicketPageDto, StaffSupportTicketPageSchema, StaffSupportTicketReadDto, StaffSupportTicketReadSchema, StaffSupportTicketUpdateDto, StaffSupportTicketUpdateSchema, StringFilter, StringFilterSchema, StringOperator, StringOperatorSchema, SupportStaffApi, SupportStaffMember, SupportTicketApi, SupportTicketApproval, SupportTicketApprovalEnum, SupportTicketApprovalFilterSchema, SupportTicketApprovalSchema, SupportTicketDevLifecycle, SupportTicketDevLifecycleEnum, SupportTicketDevLifecycleFilterSchema, SupportTicketDevLifecycleSchema, SupportTicketDevLifecycleUpdate, SupportTicketDevLifecycleUpdateEnum, SupportTicketDevLifecycleUpdateSchema, SupportTicketEnrichmentData, SupportTicketEventType, SupportTicketEventTypeEnum, SupportTicketEventTypeValues, SupportTicketPriority, SupportTicketPriorityEnum, SupportTicketPriorityFilterSchema, SupportTicketPriorityNumber, SupportTicketPriorityNumberEnum, SupportTicketPriorityNumberSchema, SupportTicketPriorityNumberType, SupportTicketPrioritySchema, SupportTicketRecordDataSchema, SupportTicketStatus, SupportTicketStatusEnum, SupportTicketStatusFilterSchema, SupportTicketStatusSchema, SupportTicketSubscriberCreateDto, SupportTicketSubscriberCreateSchema, SupportTicketType, SupportTicketTypeEnum, SupportTicketTypeFilterSchema, SupportTicketTypeSchema, TeamApi, TeamCreateDto, TeamCreateSchema, TeamFiltersDto, TeamFiltersSchema, TeamInputBaseSchema, TeamMemberApi, TeamMemberCreateDto, TeamMemberCreateSchema, TeamMemberFiltersDto, TeamMemberFiltersSchema, TeamMemberOptionDto, TeamMemberOptionSchema, TeamMemberReadDto, TeamMemberReadSchema, TeamMemberRole, TeamMemberRoleEnum, TeamMemberRoleFilterSchema, TeamMemberRoleSchema, TeamMemberUpdateDto, TeamMemberUpdateSchema, TeamOptionDto, TeamOptionSchema, TeamPageDto, TeamPageSchema, TeamReadDto, TeamReadSchema, TeamStatus, TeamStatusSchema, TeamUpdateDto, TeamUpdateSchema, USER_TYPES, UserApi, UserProfileApi, UserProfileBaseSchema, UserProfileReadDto, UserProfileReadSchema, UserProfileUpdateDto, UserProfileUpdateSchema, UserReadDto, UserReadSchema, UserSessionApi, UserSessionReadDto, UserTeamMembersDto, UserTeamMembersSchema, UserTeamsDto, UserTeamsSchema, UserTypeEnum, UserTypeValues, UserUpdateDto, UserUpdateSchema, VerifyEmailResult, addMoney, applyPercentage, changePasswordSchema, createEnumFilter, createEnumLabelMap, createPaginatedSchema, createSelectOptionsFromLabelMap, createUserSchema, createUserSchemaOutput, divideMoney, enumToDisplayLabel, forgot_password_zod, formatCurrency, formatDollar, isCommonPassword, loginResponseSchema, loginSchema, multiplyMoney, normalizeToReferralTag, pageInfoSchema, passwordSchema, recordConsentsSchema, recordVersionFiltersBreadcrumbSchema, recordVersionFiltersInputBreadcrumbSchema, recordVersionFiltersInputSchema, recordVersionFiltersSchema, recordVersionPageBreadcrumbSchema, recordVersionPageSchema, recordVersionSchema, recordVersionTrackerActivityInputSchema, resetPasswordInputSchema, resetPasswordSchema, roundMoney, sanitizeFileName, signupInitiateResponseSchema, signupInitiateSchema, signupSchema, subtractMoney, supportTicketNumberToPriority, supportTicketPriorityToNumber, userSessionSchema };
11217
10784
  //# sourceMappingURL=index.d.mts.map