From 6e559b4a8a3ed1cbde8759f093df78f0672c8d6e Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 7 Jun 2024 15:33:41 -0700
Subject: [PATCH] chore(main): release 0.248.0 (#7361)
---
BackupDr/VERSION | 2 +-
Batch/VERSION | 2 +-
BigQuery/VERSION | 2 +-
BigQuery/src/BigQueryClient.php | 2 +-
CHANGELOG.md | 252 ++++++++++++++++++++++++++
Container/VERSION | 2 +-
Core/VERSION | 2 +-
MapsRouteOptimization/VERSION | 2 +-
NetworkServices/VERSION | 2 +-
PubSub/VERSION | 2 +-
PubSub/src/PubSubClient.php | 2 +-
RedisCluster/VERSION | 2 +-
ResourceSettings/VERSION | 2 +-
Retail/VERSION | 2 +-
SecurityCenterManagement/VERSION | 2 +-
ShoppingMerchantAccounts/VERSION | 2 +-
ShoppingMerchantDatasources/VERSION | 2 +-
ShoppingMerchantInventories/VERSION | 2 +-
ShoppingMerchantLfp/VERSION | 2 +-
ShoppingMerchantNotifications/VERSION | 2 +-
ShoppingMerchantProducts/VERSION | 2 +-
ShoppingMerchantPromotions/VERSION | 2 +-
SqlAdmin/VERSION | 2 +-
composer.json | 40 ++--
24 files changed, 294 insertions(+), 42 deletions(-)
diff --git a/BackupDr/VERSION b/BackupDr/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/BackupDr/VERSION
+++ b/BackupDr/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/Batch/VERSION b/Batch/VERSION
index ce62dc55bf66..084c7bd08068 100644
--- a/Batch/VERSION
+++ b/Batch/VERSION
@@ -1 +1 @@
-0.16.9
+0.16.10
diff --git a/BigQuery/VERSION b/BigQuery/VERSION
index d1eaa3ba0b8c..b0f33908df16 100644
--- a/BigQuery/VERSION
+++ b/BigQuery/VERSION
@@ -1 +1 @@
-1.30.2
+1.30.3
diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php
index 2e7fcbe15c6f..2dc3e38a0067 100644
--- a/BigQuery/src/BigQueryClient.php
+++ b/BigQuery/src/BigQueryClient.php
@@ -50,7 +50,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}
- const VERSION = '1.30.2';
+ const VERSION = '1.30.3';
const MAX_DELAY_MICROSECONDS = 32000000;
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72ad28224ba1..0d850631d167 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,257 @@
# Changelog
+## 0.248.0
+
+google/cloud-backupdr 0.1.0
+
+
+
+### Features
+
+* Introduce BackupDr ([#7364](https://github.com/googleapis/google-cloud-php/issues/7364)) ([0378468](https://github.com/googleapis/google-cloud-php/commit/037846841d186199014aac43004aa395e9e6d3e2))
+
+
+
+google/cloud-batch 0.16.10
+
+
+
+### Documentation
+
+* Documentation improvements ([#7369](https://github.com/googleapis/google-cloud-php/issues/7369)) ([dab2c39](https://github.com/googleapis/google-cloud-php/commit/dab2c3977edd8e720eade07c06c5c912f441c2b2))
+
+
+
+google/cloud-bigquery 1.30.3
+
+
+
+### Bug Fixes
+
+* **BigQuery:** do not retry status code 499 (client canceled) ([cd4fdc3](https://github.com/googleapis/google-cloud-php/commit/cd4fdc396906dffd8f62a64f95a3ef6ecee74340))
+
+
+
+google/cloud-bigtable 2.0.0-RC1
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317))
+
+### Features
+
+* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317)) ([446c61f](https://github.com/googleapis/google-cloud-php/commit/446c61fa5b51248621cfed90a3831f01689e8258))
+
+
+
+google/cloud-container 1.31.0
+
+
+
+### Features
+
+* A new method_signature `parent` is added to method `ListOperations` in service `ClusterManager` ([#7383](https://github.com/googleapis/google-cloud-php/issues/7383)) ([6383f83](https://github.com/googleapis/google-cloud-php/commit/6383f834747250b325b671de5b254fce234c46a9))
+
+
+
+google/cloud-core 1.59.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317))
+
+### Features
+
+* Upgrade Bigtable to 2.0.0-RC1 ([#7317](https://github.com/googleapis/google-cloud-php/issues/7317)) ([446c61f](https://github.com/googleapis/google-cloud-php/commit/446c61fa5b51248621cfed90a3831f01689e8258))
+
+
+
+google/maps-routeoptimization 0.1.0
+
+
+
+### Features
+
+* Introduce Maps RouteOptimization ([#7365](https://github.com/googleapis/google-cloud-php/issues/7365)) ([7b748a6](https://github.com/googleapis/google-cloud-php/commit/7b748a642474f04942a86c87e2a70d9abe201591))
+
+
+
+google/cloud-networkservices 0.1.0
+
+
+
+### Features
+
+* Introduce NetworkServices ([#7370](https://github.com/googleapis/google-cloud-php/issues/7370)) ([f702871](https://github.com/googleapis/google-cloud-php/commit/f7028712e4319b947415a51701238a76a54e03fc))
+
+
+
+google/cloud-pubsub 2.2.1
+
+
+
+### Bug Fixes
+
+* Pubsub version constant ([#7362](https://github.com/googleapis/google-cloud-php/issues/7362)) ([ffcadde](https://github.com/googleapis/google-cloud-php/commit/ffcadde3f3d88b3ef2b41f48d385dbed89679591))
+
+
+
+google/cloud-redis-cluster 0.3.0
+
+
+
+### Features
+
+* Add persistence support ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))
+* Add support for different node types ([#7368](https://github.com/googleapis/google-cloud-php/issues/7368)) ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))
+* Get details of certificate authority from redis cluster ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))
+
+
+### Documentation
+
+* Size_gb field shows the size of the cluster rounded up to the next integer, precise_size_gb field will show the exact size of the cluster ([b01e8dc](https://github.com/googleapis/google-cloud-php/commit/b01e8dcd3a229b0f5f0d8aa6ec60257444859b75))
+
+
+
+google/cloud-resource-settings 1.2.6
+
+
+
+### Documentation
+
+* Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 ([#7358](https://github.com/googleapis/google-cloud-php/issues/7358)) ([7a1be5a](https://github.com/googleapis/google-cloud-php/commit/7a1be5ac80750b82bb62102b17cd438ea8790ddc))
+
+
+
+google/cloud-retail 1.7.0
+
+
+
+### Features
+
+* Add page_categories to control condition ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+* Add product purge API ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+* Allow to skip denylist postfiltering in recommendations ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+* Support attribute suggestion in autocomplete ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+* Support frequent bought together model config ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+* Support merged facets ([#7382](https://github.com/googleapis/google-cloud-php/issues/7382)) ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+
+
+### Documentation
+
+* Keep the API doc up-to-date with recent changes ([c5ea1f3](https://github.com/googleapis/google-cloud-php/commit/c5ea1f329305a41613b074232a753a1160ed52a0))
+
+
+
+google/cloud-securitycentermanagement 0.3.2
+
+
+
+### Documentation
+
+* Minor docs formatting in `UpdateSecurityCenterServiceRequest.validate_only` ([#7379](https://github.com/googleapis/google-cloud-php/issues/7379)) ([343a465](https://github.com/googleapis/google-cloud-php/commit/343a465e600bd06fd6da4a76877f6ad38de82545))
+
+
+
+google/shopping-merchant-accounts 0.1.0
+
+
+
+### Features
+
+* introduce Shopping Merchant APIs for LFP, Notifications, Accounts, Datasources, Products, Promotions ([#7367](https://github.com/googleapis/google-cloud-php/issues/7367)) ([2c700e7](https://github.com/googleapis/google-cloud-php/commit/2c700e77f2073e8646d20a4424ba5f3234a4982b))
+
+
+### Documentation
+
+* Format comments in ListUsersRequest ([#7384](https://github.com/googleapis/google-cloud-php/issues/7384)) ([bb67e02](https://github.com/googleapis/google-cloud-php/commit/bb67e02426312f6c05722219b8d75c7e49eee261))
+
+
+
+google/shopping-merchant-datasources 0.1.0
+
+
+
+### Features
+
+* introduce Shopping Merchant APIs for LFP, Notifications, Accounts, Datasources, Products, Promotions ([#7367](https://github.com/googleapis/google-cloud-php/issues/7367)) ([2c700e7](https://github.com/googleapis/google-cloud-php/commit/2c700e77f2073e8646d20a4424ba5f3234a4982b))
+
+
+
+google/shopping-merchant-inventories 0.5.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Remove deprecated client surfaces ([#7366](https://github.com/googleapis/google-cloud-php/issues/7366))
+
+### Bug Fixes
+
+* Remove deprecated client surfaces ([#7366](https://github.com/googleapis/google-cloud-php/issues/7366)) ([19d35b2](https://github.com/googleapis/google-cloud-php/commit/19d35b20e244875ea49f898fabb8c987a40c66c2))
+
+
+
+google/shopping-merchant-lfp 0.1.0
+
+
+
+### Features
+
+* introduce Shopping Merchant APIs for LFP, Notifications, Accounts, Datasources, Products, Promotions ([#7367](https://github.com/googleapis/google-cloud-php/issues/7367)) ([2c700e7](https://github.com/googleapis/google-cloud-php/commit/2c700e77f2073e8646d20a4424ba5f3234a4982b))
+
+
+
+google/shopping-merchant-notifications 0.1.0
+
+
+
+### Features
+
+* introduce Shopping Merchant APIs for LFP, Notifications, Accounts, Datasources, Products, Promotions ([#7367](https://github.com/googleapis/google-cloud-php/issues/7367)) ([2c700e7](https://github.com/googleapis/google-cloud-php/commit/2c700e77f2073e8646d20a4424ba5f3234a4982b))
+
+
+
+google/shopping-merchant-products 0.1.0
+
+
+
+### Features
+
+* introduce Shopping Merchant APIs for LFP, Notifications, Accounts, Datasources, Products, Promotions ([#7367](https://github.com/googleapis/google-cloud-php/issues/7367)) ([2c700e7](https://github.com/googleapis/google-cloud-php/commit/2c700e77f2073e8646d20a4424ba5f3234a4982b))
+
+
+
+google/shopping-merchant-promotions 0.1.0
+
+
+
+### Features
+
+* introduce Shopping Merchant APIs for LFP, Notifications, Accounts, Datasources, Products, Promotions ([#7367](https://github.com/googleapis/google-cloud-php/issues/7367)) ([2c700e7](https://github.com/googleapis/google-cloud-php/commit/2c700e77f2073e8646d20a4424ba5f3234a4982b))
+
+
+
+google/cloud-sql-admin 0.18.0
+
+
+
+### Features
+
+* Support for CLUSTER_MAINTENANCE and SELF_SERVICE_MAINTENANCE operation types ([#7363](https://github.com/googleapis/google-cloud-php/issues/7363)) ([23415ce](https://github.com/googleapis/google-cloud-php/commit/23415ce49ac44aa961bed5af7a6dfec7daa55a3c))
+* Support for MySQL 8.4 ([23415ce](https://github.com/googleapis/google-cloud-php/commit/23415ce49ac44aa961bed5af7a6dfec7daa55a3c))
+
+
+### Documentation
+
+* Various updates and clarifications to the documentation ([23415ce](https://github.com/googleapis/google-cloud-php/commit/23415ce49ac44aa961bed5af7a6dfec7daa55a3c))
+
+
+
## 0.247.0
google/cloud-access-approval 1.2.5
diff --git a/Container/VERSION b/Container/VERSION
index b0f33908df16..34aae156b192 100644
--- a/Container/VERSION
+++ b/Container/VERSION
@@ -1 +1 @@
-1.30.3
+1.31.0
diff --git a/Core/VERSION b/Core/VERSION
index 7af7cf49339f..bb120e876c62 100644
--- a/Core/VERSION
+++ b/Core/VERSION
@@ -1 +1 @@
-1.58.2
+1.59.0
diff --git a/MapsRouteOptimization/VERSION b/MapsRouteOptimization/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/MapsRouteOptimization/VERSION
+++ b/MapsRouteOptimization/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/NetworkServices/VERSION b/NetworkServices/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/NetworkServices/VERSION
+++ b/NetworkServices/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/PubSub/VERSION b/PubSub/VERSION
index ccbccc3dc626..c043eea7767e 100644
--- a/PubSub/VERSION
+++ b/PubSub/VERSION
@@ -1 +1 @@
-2.2.0
+2.2.1
diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php
index b046adc178c2..926ce1b734ff 100644
--- a/PubSub/src/PubSubClient.php
+++ b/PubSub/src/PubSubClient.php
@@ -99,7 +99,7 @@ class PubSubClient
use ApiHelperTrait;
use ClientOptionsTrait;
- const VERSION = '2.2.0';
+ const VERSION = '2.2.1';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';
diff --git a/RedisCluster/VERSION b/RedisCluster/VERSION
index 3a4036fb450f..0d91a54c7d43 100644
--- a/RedisCluster/VERSION
+++ b/RedisCluster/VERSION
@@ -1 +1 @@
-0.2.5
+0.3.0
diff --git a/ResourceSettings/VERSION b/ResourceSettings/VERSION
index c813fe116c9f..3c43790f5d82 100644
--- a/ResourceSettings/VERSION
+++ b/ResourceSettings/VERSION
@@ -1 +1 @@
-1.2.5
+1.2.6
diff --git a/Retail/VERSION b/Retail/VERSION
index 9edc58bb1dd8..bd8bf882d061 100644
--- a/Retail/VERSION
+++ b/Retail/VERSION
@@ -1 +1 @@
-1.6.4
+1.7.0
diff --git a/SecurityCenterManagement/VERSION b/SecurityCenterManagement/VERSION
index 9e11b32fcaa9..d15723fbe8de 100644
--- a/SecurityCenterManagement/VERSION
+++ b/SecurityCenterManagement/VERSION
@@ -1 +1 @@
-0.3.1
+0.3.2
diff --git a/ShoppingMerchantAccounts/VERSION b/ShoppingMerchantAccounts/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/ShoppingMerchantAccounts/VERSION
+++ b/ShoppingMerchantAccounts/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/ShoppingMerchantDatasources/VERSION b/ShoppingMerchantDatasources/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/ShoppingMerchantDatasources/VERSION
+++ b/ShoppingMerchantDatasources/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/ShoppingMerchantInventories/VERSION b/ShoppingMerchantInventories/VERSION
index 0bfccb080404..8f0916f768f0 100644
--- a/ShoppingMerchantInventories/VERSION
+++ b/ShoppingMerchantInventories/VERSION
@@ -1 +1 @@
-0.4.5
+0.5.0
diff --git a/ShoppingMerchantLfp/VERSION b/ShoppingMerchantLfp/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/ShoppingMerchantLfp/VERSION
+++ b/ShoppingMerchantLfp/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/ShoppingMerchantNotifications/VERSION b/ShoppingMerchantNotifications/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/ShoppingMerchantNotifications/VERSION
+++ b/ShoppingMerchantNotifications/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/ShoppingMerchantProducts/VERSION b/ShoppingMerchantProducts/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/ShoppingMerchantProducts/VERSION
+++ b/ShoppingMerchantProducts/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/ShoppingMerchantPromotions/VERSION b/ShoppingMerchantPromotions/VERSION
index 77d6f4ca2371..6e8bf73aa550 100644
--- a/ShoppingMerchantPromotions/VERSION
+++ b/ShoppingMerchantPromotions/VERSION
@@ -1 +1 @@
-0.0.0
+0.1.0
diff --git a/SqlAdmin/VERSION b/SqlAdmin/VERSION
index 7cca7711a0dd..66333910a4be 100644
--- a/SqlAdmin/VERSION
+++ b/SqlAdmin/VERSION
@@ -1 +1 @@
-0.17.1
+0.18.0
diff --git a/composer.json b/composer.json
index 35562d6f5c18..7a1176c4d5b0 100644
--- a/composer.json
+++ b/composer.json
@@ -91,15 +91,15 @@
"google/cloud-asset": "1.16.3",
"google/cloud-assured-workloads": "0.11.5",
"google/cloud-automl": "1.6.5",
- "google/cloud-backupdr": "0.0.0",
+ "google/cloud-backupdr": "0.1.0",
"google/cloud-bare-metal-solution": "0.6.5",
- "google/cloud-batch": "0.16.9",
+ "google/cloud-batch": "0.16.10",
"google/cloud-beyondcorp-appconnections": "0.4.5",
"google/cloud-beyondcorp-appconnectors": "0.4.5",
"google/cloud-beyondcorp-appgateways": "0.4.5",
"google/cloud-beyondcorp-clientconnectorservices": "0.4.5",
"google/cloud-beyondcorp-clientgateways": "0.4.5",
- "google/cloud-bigquery": "1.30.2",
+ "google/cloud-bigquery": "1.30.3",
"google/cloud-bigquery-analyticshub": "0.5.3",
"google/cloud-bigquery-connection": "1.5.5",
"google/cloud-bigquery-data-exchange": "0.4.5",
@@ -122,9 +122,9 @@
"google/cloud-confidentialcomputing": "0.8.3",
"google/cloud-config": "0.5.2",
"google/cloud-contact-center-insights": "1.9.5",
- "google/cloud-container": "1.30.3",
+ "google/cloud-container": "1.31.0",
"google/cloud-container-analysis": "0.5.7",
- "google/cloud-core": "1.58.2",
+ "google/cloud-core": "1.59.0",
"google/cloud-data-catalog": "1.10.3",
"google/cloud-data-fusion": "0.6.5",
"google/cloud-datacatalog-lineage": "0.5.5",
@@ -180,7 +180,7 @@
"google/cloud-network-connectivity": "1.5.5",
"google/cloud-network-management": "1.7.3",
"google/cloud-network-security": "0.6.5",
- "google/cloud-networkservices": "0.0.0",
+ "google/cloud-networkservices": "0.1.0",
"google/cloud-notebooks": "0.7.5",
"google/cloud-optimization": "0.6.5",
"google/cloud-orchestration-airflow": "1.6.4",
@@ -193,17 +193,17 @@
"google/cloud-policytroubleshooter-iam": "0.2.5",
"google/cloud-private-catalog": "0.4.4",
"google/cloud-profiler": "1.4.3",
- "google/cloud-pubsub": "2.2.0",
+ "google/cloud-pubsub": "2.2.1",
"google/cloud-quotas": "0.2.3",
"google/cloud-rapidmigrationassessment": "0.3.5",
"google/cloud-recaptcha-enterprise": "1.12.2",
"google/cloud-recommendations-ai": "0.7.5",
"google/cloud-recommender": "1.11.5",
"google/cloud-redis": "1.9.5",
- "google/cloud-redis-cluster": "0.2.5",
+ "google/cloud-redis-cluster": "0.3.0",
"google/cloud-resource-manager": "0.8.5",
- "google/cloud-resource-settings": "1.2.5",
- "google/cloud-retail": "1.6.4",
+ "google/cloud-resource-settings": "1.2.6",
+ "google/cloud-retail": "1.7.0",
"google/cloud-run": "0.9.3",
"google/cloud-scheduler": "1.10.5",
"google/cloud-secret-manager": "1.15.2",
@@ -211,7 +211,7 @@
"google/cloud-security-center": "1.28.2",
"google/cloud-security-private-ca": "1.7.3",
"google/cloud-security-public-ca": "0.4.1",
- "google/cloud-securitycentermanagement": "0.3.1",
+ "google/cloud-securitycentermanagement": "0.3.2",
"google/cloud-service-control": "1.4.4",
"google/cloud-service-directory": "1.3.6",
"google/cloud-service-management": "1.3.5",
@@ -220,7 +220,7 @@
"google/cloud-shell": "1.3.5",
"google/cloud-spanner": "1.79.0",
"google/cloud-speech": "1.18.3",
- "google/cloud-sql-admin": "0.17.1",
+ "google/cloud-sql-admin": "0.18.0",
"google/cloud-storage": "1.42.0",
"google/cloud-storage-control": "0.2.1",
"google/cloud-storage-transfer": "1.4.5",
@@ -249,17 +249,17 @@
"google/longrunning": "0.4.3",
"google/maps-fleetengine": "0.1.2",
"google/maps-fleetengine-delivery": "0.1.1",
- "google/maps-routeoptimization": "0.0.0",
+ "google/maps-routeoptimization": "0.1.0",
"google/shopping-common-protos": "0.4.0",
"google/shopping-css": "0.2.7",
- "google/shopping-merchant-accounts": "0.0.0",
+ "google/shopping-merchant-accounts": "0.1.0",
"google/shopping-merchant-conversions": "0.1.2",
- "google/shopping-merchant-datasources": "0.0.0",
- "google/shopping-merchant-inventories": "0.4.5",
- "google/shopping-merchant-lfp": "0.0.0",
- "google/shopping-merchant-notifications": "0.0.0",
- "google/shopping-merchant-products": "0.0.0",
- "google/shopping-merchant-promotions": "0.0.0",
+ "google/shopping-merchant-datasources": "0.1.0",
+ "google/shopping-merchant-inventories": "0.5.0",
+ "google/shopping-merchant-lfp": "0.1.0",
+ "google/shopping-merchant-notifications": "0.1.0",
+ "google/shopping-merchant-products": "0.1.0",
+ "google/shopping-merchant-promotions": "0.1.0",
"google/shopping-merchant-quota": "0.1.3",
"google/shopping-merchant-reports": "0.8.1"
},