@maxim_mazurok/gapi.client.securesourcemanager-v1 0.26.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 +14 -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. */
@@ -128,6 +130,16 @@ declare namespace gapi.client {
128
130
  /** Required. The pull request comment to create. */
129
131
  pullRequestComment?: PullRequestComment;
130
132
  }
133
+ interface CustomHostConfig {
134
+ /** Required. The custom API hostname for the instance, e.g., "api.source.internal.mycompany.com" */
135
+ api?: string;
136
+ /** Required. The custom git http hostname for the instance, e.g., "git.source.internal.mycompany.com" */
137
+ gitHttp?: string;
138
+ /** Required. The custom git ssh hostname for the instance, e.g., "ssh.source.internal.mycompany.com" */
139
+ gitSsh?: string;
140
+ /** Required. The custom UI hostname for the instance, e.g., "git.source.internal.mycompany.com" */
141
+ html?: string;
142
+ }
131
143
  interface Empty {}
132
144
  interface Expr {
133
145
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
@@ -386,6 +398,8 @@ declare namespace gapi.client {
386
398
  interface PrivateConfig {
387
399
  /** Optional. Immutable. CA pool resource, resource must in the format of `projects/{project}/locations/{location}/caPools/{ca_pool}`. */
388
400
  caPool?: string;
401
+ /** Optional. Custom host config for the instance. */
402
+ customHostConfig?: CustomHostConfig;
389
403
  /** Output only. Service Attachment for HTTP, resource is in the format of `projects/{project}/regions/{region}/serviceAttachments/{service_attachment}`. */
390
404
  httpServiceAttachment?: string;
391
405
  /** Required. Immutable. Indicate if it's private instance. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securesourcemanager-v1",
3
- "version": "0.26.0",
3
+ "version": "0.28.0",
4
4
  "description": "TypeScript typings for Secure Source Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",