@google-shopping/quota 0.7.0 → 0.8.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-quota)
|
|
6
6
|
|
|
7
|
-
[](https://cloud.google.com/terms/launch-stages)
|
|
8
8
|
[](https://www.npmjs.org/package/@google-shopping/quota)
|
|
9
9
|
|
|
10
10
|
|
|
@@ -146,13 +146,14 @@ This library follows [Semantic Versioning](http://semver.org/).
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
|
|
149
|
+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
|
|
150
|
+
unless absolutely necessary (e.g. because of critical security issues) or with
|
|
151
|
+
an extensive deprecation period. Issues and requests against **stable** libraries
|
|
152
|
+
are addressed with the highest priority.
|
|
149
153
|
|
|
150
154
|
|
|
151
155
|
|
|
152
156
|
|
|
153
|
-
This library is considered to be in **preview**. This means it is still a
|
|
154
|
-
work-in-progress and under active development. Any release is subject to
|
|
155
|
-
backwards-incompatible changes at any time.
|
|
156
157
|
|
|
157
158
|
|
|
158
159
|
More Information: [Google Cloud Platform Launch Stages][launch_stages]
|
package/build/src/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as v1 from './v1';
|
|
2
2
|
import * as v1beta from './v1beta';
|
|
3
|
-
declare const QuotaServiceClient: typeof
|
|
4
|
-
type QuotaServiceClient =
|
|
3
|
+
declare const QuotaServiceClient: typeof v1.QuotaServiceClient;
|
|
4
|
+
type QuotaServiceClient = v1.QuotaServiceClient;
|
|
5
5
|
export { v1, v1beta, QuotaServiceClient };
|
|
6
6
|
declare const _default: {
|
|
7
7
|
v1: typeof v1;
|
|
8
8
|
v1beta: typeof v1beta;
|
|
9
|
-
QuotaServiceClient: typeof
|
|
9
|
+
QuotaServiceClient: typeof v1.QuotaServiceClient;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
12
12
|
import * as protos from '../protos/protos';
|
package/build/src/index.js
CHANGED
|
@@ -22,7 +22,7 @@ const v1 = require("./v1");
|
|
|
22
22
|
exports.v1 = v1;
|
|
23
23
|
const v1beta = require("./v1beta");
|
|
24
24
|
exports.v1beta = v1beta;
|
|
25
|
-
const QuotaServiceClient =
|
|
25
|
+
const QuotaServiceClient = v1.QuotaServiceClient;
|
|
26
26
|
exports.QuotaServiceClient = QuotaServiceClient;
|
|
27
27
|
exports.default = { v1, v1beta, QuotaServiceClient };
|
|
28
28
|
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;AAMnB,gBAAE;AALV,mCAAmC;AAKvB,wBAAM;AAHlB,MAAM,kBAAkB,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;AAMnB,gBAAE;AALV,mCAAmC;AAKvB,wBAAM;AAHlB,MAAM,kBAAkB,GAAG,EAAE,CAAC,kBAAkB,CAAC;AAG7B,gDAAkB;AACtC,kBAAe,EAAC,EAAE,EAAE,MAAM,EAAE,kBAAkB,EAAC,CAAC;AAChD,2CAA2C;AACnC,wBAAM"}
|