@google-shopping/lfp 0.4.1 → 0.5.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/CHANGELOG.md +8 -0
- package/README.md +12 -11
- package/build/protos/google/shopping/merchant/lfp/v1beta/lfpmerchantstate.proto +201 -0
- package/build/protos/protos.d.ts +663 -2
- package/build/protos/protos.js +2109 -173
- package/build/protos/protos.json +261 -16
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -7
- package/build/src/index.js.map +1 -1
- package/build/src/v1beta/gapic_metadata.json +24 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/index.js.map +1 -1
- package/build/src/v1beta/lfp_inventory_service_client.d.ts +24 -0
- package/build/src/v1beta/lfp_inventory_service_client.js +34 -0
- package/build/src/v1beta/lfp_inventory_service_client.js.map +1 -1
- package/build/src/v1beta/lfp_inventory_service_proto_list.json +1 -0
- package/build/src/v1beta/lfp_merchant_state_service_client.d.ts +273 -0
- package/build/src/v1beta/lfp_merchant_state_service_client.js +517 -0
- package/build/src/v1beta/lfp_merchant_state_service_client.js.map +1 -0
- package/build/src/v1beta/lfp_merchant_state_service_client_config.json +43 -0
- package/build/src/v1beta/lfp_merchant_state_service_proto_list.json +7 -0
- package/build/src/v1beta/lfp_sale_service_client.d.ts +24 -0
- package/build/src/v1beta/lfp_sale_service_client.js +34 -0
- package/build/src/v1beta/lfp_sale_service_client.js.map +1 -1
- package/build/src/v1beta/lfp_sale_service_proto_list.json +1 -0
- package/build/src/v1beta/lfp_store_service_client.d.ts +24 -0
- package/build/src/v1beta/lfp_store_service_client.js +34 -0
- package/build/src/v1beta/lfp_store_service_client.js.map +1 -1
- package/build/src/v1beta/lfp_store_service_proto_list.json +1 -0
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
{
|
2
|
+
"options": {
|
3
|
+
"syntax": "proto3"
|
4
|
+
},
|
2
5
|
"nested": {
|
3
6
|
"google": {
|
4
7
|
"nested": {
|
@@ -201,6 +204,200 @@
|
|
201
204
|
}
|
202
205
|
}
|
203
206
|
},
|
207
|
+
"LfpMerchantStateService": {
|
208
|
+
"options": {
|
209
|
+
"(google.api.default_host)": "merchantapi.googleapis.com",
|
210
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/content"
|
211
|
+
},
|
212
|
+
"methods": {
|
213
|
+
"GetLfpMerchantState": {
|
214
|
+
"requestType": "GetLfpMerchantStateRequest",
|
215
|
+
"responseType": "LfpMerchantState",
|
216
|
+
"options": {
|
217
|
+
"(google.api.http).get": "/lfp/v1beta/{name=accounts/*/lfpMerchantStates/*}",
|
218
|
+
"(google.api.method_signature)": "name"
|
219
|
+
},
|
220
|
+
"parsedOptions": [
|
221
|
+
{
|
222
|
+
"(google.api.http)": {
|
223
|
+
"get": "/lfp/v1beta/{name=accounts/*/lfpMerchantStates/*}"
|
224
|
+
}
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"(google.api.method_signature)": "name"
|
228
|
+
}
|
229
|
+
]
|
230
|
+
}
|
231
|
+
}
|
232
|
+
},
|
233
|
+
"LfpMerchantState": {
|
234
|
+
"options": {
|
235
|
+
"(google.api.resource).type": "merchantapi.googleapis.com/LfpMerchantState",
|
236
|
+
"(google.api.resource).pattern": "accounts/{account}/lfpMerchantStates/{lfp_merchant_state}",
|
237
|
+
"(google.api.resource).plural": "lfpMerchantStates",
|
238
|
+
"(google.api.resource).singular": "lfpMerchantState"
|
239
|
+
},
|
240
|
+
"fields": {
|
241
|
+
"name": {
|
242
|
+
"type": "string",
|
243
|
+
"id": 1,
|
244
|
+
"options": {
|
245
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
246
|
+
}
|
247
|
+
},
|
248
|
+
"linkedGbps": {
|
249
|
+
"type": "int64",
|
250
|
+
"id": 2
|
251
|
+
},
|
252
|
+
"storeStates": {
|
253
|
+
"rule": "repeated",
|
254
|
+
"type": "LfpStoreState",
|
255
|
+
"id": 3,
|
256
|
+
"options": {
|
257
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
258
|
+
}
|
259
|
+
},
|
260
|
+
"inventoryStats": {
|
261
|
+
"type": "InventoryStats",
|
262
|
+
"id": 4
|
263
|
+
},
|
264
|
+
"countrySettings": {
|
265
|
+
"rule": "repeated",
|
266
|
+
"type": "CountrySettings",
|
267
|
+
"id": 5
|
268
|
+
}
|
269
|
+
},
|
270
|
+
"nested": {
|
271
|
+
"LfpStoreState": {
|
272
|
+
"fields": {
|
273
|
+
"storeCode": {
|
274
|
+
"type": "string",
|
275
|
+
"id": 1,
|
276
|
+
"options": {
|
277
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
278
|
+
}
|
279
|
+
},
|
280
|
+
"matchingState": {
|
281
|
+
"type": "StoreMatchingState",
|
282
|
+
"id": 2,
|
283
|
+
"options": {
|
284
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
285
|
+
}
|
286
|
+
},
|
287
|
+
"matchingStateHint": {
|
288
|
+
"type": "string",
|
289
|
+
"id": 3
|
290
|
+
}
|
291
|
+
},
|
292
|
+
"nested": {
|
293
|
+
"StoreMatchingState": {
|
294
|
+
"values": {
|
295
|
+
"STORE_MATCHING_STATE_UNSPECIFIED": 0,
|
296
|
+
"STORE_MATCHING_STATE_MATCHED": 1,
|
297
|
+
"STORE_MATCHING_STATE_FAILED": 2
|
298
|
+
}
|
299
|
+
}
|
300
|
+
}
|
301
|
+
},
|
302
|
+
"InventoryStats": {
|
303
|
+
"fields": {
|
304
|
+
"submittedEntries": {
|
305
|
+
"type": "int64",
|
306
|
+
"id": 1
|
307
|
+
},
|
308
|
+
"submittedInStockEntries": {
|
309
|
+
"type": "int64",
|
310
|
+
"id": 2
|
311
|
+
},
|
312
|
+
"unsubmittedEntries": {
|
313
|
+
"type": "int64",
|
314
|
+
"id": 3
|
315
|
+
},
|
316
|
+
"submittedProducts": {
|
317
|
+
"type": "int64",
|
318
|
+
"id": 4
|
319
|
+
}
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"CountrySettings": {
|
323
|
+
"fields": {
|
324
|
+
"regionCode": {
|
325
|
+
"type": "string",
|
326
|
+
"id": 1,
|
327
|
+
"options": {
|
328
|
+
"(google.api.field_behavior)": "REQUIRED"
|
329
|
+
}
|
330
|
+
},
|
331
|
+
"freeLocalListingsEnabled": {
|
332
|
+
"type": "bool",
|
333
|
+
"id": 2
|
334
|
+
},
|
335
|
+
"localInventoryAdsEnabled": {
|
336
|
+
"type": "bool",
|
337
|
+
"id": 3
|
338
|
+
},
|
339
|
+
"inventoryVerificationState": {
|
340
|
+
"type": "VerificationState",
|
341
|
+
"id": 4,
|
342
|
+
"options": {
|
343
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"productPageType": {
|
347
|
+
"type": "ProductPageType",
|
348
|
+
"id": 5,
|
349
|
+
"options": {
|
350
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
351
|
+
}
|
352
|
+
},
|
353
|
+
"instockServingVerificationState": {
|
354
|
+
"type": "VerificationState",
|
355
|
+
"id": 6,
|
356
|
+
"options": {
|
357
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"pickupServingVerificationState": {
|
361
|
+
"type": "VerificationState",
|
362
|
+
"id": 7,
|
363
|
+
"options": {
|
364
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
365
|
+
}
|
366
|
+
}
|
367
|
+
},
|
368
|
+
"nested": {
|
369
|
+
"VerificationState": {
|
370
|
+
"values": {
|
371
|
+
"VERIFICATION_STATE_UNSPECIFIED": 0,
|
372
|
+
"VERIFICATION_STATE_NOT_APPROVED": 1,
|
373
|
+
"VERIFICATION_STATE_IN_PROGRESS": 2,
|
374
|
+
"VERIFICATION_STATE_APPROVED": 3
|
375
|
+
}
|
376
|
+
},
|
377
|
+
"ProductPageType": {
|
378
|
+
"values": {
|
379
|
+
"PRODUCT_PAGE_TYPE_UNSPECIFIED": 0,
|
380
|
+
"GOOGLE_HOSTED": 1,
|
381
|
+
"MERCHANT_HOSTED": 2,
|
382
|
+
"MERCHANT_HOSTED_STORE_SPECIFIC": 3
|
383
|
+
}
|
384
|
+
}
|
385
|
+
}
|
386
|
+
}
|
387
|
+
}
|
388
|
+
},
|
389
|
+
"GetLfpMerchantStateRequest": {
|
390
|
+
"fields": {
|
391
|
+
"name": {
|
392
|
+
"type": "string",
|
393
|
+
"id": 1,
|
394
|
+
"options": {
|
395
|
+
"(google.api.field_behavior)": "REQUIRED",
|
396
|
+
"(google.api.resource_reference).type": "merchantapi.googleapis.com/LfpMerchantState"
|
397
|
+
}
|
398
|
+
}
|
399
|
+
}
|
400
|
+
},
|
204
401
|
"LfpSaleService": {
|
205
402
|
"options": {
|
206
403
|
"(google.api.default_host)": "merchantapi.googleapis.com",
|
@@ -937,6 +1134,11 @@
|
|
937
1134
|
"id": 1050,
|
938
1135
|
"extend": "google.protobuf.ServiceOptions"
|
939
1136
|
},
|
1137
|
+
"apiVersion": {
|
1138
|
+
"type": "string",
|
1139
|
+
"id": 525000001,
|
1140
|
+
"extend": "google.protobuf.ServiceOptions"
|
1141
|
+
},
|
940
1142
|
"CommonLanguageSettings": {
|
941
1143
|
"fields": {
|
942
1144
|
"referenceDocsUri": {
|
@@ -1045,6 +1247,10 @@
|
|
1045
1247
|
"protoReferenceDocumentationUri": {
|
1046
1248
|
"type": "string",
|
1047
1249
|
"id": 110
|
1250
|
+
},
|
1251
|
+
"restReferenceDocumentationUri": {
|
1252
|
+
"type": "string",
|
1253
|
+
"id": 111
|
1048
1254
|
}
|
1049
1255
|
}
|
1050
1256
|
},
|
@@ -1220,7 +1426,10 @@
|
|
1220
1426
|
"rule": "repeated",
|
1221
1427
|
"type": "google.api.FieldBehavior",
|
1222
1428
|
"id": 1052,
|
1223
|
-
"extend": "google.protobuf.FieldOptions"
|
1429
|
+
"extend": "google.protobuf.FieldOptions",
|
1430
|
+
"options": {
|
1431
|
+
"packed": false
|
1432
|
+
}
|
1224
1433
|
},
|
1225
1434
|
"FieldBehavior": {
|
1226
1435
|
"values": {
|
@@ -1350,6 +1559,7 @@
|
|
1350
1559
|
},
|
1351
1560
|
"nested": {
|
1352
1561
|
"FileDescriptorSet": {
|
1562
|
+
"edition": "proto2",
|
1353
1563
|
"fields": {
|
1354
1564
|
"file": {
|
1355
1565
|
"rule": "repeated",
|
@@ -1359,6 +1569,7 @@
|
|
1359
1569
|
}
|
1360
1570
|
},
|
1361
1571
|
"Edition": {
|
1572
|
+
"edition": "proto2",
|
1362
1573
|
"values": {
|
1363
1574
|
"EDITION_UNKNOWN": 0,
|
1364
1575
|
"EDITION_PROTO2": 998,
|
@@ -1374,6 +1585,7 @@
|
|
1374
1585
|
}
|
1375
1586
|
},
|
1376
1587
|
"FileDescriptorProto": {
|
1588
|
+
"edition": "proto2",
|
1377
1589
|
"fields": {
|
1378
1590
|
"name": {
|
1379
1591
|
"type": "string",
|
@@ -1391,18 +1603,12 @@
|
|
1391
1603
|
"publicDependency": {
|
1392
1604
|
"rule": "repeated",
|
1393
1605
|
"type": "int32",
|
1394
|
-
"id": 10
|
1395
|
-
"options": {
|
1396
|
-
"packed": false
|
1397
|
-
}
|
1606
|
+
"id": 10
|
1398
1607
|
},
|
1399
1608
|
"weakDependency": {
|
1400
1609
|
"rule": "repeated",
|
1401
1610
|
"type": "int32",
|
1402
|
-
"id": 11
|
1403
|
-
"options": {
|
1404
|
-
"packed": false
|
1405
|
-
}
|
1611
|
+
"id": 11
|
1406
1612
|
},
|
1407
1613
|
"messageType": {
|
1408
1614
|
"rule": "repeated",
|
@@ -1443,6 +1649,7 @@
|
|
1443
1649
|
}
|
1444
1650
|
},
|
1445
1651
|
"DescriptorProto": {
|
1652
|
+
"edition": "proto2",
|
1446
1653
|
"fields": {
|
1447
1654
|
"name": {
|
1448
1655
|
"type": "string",
|
@@ -1525,6 +1732,7 @@
|
|
1525
1732
|
}
|
1526
1733
|
},
|
1527
1734
|
"ExtensionRangeOptions": {
|
1735
|
+
"edition": "proto2",
|
1528
1736
|
"fields": {
|
1529
1737
|
"uninterpretedOption": {
|
1530
1738
|
"rule": "repeated",
|
@@ -1598,6 +1806,7 @@
|
|
1598
1806
|
}
|
1599
1807
|
},
|
1600
1808
|
"FieldDescriptorProto": {
|
1809
|
+
"edition": "proto2",
|
1601
1810
|
"fields": {
|
1602
1811
|
"name": {
|
1603
1812
|
"type": "string",
|
@@ -1677,6 +1886,7 @@
|
|
1677
1886
|
}
|
1678
1887
|
},
|
1679
1888
|
"OneofDescriptorProto": {
|
1889
|
+
"edition": "proto2",
|
1680
1890
|
"fields": {
|
1681
1891
|
"name": {
|
1682
1892
|
"type": "string",
|
@@ -1689,6 +1899,7 @@
|
|
1689
1899
|
}
|
1690
1900
|
},
|
1691
1901
|
"EnumDescriptorProto": {
|
1902
|
+
"edition": "proto2",
|
1692
1903
|
"fields": {
|
1693
1904
|
"name": {
|
1694
1905
|
"type": "string",
|
@@ -1730,6 +1941,7 @@
|
|
1730
1941
|
}
|
1731
1942
|
},
|
1732
1943
|
"EnumValueDescriptorProto": {
|
1944
|
+
"edition": "proto2",
|
1733
1945
|
"fields": {
|
1734
1946
|
"name": {
|
1735
1947
|
"type": "string",
|
@@ -1746,6 +1958,7 @@
|
|
1746
1958
|
}
|
1747
1959
|
},
|
1748
1960
|
"ServiceDescriptorProto": {
|
1961
|
+
"edition": "proto2",
|
1749
1962
|
"fields": {
|
1750
1963
|
"name": {
|
1751
1964
|
"type": "string",
|
@@ -1763,6 +1976,7 @@
|
|
1763
1976
|
}
|
1764
1977
|
},
|
1765
1978
|
"MethodDescriptorProto": {
|
1979
|
+
"edition": "proto2",
|
1766
1980
|
"fields": {
|
1767
1981
|
"name": {
|
1768
1982
|
"type": "string",
|
@@ -1797,6 +2011,7 @@
|
|
1797
2011
|
}
|
1798
2012
|
},
|
1799
2013
|
"FileOptions": {
|
2014
|
+
"edition": "proto2",
|
1800
2015
|
"fields": {
|
1801
2016
|
"javaPackage": {
|
1802
2017
|
"type": "string",
|
@@ -1938,6 +2153,7 @@
|
|
1938
2153
|
}
|
1939
2154
|
},
|
1940
2155
|
"MessageOptions": {
|
2156
|
+
"edition": "proto2",
|
1941
2157
|
"fields": {
|
1942
2158
|
"messageSetWireFormat": {
|
1943
2159
|
"type": "bool",
|
@@ -2011,6 +2227,7 @@
|
|
2011
2227
|
]
|
2012
2228
|
},
|
2013
2229
|
"FieldOptions": {
|
2230
|
+
"edition": "proto2",
|
2014
2231
|
"fields": {
|
2015
2232
|
"ctype": {
|
2016
2233
|
"type": "CType",
|
@@ -2072,10 +2289,7 @@
|
|
2072
2289
|
"targets": {
|
2073
2290
|
"rule": "repeated",
|
2074
2291
|
"type": "OptionTargetType",
|
2075
|
-
"id": 19
|
2076
|
-
"options": {
|
2077
|
-
"packed": false
|
2078
|
-
}
|
2292
|
+
"id": 19
|
2079
2293
|
},
|
2080
2294
|
"editionDefaults": {
|
2081
2295
|
"rule": "repeated",
|
@@ -2159,6 +2373,7 @@
|
|
2159
2373
|
}
|
2160
2374
|
},
|
2161
2375
|
"OneofOptions": {
|
2376
|
+
"edition": "proto2",
|
2162
2377
|
"fields": {
|
2163
2378
|
"features": {
|
2164
2379
|
"type": "FeatureSet",
|
@@ -2178,6 +2393,7 @@
|
|
2178
2393
|
]
|
2179
2394
|
},
|
2180
2395
|
"EnumOptions": {
|
2396
|
+
"edition": "proto2",
|
2181
2397
|
"fields": {
|
2182
2398
|
"allowAlias": {
|
2183
2399
|
"type": "bool",
|
@@ -2221,6 +2437,7 @@
|
|
2221
2437
|
]
|
2222
2438
|
},
|
2223
2439
|
"EnumValueOptions": {
|
2440
|
+
"edition": "proto2",
|
2224
2441
|
"fields": {
|
2225
2442
|
"deprecated": {
|
2226
2443
|
"type": "bool",
|
@@ -2254,6 +2471,7 @@
|
|
2254
2471
|
]
|
2255
2472
|
},
|
2256
2473
|
"ServiceOptions": {
|
2474
|
+
"edition": "proto2",
|
2257
2475
|
"fields": {
|
2258
2476
|
"features": {
|
2259
2477
|
"type": "FeatureSet",
|
@@ -2280,6 +2498,7 @@
|
|
2280
2498
|
]
|
2281
2499
|
},
|
2282
2500
|
"MethodOptions": {
|
2501
|
+
"edition": "proto2",
|
2283
2502
|
"fields": {
|
2284
2503
|
"deprecated": {
|
2285
2504
|
"type": "bool",
|
@@ -2322,6 +2541,7 @@
|
|
2322
2541
|
}
|
2323
2542
|
},
|
2324
2543
|
"UninterpretedOption": {
|
2544
|
+
"edition": "proto2",
|
2325
2545
|
"fields": {
|
2326
2546
|
"name": {
|
2327
2547
|
"rule": "repeated",
|
@@ -2371,6 +2591,7 @@
|
|
2371
2591
|
}
|
2372
2592
|
},
|
2373
2593
|
"FeatureSet": {
|
2594
|
+
"edition": "proto2",
|
2374
2595
|
"fields": {
|
2375
2596
|
"fieldPresence": {
|
2376
2597
|
"type": "FieldPresence",
|
@@ -2442,9 +2663,21 @@
|
|
2442
2663
|
1001,
|
2443
2664
|
1001
|
2444
2665
|
],
|
2666
|
+
[
|
2667
|
+
1002,
|
2668
|
+
1002
|
2669
|
+
],
|
2670
|
+
[
|
2671
|
+
9990,
|
2672
|
+
9990
|
2673
|
+
],
|
2445
2674
|
[
|
2446
2675
|
9995,
|
2447
2676
|
9999
|
2677
|
+
],
|
2678
|
+
[
|
2679
|
+
10000,
|
2680
|
+
10000
|
2448
2681
|
]
|
2449
2682
|
],
|
2450
2683
|
"reserved": [
|
@@ -2500,6 +2733,7 @@
|
|
2500
2733
|
}
|
2501
2734
|
},
|
2502
2735
|
"FeatureSetDefaults": {
|
2736
|
+
"edition": "proto2",
|
2503
2737
|
"fields": {
|
2504
2738
|
"defaults": {
|
2505
2739
|
"rule": "repeated",
|
@@ -2531,6 +2765,7 @@
|
|
2531
2765
|
}
|
2532
2766
|
},
|
2533
2767
|
"SourceCodeInfo": {
|
2768
|
+
"edition": "proto2",
|
2534
2769
|
"fields": {
|
2535
2770
|
"location": {
|
2536
2771
|
"rule": "repeated",
|
@@ -2544,12 +2779,18 @@
|
|
2544
2779
|
"path": {
|
2545
2780
|
"rule": "repeated",
|
2546
2781
|
"type": "int32",
|
2547
|
-
"id": 1
|
2782
|
+
"id": 1,
|
2783
|
+
"options": {
|
2784
|
+
"packed": true
|
2785
|
+
}
|
2548
2786
|
},
|
2549
2787
|
"span": {
|
2550
2788
|
"rule": "repeated",
|
2551
2789
|
"type": "int32",
|
2552
|
-
"id": 2
|
2790
|
+
"id": 2,
|
2791
|
+
"options": {
|
2792
|
+
"packed": true
|
2793
|
+
}
|
2553
2794
|
},
|
2554
2795
|
"leadingComments": {
|
2555
2796
|
"type": "string",
|
@@ -2569,6 +2810,7 @@
|
|
2569
2810
|
}
|
2570
2811
|
},
|
2571
2812
|
"GeneratedCodeInfo": {
|
2813
|
+
"edition": "proto2",
|
2572
2814
|
"fields": {
|
2573
2815
|
"annotation": {
|
2574
2816
|
"rule": "repeated",
|
@@ -2582,7 +2824,10 @@
|
|
2582
2824
|
"path": {
|
2583
2825
|
"rule": "repeated",
|
2584
2826
|
"type": "int32",
|
2585
|
-
"id": 1
|
2827
|
+
"id": 1,
|
2828
|
+
"options": {
|
2829
|
+
"packed": true
|
2830
|
+
}
|
2586
2831
|
},
|
2587
2832
|
"sourceFile": {
|
2588
2833
|
"type": "string",
|
package/build/src/index.d.ts
CHANGED
@@ -1,14 +1,17 @@
|
|
1
1
|
import * as v1beta from './v1beta';
|
2
2
|
declare const LfpInventoryServiceClient: typeof v1beta.LfpInventoryServiceClient;
|
3
3
|
type LfpInventoryServiceClient = v1beta.LfpInventoryServiceClient;
|
4
|
+
declare const LfpMerchantStateServiceClient: typeof v1beta.LfpMerchantStateServiceClient;
|
5
|
+
type LfpMerchantStateServiceClient = v1beta.LfpMerchantStateServiceClient;
|
4
6
|
declare const LfpSaleServiceClient: typeof v1beta.LfpSaleServiceClient;
|
5
7
|
type LfpSaleServiceClient = v1beta.LfpSaleServiceClient;
|
6
8
|
declare const LfpStoreServiceClient: typeof v1beta.LfpStoreServiceClient;
|
7
9
|
type LfpStoreServiceClient = v1beta.LfpStoreServiceClient;
|
8
|
-
export { v1beta, LfpInventoryServiceClient, LfpSaleServiceClient, LfpStoreServiceClient
|
10
|
+
export { v1beta, LfpInventoryServiceClient, LfpMerchantStateServiceClient, LfpSaleServiceClient, LfpStoreServiceClient };
|
9
11
|
declare const _default: {
|
10
12
|
v1beta: typeof v1beta;
|
11
13
|
LfpInventoryServiceClient: typeof v1beta.LfpInventoryServiceClient;
|
14
|
+
LfpMerchantStateServiceClient: typeof v1beta.LfpMerchantStateServiceClient;
|
12
15
|
LfpSaleServiceClient: typeof v1beta.LfpSaleServiceClient;
|
13
16
|
LfpStoreServiceClient: typeof v1beta.LfpStoreServiceClient;
|
14
17
|
};
|
package/build/src/index.js
CHANGED
@@ -17,21 +17,18 @@
|
|
17
17
|
// ** https://github.com/googleapis/synthtool **
|
18
18
|
// ** All changes to this file may be overwritten. **
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
20
|
-
exports.protos = exports.LfpStoreServiceClient = exports.LfpSaleServiceClient = exports.LfpInventoryServiceClient = exports.v1beta = void 0;
|
20
|
+
exports.protos = exports.LfpStoreServiceClient = exports.LfpSaleServiceClient = exports.LfpMerchantStateServiceClient = exports.LfpInventoryServiceClient = exports.v1beta = void 0;
|
21
21
|
const v1beta = require("./v1beta");
|
22
22
|
exports.v1beta = v1beta;
|
23
23
|
const LfpInventoryServiceClient = v1beta.LfpInventoryServiceClient;
|
24
24
|
exports.LfpInventoryServiceClient = LfpInventoryServiceClient;
|
25
|
+
const LfpMerchantStateServiceClient = v1beta.LfpMerchantStateServiceClient;
|
26
|
+
exports.LfpMerchantStateServiceClient = LfpMerchantStateServiceClient;
|
25
27
|
const LfpSaleServiceClient = v1beta.LfpSaleServiceClient;
|
26
28
|
exports.LfpSaleServiceClient = LfpSaleServiceClient;
|
27
29
|
const LfpStoreServiceClient = v1beta.LfpStoreServiceClient;
|
28
30
|
exports.LfpStoreServiceClient = LfpStoreServiceClient;
|
29
|
-
exports.default = {
|
30
|
-
v1beta,
|
31
|
-
LfpInventoryServiceClient,
|
32
|
-
LfpSaleServiceClient,
|
33
|
-
LfpStoreServiceClient,
|
34
|
-
};
|
31
|
+
exports.default = { v1beta, LfpInventoryServiceClient, LfpMerchantStateServiceClient, LfpSaleServiceClient, LfpStoreServiceClient };
|
35
32
|
const protos = require("../protos/protos");
|
36
33
|
exports.protos = protos;
|
37
34
|
//# sourceMappingURL=index.js.map
|
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,mCAAmC;
|
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,mCAAmC;AAW3B,wBAAM;AATd,MAAM,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AASnD,8DAAyB;AAPzC,MAAM,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AAOhC,sEAA6B;AALxE,MAAM,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AAKiB,oDAAoB;AAH9F,MAAM,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AAGqC,sDAAqB;AACrH,kBAAe,EAAC,MAAM,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,oBAAoB,EAAE,qBAAqB,EAAC,CAAC;AAC/H,2CAA2C;AACnC,wBAAM"}
|
@@ -29,6 +29,30 @@
|
|
29
29
|
}
|
30
30
|
}
|
31
31
|
},
|
32
|
+
"LfpMerchantStateService": {
|
33
|
+
"clients": {
|
34
|
+
"grpc": {
|
35
|
+
"libraryClient": "LfpMerchantStateServiceClient",
|
36
|
+
"rpcs": {
|
37
|
+
"GetLfpMerchantState": {
|
38
|
+
"methods": [
|
39
|
+
"getLfpMerchantState"
|
40
|
+
]
|
41
|
+
}
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"grpc-fallback": {
|
45
|
+
"libraryClient": "LfpMerchantStateServiceClient",
|
46
|
+
"rpcs": {
|
47
|
+
"GetLfpMerchantState": {
|
48
|
+
"methods": [
|
49
|
+
"getLfpMerchantState"
|
50
|
+
]
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
32
56
|
"LfpSaleService": {
|
33
57
|
"clients": {
|
34
58
|
"grpc": {
|
@@ -1,3 +1,4 @@
|
|
1
1
|
export { LfpInventoryServiceClient } from './lfp_inventory_service_client';
|
2
|
+
export { LfpMerchantStateServiceClient } from './lfp_merchant_state_service_client';
|
2
3
|
export { LfpSaleServiceClient } from './lfp_sale_service_client';
|
3
4
|
export { LfpStoreServiceClient } from './lfp_store_service_client';
|
@@ -17,9 +17,11 @@
|
|
17
17
|
// ** https://github.com/googleapis/gapic-generator-typescript **
|
18
18
|
// ** All changes to this file may be overwritten. **
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
20
|
-
exports.LfpStoreServiceClient = exports.LfpSaleServiceClient = exports.LfpInventoryServiceClient = void 0;
|
20
|
+
exports.LfpStoreServiceClient = exports.LfpSaleServiceClient = exports.LfpMerchantStateServiceClient = exports.LfpInventoryServiceClient = void 0;
|
21
21
|
var lfp_inventory_service_client_1 = require("./lfp_inventory_service_client");
|
22
22
|
Object.defineProperty(exports, "LfpInventoryServiceClient", { enumerable: true, get: function () { return lfp_inventory_service_client_1.LfpInventoryServiceClient; } });
|
23
|
+
var lfp_merchant_state_service_client_1 = require("./lfp_merchant_state_service_client");
|
24
|
+
Object.defineProperty(exports, "LfpMerchantStateServiceClient", { enumerable: true, get: function () { return lfp_merchant_state_service_client_1.LfpMerchantStateServiceClient; } });
|
23
25
|
var lfp_sale_service_client_1 = require("./lfp_sale_service_client");
|
24
26
|
Object.defineProperty(exports, "LfpSaleServiceClient", { enumerable: true, get: function () { return lfp_sale_service_client_1.LfpSaleServiceClient; } });
|
25
27
|
var lfp_store_service_client_1 = require("./lfp_store_service_client");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v1beta/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,4EAA4E;AAC5E,iEAAiE;AACjE,qDAAqD;;;AAErD,+EAAyE;AAAjE,yIAAA,yBAAyB,OAAA;AACjC,qEAA+D;AAAvD,+HAAA,oBAAoB,OAAA;AAC5B,uEAAiE;AAAzD,iIAAA,qBAAqB,OAAA"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v1beta/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,4EAA4E;AAC5E,iEAAiE;AACjE,qDAAqD;;;AAErD,+EAAyE;AAAjE,yIAAA,yBAAyB,OAAA;AACjC,yFAAkF;AAA1E,kJAAA,6BAA6B,OAAA;AACrC,qEAA+D;AAAvD,+HAAA,oBAAoB,OAAA;AAC5B,uEAAiE;AAAzD,iIAAA,qBAAqB,OAAA"}
|
@@ -201,6 +201,30 @@ export declare class LfpInventoryServiceClient {
|
|
201
201
|
* @returns {string} A string representing the offer.
|
202
202
|
*/
|
203
203
|
matchOfferFromLfpInventoryName(lfpInventoryName: string): string | number;
|
204
|
+
/**
|
205
|
+
* Return a fully-qualified lfpMerchantState resource name string.
|
206
|
+
*
|
207
|
+
* @param {string} account
|
208
|
+
* @param {string} lfp_merchant_state
|
209
|
+
* @returns {string} Resource name string.
|
210
|
+
*/
|
211
|
+
lfpMerchantStatePath(account: string, lfpMerchantState: string): string;
|
212
|
+
/**
|
213
|
+
* Parse the account from LfpMerchantState resource.
|
214
|
+
*
|
215
|
+
* @param {string} lfpMerchantStateName
|
216
|
+
* A fully-qualified path representing LfpMerchantState resource.
|
217
|
+
* @returns {string} A string representing the account.
|
218
|
+
*/
|
219
|
+
matchAccountFromLfpMerchantStateName(lfpMerchantStateName: string): string | number;
|
220
|
+
/**
|
221
|
+
* Parse the lfp_merchant_state from LfpMerchantState resource.
|
222
|
+
*
|
223
|
+
* @param {string} lfpMerchantStateName
|
224
|
+
* A fully-qualified path representing LfpMerchantState resource.
|
225
|
+
* @returns {string} A string representing the lfp_merchant_state.
|
226
|
+
*/
|
227
|
+
matchLfpMerchantStateFromLfpMerchantStateName(lfpMerchantStateName: string): string | number;
|
204
228
|
/**
|
205
229
|
* Return a fully-qualified lfpSale resource name string.
|
206
230
|
*
|