@google-shopping/reports 0.12.0 → 0.13.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.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # [Merchant API: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-shopping-merchant-reports)
6
6
 
7
- [![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7
+ [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
8
8
  [![npm version](https://img.shields.io/npm/v/@google-shopping/reports.svg)](https://www.npmjs.org/package/@google-shopping/reports)
9
9
 
10
10
 
@@ -99,13 +99,14 @@ This library follows [Semantic Versioning](http://semver.org/).
99
99
 
100
100
 
101
101
 
102
+ This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
103
+ unless absolutely necessary (e.g. because of critical security issues) or with
104
+ an extensive deprecation period. Issues and requests against **stable** libraries
105
+ are addressed with the highest priority.
102
106
 
103
107
 
104
108
 
105
109
 
106
- This library is considered to be in **preview**. This means it is still a
107
- work-in-progress and under active development. Any release is subject to
108
- backwards-incompatible changes at any time.
109
110
 
110
111
 
111
112
  More Information: [Google Cloud Platform Launch Stages][launch_stages]
@@ -1,14 +1,14 @@
1
1
  import * as v1 from './v1';
2
2
  import * as v1alpha from './v1alpha';
3
3
  import * as v1beta from './v1beta';
4
- declare const ReportServiceClient: typeof v1beta.ReportServiceClient;
5
- type ReportServiceClient = v1beta.ReportServiceClient;
4
+ declare const ReportServiceClient: typeof v1.ReportServiceClient;
5
+ type ReportServiceClient = v1.ReportServiceClient;
6
6
  export { v1, v1alpha, v1beta, ReportServiceClient };
7
7
  declare const _default: {
8
8
  v1: typeof v1;
9
9
  v1alpha: typeof v1alpha;
10
10
  v1beta: typeof v1beta;
11
- ReportServiceClient: typeof v1beta.ReportServiceClient;
11
+ ReportServiceClient: typeof v1.ReportServiceClient;
12
12
  };
13
13
  export default _default;
14
14
  import * as protos from '../protos/protos';
@@ -24,7 +24,7 @@ const v1alpha = require("./v1alpha");
24
24
  exports.v1alpha = v1alpha;
25
25
  const v1beta = require("./v1beta");
26
26
  exports.v1beta = v1beta;
27
- const ReportServiceClient = v1beta.ReportServiceClient;
27
+ const ReportServiceClient = v1.ReportServiceClient;
28
28
  exports.ReportServiceClient = ReportServiceClient;
29
29
  exports.default = { v1, v1alpha, v1beta, ReportServiceClient };
30
30
  const protos = require("../protos/protos");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,2DAA2D;AAC3D,gDAAgD;AAChD,qDAAqD;;;AAErD,2BAA2B;AAOnB,gBAAE;AANV,qCAAqC;AAMzB,0BAAO;AALnB,mCAAmC;AAKd,wBAAM;AAH3B,MAAM,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,CAAC;AAG1B,kDAAmB;AAChD,kBAAe,EAAC,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAC,CAAC;AAC1D,2CAA2C;AACnC,wBAAM"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,kDAAkD;AAClD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AACF,2DAA2D;AAC3D,gDAAgD;AAChD,qDAAqD;;;AAErD,2BAA2B;AAOnB,gBAAE;AANV,qCAAqC;AAMzB,0BAAO;AALnB,mCAAmC;AAKd,wBAAM;AAH3B,MAAM,mBAAmB,GAAG,EAAE,CAAC,mBAAmB,CAAC;AAGtB,kDAAmB;AAChD,kBAAe,EAAC,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAC,CAAC;AAC1D,2CAA2C;AACnC,wBAAM"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-shopping/reports",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Merchant API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",