@seamapi/types 1.543.0 → 1.545.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.
@@ -13294,6 +13294,7 @@ export type Routes = {
13294
13294
  | 'legic_connect_credential_service'
13295
13295
  | 'assa_abloy_vostio'
13296
13296
  | 'assa_abloy_vostio_credential_service'
13297
+ | 'hotek_site'
13297
13298
  )
13298
13299
  | undefined
13299
13300
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -13328,6 +13329,7 @@ export type Routes = {
13328
13329
  | 'legic_connect_credential_service'
13329
13330
  | 'assa_abloy_vostio'
13330
13331
  | 'assa_abloy_vostio_credential_service'
13332
+ | 'hotek_site'
13331
13333
  )
13332
13334
  | undefined
13333
13335
  /**
@@ -16879,6 +16881,7 @@ export type Routes = {
16879
16881
  | 'legic_connect_credential_service'
16880
16882
  | 'assa_abloy_vostio'
16881
16883
  | 'assa_abloy_vostio_credential_service'
16884
+ | 'hotek_site'
16882
16885
  )
16883
16886
  | undefined
16884
16887
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -16913,6 +16916,7 @@ export type Routes = {
16913
16916
  | 'legic_connect_credential_service'
16914
16917
  | 'assa_abloy_vostio'
16915
16918
  | 'assa_abloy_vostio_credential_service'
16919
+ | 'hotek_site'
16916
16920
  )
16917
16921
  | undefined
16918
16922
  /**
@@ -29785,6 +29789,7 @@ export type Routes = {
29785
29789
  | 'legic_connect_credential_service'
29786
29790
  | 'assa_abloy_vostio'
29787
29791
  | 'assa_abloy_vostio_credential_service'
29792
+ | 'hotek_site'
29788
29793
  )
29789
29794
  | undefined
29790
29795
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -29819,6 +29824,7 @@ export type Routes = {
29819
29824
  | 'legic_connect_credential_service'
29820
29825
  | 'assa_abloy_vostio'
29821
29826
  | 'assa_abloy_vostio_credential_service'
29827
+ | 'hotek_site'
29822
29828
  )
29823
29829
  | undefined
29824
29830
  /**
@@ -29965,6 +29971,7 @@ export type Routes = {
29965
29971
  | 'legic_connect_credential_service'
29966
29972
  | 'assa_abloy_vostio'
29967
29973
  | 'assa_abloy_vostio_credential_service'
29974
+ | 'hotek_site'
29968
29975
  )
29969
29976
  | undefined
29970
29977
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -29999,6 +30006,7 @@ export type Routes = {
29999
30006
  | 'legic_connect_credential_service'
30000
30007
  | 'assa_abloy_vostio'
30001
30008
  | 'assa_abloy_vostio_credential_service'
30009
+ | 'hotek_site'
30002
30010
  )
30003
30011
  | undefined
30004
30012
  /**
@@ -30143,6 +30151,7 @@ export type Routes = {
30143
30151
  | 'legic_connect_credential_service'
30144
30152
  | 'assa_abloy_vostio'
30145
30153
  | 'assa_abloy_vostio_credential_service'
30154
+ | 'hotek_site'
30146
30155
  )
30147
30156
  | undefined
30148
30157
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -30177,6 +30186,7 @@ export type Routes = {
30177
30186
  | 'legic_connect_credential_service'
30178
30187
  | 'assa_abloy_vostio'
30179
30188
  | 'assa_abloy_vostio_credential_service'
30189
+ | 'hotek_site'
30180
30190
  )
30181
30191
  | undefined
30182
30192
  /**
@@ -66043,64 +66053,68 @@ export type Routes = {
66043
66053
  formData: {}
66044
66054
  jsonResponse: {
66045
66055
  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
- }
66056
+ resource_type: string
66057
+ resource_id: string
66058
+ groups: {
66059
+ context:
66085
66060
  | {
66086
- entry_type: 'event'
66087
- event_type: string
66088
- event_id: string
66061
+ context_type: 'request'
66062
+ request_id: string
66063
+ request_payload: {
66064
+ [x: string]: any
66065
+ }
66066
+ response_payload: {
66067
+ [x: string]: any
66068
+ }
66089
66069
  }
66090
66070
  | {
66091
- entry_type: 'provider_call'
66092
- description: string
66093
- response_status_code: number
66094
- response_body?:
66095
- | {
66096
- [x: string]: any
66097
- }
66098
- | undefined
66071
+ context_type: 'job'
66072
+ job_id: string
66099
66073
  }
66074
+ entries: {
66075
+ resource_type: string
66076
+ resource_id: string
66077
+ entry_type: string
66078
+ body:
66079
+ | {
66080
+ entry_type: 'resource_created'
66081
+ description: string
66082
+ }
66083
+ | {
66084
+ entry_type: 'resource_updated'
66085
+ description: string
66086
+ properties_updated?:
66087
+ | {
66088
+ [x: string]: any
66089
+ }
66090
+ | undefined
66091
+ errors?: string[] | undefined
66092
+ warnings?: string[] | undefined
66093
+ }
66094
+ | {
66095
+ entry_type: 'resource_deleted'
66096
+ description: string
66097
+ }
66098
+ | {
66099
+ entry_type: 'event'
66100
+ event_type: string
66101
+ event_id: string
66102
+ }
66103
+ | {
66104
+ entry_type: 'provider_call'
66105
+ description: string
66106
+ response_status_code: number
66107
+ response_body?:
66108
+ | {
66109
+ [x: string]: any
66110
+ }
66111
+ | undefined
66112
+ }
66113
+ created_at: string
66114
+ }[]
66100
66115
  created_at: string
66101
66116
  }[]
66102
- created_at: string
66103
- }[]
66117
+ }
66104
66118
  /** Information about the current page of results. */
66105
66119
  pagination: {
66106
66120
  /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
@@ -66146,6 +66160,9 @@ export type Routes = {
66146
66160
  workspace_id: string
66147
66161
  automation_id: string | null
66148
66162
  partner_resource_id: string | null
66163
+ partner_key: string | null
66164
+ resource_type: string | null
66165
+ resource_type_alias: string | null
66149
66166
  automation_result?:
66150
66167
  | {
66151
66168
  success: boolean
@@ -71451,6 +71468,7 @@ export type Routes = {
71451
71468
  | 'legic_connect_credential_service'
71452
71469
  | 'assa_abloy_vostio'
71453
71470
  | 'assa_abloy_vostio_credential_service'
71471
+ | 'hotek_site'
71454
71472
  )
71455
71473
  | undefined
71456
71474
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -71485,6 +71503,7 @@ export type Routes = {
71485
71503
  | 'legic_connect_credential_service'
71486
71504
  | 'assa_abloy_vostio'
71487
71505
  | 'assa_abloy_vostio_credential_service'
71506
+ | 'hotek_site'
71488
71507
  )
71489
71508
  | undefined
71490
71509
  /**
@@ -93347,6 +93366,7 @@ export type Routes = {
93347
93366
  | 'legic_connect_credential_service'
93348
93367
  | 'assa_abloy_vostio'
93349
93368
  | 'assa_abloy_vostio_credential_service'
93369
+ | 'hotek_site'
93350
93370
  )
93351
93371
  | undefined
93352
93372
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -93381,6 +93401,7 @@ export type Routes = {
93381
93401
  | 'legic_connect_credential_service'
93382
93402
  | 'assa_abloy_vostio'
93383
93403
  | 'assa_abloy_vostio_credential_service'
93404
+ | 'hotek_site'
93384
93405
  )
93385
93406
  | undefined
93386
93407
  /**
@@ -95830,6 +95851,7 @@ export type Routes = {
95830
95851
  | 'legic_connect_credential_service'
95831
95852
  | 'assa_abloy_vostio'
95832
95853
  | 'assa_abloy_vostio_credential_service'
95854
+ | 'hotek_site'
95833
95855
  )
95834
95856
  | undefined
95835
95857
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -95864,6 +95886,7 @@ export type Routes = {
95864
95886
  | 'legic_connect_credential_service'
95865
95887
  | 'assa_abloy_vostio'
95866
95888
  | 'assa_abloy_vostio_credential_service'
95889
+ | 'hotek_site'
95867
95890
  )
95868
95891
  | undefined
95869
95892
  /**