@wix/auto_sdk_gbp_locations 1.0.10 → 1.0.11

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.
@@ -534,6 +534,9 @@ interface GetLocationLodgingSignature {
534
534
  *
535
535
  * Errors:
536
536
  * - `NOT_FOUND`: the location isn't recorded for this site. Google isn't called.
537
+ * - `LODGING_NOT_OPERABLE`: the location isn't a lodging business, so Google holds
538
+ * no lodging data for it. Check `metadata.canOperateLodgingData` on the location
539
+ * first. Retrying won't help.
537
540
  * - `GOOGLE_API_CALL_FAILED`: the call to Google failed. Google's status and
538
541
  * response are in the error payload.
539
542
  * @param - Location ID. This is Google's location identifier.
@@ -567,6 +570,9 @@ interface UpdateLocationLodgingSignature {
567
570
  * - `INVALID_UPDATE_MASK`: the mask is empty, or a path doesn't exist or reaches
568
571
  * into a repeated field. Google isn't called.
569
572
  * - `NOT_FOUND`: the location isn't recorded for this site. Google isn't called.
573
+ * - `LODGING_NOT_OPERABLE`: the location isn't a lodging business, so Google holds
574
+ * no lodging data for it. Check `metadata.canOperateLodgingData` on the location
575
+ * first. Retrying won't help.
570
576
  * - `GOOGLE_API_CALL_FAILED`: the call to Google failed. Google's status and
571
577
  * response are in the error payload.
572
578
  * @param - Location ID. This is Google's location identifier.