@maxim_mazurok/gapi.client.datastore-v1 0.0.20240208 → 0.0.20240226

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 +1 -9
  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://datastore.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240208
12
+ // Revision: 20240226
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -129,10 +129,6 @@ declare namespace gapi.client {
129
129
  /** The version of the entity, a strictly positive number that monotonically increases with changes to the entity. This field is set for `FULL` entity results. For missing entities in `LookupResponse`, this is the version of the snapshot that was used to look up the entity, and it is always set except for eventually consistent reads. */
130
130
  version?: string;
131
131
  }
132
- interface ExplainOptions {
133
- /** Optional. Whether to execute this query. When false (the default), the query will be planned, returning only metrics from the planning stages. When true, the query will be planned and executed, returning the full query results along with both planning and execution stage metrics. */
134
- analyze?: boolean;
135
- }
136
132
  interface Filter {
137
133
  /** A composite filter. */
138
134
  compositeFilter?: CompositeFilter;
@@ -528,8 +524,6 @@ declare namespace gapi.client {
528
524
  aggregationQuery?: AggregationQuery;
529
525
  /** The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database. */
530
526
  databaseId?: string;
531
- /** Optional. Explain options for the query. If set, additional query statistics will be returned. If not, only query results will be returned. */
532
- explainOptions?: ExplainOptions;
533
527
  /** The GQL query to run. This query must be an aggregation query. */
534
528
  gqlQuery?: GqlQuery;
535
529
  /** Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID. */
@@ -548,8 +542,6 @@ declare namespace gapi.client {
548
542
  interface RunQueryRequest {
549
543
  /** The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database. */
550
544
  databaseId?: string;
551
- /** Optional. Explain options for the query. If set, additional query statistics will be returned. If not, only query results will be returned. */
552
- explainOptions?: ExplainOptions;
553
545
  /** The GQL query to run. This query must be a non-aggregation query. */
554
546
  gqlQuery?: GqlQuery;
555
547
  /** Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.datastore-v1",
3
- "version": "0.0.20240208",
3
+ "version": "0.0.20240226",
4
4
  "description": "TypeScript typings for Cloud Datastore API v1",
5
5
  "repository": {
6
6
  "type": "git",