@maxim_mazurok/gapi.client.spanner-v1 0.37.20260203 → 0.37.20260218

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 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://spanner.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260203
12
+ // Revision: 20260218
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -198,7 +198,7 @@ declare namespace gapi.client {
198
198
  requestOptions?: RequestOptions;
199
199
  }
200
200
  interface BatchWriteResponse {
201
- /** The commit timestamp of the transaction that applied this batch. Present if `status` is `OK`, absent otherwise. */
201
+ /** The commit timestamp of the transaction that applied this batch. Present if status is OK and the mutation groups were applied, absent otherwise. For mutation groups with conditions, a status=OK and missing commit_timestamp means that the mutation groups were not applied due to the condition not being satisfied after evaluation. */
202
202
  commitTimestamp?: string;
203
203
  /** The mutation groups applied in this batch. The values index into the `mutation_groups` field in the corresponding `BatchWriteRequest`. */
204
204
  indexes?: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.spanner-v1",
3
- "version": "0.37.20260203",
3
+ "version": "0.37.20260218",
4
4
  "description": "TypeScript typings for Cloud Spanner API v1",
5
5
  "repository": {
6
6
  "type": "git",