@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 +5 -4
- package/build/src/index.d.ts +3 -3
- package/build/src/index.js +1 -1
- package/build/src/index.js.map +1 -1
- package/package.json +1 -1
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
|
-
[](https://cloud.google.com/terms/launch-stages)
|
|
8
8
|
[](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]
|
package/build/src/index.d.ts
CHANGED
|
@@ -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
|
|
5
|
-
type 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
|
|
11
|
+
ReportServiceClient: typeof v1.ReportServiceClient;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
|
14
14
|
import * as protos from '../protos/protos';
|
package/build/src/index.js
CHANGED
|
@@ -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 =
|
|
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");
|
package/build/src/index.js.map
CHANGED
|
@@ -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,
|
|
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"}
|