diff --git a/src/lib/seam/connect/models/events/acs/common.ts b/src/lib/seam/connect/models/events/acs/common.ts index ca27219b..6be35d76 100644 --- a/src/lib/seam/connect/models/events/acs/common.ts +++ b/src/lib/seam/connect/models/events/acs/common.ts @@ -6,7 +6,6 @@ export const common_acs_event = common_event.extend({ connected_account_id: z.string().uuid().optional().describe(` --- title: Connected Account ID - deprecated: Will be removed. --- ID of the connected account. `), diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 51d73c53..14fd36ca 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -6930,11 +6930,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -6980,11 +6978,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -7030,11 +7026,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -7081,11 +7075,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -7133,11 +7125,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -7185,11 +7175,9 @@ export default { }, acs_user_id: { format: 'uuid', type: 'string' }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -7241,11 +7229,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { @@ -7297,11 +7283,9 @@ export default { 'x-title': 'ACS System ID', }, connected_account_id: { - deprecated: true, description: 'ID of the connected account.', format: 'uuid', type: 'string', - 'x-deprecated': 'Will be removed.', 'x-title': 'Connected Account ID', }, created_at: { diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index ad8312b3..a7619b9c 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -15098,8 +15098,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15114,8 +15113,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15130,8 +15128,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15146,8 +15143,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15163,8 +15159,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15180,8 +15175,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15197,8 +15191,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -15215,8 +15208,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16488,8 +16480,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16504,8 +16495,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16520,8 +16510,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16536,8 +16525,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16553,8 +16541,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16570,8 +16557,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16587,8 +16573,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string @@ -16605,8 +16590,7 @@ export interface Routes { created_at: string /** Time when the event occurred. */ occurred_at: string - /** ID of the connected account. - * @deprecated Will be removed. */ + /** ID of the connected account. */ connected_account_id?: string | undefined /** ID of the ACS system. */ acs_system_id: string