@google-shopping/lfp 0.9.1 → 0.10.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.
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Google LLC
1
+ // Copyright 2026 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -79,7 +79,6 @@ message CustomAttribute {
79
79
  //
80
80
  // Destinations are used in Merchant Center to allow you to control where the
81
81
  // products from your data feed should be displayed.
82
- //
83
82
  message Destination {
84
83
  // Destination values.
85
84
  enum DestinationEnum {
@@ -105,6 +104,25 @@ message Destination {
105
104
 
106
105
  // [YouTube Shopping](https://support.google.com/merchants/answer/12362804).
107
106
  YOUTUBE_SHOPPING = 6;
107
+
108
+ // Youtube shopping checkout.
109
+ YOUTUBE_SHOPPING_CHECKOUT = 7;
110
+
111
+ // [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
112
+ YOUTUBE_AFFILIATE = 8;
113
+
114
+ // [Free vehicle
115
+ // listings](https://support.google.com/merchants/answer/11189169).
116
+ FREE_VEHICLE_LISTINGS = 9;
117
+
118
+ // [Vehicle ads](https://support.google.com/merchants/answer/11189169).
119
+ VEHICLE_ADS = 10;
120
+
121
+ // [Cloud retail](https://cloud.google.com/solutions/retail).
122
+ CLOUD_RETAIL = 11;
123
+
124
+ // [Local cloud retail](https://cloud.google.com/solutions/retail).
125
+ LOCAL_CLOUD_RETAIL = 12;
108
126
  }
109
127
  }
110
128
 
@@ -115,7 +133,6 @@ message Destination {
115
133
  // ads](https://support.google.com/merchants/answer/6149970)) or a subset of
116
134
  // formats within a destination (for example, [Demand Gen
117
135
  // ads](https://support.google.com/merchants/answer/13389785)).
118
- //
119
136
  message ReportingContext {
120
137
  // Reporting context values.
121
138
  enum ReportingContextEnum {
@@ -155,6 +172,10 @@ message ReportingContext {
155
172
  // listings](https://support.google.com/merchants/answer/9199328).
156
173
  FREE_LISTINGS = 7;
157
174
 
175
+ // [Free product listings on UCP
176
+ // checkout](https://developers.google.com/merchant/ucp).
177
+ FREE_LISTINGS_UCP_CHECKOUT = 19;
178
+
158
179
  // [Free local product
159
180
  // listings](https://support.google.com/merchants/answer/9825611).
160
181
  FREE_LOCAL_LISTINGS = 8;
@@ -163,6 +184,9 @@ message ReportingContext {
163
184
  // listings](https://support.google.com/merchants/answer/11544533).
164
185
  FREE_LOCAL_VEHICLE_LISTINGS = 9;
165
186
 
187
+ // [Youtube Affiliate](https://support.google.com/youtube/answer/13376398).
188
+ YOUTUBE_AFFILIATE = 18;
189
+
166
190
  // [YouTube
167
191
  // Shopping](https://support.google.com/merchants/answer/13478370).
168
192
  YOUTUBE_SHOPPING = 10;
@@ -172,6 +196,18 @@ message ReportingContext {
172
196
 
173
197
  // [Local cloud retail](https://cloud.google.com/solutions/retail).
174
198
  LOCAL_CLOUD_RETAIL = 12;
199
+
200
+ // [Product
201
+ // Reviews](https://support.google.com/merchants/answer/14620732).
202
+ PRODUCT_REVIEWS = 15;
203
+
204
+ // [Merchant
205
+ // Reviews](https://developers.google.com/merchant-review-feeds).
206
+ MERCHANT_REVIEWS = 16;
207
+
208
+ // YouTube Checkout
209
+ // .
210
+ YOUTUBE_CHECKOUT = 17;
175
211
  }
176
212
  }
177
213
 
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Google LLC
1
+ // Copyright 2026 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -4617,7 +4617,13 @@ export namespace google {
4617
4617
  LOCAL_INVENTORY_ADS = 3,
4618
4618
  FREE_LISTINGS = 4,
4619
4619
  FREE_LOCAL_LISTINGS = 5,
4620
- YOUTUBE_SHOPPING = 6
4620
+ YOUTUBE_SHOPPING = 6,
4621
+ YOUTUBE_SHOPPING_CHECKOUT = 7,
4622
+ YOUTUBE_AFFILIATE = 8,
4623
+ FREE_VEHICLE_LISTINGS = 9,
4624
+ VEHICLE_ADS = 10,
4625
+ CLOUD_RETAIL = 11,
4626
+ LOCAL_CLOUD_RETAIL = 12
4621
4627
  }
4622
4628
  }
4623
4629
 
@@ -4726,11 +4732,16 @@ export namespace google {
4726
4732
  LOCAL_INVENTORY_ADS = 5,
4727
4733
  VEHICLE_INVENTORY_ADS = 6,
4728
4734
  FREE_LISTINGS = 7,
4735
+ FREE_LISTINGS_UCP_CHECKOUT = 19,
4729
4736
  FREE_LOCAL_LISTINGS = 8,
4730
4737
  FREE_LOCAL_VEHICLE_LISTINGS = 9,
4738
+ YOUTUBE_AFFILIATE = 18,
4731
4739
  YOUTUBE_SHOPPING = 10,
4732
4740
  CLOUD_RETAIL = 11,
4733
- LOCAL_CLOUD_RETAIL = 12
4741
+ LOCAL_CLOUD_RETAIL = 12,
4742
+ PRODUCT_REVIEWS = 15,
4743
+ MERCHANT_REVIEWS = 16,
4744
+ YOUTUBE_CHECKOUT = 17
4734
4745
  }
4735
4746
  }
4736
4747
 
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Google LLC
1
+ // Copyright 2026 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -11903,6 +11903,12 @@
11903
11903
  * @property {number} FREE_LISTINGS=4 FREE_LISTINGS value
11904
11904
  * @property {number} FREE_LOCAL_LISTINGS=5 FREE_LOCAL_LISTINGS value
11905
11905
  * @property {number} YOUTUBE_SHOPPING=6 YOUTUBE_SHOPPING value
11906
+ * @property {number} YOUTUBE_SHOPPING_CHECKOUT=7 YOUTUBE_SHOPPING_CHECKOUT value
11907
+ * @property {number} YOUTUBE_AFFILIATE=8 YOUTUBE_AFFILIATE value
11908
+ * @property {number} FREE_VEHICLE_LISTINGS=9 FREE_VEHICLE_LISTINGS value
11909
+ * @property {number} VEHICLE_ADS=10 VEHICLE_ADS value
11910
+ * @property {number} CLOUD_RETAIL=11 CLOUD_RETAIL value
11911
+ * @property {number} LOCAL_CLOUD_RETAIL=12 LOCAL_CLOUD_RETAIL value
11906
11912
  */
11907
11913
  Destination.DestinationEnum = (function() {
11908
11914
  var valuesById = {}, values = Object.create(valuesById);
@@ -11913,6 +11919,12 @@
11913
11919
  values[valuesById[4] = "FREE_LISTINGS"] = 4;
11914
11920
  values[valuesById[5] = "FREE_LOCAL_LISTINGS"] = 5;
11915
11921
  values[valuesById[6] = "YOUTUBE_SHOPPING"] = 6;
11922
+ values[valuesById[7] = "YOUTUBE_SHOPPING_CHECKOUT"] = 7;
11923
+ values[valuesById[8] = "YOUTUBE_AFFILIATE"] = 8;
11924
+ values[valuesById[9] = "FREE_VEHICLE_LISTINGS"] = 9;
11925
+ values[valuesById[10] = "VEHICLE_ADS"] = 10;
11926
+ values[valuesById[11] = "CLOUD_RETAIL"] = 11;
11927
+ values[valuesById[12] = "LOCAL_CLOUD_RETAIL"] = 12;
11916
11928
  return values;
11917
11929
  })();
11918
11930
 
@@ -12107,11 +12119,16 @@
12107
12119
  * @property {number} LOCAL_INVENTORY_ADS=5 LOCAL_INVENTORY_ADS value
12108
12120
  * @property {number} VEHICLE_INVENTORY_ADS=6 VEHICLE_INVENTORY_ADS value
12109
12121
  * @property {number} FREE_LISTINGS=7 FREE_LISTINGS value
12122
+ * @property {number} FREE_LISTINGS_UCP_CHECKOUT=19 FREE_LISTINGS_UCP_CHECKOUT value
12110
12123
  * @property {number} FREE_LOCAL_LISTINGS=8 FREE_LOCAL_LISTINGS value
12111
12124
  * @property {number} FREE_LOCAL_VEHICLE_LISTINGS=9 FREE_LOCAL_VEHICLE_LISTINGS value
12125
+ * @property {number} YOUTUBE_AFFILIATE=18 YOUTUBE_AFFILIATE value
12112
12126
  * @property {number} YOUTUBE_SHOPPING=10 YOUTUBE_SHOPPING value
12113
12127
  * @property {number} CLOUD_RETAIL=11 CLOUD_RETAIL value
12114
12128
  * @property {number} LOCAL_CLOUD_RETAIL=12 LOCAL_CLOUD_RETAIL value
12129
+ * @property {number} PRODUCT_REVIEWS=15 PRODUCT_REVIEWS value
12130
+ * @property {number} MERCHANT_REVIEWS=16 MERCHANT_REVIEWS value
12131
+ * @property {number} YOUTUBE_CHECKOUT=17 YOUTUBE_CHECKOUT value
12115
12132
  */
12116
12133
  ReportingContext.ReportingContextEnum = (function() {
12117
12134
  var valuesById = {}, values = Object.create(valuesById);
@@ -12125,11 +12142,16 @@
12125
12142
  values[valuesById[5] = "LOCAL_INVENTORY_ADS"] = 5;
12126
12143
  values[valuesById[6] = "VEHICLE_INVENTORY_ADS"] = 6;
12127
12144
  values[valuesById[7] = "FREE_LISTINGS"] = 7;
12145
+ values[valuesById[19] = "FREE_LISTINGS_UCP_CHECKOUT"] = 19;
12128
12146
  values[valuesById[8] = "FREE_LOCAL_LISTINGS"] = 8;
12129
12147
  values[valuesById[9] = "FREE_LOCAL_VEHICLE_LISTINGS"] = 9;
12148
+ values[valuesById[18] = "YOUTUBE_AFFILIATE"] = 18;
12130
12149
  values[valuesById[10] = "YOUTUBE_SHOPPING"] = 10;
12131
12150
  values[valuesById[11] = "CLOUD_RETAIL"] = 11;
12132
12151
  values[valuesById[12] = "LOCAL_CLOUD_RETAIL"] = 12;
12152
+ values[valuesById[15] = "PRODUCT_REVIEWS"] = 15;
12153
+ values[valuesById[16] = "MERCHANT_REVIEWS"] = 16;
12154
+ values[valuesById[17] = "YOUTUBE_CHECKOUT"] = 17;
12133
12155
  return values;
12134
12156
  })();
12135
12157
 
@@ -1811,7 +1811,13 @@
1811
1811
  "LOCAL_INVENTORY_ADS": 3,
1812
1812
  "FREE_LISTINGS": 4,
1813
1813
  "FREE_LOCAL_LISTINGS": 5,
1814
- "YOUTUBE_SHOPPING": 6
1814
+ "YOUTUBE_SHOPPING": 6,
1815
+ "YOUTUBE_SHOPPING_CHECKOUT": 7,
1816
+ "YOUTUBE_AFFILIATE": 8,
1817
+ "FREE_VEHICLE_LISTINGS": 9,
1818
+ "VEHICLE_ADS": 10,
1819
+ "CLOUD_RETAIL": 11,
1820
+ "LOCAL_CLOUD_RETAIL": 12
1815
1821
  }
1816
1822
  }
1817
1823
  }
@@ -1836,11 +1842,16 @@
1836
1842
  "LOCAL_INVENTORY_ADS": 5,
1837
1843
  "VEHICLE_INVENTORY_ADS": 6,
1838
1844
  "FREE_LISTINGS": 7,
1845
+ "FREE_LISTINGS_UCP_CHECKOUT": 19,
1839
1846
  "FREE_LOCAL_LISTINGS": 8,
1840
1847
  "FREE_LOCAL_VEHICLE_LISTINGS": 9,
1848
+ "YOUTUBE_AFFILIATE": 18,
1841
1849
  "YOUTUBE_SHOPPING": 10,
1842
1850
  "CLOUD_RETAIL": 11,
1843
- "LOCAL_CLOUD_RETAIL": 12
1851
+ "LOCAL_CLOUD_RETAIL": 12,
1852
+ "PRODUCT_REVIEWS": 15,
1853
+ "MERCHANT_REVIEWS": 16,
1854
+ "YOUTUBE_CHECKOUT": 17
1844
1855
  }
1845
1856
  }
1846
1857
  }
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-shopping/lfp",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "description": "Merchant API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",