Skip to content

Commit 86a7f65

Browse files
fix(vault): update the API
1 parent 753aa01 commit 86a7f65

File tree

1 file changed

+22
-44
lines changed

1 file changed

+22
-44
lines changed

src/apis/vault/v1.ts

Lines changed: 22 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,8 +2814,7 @@ export namespace vault_v1 {
28142814
}
28152815
}
28162816

2817-
export interface Params$Resource$Matters$Addpermissions
2818-
extends StandardParameters {
2817+
export interface Params$Resource$Matters$Addpermissions extends StandardParameters {
28192818
/**
28202819
* The matter ID.
28212820
*/
@@ -2888,8 +2887,7 @@ export namespace vault_v1 {
28882887
*/
28892888
view?: string;
28902889
}
2891-
export interface Params$Resource$Matters$Removepermissions
2892-
extends StandardParameters {
2890+
export interface Params$Resource$Matters$Removepermissions extends StandardParameters {
28932891
/**
28942892
* The matter ID.
28952893
*/
@@ -3538,8 +3536,7 @@ export namespace vault_v1 {
35383536
}
35393537
}
35403538

3541-
export interface Params$Resource$Matters$Exports$Create
3542-
extends StandardParameters {
3539+
export interface Params$Resource$Matters$Exports$Create extends StandardParameters {
35433540
/**
35443541
* The matter ID.
35453542
*/
@@ -3550,8 +3547,7 @@ export namespace vault_v1 {
35503547
*/
35513548
requestBody?: Schema$Export;
35523549
}
3553-
export interface Params$Resource$Matters$Exports$Delete
3554-
extends StandardParameters {
3550+
export interface Params$Resource$Matters$Exports$Delete extends StandardParameters {
35553551
/**
35563552
* The export ID.
35573553
*/
@@ -3561,8 +3557,7 @@ export namespace vault_v1 {
35613557
*/
35623558
matterId?: string;
35633559
}
3564-
export interface Params$Resource$Matters$Exports$Get
3565-
extends StandardParameters {
3560+
export interface Params$Resource$Matters$Exports$Get extends StandardParameters {
35663561
/**
35673562
* The export ID.
35683563
*/
@@ -3572,8 +3567,7 @@ export namespace vault_v1 {
35723567
*/
35733568
matterId?: string;
35743569
}
3575-
export interface Params$Resource$Matters$Exports$List
3576-
extends StandardParameters {
3570+
export interface Params$Resource$Matters$Exports$List extends StandardParameters {
35773571
/**
35783572
* The matter ID.
35793573
*/
@@ -4649,8 +4643,7 @@ export namespace vault_v1 {
46494643
}
46504644
}
46514645

4652-
export interface Params$Resource$Matters$Holds$Addheldaccounts
4653-
extends StandardParameters {
4646+
export interface Params$Resource$Matters$Holds$Addheldaccounts extends StandardParameters {
46544647
/**
46554648
* The hold ID.
46564649
*/
@@ -4665,8 +4658,7 @@ export namespace vault_v1 {
46654658
*/
46664659
requestBody?: Schema$AddHeldAccountsRequest;
46674660
}
4668-
export interface Params$Resource$Matters$Holds$Create
4669-
extends StandardParameters {
4661+
export interface Params$Resource$Matters$Holds$Create extends StandardParameters {
46704662
/**
46714663
* The matter ID.
46724664
*/
@@ -4677,8 +4669,7 @@ export namespace vault_v1 {
46774669
*/
46784670
requestBody?: Schema$Hold;
46794671
}
4680-
export interface Params$Resource$Matters$Holds$Delete
4681-
extends StandardParameters {
4672+
export interface Params$Resource$Matters$Holds$Delete extends StandardParameters {
46824673
/**
46834674
* The hold ID.
46844675
*/
@@ -4688,8 +4679,7 @@ export namespace vault_v1 {
46884679
*/
46894680
matterId?: string;
46904681
}
4691-
export interface Params$Resource$Matters$Holds$Get
4692-
extends StandardParameters {
4682+
export interface Params$Resource$Matters$Holds$Get extends StandardParameters {
46934683
/**
46944684
* The hold ID.
46954685
*/
@@ -4703,8 +4693,7 @@ export namespace vault_v1 {
47034693
*/
47044694
view?: string;
47054695
}
4706-
export interface Params$Resource$Matters$Holds$List
4707-
extends StandardParameters {
4696+
export interface Params$Resource$Matters$Holds$List extends StandardParameters {
47084697
/**
47094698
* The matter ID.
47104699
*/
@@ -4722,8 +4711,7 @@ export namespace vault_v1 {
47224711
*/
47234712
view?: string;
47244713
}
4725-
export interface Params$Resource$Matters$Holds$Removeheldaccounts
4726-
extends StandardParameters {
4714+
export interface Params$Resource$Matters$Holds$Removeheldaccounts extends StandardParameters {
47274715
/**
47284716
* The hold ID.
47294717
*/
@@ -4738,8 +4726,7 @@ export namespace vault_v1 {
47384726
*/
47394727
requestBody?: Schema$RemoveHeldAccountsRequest;
47404728
}
4741-
export interface Params$Resource$Matters$Holds$Update
4742-
extends StandardParameters {
4729+
export interface Params$Resource$Matters$Holds$Update extends StandardParameters {
47434730
/**
47444731
* The ID of the hold.
47454732
*/
@@ -5198,8 +5185,7 @@ export namespace vault_v1 {
51985185
}
51995186
}
52005187

5201-
export interface Params$Resource$Matters$Holds$Accounts$Create
5202-
extends StandardParameters {
5188+
export interface Params$Resource$Matters$Holds$Accounts$Create extends StandardParameters {
52035189
/**
52045190
* The hold ID.
52055191
*/
@@ -5214,8 +5200,7 @@ export namespace vault_v1 {
52145200
*/
52155201
requestBody?: Schema$HeldAccount;
52165202
}
5217-
export interface Params$Resource$Matters$Holds$Accounts$Delete
5218-
extends StandardParameters {
5203+
export interface Params$Resource$Matters$Holds$Accounts$Delete extends StandardParameters {
52195204
/**
52205205
* The ID of the account to remove from the hold.
52215206
*/
@@ -5229,8 +5214,7 @@ export namespace vault_v1 {
52295214
*/
52305215
matterId?: string;
52315216
}
5232-
export interface Params$Resource$Matters$Holds$Accounts$List
5233-
extends StandardParameters {
5217+
export interface Params$Resource$Matters$Holds$Accounts$List extends StandardParameters {
52345218
/**
52355219
* The hold ID.
52365220
*/
@@ -5829,8 +5813,7 @@ export namespace vault_v1 {
58295813
}
58305814
}
58315815

5832-
export interface Params$Resource$Matters$Savedqueries$Create
5833-
extends StandardParameters {
5816+
export interface Params$Resource$Matters$Savedqueries$Create extends StandardParameters {
58345817
/**
58355818
* The ID of the matter to create the saved query in.
58365819
*/
@@ -5841,8 +5824,7 @@ export namespace vault_v1 {
58415824
*/
58425825
requestBody?: Schema$SavedQuery;
58435826
}
5844-
export interface Params$Resource$Matters$Savedqueries$Delete
5845-
extends StandardParameters {
5827+
export interface Params$Resource$Matters$Savedqueries$Delete extends StandardParameters {
58465828
/**
58475829
* The ID of the matter to delete the saved query from.
58485830
*/
@@ -5852,8 +5834,7 @@ export namespace vault_v1 {
58525834
*/
58535835
savedQueryId?: string;
58545836
}
5855-
export interface Params$Resource$Matters$Savedqueries$Get
5856-
extends StandardParameters {
5837+
export interface Params$Resource$Matters$Savedqueries$Get extends StandardParameters {
58575838
/**
58585839
* The ID of the matter to get the saved query from.
58595840
*/
@@ -5863,8 +5844,7 @@ export namespace vault_v1 {
58635844
*/
58645845
savedQueryId?: string;
58655846
}
5866-
export interface Params$Resource$Matters$Savedqueries$List
5867-
extends StandardParameters {
5847+
export interface Params$Resource$Matters$Savedqueries$List extends StandardParameters {
58685848
/**
58695849
* The ID of the matter to get the saved queries for.
58705850
*/
@@ -6444,8 +6424,7 @@ export namespace vault_v1 {
64446424
}
64456425
}
64466426

6447-
export interface Params$Resource$Operations$Cancel
6448-
extends StandardParameters {
6427+
export interface Params$Resource$Operations$Cancel extends StandardParameters {
64496428
/**
64506429
* The name of the operation resource to be cancelled.
64516430
*/
@@ -6456,8 +6435,7 @@ export namespace vault_v1 {
64566435
*/
64576436
requestBody?: Schema$CancelOperationRequest;
64586437
}
6459-
export interface Params$Resource$Operations$Delete
6460-
extends StandardParameters {
6438+
export interface Params$Resource$Operations$Delete extends StandardParameters {
64616439
/**
64626440
* The name of the operation resource to be deleted.
64636441
*/

0 commit comments

Comments
 (0)