@maxim_mazurok/gapi.client.securesourcemanager-v1 0.27.0 → 0.28.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -81,6 +81,8 @@ declare namespace gapi.client {
81
81
  minimumReviewsCount?: number;
82
82
  /** Identifier. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
83
83
  name?: string;
84
+ /** Optional. Determines if code owners must approve before merging to the branch. */
85
+ requireCodeOwnerApproval?: boolean;
84
86
  /** Optional. Determines if require comments resolved before merging to the branch. */
85
87
  requireCommentsResolved?: boolean;
86
88
  /** Optional. List of required status checks before merging to the branch. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securesourcemanager-v1",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "TypeScript typings for Secure Source Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",