@google-shopping/reviews 0.5.0 → 0.6.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 +31 -103
- package/build/protos/google/shopping/type/types.proto +39 -3
- package/build/protos/protos.d.ts +18 -521
- package/build/protos/protos.js +154 -1705
- package/build/protos/protos.json +35 -195
- package/build/src/v1beta/index.js +1 -1
- package/build/src/v1beta/merchant_reviews_service_client.js +1 -1
- package/build/src/v1beta/product_reviews_service_client.js +1 -1
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -1408,7 +1408,13 @@
|
|
|
1408
1408
|
"LOCAL_INVENTORY_ADS": 3,
|
|
1409
1409
|
"FREE_LISTINGS": 4,
|
|
1410
1410
|
"FREE_LOCAL_LISTINGS": 5,
|
|
1411
|
-
"YOUTUBE_SHOPPING": 6
|
|
1411
|
+
"YOUTUBE_SHOPPING": 6,
|
|
1412
|
+
"YOUTUBE_SHOPPING_CHECKOUT": 7,
|
|
1413
|
+
"YOUTUBE_AFFILIATE": 8,
|
|
1414
|
+
"FREE_VEHICLE_LISTINGS": 9,
|
|
1415
|
+
"VEHICLE_ADS": 10,
|
|
1416
|
+
"CLOUD_RETAIL": 11,
|
|
1417
|
+
"LOCAL_CLOUD_RETAIL": 12
|
|
1412
1418
|
}
|
|
1413
1419
|
}
|
|
1414
1420
|
}
|
|
@@ -1433,11 +1439,16 @@
|
|
|
1433
1439
|
"LOCAL_INVENTORY_ADS": 5,
|
|
1434
1440
|
"VEHICLE_INVENTORY_ADS": 6,
|
|
1435
1441
|
"FREE_LISTINGS": 7,
|
|
1442
|
+
"FREE_LISTINGS_UCP_CHECKOUT": 19,
|
|
1436
1443
|
"FREE_LOCAL_LISTINGS": 8,
|
|
1437
1444
|
"FREE_LOCAL_VEHICLE_LISTINGS": 9,
|
|
1445
|
+
"YOUTUBE_AFFILIATE": 18,
|
|
1438
1446
|
"YOUTUBE_SHOPPING": 10,
|
|
1439
1447
|
"CLOUD_RETAIL": 11,
|
|
1440
|
-
"LOCAL_CLOUD_RETAIL": 12
|
|
1448
|
+
"LOCAL_CLOUD_RETAIL": 12,
|
|
1449
|
+
"PRODUCT_REVIEWS": 15,
|
|
1450
|
+
"MERCHANT_REVIEWS": 16,
|
|
1451
|
+
"YOUTUBE_CHECKOUT": 17
|
|
1441
1452
|
}
|
|
1442
1453
|
}
|
|
1443
1454
|
}
|
|
@@ -1464,7 +1475,8 @@
|
|
|
1464
1475
|
"java_multiple_files": true,
|
|
1465
1476
|
"java_outer_classname": "ResourceProto",
|
|
1466
1477
|
"java_package": "com.google.api",
|
|
1467
|
-
"objc_class_prefix": "GAPI"
|
|
1478
|
+
"objc_class_prefix": "GAPI",
|
|
1479
|
+
"cc_enable_arenas": true
|
|
1468
1480
|
},
|
|
1469
1481
|
"nested": {
|
|
1470
1482
|
"http": {
|
|
@@ -1588,10 +1600,6 @@
|
|
|
1588
1600
|
"rule": "repeated",
|
|
1589
1601
|
"type": "ClientLibraryDestination",
|
|
1590
1602
|
"id": 2
|
|
1591
|
-
},
|
|
1592
|
-
"selectiveGapicGeneration": {
|
|
1593
|
-
"type": "SelectiveGapicGeneration",
|
|
1594
|
-
"id": 3
|
|
1595
1603
|
}
|
|
1596
1604
|
}
|
|
1597
1605
|
},
|
|
@@ -1732,28 +1740,6 @@
|
|
|
1732
1740
|
"common": {
|
|
1733
1741
|
"type": "CommonLanguageSettings",
|
|
1734
1742
|
"id": 1
|
|
1735
|
-
},
|
|
1736
|
-
"experimentalFeatures": {
|
|
1737
|
-
"type": "ExperimentalFeatures",
|
|
1738
|
-
"id": 2
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
"nested": {
|
|
1742
|
-
"ExperimentalFeatures": {
|
|
1743
|
-
"fields": {
|
|
1744
|
-
"restAsyncIoEnabled": {
|
|
1745
|
-
"type": "bool",
|
|
1746
|
-
"id": 1
|
|
1747
|
-
},
|
|
1748
|
-
"protobufPythonicTypesEnabled": {
|
|
1749
|
-
"type": "bool",
|
|
1750
|
-
"id": 2
|
|
1751
|
-
},
|
|
1752
|
-
"unversionedPackageDisabled": {
|
|
1753
|
-
"type": "bool",
|
|
1754
|
-
"id": 3
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1757
1743
|
}
|
|
1758
1744
|
}
|
|
1759
1745
|
},
|
|
@@ -1811,11 +1797,6 @@
|
|
|
1811
1797
|
"common": {
|
|
1812
1798
|
"type": "CommonLanguageSettings",
|
|
1813
1799
|
"id": 1
|
|
1814
|
-
},
|
|
1815
|
-
"renamedServices": {
|
|
1816
|
-
"keyType": "string",
|
|
1817
|
-
"type": "string",
|
|
1818
|
-
"id": 2
|
|
1819
1800
|
}
|
|
1820
1801
|
}
|
|
1821
1802
|
},
|
|
@@ -1877,19 +1858,6 @@
|
|
|
1877
1858
|
"PACKAGE_MANAGER": 20
|
|
1878
1859
|
}
|
|
1879
1860
|
},
|
|
1880
|
-
"SelectiveGapicGeneration": {
|
|
1881
|
-
"fields": {
|
|
1882
|
-
"methods": {
|
|
1883
|
-
"rule": "repeated",
|
|
1884
|
-
"type": "string",
|
|
1885
|
-
"id": 1
|
|
1886
|
-
},
|
|
1887
|
-
"generateOmittedAsInternal": {
|
|
1888
|
-
"type": "bool",
|
|
1889
|
-
"id": 2
|
|
1890
|
-
}
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
1861
|
"LaunchStage": {
|
|
1894
1862
|
"values": {
|
|
1895
1863
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -2022,19 +1990,12 @@
|
|
|
2022
1990
|
"type": "FileDescriptorProto",
|
|
2023
1991
|
"id": 1
|
|
2024
1992
|
}
|
|
2025
|
-
}
|
|
2026
|
-
"extensions": [
|
|
2027
|
-
[
|
|
2028
|
-
536000000,
|
|
2029
|
-
536000000
|
|
2030
|
-
]
|
|
2031
|
-
]
|
|
1993
|
+
}
|
|
2032
1994
|
},
|
|
2033
1995
|
"Edition": {
|
|
2034
1996
|
"edition": "proto2",
|
|
2035
1997
|
"values": {
|
|
2036
1998
|
"EDITION_UNKNOWN": 0,
|
|
2037
|
-
"EDITION_LEGACY": 900,
|
|
2038
1999
|
"EDITION_PROTO2": 998,
|
|
2039
2000
|
"EDITION_PROTO3": 999,
|
|
2040
2001
|
"EDITION_2023": 1000,
|
|
@@ -2073,11 +2034,6 @@
|
|
|
2073
2034
|
"type": "int32",
|
|
2074
2035
|
"id": 11
|
|
2075
2036
|
},
|
|
2076
|
-
"optionDependency": {
|
|
2077
|
-
"rule": "repeated",
|
|
2078
|
-
"type": "string",
|
|
2079
|
-
"id": 15
|
|
2080
|
-
},
|
|
2081
2037
|
"messageType": {
|
|
2082
2038
|
"rule": "repeated",
|
|
2083
2039
|
"type": "DescriptorProto",
|
|
@@ -2166,10 +2122,6 @@
|
|
|
2166
2122
|
"rule": "repeated",
|
|
2167
2123
|
"type": "string",
|
|
2168
2124
|
"id": 10
|
|
2169
|
-
},
|
|
2170
|
-
"visibility": {
|
|
2171
|
-
"type": "SymbolVisibility",
|
|
2172
|
-
"id": 11
|
|
2173
2125
|
}
|
|
2174
2126
|
},
|
|
2175
2127
|
"nested": {
|
|
@@ -2395,10 +2347,6 @@
|
|
|
2395
2347
|
"rule": "repeated",
|
|
2396
2348
|
"type": "string",
|
|
2397
2349
|
"id": 5
|
|
2398
|
-
},
|
|
2399
|
-
"visibility": {
|
|
2400
|
-
"type": "SymbolVisibility",
|
|
2401
|
-
"id": 6
|
|
2402
2350
|
}
|
|
2403
2351
|
},
|
|
2404
2352
|
"nested": {
|
|
@@ -2613,7 +2561,6 @@
|
|
|
2613
2561
|
42,
|
|
2614
2562
|
42
|
|
2615
2563
|
],
|
|
2616
|
-
"php_generic_services",
|
|
2617
2564
|
[
|
|
2618
2565
|
38,
|
|
2619
2566
|
38
|
|
@@ -2749,8 +2696,7 @@
|
|
|
2749
2696
|
"type": "bool",
|
|
2750
2697
|
"id": 10,
|
|
2751
2698
|
"options": {
|
|
2752
|
-
"default": false
|
|
2753
|
-
"deprecated": true
|
|
2699
|
+
"default": false
|
|
2754
2700
|
}
|
|
2755
2701
|
},
|
|
2756
2702
|
"debugRedact": {
|
|
@@ -2778,10 +2724,6 @@
|
|
|
2778
2724
|
"type": "FeatureSet",
|
|
2779
2725
|
"id": 21
|
|
2780
2726
|
},
|
|
2781
|
-
"featureSupport": {
|
|
2782
|
-
"type": "FeatureSupport",
|
|
2783
|
-
"id": 22
|
|
2784
|
-
},
|
|
2785
2727
|
"uninterpretedOption": {
|
|
2786
2728
|
"rule": "repeated",
|
|
2787
2729
|
"type": "UninterpretedOption",
|
|
@@ -2851,26 +2793,6 @@
|
|
|
2851
2793
|
"id": 2
|
|
2852
2794
|
}
|
|
2853
2795
|
}
|
|
2854
|
-
},
|
|
2855
|
-
"FeatureSupport": {
|
|
2856
|
-
"fields": {
|
|
2857
|
-
"editionIntroduced": {
|
|
2858
|
-
"type": "Edition",
|
|
2859
|
-
"id": 1
|
|
2860
|
-
},
|
|
2861
|
-
"editionDeprecated": {
|
|
2862
|
-
"type": "Edition",
|
|
2863
|
-
"id": 2
|
|
2864
|
-
},
|
|
2865
|
-
"deprecationWarning": {
|
|
2866
|
-
"type": "string",
|
|
2867
|
-
"id": 3
|
|
2868
|
-
},
|
|
2869
|
-
"editionRemoved": {
|
|
2870
|
-
"type": "Edition",
|
|
2871
|
-
"id": 4
|
|
2872
|
-
}
|
|
2873
|
-
}
|
|
2874
2796
|
}
|
|
2875
2797
|
}
|
|
2876
2798
|
},
|
|
@@ -2959,10 +2881,6 @@
|
|
|
2959
2881
|
"default": false
|
|
2960
2882
|
}
|
|
2961
2883
|
},
|
|
2962
|
-
"featureSupport": {
|
|
2963
|
-
"type": "FieldOptions.FeatureSupport",
|
|
2964
|
-
"id": 4
|
|
2965
|
-
},
|
|
2966
2884
|
"uninterpretedOption": {
|
|
2967
2885
|
"rule": "repeated",
|
|
2968
2886
|
"type": "UninterpretedOption",
|
|
@@ -3105,7 +3023,6 @@
|
|
|
3105
3023
|
"options": {
|
|
3106
3024
|
"retention": "RETENTION_RUNTIME",
|
|
3107
3025
|
"targets": "TARGET_TYPE_FILE",
|
|
3108
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
3109
3026
|
"edition_defaults.edition": "EDITION_2023",
|
|
3110
3027
|
"edition_defaults.value": "EXPLICIT"
|
|
3111
3028
|
}
|
|
@@ -3116,7 +3033,6 @@
|
|
|
3116
3033
|
"options": {
|
|
3117
3034
|
"retention": "RETENTION_RUNTIME",
|
|
3118
3035
|
"targets": "TARGET_TYPE_FILE",
|
|
3119
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
3120
3036
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3121
3037
|
"edition_defaults.value": "OPEN"
|
|
3122
3038
|
}
|
|
@@ -3127,7 +3043,6 @@
|
|
|
3127
3043
|
"options": {
|
|
3128
3044
|
"retention": "RETENTION_RUNTIME",
|
|
3129
3045
|
"targets": "TARGET_TYPE_FILE",
|
|
3130
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
3131
3046
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3132
3047
|
"edition_defaults.value": "PACKED"
|
|
3133
3048
|
}
|
|
@@ -3138,7 +3053,6 @@
|
|
|
3138
3053
|
"options": {
|
|
3139
3054
|
"retention": "RETENTION_RUNTIME",
|
|
3140
3055
|
"targets": "TARGET_TYPE_FILE",
|
|
3141
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
3142
3056
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3143
3057
|
"edition_defaults.value": "VERIFY"
|
|
3144
3058
|
}
|
|
@@ -3149,8 +3063,7 @@
|
|
|
3149
3063
|
"options": {
|
|
3150
3064
|
"retention": "RETENTION_RUNTIME",
|
|
3151
3065
|
"targets": "TARGET_TYPE_FILE",
|
|
3152
|
-
"
|
|
3153
|
-
"edition_defaults.edition": "EDITION_LEGACY",
|
|
3066
|
+
"edition_defaults.edition": "EDITION_PROTO2",
|
|
3154
3067
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
3155
3068
|
}
|
|
3156
3069
|
},
|
|
@@ -3160,38 +3073,27 @@
|
|
|
3160
3073
|
"options": {
|
|
3161
3074
|
"retention": "RETENTION_RUNTIME",
|
|
3162
3075
|
"targets": "TARGET_TYPE_FILE",
|
|
3163
|
-
"feature_support.edition_introduced": "EDITION_2023",
|
|
3164
3076
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3165
3077
|
"edition_defaults.value": "ALLOW"
|
|
3166
3078
|
}
|
|
3167
|
-
},
|
|
3168
|
-
"enforceNamingStyle": {
|
|
3169
|
-
"type": "EnforceNamingStyle",
|
|
3170
|
-
"id": 7,
|
|
3171
|
-
"options": {
|
|
3172
|
-
"retention": "RETENTION_SOURCE",
|
|
3173
|
-
"targets": "TARGET_TYPE_METHOD",
|
|
3174
|
-
"feature_support.edition_introduced": "EDITION_2024",
|
|
3175
|
-
"edition_defaults.edition": "EDITION_2024",
|
|
3176
|
-
"edition_defaults.value": "STYLE2024"
|
|
3177
|
-
}
|
|
3178
|
-
},
|
|
3179
|
-
"defaultSymbolVisibility": {
|
|
3180
|
-
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
3181
|
-
"id": 8,
|
|
3182
|
-
"options": {
|
|
3183
|
-
"retention": "RETENTION_SOURCE",
|
|
3184
|
-
"targets": "TARGET_TYPE_FILE",
|
|
3185
|
-
"feature_support.edition_introduced": "EDITION_2024",
|
|
3186
|
-
"edition_defaults.edition": "EDITION_2024",
|
|
3187
|
-
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
3188
|
-
}
|
|
3189
3079
|
}
|
|
3190
3080
|
},
|
|
3191
3081
|
"extensions": [
|
|
3192
3082
|
[
|
|
3193
3083
|
1000,
|
|
3194
|
-
|
|
3084
|
+
1000
|
|
3085
|
+
],
|
|
3086
|
+
[
|
|
3087
|
+
1001,
|
|
3088
|
+
1001
|
|
3089
|
+
],
|
|
3090
|
+
[
|
|
3091
|
+
1002,
|
|
3092
|
+
1002
|
|
3093
|
+
],
|
|
3094
|
+
[
|
|
3095
|
+
9990,
|
|
3096
|
+
9990
|
|
3195
3097
|
],
|
|
3196
3098
|
[
|
|
3197
3099
|
9995,
|
|
@@ -3236,13 +3138,7 @@
|
|
|
3236
3138
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
3237
3139
|
"VERIFY": 2,
|
|
3238
3140
|
"NONE": 3
|
|
3239
|
-
}
|
|
3240
|
-
"reserved": [
|
|
3241
|
-
[
|
|
3242
|
-
1,
|
|
3243
|
-
1
|
|
3244
|
-
]
|
|
3245
|
-
]
|
|
3141
|
+
}
|
|
3246
3142
|
},
|
|
3247
3143
|
"MessageEncoding": {
|
|
3248
3144
|
"values": {
|
|
@@ -3257,33 +3153,6 @@
|
|
|
3257
3153
|
"ALLOW": 1,
|
|
3258
3154
|
"LEGACY_BEST_EFFORT": 2
|
|
3259
3155
|
}
|
|
3260
|
-
},
|
|
3261
|
-
"EnforceNamingStyle": {
|
|
3262
|
-
"values": {
|
|
3263
|
-
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
3264
|
-
"STYLE2024": 1,
|
|
3265
|
-
"STYLE_LEGACY": 2
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
"VisibilityFeature": {
|
|
3269
|
-
"fields": {},
|
|
3270
|
-
"reserved": [
|
|
3271
|
-
[
|
|
3272
|
-
1,
|
|
3273
|
-
536870911
|
|
3274
|
-
]
|
|
3275
|
-
],
|
|
3276
|
-
"nested": {
|
|
3277
|
-
"DefaultSymbolVisibility": {
|
|
3278
|
-
"values": {
|
|
3279
|
-
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
3280
|
-
"EXPORT_ALL": 1,
|
|
3281
|
-
"EXPORT_TOP_LEVEL": 2,
|
|
3282
|
-
"LOCAL_ALL": 3,
|
|
3283
|
-
"STRICT": 4
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
}
|
|
3287
3156
|
}
|
|
3288
3157
|
}
|
|
3289
3158
|
},
|
|
@@ -3311,26 +3180,11 @@
|
|
|
3311
3180
|
"type": "Edition",
|
|
3312
3181
|
"id": 3
|
|
3313
3182
|
},
|
|
3314
|
-
"
|
|
3183
|
+
"features": {
|
|
3315
3184
|
"type": "FeatureSet",
|
|
3316
|
-
"id":
|
|
3317
|
-
},
|
|
3318
|
-
"fixedFeatures": {
|
|
3319
|
-
"type": "FeatureSet",
|
|
3320
|
-
"id": 5
|
|
3185
|
+
"id": 2
|
|
3321
3186
|
}
|
|
3322
|
-
}
|
|
3323
|
-
"reserved": [
|
|
3324
|
-
[
|
|
3325
|
-
1,
|
|
3326
|
-
1
|
|
3327
|
-
],
|
|
3328
|
-
[
|
|
3329
|
-
2,
|
|
3330
|
-
2
|
|
3331
|
-
],
|
|
3332
|
-
"features"
|
|
3333
|
-
]
|
|
3187
|
+
}
|
|
3334
3188
|
}
|
|
3335
3189
|
}
|
|
3336
3190
|
},
|
|
@@ -3343,12 +3197,6 @@
|
|
|
3343
3197
|
"id": 1
|
|
3344
3198
|
}
|
|
3345
3199
|
},
|
|
3346
|
-
"extensions": [
|
|
3347
|
-
[
|
|
3348
|
-
536000000,
|
|
3349
|
-
536000000
|
|
3350
|
-
]
|
|
3351
|
-
],
|
|
3352
3200
|
"nested": {
|
|
3353
3201
|
"Location": {
|
|
3354
3202
|
"fields": {
|
|
@@ -3434,14 +3282,6 @@
|
|
|
3434
3282
|
}
|
|
3435
3283
|
}
|
|
3436
3284
|
},
|
|
3437
|
-
"SymbolVisibility": {
|
|
3438
|
-
"edition": "proto2",
|
|
3439
|
-
"values": {
|
|
3440
|
-
"VISIBILITY_UNSET": 0,
|
|
3441
|
-
"VISIBILITY_LOCAL": 1,
|
|
3442
|
-
"VISIBILITY_EXPORT": 2
|
|
3443
|
-
}
|
|
3444
|
-
},
|
|
3445
3285
|
"Duration": {
|
|
3446
3286
|
"fields": {
|
|
3447
3287
|
"seconds": {
|