@maxim_mazurok/gapi.client.merchantapi-products_v1 0.0.20251103 → 0.0.20251104

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.
Files changed (2) hide show
  1. package/index.d.ts +11 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://merchantapi.googleapis.com/$discovery/rest?version=products_v1
12
- // Revision: 20251103
12
+ // Revision: 20251104
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -356,12 +356,16 @@ declare namespace gapi.client {
356
356
  sellOnGoogleQuantity?: string;
357
357
  /** Shipping rules. */
358
358
  shipping?: Shipping[];
359
+ /** The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed. */
360
+ shippingHandlingBusinessDays?: ShippingBusinessDaysConfig[];
359
361
  /** Height of the item for shipping. */
360
362
  shippingHeight?: ShippingDimension;
361
363
  /** The shipping label of the product, used to group product in account-level shipping rules. */
362
364
  shippingLabel?: string;
363
365
  /** Length of the item for shipping. */
364
366
  shippingLength?: ShippingDimension;
367
+ /** The business days during which orders are in transit. If not provided, Monday to Friday business days will be assumed. */
368
+ shippingTransitBusinessDays?: ShippingBusinessDaysConfig[];
365
369
  /** Weight of the item for shipping. */
366
370
  shippingWeight?: ShippingWeight;
367
371
  /** Width of the item for shipping. */
@@ -531,6 +535,12 @@ declare namespace gapi.client {
531
535
  /** A free-form description of the service class or delivery speed. */
532
536
  service?: string;
533
537
  }
538
+ interface ShippingBusinessDaysConfig {
539
+ /** Effective days of the week considered for the delivery time calculation. May not be empty. The more business days included the faster the delivery. Can be set through individual days (e.g. `MTWRF`), or day ranges (e.g. `Mon-Fri`). For more information about accepted formats, see [Shipping handling business days](https://support.google.com/merchants/answer/16072859). */
540
+ businessDays?: string;
541
+ /** The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship. */
542
+ country?: string;
543
+ }
534
544
  interface ShippingDimension {
535
545
  /** The unit of value. */
536
546
  unit?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.merchantapi-products_v1",
3
- "version": "0.0.20251103",
3
+ "version": "0.0.20251104",
4
4
  "description": "TypeScript typings for Merchant API products_v1",
5
5
  "repository": {
6
6
  "type": "git",