Skip to content

Commit

Permalink
build: [merchantapi] update package name for npm for google shopping (#…
Browse files Browse the repository at this point in the history
…4939)

* build: update package name for npm for google shopping

PiperOrigin-RevId: 597411367

Source-Link: googleapis/googleapis@fa4d4e7

Source-Link: googleapis/googleapis-gen@eb250ef
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWludmVudG9yaWVzLy5Pd2xCb3QueWFtbCIsImgiOiJlYjI1MGVmYWI0NDliNjkyZjBhMzhjYzExNGRlMmZlNTZjMzRkMzgwIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 11, 2024
1 parent 980f4d0 commit 7266a83
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/google-shopping-merchant-inventories/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
copyright: 'Copyright 2024 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/inventories',
systemName: '@google-shopping/inventories',
theme: 'lumen',
default: {
outputSourceFiles: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Inventories library
const {LocalInventoryServiceClient} = require('@google-cloud/inventories').v1beta;
const {LocalInventoryServiceClient} = require('@google-shopping/inventories').v1beta;

// Instantiates a client
const inventoriesClient = new LocalInventoryServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function main(parent, localInventory) {
// const localInventory = {}

// Imports the Inventories library
const {LocalInventoryServiceClient} = require('@google-cloud/inventories').v1beta;
const {LocalInventoryServiceClient} = require('@google-shopping/inventories').v1beta;

// Instantiates a client
const inventoriesClient = new LocalInventoryServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function main(parent) {
// const pageToken = 'abc123'

// Imports the Inventories library
const {LocalInventoryServiceClient} = require('@google-cloud/inventories').v1beta;
const {LocalInventoryServiceClient} = require('@google-shopping/inventories').v1beta;

// Instantiates a client
const inventoriesClient = new LocalInventoryServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Inventories library
const {RegionalInventoryServiceClient} = require('@google-cloud/inventories').v1beta;
const {RegionalInventoryServiceClient} = require('@google-shopping/inventories').v1beta;

// Instantiates a client
const inventoriesClient = new RegionalInventoryServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function main(parent, regionalInventory) {
// const regionalInventory = {}

// Imports the Inventories library
const {RegionalInventoryServiceClient} = require('@google-cloud/inventories').v1beta;
const {RegionalInventoryServiceClient} = require('@google-shopping/inventories').v1beta;

// Instantiates a client
const inventoriesClient = new RegionalInventoryServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function main(parent) {
// const pageToken = 'abc123'

// Imports the Inventories library
const {RegionalInventoryServiceClient} = require('@google-cloud/inventories').v1beta;
const {RegionalInventoryServiceClient} = require('@google-shopping/inventories').v1beta;

// Instantiates a client
const inventoriesClient = new RegionalInventoryServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.shopping.merchant.inventories.v1beta",
"libraryPackage": "@google-cloud/inventories",
"libraryPackage": "@google-shopping/inventories",
"services": {
"LocalInventoryService": {
"clients": {
Expand Down

0 comments on commit 7266a83

Please sign in to comment.