@seamapi/types 1.542.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.
@@ -3847,9 +3847,8 @@ declare const _default: {
3847
3847
  format: string;
3848
3848
  type: string;
3849
3849
  };
3850
- customer_id: {
3850
+ customer_key: {
3851
3851
  description: string;
3852
- format: string;
3853
3852
  type: string;
3854
3853
  };
3855
3854
  device_count: {
@@ -37933,183 +37932,195 @@ declare const _default: {
37933
37932
  $ref: string;
37934
37933
  };
37935
37934
  timeline: {
37936
- items: {
37937
- properties: {
37938
- context: {
37939
- oneOf: ({
37940
- properties: {
37941
- context_type: {
37942
- enum: string[];
37943
- type: string;
37944
- };
37945
- request_id: {
37946
- type: string;
37947
- };
37948
- request_payload: {
37949
- additionalProperties: {
37950
- $ref: string;
37935
+ properties: {
37936
+ groups: {
37937
+ items: {
37938
+ properties: {
37939
+ context: {
37940
+ oneOf: ({
37941
+ properties: {
37942
+ context_type: {
37943
+ enum: string[];
37944
+ type: string;
37945
+ };
37946
+ request_id: {
37947
+ type: string;
37948
+ };
37949
+ request_payload: {
37950
+ additionalProperties: {
37951
+ $ref: string;
37952
+ };
37953
+ type: string;
37954
+ };
37955
+ response_payload: {
37956
+ additionalProperties: {
37957
+ $ref: string;
37958
+ };
37959
+ type: string;
37960
+ };
37961
+ job_id?: never;
37951
37962
  };
37963
+ required: string[];
37952
37964
  type: string;
37953
- };
37954
- response_payload: {
37955
- additionalProperties: {
37956
- $ref: string;
37965
+ } | {
37966
+ properties: {
37967
+ context_type: {
37968
+ enum: string[];
37969
+ type: string;
37970
+ };
37971
+ job_id: {
37972
+ type: string;
37973
+ };
37974
+ request_id?: never;
37975
+ request_payload?: never;
37976
+ response_payload?: never;
37957
37977
  };
37978
+ required: string[];
37958
37979
  type: string;
37959
- };
37960
- job_id?: never;
37980
+ })[];
37961
37981
  };
37962
- required: string[];
37963
- type: string;
37964
- } | {
37965
- properties: {
37966
- context_type: {
37967
- enum: string[];
37968
- type: string;
37969
- };
37970
- job_id: {
37971
- type: string;
37972
- };
37973
- request_id?: never;
37974
- request_payload?: never;
37975
- response_payload?: never;
37982
+ created_at: {
37983
+ type: string;
37976
37984
  };
37977
- required: string[];
37978
- type: string;
37979
- })[];
37980
- };
37981
- created_at: {
37982
- type: string;
37983
- };
37984
- entries: {
37985
- items: {
37986
- properties: {
37987
- body: {
37988
- oneOf: ({
37989
- properties: {
37990
- description: {
37991
- type: string;
37992
- };
37993
- entry_type: {
37994
- enum: string[];
37995
- type: string;
37996
- };
37997
- errors?: never;
37998
- properties_updated?: never;
37999
- warnings?: never;
38000
- event_id?: never;
38001
- event_type?: never;
38002
- response_body?: never;
38003
- response_status_code?: never;
38004
- };
38005
- required: string[];
38006
- type: string;
38007
- } | {
38008
- properties: {
38009
- description: {
38010
- type: string;
38011
- };
38012
- entry_type: {
38013
- enum: string[];
37985
+ entries: {
37986
+ items: {
37987
+ properties: {
37988
+ body: {
37989
+ oneOf: ({
37990
+ properties: {
37991
+ description: {
37992
+ type: string;
37993
+ };
37994
+ entry_type: {
37995
+ enum: string[];
37996
+ type: string;
37997
+ };
37998
+ errors?: never;
37999
+ properties_updated?: never;
38000
+ warnings?: never;
38001
+ event_id?: never;
38002
+ event_type?: never;
38003
+ response_body?: never;
38004
+ response_status_code?: never;
38005
+ };
38006
+ required: string[];
38014
38007
  type: string;
38015
- };
38016
- errors: {
38017
- items: {
38018
- type: string;
38008
+ } | {
38009
+ properties: {
38010
+ description: {
38011
+ type: string;
38012
+ };
38013
+ entry_type: {
38014
+ enum: string[];
38015
+ type: string;
38016
+ };
38017
+ errors: {
38018
+ items: {
38019
+ type: string;
38020
+ };
38021
+ type: string;
38022
+ };
38023
+ properties_updated: {
38024
+ additionalProperties: {
38025
+ $ref: string;
38026
+ };
38027
+ type: string;
38028
+ };
38029
+ warnings: {
38030
+ items: {
38031
+ type: string;
38032
+ };
38033
+ type: string;
38034
+ };
38035
+ event_id?: never;
38036
+ event_type?: never;
38037
+ response_body?: never;
38038
+ response_status_code?: never;
38019
38039
  };
38040
+ required: string[];
38020
38041
  type: string;
38021
- };
38022
- properties_updated: {
38023
- additionalProperties: {
38024
- $ref: string;
38042
+ } | {
38043
+ properties: {
38044
+ entry_type: {
38045
+ enum: string[];
38046
+ type: string;
38047
+ };
38048
+ event_id: {
38049
+ type: string;
38050
+ };
38051
+ event_type: {
38052
+ type: string;
38053
+ };
38054
+ description?: never;
38055
+ errors?: never;
38056
+ properties_updated?: never;
38057
+ warnings?: never;
38058
+ response_body?: never;
38059
+ response_status_code?: never;
38025
38060
  };
38061
+ required: string[];
38026
38062
  type: string;
38027
- };
38028
- warnings: {
38029
- items: {
38030
- type: string;
38063
+ } | {
38064
+ properties: {
38065
+ description: {
38066
+ type: string;
38067
+ };
38068
+ entry_type: {
38069
+ enum: string[];
38070
+ type: string;
38071
+ };
38072
+ response_body: {
38073
+ additionalProperties: {
38074
+ $ref: string;
38075
+ };
38076
+ type: string;
38077
+ };
38078
+ response_status_code: {
38079
+ format: string;
38080
+ type: string;
38081
+ };
38082
+ errors?: never;
38083
+ properties_updated?: never;
38084
+ warnings?: never;
38085
+ event_id?: never;
38086
+ event_type?: never;
38031
38087
  };
38088
+ required: string[];
38032
38089
  type: string;
38033
- };
38034
- event_id?: never;
38035
- event_type?: never;
38036
- response_body?: never;
38037
- response_status_code?: never;
38090
+ })[];
38038
38091
  };
38039
- required: string[];
38040
- type: string;
38041
- } | {
38042
- properties: {
38043
- entry_type: {
38044
- enum: string[];
38045
- type: string;
38046
- };
38047
- event_id: {
38048
- type: string;
38049
- };
38050
- event_type: {
38051
- type: string;
38052
- };
38053
- description?: never;
38054
- errors?: never;
38055
- properties_updated?: never;
38056
- warnings?: never;
38057
- response_body?: never;
38058
- response_status_code?: never;
38092
+ created_at: {
38093
+ type: string;
38059
38094
  };
38060
- required: string[];
38061
- type: string;
38062
- } | {
38063
- properties: {
38064
- description: {
38065
- type: string;
38066
- };
38067
- entry_type: {
38068
- enum: string[];
38069
- type: string;
38070
- };
38071
- response_body: {
38072
- additionalProperties: {
38073
- $ref: string;
38074
- };
38075
- type: string;
38076
- };
38077
- response_status_code: {
38078
- format: string;
38079
- type: string;
38080
- };
38081
- errors?: never;
38082
- properties_updated?: never;
38083
- warnings?: never;
38084
- event_id?: never;
38085
- event_type?: never;
38095
+ entry_type: {
38096
+ type: string;
38086
38097
  };
38087
- required: string[];
38088
- type: string;
38089
- })[];
38090
- };
38091
- created_at: {
38092
- type: string;
38093
- };
38094
- entry_type: {
38095
- type: string;
38096
- };
38097
- resource_id: {
38098
- type: string;
38099
- };
38100
- resource_type: {
38098
+ resource_id: {
38099
+ type: string;
38100
+ };
38101
+ resource_type: {
38102
+ type: string;
38103
+ };
38104
+ };
38105
+ required: string[];
38101
38106
  type: string;
38102
38107
  };
38108
+ type: string;
38103
38109
  };
38104
- required: string[];
38105
- type: string;
38106
38110
  };
38111
+ required: string[];
38107
38112
  type: string;
38108
38113
  };
38114
+ type: string;
38115
+ };
38116
+ resource_id: {
38117
+ type: string;
38118
+ };
38119
+ resource_type: {
38120
+ type: string;
38109
38121
  };
38110
- required: string[];
38111
- type: string;
38112
38122
  };
38123
+ required: string[];
38113
38124
  type: string;
38114
38125
  };
38115
38126
  };
@@ -38206,183 +38217,195 @@ declare const _default: {
38206
38217
  $ref: string;
38207
38218
  };
38208
38219
  timeline: {
38209
- items: {
38210
- properties: {
38211
- context: {
38212
- oneOf: ({
38213
- properties: {
38214
- context_type: {
38215
- enum: string[];
38216
- type: string;
38217
- };
38218
- request_id: {
38219
- type: string;
38220
- };
38221
- request_payload: {
38222
- additionalProperties: {
38223
- $ref: string;
38220
+ properties: {
38221
+ groups: {
38222
+ items: {
38223
+ properties: {
38224
+ context: {
38225
+ oneOf: ({
38226
+ properties: {
38227
+ context_type: {
38228
+ enum: string[];
38229
+ type: string;
38230
+ };
38231
+ request_id: {
38232
+ type: string;
38233
+ };
38234
+ request_payload: {
38235
+ additionalProperties: {
38236
+ $ref: string;
38237
+ };
38238
+ type: string;
38239
+ };
38240
+ response_payload: {
38241
+ additionalProperties: {
38242
+ $ref: string;
38243
+ };
38244
+ type: string;
38245
+ };
38246
+ job_id?: never;
38224
38247
  };
38248
+ required: string[];
38225
38249
  type: string;
38226
- };
38227
- response_payload: {
38228
- additionalProperties: {
38229
- $ref: string;
38250
+ } | {
38251
+ properties: {
38252
+ context_type: {
38253
+ enum: string[];
38254
+ type: string;
38255
+ };
38256
+ job_id: {
38257
+ type: string;
38258
+ };
38259
+ request_id?: never;
38260
+ request_payload?: never;
38261
+ response_payload?: never;
38230
38262
  };
38263
+ required: string[];
38231
38264
  type: string;
38232
- };
38233
- job_id?: never;
38265
+ })[];
38234
38266
  };
38235
- required: string[];
38236
- type: string;
38237
- } | {
38238
- properties: {
38239
- context_type: {
38240
- enum: string[];
38241
- type: string;
38242
- };
38243
- job_id: {
38244
- type: string;
38245
- };
38246
- request_id?: never;
38247
- request_payload?: never;
38248
- response_payload?: never;
38267
+ created_at: {
38268
+ type: string;
38249
38269
  };
38250
- required: string[];
38251
- type: string;
38252
- })[];
38253
- };
38254
- created_at: {
38255
- type: string;
38256
- };
38257
- entries: {
38258
- items: {
38259
- properties: {
38260
- body: {
38261
- oneOf: ({
38262
- properties: {
38263
- description: {
38264
- type: string;
38265
- };
38266
- entry_type: {
38267
- enum: string[];
38268
- type: string;
38269
- };
38270
- errors?: never;
38271
- properties_updated?: never;
38272
- warnings?: never;
38273
- event_id?: never;
38274
- event_type?: never;
38275
- response_body?: never;
38276
- response_status_code?: never;
38277
- };
38278
- required: string[];
38279
- type: string;
38280
- } | {
38281
- properties: {
38282
- description: {
38283
- type: string;
38284
- };
38285
- entry_type: {
38286
- enum: string[];
38270
+ entries: {
38271
+ items: {
38272
+ properties: {
38273
+ body: {
38274
+ oneOf: ({
38275
+ properties: {
38276
+ description: {
38277
+ type: string;
38278
+ };
38279
+ entry_type: {
38280
+ enum: string[];
38281
+ type: string;
38282
+ };
38283
+ errors?: never;
38284
+ properties_updated?: never;
38285
+ warnings?: never;
38286
+ event_id?: never;
38287
+ event_type?: never;
38288
+ response_body?: never;
38289
+ response_status_code?: never;
38290
+ };
38291
+ required: string[];
38287
38292
  type: string;
38288
- };
38289
- errors: {
38290
- items: {
38291
- type: string;
38293
+ } | {
38294
+ properties: {
38295
+ description: {
38296
+ type: string;
38297
+ };
38298
+ entry_type: {
38299
+ enum: string[];
38300
+ type: string;
38301
+ };
38302
+ errors: {
38303
+ items: {
38304
+ type: string;
38305
+ };
38306
+ type: string;
38307
+ };
38308
+ properties_updated: {
38309
+ additionalProperties: {
38310
+ $ref: string;
38311
+ };
38312
+ type: string;
38313
+ };
38314
+ warnings: {
38315
+ items: {
38316
+ type: string;
38317
+ };
38318
+ type: string;
38319
+ };
38320
+ event_id?: never;
38321
+ event_type?: never;
38322
+ response_body?: never;
38323
+ response_status_code?: never;
38292
38324
  };
38325
+ required: string[];
38293
38326
  type: string;
38294
- };
38295
- properties_updated: {
38296
- additionalProperties: {
38297
- $ref: string;
38327
+ } | {
38328
+ properties: {
38329
+ entry_type: {
38330
+ enum: string[];
38331
+ type: string;
38332
+ };
38333
+ event_id: {
38334
+ type: string;
38335
+ };
38336
+ event_type: {
38337
+ type: string;
38338
+ };
38339
+ description?: never;
38340
+ errors?: never;
38341
+ properties_updated?: never;
38342
+ warnings?: never;
38343
+ response_body?: never;
38344
+ response_status_code?: never;
38298
38345
  };
38346
+ required: string[];
38299
38347
  type: string;
38300
- };
38301
- warnings: {
38302
- items: {
38303
- type: string;
38348
+ } | {
38349
+ properties: {
38350
+ description: {
38351
+ type: string;
38352
+ };
38353
+ entry_type: {
38354
+ enum: string[];
38355
+ type: string;
38356
+ };
38357
+ response_body: {
38358
+ additionalProperties: {
38359
+ $ref: string;
38360
+ };
38361
+ type: string;
38362
+ };
38363
+ response_status_code: {
38364
+ format: string;
38365
+ type: string;
38366
+ };
38367
+ errors?: never;
38368
+ properties_updated?: never;
38369
+ warnings?: never;
38370
+ event_id?: never;
38371
+ event_type?: never;
38304
38372
  };
38373
+ required: string[];
38305
38374
  type: string;
38306
- };
38307
- event_id?: never;
38308
- event_type?: never;
38309
- response_body?: never;
38310
- response_status_code?: never;
38375
+ })[];
38311
38376
  };
38312
- required: string[];
38313
- type: string;
38314
- } | {
38315
- properties: {
38316
- entry_type: {
38317
- enum: string[];
38318
- type: string;
38319
- };
38320
- event_id: {
38321
- type: string;
38322
- };
38323
- event_type: {
38324
- type: string;
38325
- };
38326
- description?: never;
38327
- errors?: never;
38328
- properties_updated?: never;
38329
- warnings?: never;
38330
- response_body?: never;
38331
- response_status_code?: never;
38377
+ created_at: {
38378
+ type: string;
38332
38379
  };
38333
- required: string[];
38334
- type: string;
38335
- } | {
38336
- properties: {
38337
- description: {
38338
- type: string;
38339
- };
38340
- entry_type: {
38341
- enum: string[];
38342
- type: string;
38343
- };
38344
- response_body: {
38345
- additionalProperties: {
38346
- $ref: string;
38347
- };
38348
- type: string;
38349
- };
38350
- response_status_code: {
38351
- format: string;
38352
- type: string;
38353
- };
38354
- errors?: never;
38355
- properties_updated?: never;
38356
- warnings?: never;
38357
- event_id?: never;
38358
- event_type?: never;
38380
+ entry_type: {
38381
+ type: string;
38359
38382
  };
38360
- required: string[];
38361
- type: string;
38362
- })[];
38363
- };
38364
- created_at: {
38365
- type: string;
38366
- };
38367
- entry_type: {
38368
- type: string;
38369
- };
38370
- resource_id: {
38371
- type: string;
38372
- };
38373
- resource_type: {
38383
+ resource_id: {
38384
+ type: string;
38385
+ };
38386
+ resource_type: {
38387
+ type: string;
38388
+ };
38389
+ };
38390
+ required: string[];
38374
38391
  type: string;
38375
38392
  };
38393
+ type: string;
38376
38394
  };
38377
- required: string[];
38378
- type: string;
38379
38395
  };
38396
+ required: string[];
38380
38397
  type: string;
38381
38398
  };
38399
+ type: string;
38400
+ };
38401
+ resource_id: {
38402
+ type: string;
38403
+ };
38404
+ resource_type: {
38405
+ type: string;
38382
38406
  };
38383
- required: string[];
38384
- type: string;
38385
38407
  };
38408
+ required: string[];
38386
38409
  type: string;
38387
38410
  };
38388
38411
  };
@@ -38558,11 +38581,23 @@ declare const _default: {
38558
38581
  created_at: {
38559
38582
  type: string;
38560
38583
  };
38584
+ partner_key: {
38585
+ nullable: boolean;
38586
+ type: string;
38587
+ };
38561
38588
  partner_resource_id: {
38562
38589
  format: string;
38563
38590
  nullable: boolean;
38564
38591
  type: string;
38565
38592
  };
38593
+ resource_type: {
38594
+ nullable: boolean;
38595
+ type: string;
38596
+ };
38597
+ resource_type_alias: {
38598
+ nullable: boolean;
38599
+ type: string;
38600
+ };
38566
38601
  workspace_id: {
38567
38602
  format: string;
38568
38603
  type: string;
@@ -38723,11 +38758,23 @@ declare const _default: {
38723
38758
  created_at: {
38724
38759
  type: string;
38725
38760
  };
38761
+ partner_key: {
38762
+ nullable: boolean;
38763
+ type: string;
38764
+ };
38726
38765
  partner_resource_id: {
38727
38766
  format: string;
38728
38767
  nullable: boolean;
38729
38768
  type: string;
38730
38769
  };
38770
+ resource_type: {
38771
+ nullable: boolean;
38772
+ type: string;
38773
+ };
38774
+ resource_type_alias: {
38775
+ nullable: boolean;
38776
+ type: string;
38777
+ };
38731
38778
  workspace_id: {
38732
38779
  format: string;
38733
38780
  type: string;