@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.
@@ -47440,168 +47440,185 @@ export default {
47440
47440
  ok: { type: 'boolean' },
47441
47441
  pagination: { $ref: '#/components/schemas/pagination' },
47442
47442
  timeline: {
47443
- items: {
47444
- properties: {
47445
- context: {
47446
- oneOf: [
47447
- {
47448
- properties: {
47449
- context_type: {
47450
- enum: ['request'],
47451
- type: 'string',
47452
- },
47453
- request_id: { type: 'string' },
47454
- request_payload: {
47455
- additionalProperties: {
47456
- $ref: '#/components/schemas/access_code',
47443
+ properties: {
47444
+ groups: {
47445
+ items: {
47446
+ properties: {
47447
+ context: {
47448
+ oneOf: [
47449
+ {
47450
+ properties: {
47451
+ context_type: {
47452
+ enum: ['request'],
47453
+ type: 'string',
47454
+ },
47455
+ request_id: { type: 'string' },
47456
+ request_payload: {
47457
+ additionalProperties: {
47458
+ $ref: '#/components/schemas/access_code',
47459
+ },
47460
+ type: 'object',
47461
+ },
47462
+ response_payload: {
47463
+ additionalProperties: {
47464
+ $ref: '#/components/schemas/access_code',
47465
+ },
47466
+ type: 'object',
47467
+ },
47457
47468
  },
47469
+ required: [
47470
+ 'context_type',
47471
+ 'request_id',
47472
+ 'request_payload',
47473
+ 'response_payload',
47474
+ ],
47458
47475
  type: 'object',
47459
47476
  },
47460
- response_payload: {
47461
- additionalProperties: {
47462
- $ref: '#/components/schemas/access_code',
47477
+ {
47478
+ properties: {
47479
+ context_type: {
47480
+ enum: ['job'],
47481
+ type: 'string',
47482
+ },
47483
+ job_id: { type: 'string' },
47463
47484
  },
47485
+ required: ['context_type', 'job_id'],
47464
47486
  type: 'object',
47465
47487
  },
47466
- },
47467
- required: [
47468
- 'context_type',
47469
- 'request_id',
47470
- 'request_payload',
47471
- 'response_payload',
47472
47488
  ],
47473
- type: 'object',
47474
- },
47475
- {
47476
- properties: {
47477
- context_type: {
47478
- enum: ['job'],
47479
- type: 'string',
47480
- },
47481
- job_id: { type: 'string' },
47482
- },
47483
- required: ['context_type', 'job_id'],
47484
- type: 'object',
47485
47489
  },
47486
- ],
47487
- },
47488
- created_at: { type: 'string' },
47489
- entries: {
47490
- items: {
47491
- properties: {
47492
- body: {
47493
- oneOf: [
47494
- {
47495
- properties: {
47496
- description: { type: 'string' },
47497
- entry_type: {
47498
- enum: ['resource_created'],
47499
- type: 'string',
47500
- },
47501
- },
47502
- required: ['entry_type', 'description'],
47503
- type: 'object',
47504
- },
47505
- {
47506
- properties: {
47507
- description: { type: 'string' },
47508
- entry_type: {
47509
- enum: ['resource_updated'],
47510
- type: 'string',
47511
- },
47512
- errors: {
47513
- items: { type: 'string' },
47514
- type: 'array',
47515
- },
47516
- properties_updated: {
47517
- additionalProperties: {
47518
- $ref: '#/components/schemas/access_code',
47490
+ created_at: { type: 'string' },
47491
+ entries: {
47492
+ items: {
47493
+ properties: {
47494
+ body: {
47495
+ oneOf: [
47496
+ {
47497
+ properties: {
47498
+ description: { type: 'string' },
47499
+ entry_type: {
47500
+ enum: ['resource_created'],
47501
+ type: 'string',
47502
+ },
47519
47503
  },
47504
+ required: [
47505
+ 'entry_type',
47506
+ 'description',
47507
+ ],
47520
47508
  type: 'object',
47521
47509
  },
47522
- warnings: {
47523
- items: { type: 'string' },
47524
- type: 'array',
47525
- },
47526
- },
47527
- required: ['entry_type', 'description'],
47528
- type: 'object',
47529
- },
47530
- {
47531
- properties: {
47532
- description: { type: 'string' },
47533
- entry_type: {
47534
- enum: ['resource_deleted'],
47535
- type: 'string',
47536
- },
47537
- },
47538
- required: ['entry_type', 'description'],
47539
- type: 'object',
47540
- },
47541
- {
47542
- properties: {
47543
- entry_type: {
47544
- enum: ['event'],
47545
- type: 'string',
47510
+ {
47511
+ properties: {
47512
+ description: { type: 'string' },
47513
+ entry_type: {
47514
+ enum: ['resource_updated'],
47515
+ type: 'string',
47516
+ },
47517
+ errors: {
47518
+ items: { type: 'string' },
47519
+ type: 'array',
47520
+ },
47521
+ properties_updated: {
47522
+ additionalProperties: {
47523
+ $ref: '#/components/schemas/access_code',
47524
+ },
47525
+ type: 'object',
47526
+ },
47527
+ warnings: {
47528
+ items: { type: 'string' },
47529
+ type: 'array',
47530
+ },
47531
+ },
47532
+ required: [
47533
+ 'entry_type',
47534
+ 'description',
47535
+ ],
47536
+ type: 'object',
47546
47537
  },
47547
- event_id: { type: 'string' },
47548
- event_type: { type: 'string' },
47549
- },
47550
- required: [
47551
- 'entry_type',
47552
- 'event_type',
47553
- 'event_id',
47554
- ],
47555
- type: 'object',
47556
- },
47557
- {
47558
- properties: {
47559
- description: { type: 'string' },
47560
- entry_type: {
47561
- enum: ['provider_call'],
47562
- type: 'string',
47538
+ {
47539
+ properties: {
47540
+ description: { type: 'string' },
47541
+ entry_type: {
47542
+ enum: ['resource_deleted'],
47543
+ type: 'string',
47544
+ },
47545
+ },
47546
+ required: [
47547
+ 'entry_type',
47548
+ 'description',
47549
+ ],
47550
+ type: 'object',
47563
47551
  },
47564
- response_body: {
47565
- additionalProperties: {
47566
- $ref: '#/components/schemas/access_code',
47552
+ {
47553
+ properties: {
47554
+ entry_type: {
47555
+ enum: ['event'],
47556
+ type: 'string',
47557
+ },
47558
+ event_id: { type: 'string' },
47559
+ event_type: { type: 'string' },
47567
47560
  },
47561
+ required: [
47562
+ 'entry_type',
47563
+ 'event_type',
47564
+ 'event_id',
47565
+ ],
47568
47566
  type: 'object',
47569
47567
  },
47570
- response_status_code: {
47571
- format: 'float',
47572
- type: 'number',
47568
+ {
47569
+ properties: {
47570
+ description: { type: 'string' },
47571
+ entry_type: {
47572
+ enum: ['provider_call'],
47573
+ type: 'string',
47574
+ },
47575
+ response_body: {
47576
+ additionalProperties: {
47577
+ $ref: '#/components/schemas/access_code',
47578
+ },
47579
+ type: 'object',
47580
+ },
47581
+ response_status_code: {
47582
+ format: 'float',
47583
+ type: 'number',
47584
+ },
47585
+ },
47586
+ required: [
47587
+ 'entry_type',
47588
+ 'description',
47589
+ 'response_status_code',
47590
+ ],
47591
+ type: 'object',
47573
47592
  },
47574
- },
47575
- required: [
47576
- 'entry_type',
47577
- 'description',
47578
- 'response_status_code',
47579
47593
  ],
47580
- type: 'object',
47581
47594
  },
47595
+ created_at: { type: 'string' },
47596
+ entry_type: { type: 'string' },
47597
+ resource_id: { type: 'string' },
47598
+ resource_type: { type: 'string' },
47599
+ },
47600
+ required: [
47601
+ 'resource_type',
47602
+ 'resource_id',
47603
+ 'entry_type',
47604
+ 'body',
47605
+ 'created_at',
47582
47606
  ],
47607
+ type: 'object',
47583
47608
  },
47584
- created_at: { type: 'string' },
47585
- entry_type: { type: 'string' },
47586
- resource_id: { type: 'string' },
47587
- resource_type: { type: 'string' },
47609
+ type: 'array',
47588
47610
  },
47589
- required: [
47590
- 'resource_type',
47591
- 'resource_id',
47592
- 'entry_type',
47593
- 'body',
47594
- 'created_at',
47595
- ],
47596
- type: 'object',
47597
47611
  },
47598
- type: 'array',
47612
+ required: ['context', 'entries', 'created_at'],
47613
+ type: 'object',
47599
47614
  },
47615
+ type: 'array',
47600
47616
  },
47601
- required: ['context', 'entries', 'created_at'],
47602
- type: 'object',
47617
+ resource_id: { type: 'string' },
47618
+ resource_type: { type: 'string' },
47603
47619
  },
47604
- type: 'array',
47620
+ required: ['resource_type', 'resource_id', 'groups'],
47621
+ type: 'object',
47605
47622
  },
47606
47623
  },
47607
47624
  required: ['timeline', 'pagination', 'ok'],
@@ -47678,168 +47695,185 @@ export default {
47678
47695
  ok: { type: 'boolean' },
47679
47696
  pagination: { $ref: '#/components/schemas/pagination' },
47680
47697
  timeline: {
47681
- items: {
47682
- properties: {
47683
- context: {
47684
- oneOf: [
47685
- {
47686
- properties: {
47687
- context_type: {
47688
- enum: ['request'],
47689
- type: 'string',
47690
- },
47691
- request_id: { type: 'string' },
47692
- request_payload: {
47693
- additionalProperties: {
47694
- $ref: '#/components/schemas/access_code',
47698
+ properties: {
47699
+ groups: {
47700
+ items: {
47701
+ properties: {
47702
+ context: {
47703
+ oneOf: [
47704
+ {
47705
+ properties: {
47706
+ context_type: {
47707
+ enum: ['request'],
47708
+ type: 'string',
47709
+ },
47710
+ request_id: { type: 'string' },
47711
+ request_payload: {
47712
+ additionalProperties: {
47713
+ $ref: '#/components/schemas/access_code',
47714
+ },
47715
+ type: 'object',
47716
+ },
47717
+ response_payload: {
47718
+ additionalProperties: {
47719
+ $ref: '#/components/schemas/access_code',
47720
+ },
47721
+ type: 'object',
47722
+ },
47695
47723
  },
47724
+ required: [
47725
+ 'context_type',
47726
+ 'request_id',
47727
+ 'request_payload',
47728
+ 'response_payload',
47729
+ ],
47696
47730
  type: 'object',
47697
47731
  },
47698
- response_payload: {
47699
- additionalProperties: {
47700
- $ref: '#/components/schemas/access_code',
47732
+ {
47733
+ properties: {
47734
+ context_type: {
47735
+ enum: ['job'],
47736
+ type: 'string',
47737
+ },
47738
+ job_id: { type: 'string' },
47701
47739
  },
47740
+ required: ['context_type', 'job_id'],
47702
47741
  type: 'object',
47703
47742
  },
47704
- },
47705
- required: [
47706
- 'context_type',
47707
- 'request_id',
47708
- 'request_payload',
47709
- 'response_payload',
47710
47743
  ],
47711
- type: 'object',
47712
- },
47713
- {
47714
- properties: {
47715
- context_type: {
47716
- enum: ['job'],
47717
- type: 'string',
47718
- },
47719
- job_id: { type: 'string' },
47720
- },
47721
- required: ['context_type', 'job_id'],
47722
- type: 'object',
47723
47744
  },
47724
- ],
47725
- },
47726
- created_at: { type: 'string' },
47727
- entries: {
47728
- items: {
47729
- properties: {
47730
- body: {
47731
- oneOf: [
47732
- {
47733
- properties: {
47734
- description: { type: 'string' },
47735
- entry_type: {
47736
- enum: ['resource_created'],
47737
- type: 'string',
47738
- },
47739
- },
47740
- required: ['entry_type', 'description'],
47741
- type: 'object',
47742
- },
47743
- {
47744
- properties: {
47745
- description: { type: 'string' },
47746
- entry_type: {
47747
- enum: ['resource_updated'],
47748
- type: 'string',
47749
- },
47750
- errors: {
47751
- items: { type: 'string' },
47752
- type: 'array',
47753
- },
47754
- properties_updated: {
47755
- additionalProperties: {
47756
- $ref: '#/components/schemas/access_code',
47745
+ created_at: { type: 'string' },
47746
+ entries: {
47747
+ items: {
47748
+ properties: {
47749
+ body: {
47750
+ oneOf: [
47751
+ {
47752
+ properties: {
47753
+ description: { type: 'string' },
47754
+ entry_type: {
47755
+ enum: ['resource_created'],
47756
+ type: 'string',
47757
+ },
47757
47758
  },
47759
+ required: [
47760
+ 'entry_type',
47761
+ 'description',
47762
+ ],
47758
47763
  type: 'object',
47759
47764
  },
47760
- warnings: {
47761
- items: { type: 'string' },
47762
- type: 'array',
47763
- },
47764
- },
47765
- required: ['entry_type', 'description'],
47766
- type: 'object',
47767
- },
47768
- {
47769
- properties: {
47770
- description: { type: 'string' },
47771
- entry_type: {
47772
- enum: ['resource_deleted'],
47773
- type: 'string',
47774
- },
47775
- },
47776
- required: ['entry_type', 'description'],
47777
- type: 'object',
47778
- },
47779
- {
47780
- properties: {
47781
- entry_type: {
47782
- enum: ['event'],
47783
- type: 'string',
47765
+ {
47766
+ properties: {
47767
+ description: { type: 'string' },
47768
+ entry_type: {
47769
+ enum: ['resource_updated'],
47770
+ type: 'string',
47771
+ },
47772
+ errors: {
47773
+ items: { type: 'string' },
47774
+ type: 'array',
47775
+ },
47776
+ properties_updated: {
47777
+ additionalProperties: {
47778
+ $ref: '#/components/schemas/access_code',
47779
+ },
47780
+ type: 'object',
47781
+ },
47782
+ warnings: {
47783
+ items: { type: 'string' },
47784
+ type: 'array',
47785
+ },
47786
+ },
47787
+ required: [
47788
+ 'entry_type',
47789
+ 'description',
47790
+ ],
47791
+ type: 'object',
47784
47792
  },
47785
- event_id: { type: 'string' },
47786
- event_type: { type: 'string' },
47787
- },
47788
- required: [
47789
- 'entry_type',
47790
- 'event_type',
47791
- 'event_id',
47792
- ],
47793
- type: 'object',
47794
- },
47795
- {
47796
- properties: {
47797
- description: { type: 'string' },
47798
- entry_type: {
47799
- enum: ['provider_call'],
47800
- type: 'string',
47793
+ {
47794
+ properties: {
47795
+ description: { type: 'string' },
47796
+ entry_type: {
47797
+ enum: ['resource_deleted'],
47798
+ type: 'string',
47799
+ },
47800
+ },
47801
+ required: [
47802
+ 'entry_type',
47803
+ 'description',
47804
+ ],
47805
+ type: 'object',
47801
47806
  },
47802
- response_body: {
47803
- additionalProperties: {
47804
- $ref: '#/components/schemas/access_code',
47807
+ {
47808
+ properties: {
47809
+ entry_type: {
47810
+ enum: ['event'],
47811
+ type: 'string',
47812
+ },
47813
+ event_id: { type: 'string' },
47814
+ event_type: { type: 'string' },
47805
47815
  },
47816
+ required: [
47817
+ 'entry_type',
47818
+ 'event_type',
47819
+ 'event_id',
47820
+ ],
47806
47821
  type: 'object',
47807
47822
  },
47808
- response_status_code: {
47809
- format: 'float',
47810
- type: 'number',
47823
+ {
47824
+ properties: {
47825
+ description: { type: 'string' },
47826
+ entry_type: {
47827
+ enum: ['provider_call'],
47828
+ type: 'string',
47829
+ },
47830
+ response_body: {
47831
+ additionalProperties: {
47832
+ $ref: '#/components/schemas/access_code',
47833
+ },
47834
+ type: 'object',
47835
+ },
47836
+ response_status_code: {
47837
+ format: 'float',
47838
+ type: 'number',
47839
+ },
47840
+ },
47841
+ required: [
47842
+ 'entry_type',
47843
+ 'description',
47844
+ 'response_status_code',
47845
+ ],
47846
+ type: 'object',
47811
47847
  },
47812
- },
47813
- required: [
47814
- 'entry_type',
47815
- 'description',
47816
- 'response_status_code',
47817
47848
  ],
47818
- type: 'object',
47819
47849
  },
47850
+ created_at: { type: 'string' },
47851
+ entry_type: { type: 'string' },
47852
+ resource_id: { type: 'string' },
47853
+ resource_type: { type: 'string' },
47854
+ },
47855
+ required: [
47856
+ 'resource_type',
47857
+ 'resource_id',
47858
+ 'entry_type',
47859
+ 'body',
47860
+ 'created_at',
47820
47861
  ],
47862
+ type: 'object',
47821
47863
  },
47822
- created_at: { type: 'string' },
47823
- entry_type: { type: 'string' },
47824
- resource_id: { type: 'string' },
47825
- resource_type: { type: 'string' },
47864
+ type: 'array',
47826
47865
  },
47827
- required: [
47828
- 'resource_type',
47829
- 'resource_id',
47830
- 'entry_type',
47831
- 'body',
47832
- 'created_at',
47833
- ],
47834
- type: 'object',
47835
47866
  },
47836
- type: 'array',
47867
+ required: ['context', 'entries', 'created_at'],
47868
+ type: 'object',
47837
47869
  },
47870
+ type: 'array',
47838
47871
  },
47839
- required: ['context', 'entries', 'created_at'],
47840
- type: 'object',
47872
+ resource_id: { type: 'string' },
47873
+ resource_type: { type: 'string' },
47841
47874
  },
47842
- type: 'array',
47875
+ required: ['resource_type', 'resource_id', 'groups'],
47876
+ type: 'object',
47843
47877
  },
47844
47878
  },
47845
47879
  required: ['timeline', 'pagination', 'ok'],
@@ -48002,11 +48036,17 @@ export default {
48002
48036
  },
48003
48037
  automation_run_id: { format: 'uuid', type: 'string' },
48004
48038
  created_at: { type: 'string' },
48039
+ partner_key: { nullable: true, type: 'string' },
48005
48040
  partner_resource_id: {
48006
48041
  format: 'uuid',
48007
48042
  nullable: true,
48008
48043
  type: 'string',
48009
48044
  },
48045
+ resource_type: { nullable: true, type: 'string' },
48046
+ resource_type_alias: {
48047
+ nullable: true,
48048
+ type: 'string',
48049
+ },
48010
48050
  workspace_id: { format: 'uuid', type: 'string' },
48011
48051
  },
48012
48052
  required: [
@@ -48014,6 +48054,9 @@ export default {
48014
48054
  'workspace_id',
48015
48055
  'automation_id',
48016
48056
  'partner_resource_id',
48057
+ 'partner_key',
48058
+ 'resource_type',
48059
+ 'resource_type_alias',
48017
48060
  'created_at',
48018
48061
  ],
48019
48062
  type: 'object',
@@ -48162,11 +48205,17 @@ export default {
48162
48205
  },
48163
48206
  automation_run_id: { format: 'uuid', type: 'string' },
48164
48207
  created_at: { type: 'string' },
48208
+ partner_key: { nullable: true, type: 'string' },
48165
48209
  partner_resource_id: {
48166
48210
  format: 'uuid',
48167
48211
  nullable: true,
48168
48212
  type: 'string',
48169
48213
  },
48214
+ resource_type: { nullable: true, type: 'string' },
48215
+ resource_type_alias: {
48216
+ nullable: true,
48217
+ type: 'string',
48218
+ },
48170
48219
  workspace_id: { format: 'uuid', type: 'string' },
48171
48220
  },
48172
48221
  required: [
@@ -48174,6 +48223,9 @@ export default {
48174
48223
  'workspace_id',
48175
48224
  'automation_id',
48176
48225
  'partner_resource_id',
48226
+ 'partner_key',
48227
+ 'resource_type',
48228
+ 'resource_type_alias',
48177
48229
  'created_at',
48178
48230
  ],
48179
48231
  type: 'object',