@google-shopping/reviews 0.2.1 → 0.4.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 +2 -2
- package/build/protos/protos.d.ts +11 -110
- package/build/protos/protos.js +324 -301
- package/build/protos/protos.json +64 -16
- package/build/src/index.js +1 -5
- package/build/src/index.js.map +1 -1
- package/build/src/v1beta/merchant_reviews_service_client.d.ts +33 -33
- package/build/src/v1beta/merchant_reviews_service_client.js +65 -82
- package/build/src/v1beta/merchant_reviews_service_client.js.map +1 -1
- package/build/src/v1beta/product_reviews_service_client.d.ts +31 -31
- package/build/src/v1beta/product_reviews_service_client.js +65 -82
- package/build/src/v1beta/product_reviews_service_client.js.map +1 -1
- package/package.json +4 -4
- package/CHANGELOG.md +0 -33
package/README.md
CHANGED
@@ -44,7 +44,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
|
|
44
44
|
1. [Select or create a Cloud Platform project][projects].
|
45
45
|
1. [Enable billing for your project][billing].
|
46
46
|
1. [Enable the Merchant API API][enable_api].
|
47
|
-
1. [Set up authentication
|
47
|
+
1. [Set up authentication][auth] so you can access the
|
48
48
|
API from your local workstation.
|
49
49
|
|
50
50
|
### Installing the client library
|
@@ -190,4 +190,4 @@ See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
|
|
190
190
|
[projects]: https://console.cloud.google.com/project
|
191
191
|
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
|
192
192
|
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=merchantapi.googleapis.com
|
193
|
-
[auth]: https://cloud.google.com/docs/authentication/
|
193
|
+
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
|
package/build/protos/protos.d.ts
CHANGED
@@ -888,54 +888,6 @@ export namespace google {
|
|
888
888
|
/** MerchantReviewAttributes reviewCountry. */
|
889
889
|
public reviewCountry?: (string|null);
|
890
890
|
|
891
|
-
/** MerchantReviewAttributes _merchantId. */
|
892
|
-
public _merchantId?: "merchantId";
|
893
|
-
|
894
|
-
/** MerchantReviewAttributes _merchantDisplayName. */
|
895
|
-
public _merchantDisplayName?: "merchantDisplayName";
|
896
|
-
|
897
|
-
/** MerchantReviewAttributes _merchantLink. */
|
898
|
-
public _merchantLink?: "merchantLink";
|
899
|
-
|
900
|
-
/** MerchantReviewAttributes _merchantRatingLink. */
|
901
|
-
public _merchantRatingLink?: "merchantRatingLink";
|
902
|
-
|
903
|
-
/** MerchantReviewAttributes _minRating. */
|
904
|
-
public _minRating?: "minRating";
|
905
|
-
|
906
|
-
/** MerchantReviewAttributes _maxRating. */
|
907
|
-
public _maxRating?: "maxRating";
|
908
|
-
|
909
|
-
/** MerchantReviewAttributes _rating. */
|
910
|
-
public _rating?: "rating";
|
911
|
-
|
912
|
-
/** MerchantReviewAttributes _title. */
|
913
|
-
public _title?: "title";
|
914
|
-
|
915
|
-
/** MerchantReviewAttributes _content. */
|
916
|
-
public _content?: "content";
|
917
|
-
|
918
|
-
/** MerchantReviewAttributes _reviewerId. */
|
919
|
-
public _reviewerId?: "reviewerId";
|
920
|
-
|
921
|
-
/** MerchantReviewAttributes _reviewerUsername. */
|
922
|
-
public _reviewerUsername?: "reviewerUsername";
|
923
|
-
|
924
|
-
/** MerchantReviewAttributes _isAnonymous. */
|
925
|
-
public _isAnonymous?: "isAnonymous";
|
926
|
-
|
927
|
-
/** MerchantReviewAttributes _collectionMethod. */
|
928
|
-
public _collectionMethod?: "collectionMethod";
|
929
|
-
|
930
|
-
/** MerchantReviewAttributes _reviewTime. */
|
931
|
-
public _reviewTime?: "reviewTime";
|
932
|
-
|
933
|
-
/** MerchantReviewAttributes _reviewLanguage. */
|
934
|
-
public _reviewLanguage?: "reviewLanguage";
|
935
|
-
|
936
|
-
/** MerchantReviewAttributes _reviewCountry. */
|
937
|
-
public _reviewCountry?: "reviewCountry";
|
938
|
-
|
939
891
|
/**
|
940
892
|
* Creates a new MerchantReviewAttributes instance using the specified properties.
|
941
893
|
* @param [properties] Properties to set
|
@@ -2326,51 +2278,6 @@ export namespace google {
|
|
2326
2278
|
/** ProductReviewAttributes transactionId. */
|
2327
2279
|
public transactionId: string;
|
2328
2280
|
|
2329
|
-
/** ProductReviewAttributes _aggregatorName. */
|
2330
|
-
public _aggregatorName?: "aggregatorName";
|
2331
|
-
|
2332
|
-
/** ProductReviewAttributes _subclientName. */
|
2333
|
-
public _subclientName?: "subclientName";
|
2334
|
-
|
2335
|
-
/** ProductReviewAttributes _publisherName. */
|
2336
|
-
public _publisherName?: "publisherName";
|
2337
|
-
|
2338
|
-
/** ProductReviewAttributes _publisherFavicon. */
|
2339
|
-
public _publisherFavicon?: "publisherFavicon";
|
2340
|
-
|
2341
|
-
/** ProductReviewAttributes _reviewerId. */
|
2342
|
-
public _reviewerId?: "reviewerId";
|
2343
|
-
|
2344
|
-
/** ProductReviewAttributes _reviewerIsAnonymous. */
|
2345
|
-
public _reviewerIsAnonymous?: "reviewerIsAnonymous";
|
2346
|
-
|
2347
|
-
/** ProductReviewAttributes _reviewerUsername. */
|
2348
|
-
public _reviewerUsername?: "reviewerUsername";
|
2349
|
-
|
2350
|
-
/** ProductReviewAttributes _reviewLanguage. */
|
2351
|
-
public _reviewLanguage?: "reviewLanguage";
|
2352
|
-
|
2353
|
-
/** ProductReviewAttributes _reviewCountry. */
|
2354
|
-
public _reviewCountry?: "reviewCountry";
|
2355
|
-
|
2356
|
-
/** ProductReviewAttributes _title. */
|
2357
|
-
public _title?: "title";
|
2358
|
-
|
2359
|
-
/** ProductReviewAttributes _content. */
|
2360
|
-
public _content?: "content";
|
2361
|
-
|
2362
|
-
/** ProductReviewAttributes _minRating. */
|
2363
|
-
public _minRating?: "minRating";
|
2364
|
-
|
2365
|
-
/** ProductReviewAttributes _maxRating. */
|
2366
|
-
public _maxRating?: "maxRating";
|
2367
|
-
|
2368
|
-
/** ProductReviewAttributes _rating. */
|
2369
|
-
public _rating?: "rating";
|
2370
|
-
|
2371
|
-
/** ProductReviewAttributes _isSpam. */
|
2372
|
-
public _isSpam?: "isSpam";
|
2373
|
-
|
2374
2281
|
/**
|
2375
2282
|
* Creates a new ProductReviewAttributes instance using the specified properties.
|
2376
2283
|
* @param [properties] Properties to set
|
@@ -2967,9 +2874,6 @@ export namespace google {
|
|
2967
2874
|
/** Weight unit. */
|
2968
2875
|
public unit: (google.shopping.type.Weight.WeightUnit|keyof typeof google.shopping.type.Weight.WeightUnit);
|
2969
2876
|
|
2970
|
-
/** Weight _amountMicros. */
|
2971
|
-
public _amountMicros?: "amountMicros";
|
2972
|
-
|
2973
2877
|
/**
|
2974
2878
|
* Creates a new Weight instance using the specified properties.
|
2975
2879
|
* @param [properties] Properties to set
|
@@ -3083,12 +2987,6 @@ export namespace google {
|
|
3083
2987
|
/** Price currencyCode. */
|
3084
2988
|
public currencyCode?: (string|null);
|
3085
2989
|
|
3086
|
-
/** Price _amountMicros. */
|
3087
|
-
public _amountMicros?: "amountMicros";
|
3088
|
-
|
3089
|
-
/** Price _currencyCode. */
|
3090
|
-
public _currencyCode?: "currencyCode";
|
3091
|
-
|
3092
2990
|
/**
|
3093
2991
|
* Creates a new Price instance using the specified properties.
|
3094
2992
|
* @param [properties] Properties to set
|
@@ -3198,12 +3096,6 @@ export namespace google {
|
|
3198
3096
|
/** CustomAttribute groupValues. */
|
3199
3097
|
public groupValues: google.shopping.type.ICustomAttribute[];
|
3200
3098
|
|
3201
|
-
/** CustomAttribute _name. */
|
3202
|
-
public _name?: "name";
|
3203
|
-
|
3204
|
-
/** CustomAttribute _value. */
|
3205
|
-
public _value?: "value";
|
3206
|
-
|
3207
3099
|
/**
|
3208
3100
|
* Creates a new CustomAttribute instance using the specified properties.
|
3209
3101
|
* @param [properties] Properties to set
|
@@ -4258,6 +4150,9 @@ export namespace google {
|
|
4258
4150
|
|
4259
4151
|
/** Publishing protoReferenceDocumentationUri */
|
4260
4152
|
protoReferenceDocumentationUri?: (string|null);
|
4153
|
+
|
4154
|
+
/** Publishing restReferenceDocumentationUri */
|
4155
|
+
restReferenceDocumentationUri?: (string|null);
|
4261
4156
|
}
|
4262
4157
|
|
4263
4158
|
/** Represents a Publishing. */
|
@@ -4299,6 +4194,9 @@ export namespace google {
|
|
4299
4194
|
/** Publishing protoReferenceDocumentationUri. */
|
4300
4195
|
public protoReferenceDocumentationUri: string;
|
4301
4196
|
|
4197
|
+
/** Publishing restReferenceDocumentationUri. */
|
4198
|
+
public restReferenceDocumentationUri: string;
|
4199
|
+
|
4302
4200
|
/**
|
4303
4201
|
* Creates a new Publishing instance using the specified properties.
|
4304
4202
|
* @param [properties] Properties to set
|
@@ -8516,6 +8414,9 @@ export namespace google {
|
|
8516
8414
|
|
8517
8415
|
/** ServiceOptions .google.api.oauthScopes */
|
8518
8416
|
".google.api.oauthScopes"?: (string|null);
|
8417
|
+
|
8418
|
+
/** ServiceOptions .google.api.apiVersion */
|
8419
|
+
".google.api.apiVersion"?: (string|null);
|
8519
8420
|
}
|
8520
8421
|
|
8521
8422
|
/** Represents a ServiceOptions. */
|
@@ -8764,7 +8665,7 @@ export namespace google {
|
|
8764
8665
|
doubleValue?: (number|null);
|
8765
8666
|
|
8766
8667
|
/** UninterpretedOption stringValue */
|
8767
|
-
stringValue?: (Uint8Array|string|null);
|
8668
|
+
stringValue?: (Uint8Array|Buffer|string|null);
|
8768
8669
|
|
8769
8670
|
/** UninterpretedOption aggregateValue */
|
8770
8671
|
aggregateValue?: (string|null);
|
@@ -8795,7 +8696,7 @@ export namespace google {
|
|
8795
8696
|
public doubleValue: number;
|
8796
8697
|
|
8797
8698
|
/** UninterpretedOption stringValue. */
|
8798
|
-
public stringValue: (Uint8Array|string);
|
8699
|
+
public stringValue: (Uint8Array|Buffer|string);
|
8799
8700
|
|
8800
8701
|
/** UninterpretedOption aggregateValue. */
|
8801
8702
|
public aggregateValue: string;
|