@seamapi/types 1.543.0 → 1.544.0

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.
@@ -66043,64 +66043,68 @@ export type Routes = {
66043
66043
  formData: {}
66044
66044
  jsonResponse: {
66045
66045
  timeline: {
66046
- context:
66047
- | {
66048
- context_type: 'request'
66049
- request_id: string
66050
- request_payload: {
66051
- [x: string]: any
66052
- }
66053
- response_payload: {
66054
- [x: string]: any
66055
- }
66056
- }
66057
- | {
66058
- context_type: 'job'
66059
- job_id: string
66060
- }
66061
- entries: {
66062
- resource_type: string
66063
- resource_id: string
66064
- entry_type: string
66065
- body:
66066
- | {
66067
- entry_type: 'resource_created'
66068
- description: string
66069
- }
66070
- | {
66071
- entry_type: 'resource_updated'
66072
- description: string
66073
- properties_updated?:
66074
- | {
66075
- [x: string]: any
66076
- }
66077
- | undefined
66078
- errors?: string[] | undefined
66079
- warnings?: string[] | undefined
66080
- }
66081
- | {
66082
- entry_type: 'resource_deleted'
66083
- description: string
66084
- }
66046
+ resource_type: string
66047
+ resource_id: string
66048
+ groups: {
66049
+ context:
66085
66050
  | {
66086
- entry_type: 'event'
66087
- event_type: string
66088
- event_id: string
66051
+ context_type: 'request'
66052
+ request_id: string
66053
+ request_payload: {
66054
+ [x: string]: any
66055
+ }
66056
+ response_payload: {
66057
+ [x: string]: any
66058
+ }
66089
66059
  }
66090
66060
  | {
66091
- entry_type: 'provider_call'
66092
- description: string
66093
- response_status_code: number
66094
- response_body?:
66095
- | {
66096
- [x: string]: any
66097
- }
66098
- | undefined
66061
+ context_type: 'job'
66062
+ job_id: string
66099
66063
  }
66064
+ entries: {
66065
+ resource_type: string
66066
+ resource_id: string
66067
+ entry_type: string
66068
+ body:
66069
+ | {
66070
+ entry_type: 'resource_created'
66071
+ description: string
66072
+ }
66073
+ | {
66074
+ entry_type: 'resource_updated'
66075
+ description: string
66076
+ properties_updated?:
66077
+ | {
66078
+ [x: string]: any
66079
+ }
66080
+ | undefined
66081
+ errors?: string[] | undefined
66082
+ warnings?: string[] | undefined
66083
+ }
66084
+ | {
66085
+ entry_type: 'resource_deleted'
66086
+ description: string
66087
+ }
66088
+ | {
66089
+ entry_type: 'event'
66090
+ event_type: string
66091
+ event_id: string
66092
+ }
66093
+ | {
66094
+ entry_type: 'provider_call'
66095
+ description: string
66096
+ response_status_code: number
66097
+ response_body?:
66098
+ | {
66099
+ [x: string]: any
66100
+ }
66101
+ | undefined
66102
+ }
66103
+ created_at: string
66104
+ }[]
66100
66105
  created_at: string
66101
66106
  }[]
66102
- created_at: string
66103
- }[]
66107
+ }
66104
66108
  /** Information about the current page of results. */
66105
66109
  pagination: {
66106
66110
  /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
@@ -66146,6 +66150,9 @@ export type Routes = {
66146
66150
  workspace_id: string
66147
66151
  automation_id: string | null
66148
66152
  partner_resource_id: string | null
66153
+ partner_key: string | null
66154
+ resource_type: string | null
66155
+ resource_type_alias: string | null
66149
66156
  automation_result?:
66150
66157
  | {
66151
66158
  success: boolean