@teamleader/focus-api-specification 1.14.0 → 1.16.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.
@@ -3,7 +3,7 @@ info:
3
3
  title: Teamleader API
4
4
  description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
5
5
  contact: {}
6
- version: 1.14.0
6
+ version: 1.16.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -233,6 +233,12 @@ tags:
233
233
 
234
234
  ***Required scopes:*** `projects`
235
235
  x-displayName: Projects
236
+ - name: external_parties
237
+ description: |
238
+ > An external party is a contact or company that is added to a project with an optional function and/or sub function.
239
+
240
+ ***Required scopes:*** `projects`
241
+ x-displayName: External parties
236
242
  - name: project_lines
237
243
  description: |
238
244
  > A project line can be a group, a task, or a material.
@@ -6075,12 +6081,16 @@ paths:
6075
6081
  description: This date is inclusive
6076
6082
  example: '2018-02-11T16:45:30+00:00'
6077
6083
  status:
6078
- type: string
6079
- enum:
6080
- - open
6084
+ type: array
6085
+ items:
6086
+ type: string
6087
+ enum:
6088
+ - open
6089
+ - won
6090
+ - lost
6091
+ example:
6081
6092
  - won
6082
- - lost
6083
- example: won
6093
+ description: ''
6084
6094
  pipeline_ids:
6085
6095
  type: array
6086
6096
  items:
@@ -19138,6 +19148,25 @@ paths:
19138
19148
  example: project
19139
19149
  title: TypeAndId
19140
19150
  type: object
19151
+ external_parties:
19152
+ type: array
19153
+ items:
19154
+ type: object
19155
+ properties:
19156
+ id:
19157
+ type: string
19158
+ example: e80e3e0f-4008-47cc-aa94-3d71a42052bf
19159
+ customer:
19160
+ title: Customer
19161
+ type: object
19162
+ required: *ref_28
19163
+ properties: *ref_29
19164
+ function:
19165
+ type: string
19166
+ example: Sales representative
19167
+ sub_function:
19168
+ type: string
19169
+ example: Teamleader Focus FR
19141
19170
  - example:
19142
19171
  data:
19143
19172
  id: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -19232,6 +19261,13 @@ paths:
19232
19261
  legacy_project:
19233
19262
  type: project
19234
19263
  id: 624ca743-8998-4f8c-add1-c427bb022166
19264
+ external_parties:
19265
+ id: f7fcf4eb-583c-4e6b-88be-2a9e83afdb81
19266
+ customer:
19267
+ type: contact
19268
+ id: 66abace2-62af-0836-a927-fe3f44b9b47b
19269
+ function: Sales representative
19270
+ sub_function: Teamleader Focus FR
19235
19271
  example:
19236
19272
  data:
19237
19273
  id: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -19326,6 +19362,13 @@ paths:
19326
19362
  legacy_project:
19327
19363
  type: project
19328
19364
  id: 624ca743-8998-4f8c-add1-c427bb022166
19365
+ external_parties:
19366
+ - id: f7fcf4eb-583c-4e6b-88be-2a9e83afdb81
19367
+ customer:
19368
+ type: contact
19369
+ id: 66abace2-62af-0836-a927-fe3f44b9b47b
19370
+ function: Sales representative
19371
+ sub_function: Teamleader Focus FR
19329
19372
  deprecated: false
19330
19373
  /projects-v2/projects.create:
19331
19374
  post:
@@ -20443,6 +20486,150 @@ paths:
20443
20486
  headers: {}
20444
20487
  content: {}
20445
20488
  deprecated: false
20489
+ /projects-v2/externalParties.addToProject:
20490
+ post:
20491
+ tags:
20492
+ - external_parties
20493
+ summary: externalParties.addToProject
20494
+ description: Add an external party to a project.
20495
+ operationId: NextgenProjectsExternalParties.addToProject
20496
+ parameters: []
20497
+ requestBody:
20498
+ description: ''
20499
+ content:
20500
+ application/json:
20501
+ schema:
20502
+ allOf:
20503
+ - title: projects-v2_externalParties.addToProjectrequest
20504
+ required: &ref_511
20505
+ - project_id
20506
+ - customer
20507
+ type: object
20508
+ properties: &ref_512
20509
+ project_id:
20510
+ type: string
20511
+ example: 7257b535-d40f-4699-b3bd-63679379b579
20512
+ customer:
20513
+ title: Customer
20514
+ type: object
20515
+ required: *ref_28
20516
+ properties: *ref_29
20517
+ function:
20518
+ type: string
20519
+ example: Project Manager
20520
+ sub_function:
20521
+ type: string
20522
+ example: Project Coordinator
20523
+ - example:
20524
+ project_id: 48ef99b9-4a20-4071-888d-0927f45c03d5
20525
+ customer:
20526
+ type: contact
20527
+ id: adfec6b9-a8d7-403d-bde3-093ad50d74c2
20528
+ function: Sales representative
20529
+ sub_function: Teamleader Focus Sales FR
20530
+ example:
20531
+ project_id: 48ef99b9-4a20-4071-888d-0927f45c03d5
20532
+ customer:
20533
+ type: contact
20534
+ id: adfec6b9-a8d7-403d-bde3-093ad50d74c2
20535
+ function: Sales representative
20536
+ sub_function: Teamleader Focus Sales FR
20537
+ required: true
20538
+ responses:
20539
+ '204':
20540
+ description: ''
20541
+ headers: {}
20542
+ content: {}
20543
+ deprecated: false
20544
+ /projects-v2/externalParties.update:
20545
+ post:
20546
+ tags:
20547
+ - external_parties
20548
+ summary: externalParties.update
20549
+ description: Update an external party.
20550
+ operationId: NextgenProjectsExternalParties.update
20551
+ parameters: []
20552
+ requestBody:
20553
+ description: ''
20554
+ content:
20555
+ application/json:
20556
+ schema:
20557
+ allOf:
20558
+ - title: projects-v2_externalParties.updaterequest
20559
+ required: &ref_513
20560
+ - id
20561
+ type: object
20562
+ properties: &ref_514
20563
+ id:
20564
+ type: string
20565
+ example: 6126596f-6193-445a-935a-60c10df9f632
20566
+ customer:
20567
+ title: Customer
20568
+ type: object
20569
+ required: *ref_28
20570
+ properties: *ref_29
20571
+ function:
20572
+ type: string
20573
+ example: Project Manager
20574
+ nullable: true
20575
+ sub_function:
20576
+ type: string
20577
+ example: Project Coordinator
20578
+ nullable: true
20579
+ - example:
20580
+ id: 48ef99b9-4a20-4071-888d-0927f45c03d5
20581
+ customer:
20582
+ type: contact
20583
+ id: adfec6b9-a8d7-403d-bde3-093ad50d74c2
20584
+ function: Sales representative
20585
+ sub_function: null
20586
+ example:
20587
+ id: 48ef99b9-4a20-4071-888d-0927f45c03d5
20588
+ customer:
20589
+ type: contact
20590
+ id: adfec6b9-a8d7-403d-bde3-093ad50d74c2
20591
+ function: Sales representative
20592
+ sub_function: null
20593
+ required: true
20594
+ responses:
20595
+ '204':
20596
+ description: ''
20597
+ headers: {}
20598
+ content: {}
20599
+ deprecated: false
20600
+ /projects-v2/externalParties.delete:
20601
+ post:
20602
+ tags:
20603
+ - external_parties
20604
+ summary: externalParties.delete
20605
+ description: Delete an external party.
20606
+ operationId: NextgenProjectsExternalParties.delete
20607
+ parameters: []
20608
+ requestBody:
20609
+ description: ''
20610
+ content:
20611
+ application/json:
20612
+ schema:
20613
+ allOf:
20614
+ - title: projects-v2_externalParties.deleterequest
20615
+ required: &ref_515
20616
+ - id
20617
+ type: object
20618
+ properties: &ref_516
20619
+ id:
20620
+ type: string
20621
+ example: 6126596f-6193-445a-935a-60c10df9f632
20622
+ - example:
20623
+ id: 48ef99b9-4a20-4071-888d-0927f45c03d5
20624
+ example:
20625
+ id: 48ef99b9-4a20-4071-888d-0927f45c03d5
20626
+ required: true
20627
+ responses:
20628
+ '204':
20629
+ description: ''
20630
+ headers: {}
20631
+ content: {}
20632
+ deprecated: false
20446
20633
  /projects-v2/projectLines.list:
20447
20634
  post:
20448
20635
  tags:
@@ -20458,10 +20645,10 @@ paths:
20458
20645
  schema:
20459
20646
  allOf:
20460
20647
  - title: projects-v2_projectLines.listrequest
20461
- required: &ref_511
20648
+ required: &ref_517
20462
20649
  - project_id
20463
20650
  type: object
20464
- properties: &ref_512
20651
+ properties: &ref_518
20465
20652
  project_id:
20466
20653
  type: string
20467
20654
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -20527,7 +20714,7 @@ paths:
20527
20714
  allOf:
20528
20715
  - title: projects-v2_projectLines.listresponse
20529
20716
  type: object
20530
- properties: &ref_513
20717
+ properties: &ref_519
20531
20718
  data:
20532
20719
  type: array
20533
20720
  items:
@@ -20590,11 +20777,11 @@ paths:
20590
20777
  schema:
20591
20778
  allOf:
20592
20779
  - title: projects-v2_projectLines.addToGrouprequest
20593
- required: &ref_514
20780
+ required: &ref_520
20594
20781
  - line_id
20595
20782
  - group_id
20596
20783
  type: object
20597
- properties: &ref_515
20784
+ properties: &ref_521
20598
20785
  line_id:
20599
20786
  type: string
20600
20787
  description: The ID of the task or material. May not be a group.
@@ -20630,10 +20817,10 @@ paths:
20630
20817
  schema:
20631
20818
  allOf:
20632
20819
  - title: projects-v2_projectLines.removeFromGrouprequest
20633
- required: &ref_516
20820
+ required: &ref_522
20634
20821
  - line_id
20635
20822
  type: object
20636
- properties: &ref_517
20823
+ properties: &ref_523
20637
20824
  line_id:
20638
20825
  type: string
20639
20826
  description: The ID of the task or material. May not be a group.
@@ -20665,7 +20852,7 @@ paths:
20665
20852
  allOf:
20666
20853
  - title: projects-v2_projectGroups.listrequest
20667
20854
  type: object
20668
- properties: &ref_518
20855
+ properties: &ref_524
20669
20856
  filter:
20670
20857
  type: object
20671
20858
  properties:
@@ -20700,7 +20887,7 @@ paths:
20700
20887
  allOf:
20701
20888
  - title: projects-v2_projectGroups.listresponse
20702
20889
  type: object
20703
- properties: &ref_519
20890
+ properties: &ref_525
20704
20891
  data:
20705
20892
  type: array
20706
20893
  items:
@@ -20992,10 +21179,10 @@ paths:
20992
21179
  schema:
20993
21180
  allOf:
20994
21181
  - title: projects-v2_projectGroups.inforequest
20995
- required: &ref_520
21182
+ required: &ref_526
20996
21183
  - id
20997
21184
  type: object
20998
- properties: &ref_521
21185
+ properties: &ref_527
20999
21186
  id:
21000
21187
  type: string
21001
21188
  example: cfe2666c-b0f4-4e85-8d6f-9e1284706d0a
@@ -21014,7 +21201,7 @@ paths:
21014
21201
  allOf:
21015
21202
  - title: projects-v2_projectGroups.inforesponse
21016
21203
  type: object
21017
- properties: &ref_522
21204
+ properties: &ref_528
21018
21205
  data:
21019
21206
  type: object
21020
21207
  properties:
@@ -21305,11 +21492,11 @@ paths:
21305
21492
  schema:
21306
21493
  allOf:
21307
21494
  - title: projects-v2_projectGroups.createrequest
21308
- required: &ref_523
21495
+ required: &ref_529
21309
21496
  - project_id
21310
21497
  - title
21311
21498
  type: object
21312
- properties: &ref_524
21499
+ properties: &ref_530
21313
21500
  project_id:
21314
21501
  type: string
21315
21502
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -21434,7 +21621,7 @@ paths:
21434
21621
  allOf:
21435
21622
  - title: projects-v2_projectGroups.createresponse
21436
21623
  type: object
21437
- properties: &ref_525
21624
+ properties: &ref_531
21438
21625
  data:
21439
21626
  title: TypeAndId
21440
21627
  type: object
@@ -21463,10 +21650,10 @@ paths:
21463
21650
  schema:
21464
21651
  allOf:
21465
21652
  - title: projects-v2_projectGroups.updaterequest
21466
- required: &ref_526
21653
+ required: &ref_532
21467
21654
  - id
21468
21655
  type: object
21469
- properties: &ref_527
21656
+ properties: &ref_533
21470
21657
  id:
21471
21658
  type: string
21472
21659
  example: e8478f2c-05a1-4e69-b3c4-e08507640f01
@@ -21596,10 +21783,10 @@ paths:
21596
21783
  schema:
21597
21784
  allOf:
21598
21785
  - title: projects-v2_projectGroups.duplicaterequest
21599
- required: &ref_528
21786
+ required: &ref_534
21600
21787
  - origin_id
21601
21788
  type: object
21602
- properties: &ref_529
21789
+ properties: &ref_535
21603
21790
  origin_id:
21604
21791
  type: string
21605
21792
  description: The id of the group that is being duplicated
@@ -21619,7 +21806,7 @@ paths:
21619
21806
  allOf:
21620
21807
  - title: projects-v2_projectGroups.duplicateresponse
21621
21808
  type: object
21622
- properties: &ref_530
21809
+ properties: &ref_536
21623
21810
  data:
21624
21811
  title: TypeAndId
21625
21812
  type: object
@@ -21648,11 +21835,11 @@ paths:
21648
21835
  schema:
21649
21836
  allOf:
21650
21837
  - title: projects-v2_projectGroups.deleterequest
21651
- required: &ref_531
21838
+ required: &ref_537
21652
21839
  - id
21653
21840
  - delete_strategy
21654
21841
  type: object
21655
- properties: &ref_532
21842
+ properties: &ref_538
21656
21843
  id:
21657
21844
  type: string
21658
21845
  example: 01866e6f-f264-7fe5-8b7c-a3f739fa292c
@@ -21691,11 +21878,11 @@ paths:
21691
21878
  schema:
21692
21879
  allOf:
21693
21880
  - title: projects-v2_projectGroups.assignrequest
21694
- required: &ref_533
21881
+ required: &ref_539
21695
21882
  - id
21696
21883
  - assignee
21697
21884
  type: object
21698
- properties: &ref_534
21885
+ properties: &ref_540
21699
21886
  id:
21700
21887
  type: string
21701
21888
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -21747,11 +21934,11 @@ paths:
21747
21934
  schema:
21748
21935
  allOf:
21749
21936
  - title: projects-v2_projectGroups.unassignrequest
21750
- required: &ref_535
21937
+ required: &ref_541
21751
21938
  - id
21752
21939
  - assignee
21753
21940
  type: object
21754
- properties: &ref_536
21941
+ properties: &ref_542
21755
21942
  id:
21756
21943
  type: string
21757
21944
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -21804,7 +21991,7 @@ paths:
21804
21991
  allOf:
21805
21992
  - title: projects-v2_tasks.listrequest
21806
21993
  type: object
21807
- properties: &ref_537
21994
+ properties: &ref_543
21808
21995
  filter:
21809
21996
  type: object
21810
21997
  properties:
@@ -21843,7 +22030,7 @@ paths:
21843
22030
  allOf:
21844
22031
  - title: projects-v2_tasks.listresponse
21845
22032
  type: object
21846
- properties: &ref_538
22033
+ properties: &ref_544
21847
22034
  data:
21848
22035
  type: array
21849
22036
  items:
@@ -22232,7 +22419,7 @@ paths:
22232
22419
  allOf:
22233
22420
  - title: projects-v2_tasks.inforesponse
22234
22421
  type: object
22235
- properties: &ref_539
22422
+ properties: &ref_545
22236
22423
  data:
22237
22424
  type: object
22238
22425
  properties:
@@ -22619,11 +22806,11 @@ paths:
22619
22806
  schema:
22620
22807
  allOf:
22621
22808
  - title: projects-v2_tasks.createrequest
22622
- required: &ref_540
22809
+ required: &ref_546
22623
22810
  - project_id
22624
22811
  - title
22625
22812
  type: object
22626
- properties: &ref_541
22813
+ properties: &ref_547
22627
22814
  project_id:
22628
22815
  type: string
22629
22816
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -22827,10 +23014,10 @@ paths:
22827
23014
  schema:
22828
23015
  allOf:
22829
23016
  - title: projects-v2_tasks.updaterequest
22830
- required: &ref_542
23017
+ required: &ref_548
22831
23018
  - id
22832
23019
  type: object
22833
- properties: &ref_543
23020
+ properties: &ref_549
22834
23021
  id:
22835
23022
  type: string
22836
23023
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -23002,10 +23189,10 @@ paths:
23002
23189
  schema:
23003
23190
  allOf:
23004
23191
  - title: projects-v2_tasks.duplicaterequest
23005
- required: &ref_544
23192
+ required: &ref_550
23006
23193
  - origin_id
23007
23194
  type: object
23008
- properties: &ref_545
23195
+ properties: &ref_551
23009
23196
  origin_id:
23010
23197
  type: string
23011
23198
  description: The id of the task that is being duplicated
@@ -23025,7 +23212,7 @@ paths:
23025
23212
  allOf:
23026
23213
  - title: projects-v2_tasks.duplicateresponse
23027
23214
  type: object
23028
- properties: &ref_546
23215
+ properties: &ref_552
23029
23216
  data:
23030
23217
  title: TypeAndId
23031
23218
  type: object
@@ -23054,11 +23241,11 @@ paths:
23054
23241
  schema:
23055
23242
  allOf:
23056
23243
  - title: projects-v2_tasks.deleterequest
23057
- required: &ref_547
23244
+ required: &ref_553
23058
23245
  - id
23059
23246
  - delete_strategy
23060
23247
  type: object
23061
- properties: &ref_548
23248
+ properties: &ref_554
23062
23249
  id:
23063
23250
  type: string
23064
23251
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -23096,11 +23283,11 @@ paths:
23096
23283
  schema:
23097
23284
  allOf:
23098
23285
  - title: projects-v2_tasks.assignrequest
23099
- required: &ref_549
23286
+ required: &ref_555
23100
23287
  - id
23101
23288
  - assignee
23102
23289
  type: object
23103
- properties: &ref_550
23290
+ properties: &ref_556
23104
23291
  id:
23105
23292
  type: string
23106
23293
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -23152,11 +23339,11 @@ paths:
23152
23339
  schema:
23153
23340
  allOf:
23154
23341
  - title: projects-v2_tasks.unassignrequest
23155
- required: &ref_551
23342
+ required: &ref_557
23156
23343
  - id
23157
23344
  - assignee
23158
23345
  type: object
23159
- properties: &ref_552
23346
+ properties: &ref_558
23160
23347
  id:
23161
23348
  type: string
23162
23349
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -23209,7 +23396,7 @@ paths:
23209
23396
  allOf:
23210
23397
  - title: projects-v2_materials.listrequest
23211
23398
  type: object
23212
- properties: &ref_553
23399
+ properties: &ref_559
23213
23400
  filter:
23214
23401
  type: object
23215
23402
  properties:
@@ -23238,7 +23425,7 @@ paths:
23238
23425
  allOf:
23239
23426
  - title: projects-v2_materials.listresponse
23240
23427
  type: object
23241
- properties: &ref_554
23428
+ properties: &ref_560
23242
23429
  data:
23243
23430
  type: array
23244
23431
  items:
@@ -23552,10 +23739,10 @@ paths:
23552
23739
  schema:
23553
23740
  allOf:
23554
23741
  - title: projects-v2_materials.inforequest
23555
- required: &ref_555
23742
+ required: &ref_561
23556
23743
  - id
23557
23744
  type: object
23558
- properties: &ref_556
23745
+ properties: &ref_562
23559
23746
  id:
23560
23747
  type: string
23561
23748
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -23574,7 +23761,7 @@ paths:
23574
23761
  allOf:
23575
23762
  - title: projects-v2_materials.inforesponse
23576
23763
  type: object
23577
- properties: &ref_557
23764
+ properties: &ref_563
23578
23765
  data:
23579
23766
  type: object
23580
23767
  properties:
@@ -23892,11 +24079,11 @@ paths:
23892
24079
  schema:
23893
24080
  allOf:
23894
24081
  - title: projects-v2_materials.createrequest
23895
- required: &ref_558
24082
+ required: &ref_564
23896
24083
  - project_id
23897
24084
  - title
23898
24085
  type: object
23899
- properties: &ref_559
24086
+ properties: &ref_565
23900
24087
  project_id:
23901
24088
  type: string
23902
24089
  example: 49b403be-a32e-0901-9b1c-25214f9027c6
@@ -24065,7 +24252,7 @@ paths:
24065
24252
  allOf:
24066
24253
  - title: projects-v2_materials.createresponse
24067
24254
  type: object
24068
- properties: &ref_560
24255
+ properties: &ref_566
24069
24256
  data:
24070
24257
  title: TypeAndId
24071
24258
  type: object
@@ -24094,10 +24281,10 @@ paths:
24094
24281
  schema:
24095
24282
  allOf:
24096
24283
  - title: projects-v2_materials.updaterequest
24097
- required: &ref_561
24284
+ required: &ref_567
24098
24285
  - id
24099
24286
  type: object
24100
- properties: &ref_562
24287
+ properties: &ref_568
24101
24288
  id:
24102
24289
  type: string
24103
24290
  example: ff19a113-50ba-4afc-9fff-2e5c5c5a5485
@@ -24252,10 +24439,10 @@ paths:
24252
24439
  schema:
24253
24440
  allOf:
24254
24441
  - title: projects-v2_materials.duplicaterequest
24255
- required: &ref_563
24442
+ required: &ref_569
24256
24443
  - origin_id
24257
24444
  type: object
24258
- properties: &ref_564
24445
+ properties: &ref_570
24259
24446
  origin_id:
24260
24447
  type: string
24261
24448
  description: The id of the material that is being duplicated
@@ -24275,7 +24462,7 @@ paths:
24275
24462
  allOf:
24276
24463
  - title: projects-v2_materials.duplicateresponse
24277
24464
  type: object
24278
- properties: &ref_565
24465
+ properties: &ref_571
24279
24466
  data:
24280
24467
  title: TypeAndId
24281
24468
  type: object
@@ -24304,10 +24491,10 @@ paths:
24304
24491
  schema:
24305
24492
  allOf:
24306
24493
  - title: projects-v2_materials.deleterequest
24307
- required: &ref_566
24494
+ required: &ref_572
24308
24495
  - id
24309
24496
  type: object
24310
- properties: &ref_567
24497
+ properties: &ref_573
24311
24498
  id:
24312
24499
  type: string
24313
24500
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -24337,11 +24524,11 @@ paths:
24337
24524
  schema:
24338
24525
  allOf:
24339
24526
  - title: projects-v2_materials.assignrequest
24340
- required: &ref_568
24527
+ required: &ref_574
24341
24528
  - id
24342
24529
  - assignee
24343
24530
  type: object
24344
- properties: &ref_569
24531
+ properties: &ref_575
24345
24532
  id:
24346
24533
  type: string
24347
24534
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -24393,11 +24580,11 @@ paths:
24393
24580
  schema:
24394
24581
  allOf:
24395
24582
  - title: projects-v2_materials.unassignrequest
24396
- required: &ref_570
24583
+ required: &ref_576
24397
24584
  - id
24398
24585
  - assignee
24399
24586
  type: object
24400
- properties: &ref_571
24587
+ properties: &ref_577
24401
24588
  id:
24402
24589
  type: string
24403
24590
  example: 0184f276-811b-716d-8b79-17628c9573c6
@@ -24450,7 +24637,7 @@ paths:
24450
24637
  allOf:
24451
24638
  - title: tasks.listrequest1
24452
24639
  type: object
24453
- properties: &ref_572
24640
+ properties: &ref_578
24454
24641
  filter:
24455
24642
  type: object
24456
24643
  properties:
@@ -24518,7 +24705,7 @@ paths:
24518
24705
  allOf:
24519
24706
  - title: tasks.listresponse1
24520
24707
  type: object
24521
- properties: &ref_573
24708
+ properties: &ref_579
24522
24709
  data:
24523
24710
  type: array
24524
24711
  items:
@@ -24724,7 +24911,7 @@ paths:
24724
24911
  allOf:
24725
24912
  - title: tasks.inforesponse1
24726
24913
  type: object
24727
- properties: &ref_574
24914
+ properties: &ref_580
24728
24915
  data:
24729
24916
  type: object
24730
24917
  properties:
@@ -24915,12 +25102,12 @@ paths:
24915
25102
  application/json:
24916
25103
  schema:
24917
25104
  title: tasks.createrequest1
24918
- required: &ref_575
25105
+ required: &ref_581
24919
25106
  - title
24920
25107
  - due_on
24921
25108
  - work_type_id
24922
25109
  type: object
24923
- properties: &ref_576
25110
+ properties: &ref_582
24924
25111
  title:
24925
25112
  type: string
24926
25113
  description:
@@ -25012,10 +25199,10 @@ paths:
25012
25199
  application/json:
25013
25200
  schema:
25014
25201
  title: tasks.updaterequest1
25015
- required: &ref_577
25202
+ required: &ref_583
25016
25203
  - id
25017
25204
  type: object
25018
- properties: &ref_578
25205
+ properties: &ref_584
25019
25206
  id:
25020
25207
  type: string
25021
25208
  example: 00ed6266-a5bd-4aac-a292-2582017b6400
@@ -25101,10 +25288,10 @@ paths:
25101
25288
  schema:
25102
25289
  allOf:
25103
25290
  - title: tasks.completerequest
25104
- required: &ref_579
25291
+ required: &ref_585
25105
25292
  - id
25106
25293
  type: object
25107
- properties: &ref_580
25294
+ properties: &ref_586
25108
25295
  id:
25109
25296
  type: string
25110
25297
  example: 46156648-87c6-478d-8aa7-1dc3a00dacab
@@ -25134,10 +25321,10 @@ paths:
25134
25321
  schema:
25135
25322
  allOf:
25136
25323
  - title: tasks.reopenrequest
25137
- required: &ref_581
25324
+ required: &ref_587
25138
25325
  - id
25139
25326
  type: object
25140
- properties: &ref_582
25327
+ properties: &ref_588
25141
25328
  id:
25142
25329
  type: string
25143
25330
  example: 46156648-87c6-478d-8aa7-1dc3a00dacab
@@ -25167,10 +25354,10 @@ paths:
25167
25354
  schema:
25168
25355
  allOf:
25169
25356
  - title: tasks.deleterequest1
25170
- required: &ref_583
25357
+ required: &ref_589
25171
25358
  - id
25172
25359
  type: object
25173
- properties: &ref_584
25360
+ properties: &ref_590
25174
25361
  id:
25175
25362
  type: string
25176
25363
  example: 5f0afd8a-8a40-48a4-bbe6-7d0e9c61bb6d
@@ -25200,12 +25387,12 @@ paths:
25200
25387
  schema:
25201
25388
  allOf:
25202
25389
  - title: tasks.schedulerequest
25203
- required: &ref_585
25390
+ required: &ref_591
25204
25391
  - id
25205
25392
  - starts_at
25206
25393
  - ends_at
25207
25394
  type: object
25208
- properties: &ref_586
25395
+ properties: &ref_592
25209
25396
  id:
25210
25397
  type: string
25211
25398
  example: 7c70c54e-6e50-4e6a-b5fd-80234eb535cf
@@ -25234,7 +25421,7 @@ paths:
25234
25421
  allOf:
25235
25422
  - title: tasks.scheduleresponse
25236
25423
  type: object
25237
- properties: &ref_587
25424
+ properties: &ref_593
25238
25425
  data:
25239
25426
  title: TypeAndId
25240
25427
  type: object
@@ -25264,7 +25451,7 @@ paths:
25264
25451
  allOf:
25265
25452
  - title: timeTracking.listrequest
25266
25453
  type: object
25267
- properties: &ref_588
25454
+ properties: &ref_594
25268
25455
  filter:
25269
25456
  type: object
25270
25457
  properties:
@@ -25370,7 +25557,7 @@ paths:
25370
25557
  allOf:
25371
25558
  - title: timeTracking.listresponse
25372
25559
  type: object
25373
- properties: &ref_589
25560
+ properties: &ref_595
25374
25561
  data:
25375
25562
  type: array
25376
25563
  items:
@@ -25577,10 +25764,10 @@ paths:
25577
25764
  schema:
25578
25765
  allOf:
25579
25766
  - title: timeTracking.inforequest
25580
- required: &ref_590
25767
+ required: &ref_596
25581
25768
  - id
25582
25769
  type: object
25583
- properties: &ref_591
25770
+ properties: &ref_597
25584
25771
  id:
25585
25772
  type: string
25586
25773
  example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
@@ -25605,7 +25792,7 @@ paths:
25605
25792
  allOf:
25606
25793
  - title: timeTracking.inforesponse
25607
25794
  type: object
25608
- properties: &ref_592
25795
+ properties: &ref_598
25609
25796
  data:
25610
25797
  type: object
25611
25798
  properties:
@@ -25798,7 +25985,7 @@ paths:
25798
25985
  allOf:
25799
25986
  - title: timeTracking.addrequest
25800
25987
  type: object
25801
- properties: &ref_593
25988
+ properties: &ref_599
25802
25989
  work_type_id:
25803
25990
  type: string
25804
25991
  example: 2175597d-484e-4a1c-a781-cbc3d9f893ba
@@ -25829,7 +26016,7 @@ paths:
25829
26016
  type: string
25830
26017
  description: To add tracked time for a different user.
25831
26018
  example: 87982c96-f2fe-4b05-838c-ff42c0525758
25832
- oneOf: &ref_594
26019
+ oneOf: &ref_600
25833
26020
  - type: object
25834
26021
  title: With started_at & duration
25835
26022
  required:
@@ -25881,7 +26068,7 @@ paths:
25881
26068
  allOf:
25882
26069
  - title: timeTracking.addresponse
25883
26070
  type: object
25884
- properties: &ref_595
26071
+ properties: &ref_601
25885
26072
  data:
25886
26073
  title: TypeAndId
25887
26074
  type: object
@@ -25907,11 +26094,11 @@ paths:
25907
26094
  schema:
25908
26095
  allOf:
25909
26096
  - title: timeTracking.updaterequest
25910
- required: &ref_596
26097
+ required: &ref_602
25911
26098
  - id
25912
26099
  - duration
25913
26100
  type: object
25914
- properties: &ref_597
26101
+ properties: &ref_603
25915
26102
  id:
25916
26103
  type: string
25917
26104
  example: 66621f54-3d0d-420f-8d4b-ddd7fc473bf2
@@ -25949,7 +26136,7 @@ paths:
25949
26136
  invoiceable:
25950
26137
  type: boolean
25951
26138
  example: true
25952
- oneOf: &ref_598
26139
+ oneOf: &ref_604
25953
26140
  - type: object
25954
26141
  title: Update with started_at
25955
26142
  description: Update the timetracking with `started_at` DateTime.
@@ -25992,10 +26179,10 @@ paths:
25992
26179
  schema:
25993
26180
  allOf:
25994
26181
  - title: timeTracking.resumerequest
25995
- required: &ref_599
26182
+ required: &ref_605
25996
26183
  - id
25997
26184
  type: object
25998
- properties: &ref_600
26185
+ properties: &ref_606
25999
26186
  id:
26000
26187
  type: string
26001
26188
  example: 06dfa08a-b769-4005-a912-45ab885c5737
@@ -26020,7 +26207,7 @@ paths:
26020
26207
  allOf:
26021
26208
  - title: timeTracking.resumeresponse
26022
26209
  type: object
26023
- properties: &ref_601
26210
+ properties: &ref_607
26024
26211
  data:
26025
26212
  title: TypeAndId
26026
26213
  type: object
@@ -26049,10 +26236,10 @@ paths:
26049
26236
  schema:
26050
26237
  allOf:
26051
26238
  - title: timeTracking.deleterequest
26052
- required: &ref_602
26239
+ required: &ref_608
26053
26240
  - id
26054
26241
  type: object
26055
- properties: &ref_603
26242
+ properties: &ref_609
26056
26243
  id:
26057
26244
  type: string
26058
26245
  example: 6caeea11-aa83-4da9-9859-5b62bbf3a476
@@ -26085,7 +26272,7 @@ paths:
26085
26272
  allOf:
26086
26273
  - title: timers.currentresponse
26087
26274
  type: object
26088
- properties: &ref_604
26275
+ properties: &ref_610
26089
26276
  data:
26090
26277
  type: object
26091
26278
  properties:
@@ -26170,7 +26357,7 @@ paths:
26170
26357
  allOf:
26171
26358
  - title: timers.startrequest
26172
26359
  type: object
26173
- properties: &ref_605
26360
+ properties: &ref_611
26174
26361
  work_type_id:
26175
26362
  type: string
26176
26363
  example: db41328a-7a25-4e85-8fb9-830baacb7f40
@@ -26226,7 +26413,7 @@ paths:
26226
26413
  allOf:
26227
26414
  - title: timers.startresponse
26228
26415
  type: object
26229
- properties: &ref_606
26416
+ properties: &ref_612
26230
26417
  data:
26231
26418
  title: TypeAndId
26232
26419
  type: object
@@ -26258,7 +26445,7 @@ paths:
26258
26445
  allOf:
26259
26446
  - title: timers.stopresponse
26260
26447
  type: object
26261
- properties: &ref_607
26448
+ properties: &ref_613
26262
26449
  data:
26263
26450
  title: TypeAndId
26264
26451
  type: object
@@ -26288,7 +26475,7 @@ paths:
26288
26475
  allOf:
26289
26476
  - title: timers.updaterequest
26290
26477
  type: object
26291
- properties: &ref_608
26478
+ properties: &ref_614
26292
26479
  work_type_id:
26293
26480
  type: string
26294
26481
  nullable: true
@@ -26362,7 +26549,7 @@ paths:
26362
26549
  allOf:
26363
26550
  - title: tickets.listrequest
26364
26551
  type: object
26365
- properties: &ref_609
26552
+ properties: &ref_615
26366
26553
  filter:
26367
26554
  type: object
26368
26555
  properties:
@@ -26447,7 +26634,7 @@ paths:
26447
26634
  allOf:
26448
26635
  - title: tickets.listresponse
26449
26636
  type: object
26450
- properties: &ref_610
26637
+ properties: &ref_616
26451
26638
  data:
26452
26639
  type: array
26453
26640
  items:
@@ -26582,10 +26769,10 @@ paths:
26582
26769
  schema:
26583
26770
  allOf:
26584
26771
  - title: tickets.inforequest
26585
- required: &ref_611
26772
+ required: &ref_617
26586
26773
  - id
26587
26774
  type: object
26588
- properties: &ref_612
26775
+ properties: &ref_618
26589
26776
  id:
26590
26777
  type: string
26591
26778
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -26604,7 +26791,7 @@ paths:
26604
26791
  allOf:
26605
26792
  - title: tickets.inforesponse
26606
26793
  type: object
26607
- properties: &ref_613
26794
+ properties: &ref_619
26608
26795
  id:
26609
26796
  type: string
26610
26797
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -26753,12 +26940,12 @@ paths:
26753
26940
  schema:
26754
26941
  allOf:
26755
26942
  - title: tickets.createrequest
26756
- required: &ref_614
26943
+ required: &ref_620
26757
26944
  - subject
26758
26945
  - customer
26759
26946
  - ticket_status_id
26760
26947
  type: object
26761
- properties: &ref_615
26948
+ properties: &ref_621
26762
26949
  subject:
26763
26950
  type: string
26764
26951
  example: My ticket subject
@@ -26872,7 +27059,7 @@ paths:
26872
27059
  allOf:
26873
27060
  - title: tickets.createresponse
26874
27061
  type: object
26875
- properties: &ref_616
27062
+ properties: &ref_622
26876
27063
  data:
26877
27064
  title: TypeAndId
26878
27065
  type: object
@@ -26901,10 +27088,10 @@ paths:
26901
27088
  schema:
26902
27089
  allOf:
26903
27090
  - title: tickets.updaterequest
26904
- required: &ref_617
27091
+ required: &ref_623
26905
27092
  - id
26906
27093
  type: object
26907
- properties: &ref_618
27094
+ properties: &ref_624
26908
27095
  id:
26909
27096
  type: string
26910
27097
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27026,7 +27213,7 @@ paths:
27026
27213
  allOf:
27027
27214
  - title: tickets.listMessagesrequest
27028
27215
  type: object
27029
- properties: &ref_619
27216
+ properties: &ref_625
27030
27217
  id:
27031
27218
  type: string
27032
27219
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27079,7 +27266,7 @@ paths:
27079
27266
  allOf:
27080
27267
  - title: tickets.listMessagesresponse
27081
27268
  type: object
27082
- properties: &ref_620
27269
+ properties: &ref_626
27083
27270
  data:
27084
27271
  type: array
27085
27272
  items:
@@ -27182,7 +27369,7 @@ paths:
27182
27369
  allOf:
27183
27370
  - title: tickets.getMessagerequest
27184
27371
  type: object
27185
- properties: &ref_621
27372
+ properties: &ref_627
27186
27373
  message_id:
27187
27374
  type: string
27188
27375
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27201,7 +27388,7 @@ paths:
27201
27388
  allOf:
27202
27389
  - title: tickets.getMessageresponse
27203
27390
  type: object
27204
- properties: &ref_622
27391
+ properties: &ref_628
27205
27392
  message_id:
27206
27393
  type: string
27207
27394
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27284,13 +27471,13 @@ paths:
27284
27471
  schema:
27285
27472
  allOf:
27286
27473
  - title: tickets.importMessagerequest
27287
- required: &ref_623
27474
+ required: &ref_629
27288
27475
  - id
27289
27476
  - body
27290
27477
  - sent_by
27291
27478
  - sent_at
27292
27479
  type: object
27293
- properties: &ref_624
27480
+ properties: &ref_630
27294
27481
  id:
27295
27482
  type: string
27296
27483
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27343,7 +27530,7 @@ paths:
27343
27530
  allOf:
27344
27531
  - title: tickets.importMessageresponse
27345
27532
  type: object
27346
- properties: &ref_625
27533
+ properties: &ref_631
27347
27534
  data:
27348
27535
  title: TypeAndId
27349
27536
  type: object
@@ -27372,11 +27559,11 @@ paths:
27372
27559
  schema:
27373
27560
  allOf:
27374
27561
  - title: tickets.addReplyrequest
27375
- required: &ref_626
27562
+ required: &ref_632
27376
27563
  - id
27377
27564
  - body
27378
27565
  type: object
27379
- properties: &ref_627
27566
+ properties: &ref_633
27380
27567
  id:
27381
27568
  type: string
27382
27569
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27415,7 +27602,7 @@ paths:
27415
27602
  allOf:
27416
27603
  - title: tickets.addReplyresponse
27417
27604
  type: object
27418
- properties: &ref_628
27605
+ properties: &ref_634
27419
27606
  data:
27420
27607
  title: TypeAndId
27421
27608
  type: object
@@ -27444,11 +27631,11 @@ paths:
27444
27631
  schema:
27445
27632
  allOf:
27446
27633
  - title: tickets.addInternalMessagerequest
27447
- required: &ref_629
27634
+ required: &ref_635
27448
27635
  - id
27449
27636
  - body
27450
27637
  type: object
27451
- properties: &ref_630
27638
+ properties: &ref_636
27452
27639
  id:
27453
27640
  type: string
27454
27641
  example: f29abf48-337d-44b4-aad4-585f5277a456
@@ -27487,7 +27674,7 @@ paths:
27487
27674
  allOf:
27488
27675
  - title: tickets.addInternalMessageresponse
27489
27676
  type: object
27490
- properties: &ref_631
27677
+ properties: &ref_637
27491
27678
  data:
27492
27679
  title: TypeAndId
27493
27680
  type: object
@@ -27517,7 +27704,7 @@ paths:
27517
27704
  allOf:
27518
27705
  - title: ticketStatus.listrequest
27519
27706
  type: object
27520
- properties: &ref_632
27707
+ properties: &ref_638
27521
27708
  filter:
27522
27709
  type: object
27523
27710
  properties:
@@ -27546,7 +27733,7 @@ paths:
27546
27733
  allOf:
27547
27734
  - title: ticketStatus.listresponse
27548
27735
  type: object
27549
- properties: &ref_633
27736
+ properties: &ref_639
27550
27737
  data:
27551
27738
  type: array
27552
27739
  items:
@@ -27596,10 +27783,10 @@ paths:
27596
27783
  schema:
27597
27784
  allOf:
27598
27785
  - title: files.listrequest
27599
- required: &ref_634
27786
+ required: &ref_640
27600
27787
  - filter
27601
27788
  type: object
27602
- properties: &ref_635
27789
+ properties: &ref_641
27603
27790
  filter:
27604
27791
  type: object
27605
27792
  required:
@@ -27681,7 +27868,7 @@ paths:
27681
27868
  allOf:
27682
27869
  - title: files.listresponse
27683
27870
  type: object
27684
- properties: &ref_636
27871
+ properties: &ref_642
27685
27872
  data:
27686
27873
  type: array
27687
27874
  items:
@@ -27801,10 +27988,10 @@ paths:
27801
27988
  schema:
27802
27989
  allOf:
27803
27990
  - title: files.inforequest
27804
- required: &ref_637
27991
+ required: &ref_643
27805
27992
  - id
27806
27993
  type: object
27807
- properties: &ref_638
27994
+ properties: &ref_644
27808
27995
  id:
27809
27996
  type: string
27810
27997
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -27823,7 +28010,7 @@ paths:
27823
28010
  allOf:
27824
28011
  - title: files.inforesponse
27825
28012
  type: object
27826
- properties: &ref_639
28013
+ properties: &ref_645
27827
28014
  data:
27828
28015
  type: object
27829
28016
  properties:
@@ -27921,10 +28108,10 @@ paths:
27921
28108
  schema:
27922
28109
  allOf:
27923
28110
  - title: files.downloadrequest
27924
- required: &ref_640
28111
+ required: &ref_646
27925
28112
  - id
27926
28113
  type: object
27927
- properties: &ref_641
28114
+ properties: &ref_647
27928
28115
  id:
27929
28116
  type: string
27930
28117
  example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
@@ -27943,7 +28130,7 @@ paths:
27943
28130
  allOf:
27944
28131
  - title: files.downloadresponse
27945
28132
  type: object
27946
- properties: &ref_642
28133
+ properties: &ref_648
27947
28134
  data:
27948
28135
  type: object
27949
28136
  properties:
@@ -27979,11 +28166,11 @@ paths:
27979
28166
  schema:
27980
28167
  allOf:
27981
28168
  - title: files.uploadrequest
27982
- required: &ref_643
28169
+ required: &ref_649
27983
28170
  - name
27984
28171
  - subject
27985
28172
  type: object
27986
- properties: &ref_644
28173
+ properties: &ref_650
27987
28174
  name:
27988
28175
  type: string
27989
28176
  description: Name under which the file will be stored. This name should contain the same extension as the file that the user wants to upload.
@@ -28035,7 +28222,7 @@ paths:
28035
28222
  allOf:
28036
28223
  - title: files.uploadresponse
28037
28224
  type: object
28038
- properties: &ref_645
28225
+ properties: &ref_651
28039
28226
  data:
28040
28227
  type: object
28041
28228
  properties:
@@ -28071,10 +28258,10 @@ paths:
28071
28258
  schema:
28072
28259
  allOf:
28073
28260
  - title: files.deleterequest
28074
- required: &ref_646
28261
+ required: &ref_652
28075
28262
  - id
28076
28263
  type: object
28077
- properties: &ref_647
28264
+ properties: &ref_653
28078
28265
  id:
28079
28266
  type: string
28080
28267
  example: 4afb0a9c-91c6-49ed-a2e5-ce7c1e3a87fb
@@ -28104,10 +28291,10 @@ paths:
28104
28291
  schema:
28105
28292
  allOf:
28106
28293
  - title: mailTemplates.listrequest
28107
- required: &ref_648
28294
+ required: &ref_654
28108
28295
  - filter
28109
28296
  type: object
28110
- properties: &ref_649
28297
+ properties: &ref_655
28111
28298
  filter:
28112
28299
  type: object
28113
28300
  required:
@@ -28143,7 +28330,7 @@ paths:
28143
28330
  allOf:
28144
28331
  - title: mailTemplates.listresponse
28145
28332
  type: object
28146
- properties: &ref_650
28333
+ properties: &ref_656
28147
28334
  data:
28148
28335
  type: array
28149
28336
  items:
@@ -28224,7 +28411,7 @@ paths:
28224
28411
  allOf:
28225
28412
  - title: migrate.idrequest
28226
28413
  type: object
28227
- properties: &ref_651
28414
+ properties: &ref_657
28228
28415
  type:
28229
28416
  type: string
28230
28417
  enum:
@@ -28269,7 +28456,7 @@ paths:
28269
28456
  allOf:
28270
28457
  - title: migrate.idresponse
28271
28458
  type: object
28272
- properties: &ref_652
28459
+ properties: &ref_658
28273
28460
  data:
28274
28461
  type: object
28275
28462
  properties:
@@ -28324,7 +28511,7 @@ paths:
28324
28511
  allOf:
28325
28512
  - title: migrate.taxRaterequest
28326
28513
  type: object
28327
- properties: &ref_653
28514
+ properties: &ref_659
28328
28515
  department_id:
28329
28516
  type: string
28330
28517
  example: 6ad54ec6-ee2d-4500-afe6-0917c1aa7a38
@@ -28348,7 +28535,7 @@ paths:
28348
28535
  allOf:
28349
28536
  - title: migrate.taxRateresponse
28350
28537
  type: object
28351
- properties: &ref_654
28538
+ properties: &ref_660
28352
28539
  data:
28353
28540
  title: TypeAndId
28354
28541
  type: object
@@ -28378,7 +28565,7 @@ paths:
28378
28565
  allOf:
28379
28566
  - title: migrate.activityTyperequest
28380
28567
  type: object
28381
- properties: &ref_655
28568
+ properties: &ref_661
28382
28569
  type:
28383
28570
  type: string
28384
28571
  enum:
@@ -28401,7 +28588,7 @@ paths:
28401
28588
  allOf:
28402
28589
  - title: migrate.activityTyperesponse
28403
28590
  type: object
28404
- properties: &ref_656
28591
+ properties: &ref_662
28405
28592
  data:
28406
28593
  title: TypeAndId
28407
28594
  type: object
@@ -28429,10 +28616,10 @@ paths:
28429
28616
  application/json:
28430
28617
  schema:
28431
28618
  title: orders.inforequest
28432
- required: &ref_657
28619
+ required: &ref_663
28433
28620
  - id
28434
28621
  type: object
28435
- properties: &ref_658
28622
+ properties: &ref_664
28436
28623
  id:
28437
28624
  type: string
28438
28625
  example: 6fac0bf0-e803-424e-af67-76863a3d7d16
@@ -28453,7 +28640,7 @@ paths:
28453
28640
  allOf:
28454
28641
  - title: orders.inforesponse
28455
28642
  type: object
28456
- properties: &ref_660
28643
+ properties: &ref_666
28457
28644
  data:
28458
28645
  type: object
28459
28646
  properties:
@@ -28483,7 +28670,7 @@ paths:
28483
28670
  items:
28484
28671
  title: OrdersGroupedLinesResponse
28485
28672
  type: object
28486
- properties: &ref_659
28673
+ properties: &ref_665
28487
28674
  section:
28488
28675
  type: object
28489
28676
  properties:
@@ -28667,7 +28854,7 @@ paths:
28667
28854
  allOf:
28668
28855
  - title: orders.listrequest
28669
28856
  type: object
28670
- properties: &ref_661
28857
+ properties: &ref_667
28671
28858
  filter:
28672
28859
  type: object
28673
28860
  properties:
@@ -28701,7 +28888,7 @@ paths:
28701
28888
  schema:
28702
28889
  title: orders.listresponse
28703
28890
  type: object
28704
- properties: &ref_662
28891
+ properties: &ref_668
28705
28892
  data:
28706
28893
  type: array
28707
28894
  items:
@@ -28998,7 +29185,7 @@ paths:
28998
29185
  schema:
28999
29186
  title: webhooks.listresponse
29000
29187
  type: object
29001
- properties: &ref_663
29188
+ properties: &ref_669
29002
29189
  data:
29003
29190
  type: array
29004
29191
  items:
@@ -29047,11 +29234,11 @@ paths:
29047
29234
  schema:
29048
29235
  allOf:
29049
29236
  - title: cloudPlatforms.urlrequest
29050
- required: &ref_664
29237
+ required: &ref_670
29051
29238
  - type
29052
29239
  - id
29053
29240
  type: object
29054
- properties: &ref_665
29241
+ properties: &ref_671
29055
29242
  type:
29056
29243
  type: string
29057
29244
  enum:
@@ -29078,7 +29265,7 @@ paths:
29078
29265
  allOf:
29079
29266
  - title: cloudPlatforms.urlresponse
29080
29267
  type: object
29081
- properties: &ref_666
29268
+ properties: &ref_672
29082
29269
  data:
29083
29270
  type: object
29084
29271
  properties:
@@ -29120,7 +29307,7 @@ paths:
29120
29307
  allOf:
29121
29308
  - title: accounts.projects-v2-statusresponse
29122
29309
  type: object
29123
- properties: &ref_667
29310
+ properties: &ref_673
29124
29311
  data:
29125
29312
  type: object
29126
29313
  properties:
@@ -30703,29 +30890,44 @@ components:
30703
30890
  required: *ref_509
30704
30891
  type: object
30705
30892
  properties: *ref_510
30706
- projects-v2_projectLines.listrequest:
30707
- title: projects-v2_projectLines.listrequest
30893
+ projects-v2_externalParties.addToProjectrequest:
30894
+ title: projects-v2_externalParties.addToProjectrequest
30708
30895
  required: *ref_511
30709
30896
  type: object
30710
30897
  properties: *ref_512
30898
+ projects-v2_externalParties.updaterequest:
30899
+ title: projects-v2_externalParties.updaterequest
30900
+ required: *ref_513
30901
+ type: object
30902
+ properties: *ref_514
30903
+ projects-v2_externalParties.deleterequest:
30904
+ title: projects-v2_externalParties.deleterequest
30905
+ required: *ref_515
30906
+ type: object
30907
+ properties: *ref_516
30908
+ projects-v2_projectLines.listrequest:
30909
+ title: projects-v2_projectLines.listrequest
30910
+ required: *ref_517
30911
+ type: object
30912
+ properties: *ref_518
30711
30913
  projects-v2_projectLines.listresponse:
30712
30914
  title: projects-v2_projectLines.listresponse
30713
30915
  type: object
30714
- properties: *ref_513
30916
+ properties: *ref_519
30715
30917
  projects-v2_projectLines.addToGrouprequest:
30716
30918
  title: projects-v2_projectLines.addToGrouprequest
30717
- required: *ref_514
30919
+ required: *ref_520
30718
30920
  type: object
30719
- properties: *ref_515
30921
+ properties: *ref_521
30720
30922
  projects-v2_projectLines.removeFromGrouprequest:
30721
30923
  title: projects-v2_projectLines.removeFromGrouprequest
30722
- required: *ref_516
30924
+ required: *ref_522
30723
30925
  type: object
30724
- properties: *ref_517
30926
+ properties: *ref_523
30725
30927
  projects-v2_projectGroups.listrequest:
30726
30928
  title: projects-v2_projectGroups.listrequest
30727
30929
  type: object
30728
- properties: *ref_518
30930
+ properties: *ref_524
30729
30931
  BillingStatus:
30730
30932
  title: BillingStatus
30731
30933
  enum: *ref_95
@@ -30734,62 +30936,62 @@ components:
30734
30936
  projects-v2_projectGroups.listresponse:
30735
30937
  title: projects-v2_projectGroups.listresponse
30736
30938
  type: object
30737
- properties: *ref_519
30939
+ properties: *ref_525
30738
30940
  projects-v2_projectGroups.inforequest:
30739
30941
  title: projects-v2_projectGroups.inforequest
30740
- required: *ref_520
30942
+ required: *ref_526
30741
30943
  type: object
30742
- properties: *ref_521
30944
+ properties: *ref_527
30743
30945
  projects-v2_projectGroups.inforesponse:
30744
30946
  title: projects-v2_projectGroups.inforesponse
30745
30947
  type: object
30746
- properties: *ref_522
30948
+ properties: *ref_528
30747
30949
  projects-v2_projectGroups.createrequest:
30748
30950
  title: projects-v2_projectGroups.createrequest
30749
- required: *ref_523
30951
+ required: *ref_529
30750
30952
  type: object
30751
- properties: *ref_524
30953
+ properties: *ref_530
30752
30954
  projects-v2_projectGroups.createresponse:
30753
30955
  title: projects-v2_projectGroups.createresponse
30754
30956
  type: object
30755
- properties: *ref_525
30957
+ properties: *ref_531
30756
30958
  projects-v2_projectGroups.updaterequest:
30757
30959
  title: projects-v2_projectGroups.updaterequest
30758
- required: *ref_526
30960
+ required: *ref_532
30759
30961
  type: object
30760
- properties: *ref_527
30962
+ properties: *ref_533
30761
30963
  projects-v2_projectGroups.duplicaterequest:
30762
30964
  title: projects-v2_projectGroups.duplicaterequest
30763
- required: *ref_528
30965
+ required: *ref_534
30764
30966
  type: object
30765
- properties: *ref_529
30967
+ properties: *ref_535
30766
30968
  projects-v2_projectGroups.duplicateresponse:
30767
30969
  title: projects-v2_projectGroups.duplicateresponse
30768
30970
  type: object
30769
- properties: *ref_530
30971
+ properties: *ref_536
30770
30972
  projects-v2_projectGroups.deleterequest:
30771
30973
  title: projects-v2_projectGroups.deleterequest
30772
- required: *ref_531
30974
+ required: *ref_537
30773
30975
  type: object
30774
- properties: *ref_532
30976
+ properties: *ref_538
30775
30977
  projects-v2_projectGroups.assignrequest:
30776
30978
  title: projects-v2_projectGroups.assignrequest
30777
- required: *ref_533
30979
+ required: *ref_539
30778
30980
  type: object
30779
- properties: *ref_534
30981
+ properties: *ref_540
30780
30982
  projects-v2_projectGroups.unassignrequest:
30781
30983
  title: projects-v2_projectGroups.unassignrequest
30782
- required: *ref_535
30984
+ required: *ref_541
30783
30985
  type: object
30784
- properties: *ref_536
30986
+ properties: *ref_542
30785
30987
  projects-v2_tasks.listrequest:
30786
30988
  title: projects-v2_tasks.listrequest
30787
30989
  type: object
30788
- properties: *ref_537
30990
+ properties: *ref_543
30789
30991
  projects-v2_tasks.listresponse:
30790
30992
  title: projects-v2_tasks.listresponse
30791
30993
  type: object
30792
- properties: *ref_538
30994
+ properties: *ref_544
30793
30995
  tasks.inforequest:
30794
30996
  title: tasks.inforequest
30795
30997
  required: *ref_98
@@ -30798,104 +31000,104 @@ components:
30798
31000
  projects-v2_tasks.inforesponse:
30799
31001
  title: projects-v2_tasks.inforesponse
30800
31002
  type: object
30801
- properties: *ref_539
31003
+ properties: *ref_545
30802
31004
  projects-v2_tasks.createrequest:
30803
31005
  title: projects-v2_tasks.createrequest
30804
- required: *ref_540
31006
+ required: *ref_546
30805
31007
  type: object
30806
- properties: *ref_541
31008
+ properties: *ref_547
30807
31009
  tasks.createresponse:
30808
31010
  title: tasks.createresponse
30809
31011
  type: object
30810
31012
  properties: *ref_101
30811
31013
  projects-v2_tasks.updaterequest:
30812
31014
  title: projects-v2_tasks.updaterequest
30813
- required: *ref_542
31015
+ required: *ref_548
30814
31016
  type: object
30815
- properties: *ref_543
31017
+ properties: *ref_549
30816
31018
  projects-v2_tasks.duplicaterequest:
30817
31019
  title: projects-v2_tasks.duplicaterequest
30818
- required: *ref_544
31020
+ required: *ref_550
30819
31021
  type: object
30820
- properties: *ref_545
31022
+ properties: *ref_551
30821
31023
  projects-v2_tasks.duplicateresponse:
30822
31024
  title: projects-v2_tasks.duplicateresponse
30823
31025
  type: object
30824
- properties: *ref_546
31026
+ properties: *ref_552
30825
31027
  projects-v2_tasks.deleterequest:
30826
31028
  title: projects-v2_tasks.deleterequest
30827
- required: *ref_547
31029
+ required: *ref_553
30828
31030
  type: object
30829
- properties: *ref_548
31031
+ properties: *ref_554
30830
31032
  projects-v2_tasks.assignrequest:
30831
31033
  title: projects-v2_tasks.assignrequest
30832
- required: *ref_549
31034
+ required: *ref_555
30833
31035
  type: object
30834
- properties: *ref_550
31036
+ properties: *ref_556
30835
31037
  projects-v2_tasks.unassignrequest:
30836
31038
  title: projects-v2_tasks.unassignrequest
30837
- required: *ref_551
31039
+ required: *ref_557
30838
31040
  type: object
30839
- properties: *ref_552
31041
+ properties: *ref_558
30840
31042
  projects-v2_materials.listrequest:
30841
31043
  title: projects-v2_materials.listrequest
30842
31044
  type: object
30843
- properties: *ref_553
31045
+ properties: *ref_559
30844
31046
  projects-v2_materials.listresponse:
30845
31047
  title: projects-v2_materials.listresponse
30846
31048
  type: object
30847
- properties: *ref_554
31049
+ properties: *ref_560
30848
31050
  projects-v2_materials.inforequest:
30849
31051
  title: projects-v2_materials.inforequest
30850
- required: *ref_555
31052
+ required: *ref_561
30851
31053
  type: object
30852
- properties: *ref_556
31054
+ properties: *ref_562
30853
31055
  projects-v2_materials.inforesponse:
30854
31056
  title: projects-v2_materials.inforesponse
30855
31057
  type: object
30856
- properties: *ref_557
31058
+ properties: *ref_563
30857
31059
  projects-v2_materials.createrequest:
30858
31060
  title: projects-v2_materials.createrequest
30859
- required: *ref_558
31061
+ required: *ref_564
30860
31062
  type: object
30861
- properties: *ref_559
31063
+ properties: *ref_565
30862
31064
  projects-v2_materials.createresponse:
30863
31065
  title: projects-v2_materials.createresponse
30864
31066
  type: object
30865
- properties: *ref_560
31067
+ properties: *ref_566
30866
31068
  projects-v2_materials.updaterequest:
30867
31069
  title: projects-v2_materials.updaterequest
30868
- required: *ref_561
31070
+ required: *ref_567
30869
31071
  type: object
30870
- properties: *ref_562
31072
+ properties: *ref_568
30871
31073
  projects-v2_materials.duplicaterequest:
30872
31074
  title: projects-v2_materials.duplicaterequest
30873
- required: *ref_563
31075
+ required: *ref_569
30874
31076
  type: object
30875
- properties: *ref_564
31077
+ properties: *ref_570
30876
31078
  projects-v2_materials.duplicateresponse:
30877
31079
  title: projects-v2_materials.duplicateresponse
30878
31080
  type: object
30879
- properties: *ref_565
31081
+ properties: *ref_571
30880
31082
  projects-v2_materials.deleterequest:
30881
31083
  title: projects-v2_materials.deleterequest
30882
- required: *ref_566
31084
+ required: *ref_572
30883
31085
  type: object
30884
- properties: *ref_567
31086
+ properties: *ref_573
30885
31087
  projects-v2_materials.assignrequest:
30886
31088
  title: projects-v2_materials.assignrequest
30887
- required: *ref_568
31089
+ required: *ref_574
30888
31090
  type: object
30889
- properties: *ref_569
31091
+ properties: *ref_575
30890
31092
  projects-v2_materials.unassignrequest:
30891
31093
  title: projects-v2_materials.unassignrequest
30892
- required: *ref_570
31094
+ required: *ref_576
30893
31095
  type: object
30894
- properties: *ref_571
31096
+ properties: *ref_577
30895
31097
  tasks.listrequest:
30896
31098
  title: tasks.listrequest1
30897
31099
  type: object
30898
- properties: *ref_572
31100
+ properties: *ref_578
30899
31101
  Priority:
30900
31102
  title: Priority
30901
31103
  enum: *ref_100
@@ -30903,49 +31105,49 @@ components:
30903
31105
  tasks.listresponse:
30904
31106
  title: tasks.listresponse1
30905
31107
  type: object
30906
- properties: *ref_573
31108
+ properties: *ref_579
30907
31109
  tasks.inforesponse:
30908
31110
  title: tasks.inforesponse1
30909
31111
  type: object
30910
- properties: *ref_574
31112
+ properties: *ref_580
30911
31113
  tasks.createrequest:
30912
31114
  title: tasks.createrequest1
30913
- required: *ref_575
31115
+ required: *ref_581
30914
31116
  type: object
30915
- properties: *ref_576
31117
+ properties: *ref_582
30916
31118
  tasks.updaterequest:
30917
31119
  title: tasks.updaterequest1
30918
- required: *ref_577
31120
+ required: *ref_583
30919
31121
  type: object
30920
- properties: *ref_578
31122
+ properties: *ref_584
30921
31123
  tasks.completerequest:
30922
31124
  title: tasks.completerequest
30923
- required: *ref_579
31125
+ required: *ref_585
30924
31126
  type: object
30925
- properties: *ref_580
31127
+ properties: *ref_586
30926
31128
  tasks.reopenrequest:
30927
31129
  title: tasks.reopenrequest
30928
- required: *ref_581
31130
+ required: *ref_587
30929
31131
  type: object
30930
- properties: *ref_582
31132
+ properties: *ref_588
30931
31133
  tasks.deleterequest:
30932
31134
  title: tasks.deleterequest1
30933
- required: *ref_583
31135
+ required: *ref_589
30934
31136
  type: object
30935
- properties: *ref_584
31137
+ properties: *ref_590
30936
31138
  tasks.schedulerequest:
30937
31139
  title: tasks.schedulerequest
30938
- required: *ref_585
31140
+ required: *ref_591
30939
31141
  type: object
30940
- properties: *ref_586
31142
+ properties: *ref_592
30941
31143
  tasks.scheduleresponse:
30942
31144
  title: tasks.scheduleresponse
30943
31145
  type: object
30944
- properties: *ref_587
31146
+ properties: *ref_593
30945
31147
  timeTracking.listrequest:
30946
31148
  title: timeTracking.listrequest
30947
31149
  type: object
30948
- properties: *ref_588
31150
+ properties: *ref_594
30949
31151
  BillingInfo:
30950
31152
  title: BillingInfo
30951
31153
  type: object
@@ -30957,82 +31159,82 @@ components:
30957
31159
  timeTracking.listresponse:
30958
31160
  title: timeTracking.listresponse
30959
31161
  type: object
30960
- properties: *ref_589
31162
+ properties: *ref_595
30961
31163
  timeTracking.inforequest:
30962
31164
  title: timeTracking.inforequest
30963
- required: *ref_590
31165
+ required: *ref_596
30964
31166
  type: object
30965
- properties: *ref_591
31167
+ properties: *ref_597
30966
31168
  timeTracking.inforesponse:
30967
31169
  title: timeTracking.inforesponse
30968
31170
  type: object
30969
- properties: *ref_592
31171
+ properties: *ref_598
30970
31172
  timeTracking.addrequest:
30971
31173
  title: timeTracking.addrequest
30972
31174
  type: object
30973
- properties: *ref_593
30974
- oneOf: *ref_594
31175
+ properties: *ref_599
31176
+ oneOf: *ref_600
30975
31177
  timeTracking.addresponse:
30976
31178
  title: timeTracking.addresponse
30977
31179
  type: object
30978
- properties: *ref_595
31180
+ properties: *ref_601
30979
31181
  timeTracking.updaterequest:
30980
31182
  title: timeTracking.updaterequest
30981
- required: *ref_596
31183
+ required: *ref_602
30982
31184
  type: object
30983
- properties: *ref_597
30984
- oneOf: *ref_598
31185
+ properties: *ref_603
31186
+ oneOf: *ref_604
30985
31187
  timeTracking.resumerequest:
30986
31188
  title: timeTracking.resumerequest
30987
- required: *ref_599
31189
+ required: *ref_605
30988
31190
  type: object
30989
- properties: *ref_600
31191
+ properties: *ref_606
30990
31192
  timeTracking.resumeresponse:
30991
31193
  title: timeTracking.resumeresponse
30992
31194
  type: object
30993
- properties: *ref_601
31195
+ properties: *ref_607
30994
31196
  timeTracking.deleterequest:
30995
31197
  title: timeTracking.deleterequest
30996
- required: *ref_602
31198
+ required: *ref_608
30997
31199
  type: object
30998
- properties: *ref_603
31200
+ properties: *ref_609
30999
31201
  timers.currentresponse:
31000
31202
  title: timers.currentresponse
31001
31203
  type: object
31002
- properties: *ref_604
31204
+ properties: *ref_610
31003
31205
  timers.startrequest:
31004
31206
  title: timers.startrequest
31005
31207
  type: object
31006
- properties: *ref_605
31208
+ properties: *ref_611
31007
31209
  timers.startresponse:
31008
31210
  title: timers.startresponse
31009
31211
  type: object
31010
- properties: *ref_606
31212
+ properties: *ref_612
31011
31213
  timers.stopresponse:
31012
31214
  title: timers.stopresponse
31013
31215
  type: object
31014
- properties: *ref_607
31216
+ properties: *ref_613
31015
31217
  timers.updaterequest:
31016
31218
  title: timers.updaterequest
31017
31219
  type: object
31018
- properties: *ref_608
31220
+ properties: *ref_614
31019
31221
  tickets.listrequest:
31020
31222
  title: tickets.listrequest
31021
31223
  type: object
31022
- properties: *ref_609
31224
+ properties: *ref_615
31023
31225
  tickets.listresponse:
31024
31226
  title: tickets.listresponse
31025
31227
  type: object
31026
- properties: *ref_610
31228
+ properties: *ref_616
31027
31229
  tickets.inforequest:
31028
31230
  title: tickets.inforequest
31029
- required: *ref_611
31231
+ required: *ref_617
31030
31232
  type: object
31031
- properties: *ref_612
31233
+ properties: *ref_618
31032
31234
  tickets.inforesponse:
31033
31235
  title: tickets.inforesponse
31034
31236
  type: object
31035
- properties: *ref_613
31237
+ properties: *ref_619
31036
31238
  CompanyCustomer:
31037
31239
  title: CompanyCustomer
31038
31240
  required: *ref_104
@@ -31040,22 +31242,22 @@ components:
31040
31242
  properties: *ref_105
31041
31243
  tickets.createrequest:
31042
31244
  title: tickets.createrequest
31043
- required: *ref_614
31245
+ required: *ref_620
31044
31246
  type: object
31045
- properties: *ref_615
31247
+ properties: *ref_621
31046
31248
  tickets.createresponse:
31047
31249
  title: tickets.createresponse
31048
31250
  type: object
31049
- properties: *ref_616
31251
+ properties: *ref_622
31050
31252
  tickets.updaterequest:
31051
31253
  title: tickets.updaterequest
31052
- required: *ref_617
31254
+ required: *ref_623
31053
31255
  type: object
31054
- properties: *ref_618
31256
+ properties: *ref_624
31055
31257
  tickets.listMessagesrequest:
31056
31258
  title: tickets.listMessagesrequest
31057
31259
  type: object
31058
- properties: *ref_619
31260
+ properties: *ref_625
31059
31261
  SentBy:
31060
31262
  title: SentBy
31061
31263
  type: object
@@ -31063,55 +31265,55 @@ components:
31063
31265
  tickets.listMessagesresponse:
31064
31266
  title: tickets.listMessagesresponse
31065
31267
  type: object
31066
- properties: *ref_620
31268
+ properties: *ref_626
31067
31269
  tickets.getMessagerequest:
31068
31270
  title: tickets.getMessagerequest
31069
31271
  type: object
31070
- properties: *ref_621
31272
+ properties: *ref_627
31071
31273
  tickets.getMessageresponse:
31072
31274
  title: tickets.getMessageresponse
31073
31275
  type: object
31074
- properties: *ref_622
31276
+ properties: *ref_628
31075
31277
  tickets.importMessagerequest:
31076
31278
  title: tickets.importMessagerequest
31077
- required: *ref_623
31279
+ required: *ref_629
31078
31280
  type: object
31079
- properties: *ref_624
31281
+ properties: *ref_630
31080
31282
  tickets.importMessageresponse:
31081
31283
  title: tickets.importMessageresponse
31082
31284
  type: object
31083
- properties: *ref_625
31285
+ properties: *ref_631
31084
31286
  tickets.addReplyrequest:
31085
31287
  title: tickets.addReplyrequest
31086
- required: *ref_626
31288
+ required: *ref_632
31087
31289
  type: object
31088
- properties: *ref_627
31290
+ properties: *ref_633
31089
31291
  tickets.addReplyresponse:
31090
31292
  title: tickets.addReplyresponse
31091
31293
  type: object
31092
- properties: *ref_628
31294
+ properties: *ref_634
31093
31295
  tickets.addInternalMessagerequest:
31094
31296
  title: tickets.addInternalMessagerequest
31095
- required: *ref_629
31297
+ required: *ref_635
31096
31298
  type: object
31097
- properties: *ref_630
31299
+ properties: *ref_636
31098
31300
  tickets.addInternalMessageresponse:
31099
31301
  title: tickets.addInternalMessageresponse
31100
31302
  type: object
31101
- properties: *ref_631
31303
+ properties: *ref_637
31102
31304
  ticketStatus.listrequest:
31103
31305
  title: ticketStatus.listrequest
31104
31306
  type: object
31105
- properties: *ref_632
31307
+ properties: *ref_638
31106
31308
  ticketStatus.listresponse:
31107
31309
  title: ticketStatus.listresponse
31108
31310
  type: object
31109
- properties: *ref_633
31311
+ properties: *ref_639
31110
31312
  files.listrequest:
31111
31313
  title: files.listrequest
31112
- required: *ref_634
31314
+ required: *ref_640
31113
31315
  type: object
31114
- properties: *ref_635
31316
+ properties: *ref_641
31115
31317
  MimeType:
31116
31318
  title: MimeType
31117
31319
  enum: *ref_107
@@ -31119,93 +31321,93 @@ components:
31119
31321
  files.listresponse:
31120
31322
  title: files.listresponse
31121
31323
  type: object
31122
- properties: *ref_636
31324
+ properties: *ref_642
31123
31325
  files.inforequest:
31124
31326
  title: files.inforequest
31125
- required: *ref_637
31327
+ required: *ref_643
31126
31328
  type: object
31127
- properties: *ref_638
31329
+ properties: *ref_644
31128
31330
  files.inforesponse:
31129
31331
  title: files.inforesponse
31130
31332
  type: object
31131
- properties: *ref_639
31333
+ properties: *ref_645
31132
31334
  files.downloadrequest:
31133
31335
  title: files.downloadrequest
31134
- required: *ref_640
31336
+ required: *ref_646
31135
31337
  type: object
31136
- properties: *ref_641
31338
+ properties: *ref_647
31137
31339
  files.downloadresponse:
31138
31340
  title: files.downloadresponse
31139
31341
  type: object
31140
- properties: *ref_642
31342
+ properties: *ref_648
31141
31343
  files.uploadrequest:
31142
31344
  title: files.uploadrequest
31143
- required: *ref_643
31345
+ required: *ref_649
31144
31346
  type: object
31145
- properties: *ref_644
31347
+ properties: *ref_650
31146
31348
  files.uploadresponse:
31147
31349
  title: files.uploadresponse
31148
31350
  type: object
31149
- properties: *ref_645
31351
+ properties: *ref_651
31150
31352
  files.deleterequest:
31151
31353
  title: files.deleterequest
31152
- required: *ref_646
31354
+ required: *ref_652
31153
31355
  type: object
31154
- properties: *ref_647
31356
+ properties: *ref_653
31155
31357
  mailTemplates.listrequest:
31156
31358
  title: mailTemplates.listrequest
31157
- required: *ref_648
31359
+ required: *ref_654
31158
31360
  type: object
31159
- properties: *ref_649
31361
+ properties: *ref_655
31160
31362
  mailTemplates.listresponse:
31161
31363
  title: mailTemplates.listresponse
31162
31364
  type: object
31163
- properties: *ref_650
31365
+ properties: *ref_656
31164
31366
  migrate.idrequest:
31165
31367
  title: migrate.idrequest
31166
31368
  type: object
31167
- properties: *ref_651
31369
+ properties: *ref_657
31168
31370
  migrate.idresponse:
31169
31371
  title: migrate.idresponse
31170
31372
  type: object
31171
- properties: *ref_652
31373
+ properties: *ref_658
31172
31374
  migrate.taxRaterequest:
31173
31375
  title: migrate.taxRaterequest
31174
31376
  type: object
31175
- properties: *ref_653
31377
+ properties: *ref_659
31176
31378
  migrate.taxRateresponse:
31177
31379
  title: migrate.taxRateresponse
31178
31380
  type: object
31179
- properties: *ref_654
31381
+ properties: *ref_660
31180
31382
  migrate.activityTyperequest:
31181
31383
  title: migrate.activityTyperequest
31182
31384
  type: object
31183
- properties: *ref_655
31385
+ properties: *ref_661
31184
31386
  migrate.activityTyperesponse:
31185
31387
  title: migrate.activityTyperesponse
31186
31388
  type: object
31187
- properties: *ref_656
31389
+ properties: *ref_662
31188
31390
  orders.inforequest:
31189
31391
  title: orders.inforequest
31190
- required: *ref_657
31392
+ required: *ref_663
31191
31393
  type: object
31192
- properties: *ref_658
31394
+ properties: *ref_664
31193
31395
  OrdersGroupedLinesResponse:
31194
31396
  title: OrdersGroupedLinesResponse
31195
31397
  type: object
31196
- properties: *ref_659
31398
+ properties: *ref_665
31197
31399
  orders.inforesponse:
31198
31400
  title: orders.inforesponse
31199
31401
  type: object
31200
- properties: *ref_660
31402
+ properties: *ref_666
31201
31403
  orders.listrequest:
31202
31404
  title: orders.listrequest
31203
31405
  type: object
31204
- properties: *ref_661
31406
+ properties: *ref_667
31205
31407
  orders.listresponse:
31206
31408
  title: orders.listresponse
31207
31409
  type: object
31208
- properties: *ref_662
31410
+ properties: *ref_668
31209
31411
  WebHook:
31210
31412
  title: WebHook
31211
31413
  required: *ref_108
@@ -31214,20 +31416,20 @@ components:
31214
31416
  webhooks.listresponse:
31215
31417
  title: webhooks.listresponse
31216
31418
  type: object
31217
- properties: *ref_663
31419
+ properties: *ref_669
31218
31420
  cloudPlatforms.urlrequest:
31219
31421
  title: cloudPlatforms.urlrequest
31220
- required: *ref_664
31422
+ required: *ref_670
31221
31423
  type: object
31222
- properties: *ref_665
31424
+ properties: *ref_671
31223
31425
  cloudPlatforms.urlresponse:
31224
31426
  title: cloudPlatforms.urlresponse
31225
31427
  type: object
31226
- properties: *ref_666
31428
+ properties: *ref_672
31227
31429
  accounts.projects-v2-statusresponse:
31228
31430
  title: accounts.projects-v2-statusresponse
31229
31431
  type: object
31230
- properties: *ref_667
31432
+ properties: *ref_673
31231
31433
  x-tagGroups:
31232
31434
  - name: General
31233
31435
  tags:
@@ -31288,6 +31490,7 @@ x-tagGroups:
31288
31490
  - name: New Projects
31289
31491
  tags:
31290
31492
  - projects
31493
+ - external_parties
31291
31494
  - project_lines
31292
31495
  - groups
31293
31496
  - projects_v2_tasks