@maxim_mazurok/gapi.client.content-v2.1 0.0.20260113 → 0.0.20260118

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 (3) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
  3. package/readme.md +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://shoppingcontent.googleapis.com/$discovery/rest?version=v2.1
12
- // Revision: 20260113
12
+ // Revision: 20260118
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -6663,7 +6663,7 @@ declare namespace gapi.client {
6663
6663
  },
6664
6664
  body: RenderProductIssuesRequestPayload,
6665
6665
  ): Request<RenderProductIssuesResponse>;
6666
- /** Start an action. The action can be requested by merchants in third-party application. Before merchants can request the action, the third-party application needs to show them action specific content and display a user input form. The action can be successfully started only once all `required` inputs are provided. If any `required` input is missing, or invalid value was provided, the service will return 400 error. Validation errors will contain Ids for all problematic field together with translated, human readable error messages that can be shown to the user. */
6666
+ /** Start an action. The action can be requested by merchants in third-party application. Before merchants can request the action, the third-party application needs to show them action specific content and display a user input form. You can request access using [Trigger action allowlist form](https://docs.google.com/forms/d/e/1FAIpQLSfeV_sBW9MBQv9BMTV6JZ1g11PGHLdHsrefca-9h0LmpU7CUg/viewform?usp=sharing). The action can be successfully started only once all `required` inputs are provided. If any `required` input is missing, or invalid value was provided, the service will return 400 error. Validation errors will contain Ids for all problematic field together with translated, human readable error messages that can be shown to the user. */
6667
6667
  triggeraction(request: {
6668
6668
  /** V1 error format. */
6669
6669
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.content-v2.1",
3
- "version": "0.0.20260113",
3
+ "version": "0.0.20260118",
4
4
  "description": "TypeScript typings for Content API for Shopping v2.1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -499,7 +499,7 @@ await gapi.client.content.merchantsupport.renderproductissues({
499
499
  });
500
500
 
501
501
  /*
502
- Start an action. The action can be requested by merchants in third-party application. Before merchants can request the action, the third-party application needs to show them action specific content and display a user input form. The action can be successfully started only once all `required` inputs are provided. If any `required` input is missing, or invalid value was provided, the service will return 400 error. Validation errors will contain Ids for all problematic field together with translated, human readable error messages that can be shown to the user.
502
+ Start an action. The action can be requested by merchants in third-party application. Before merchants can request the action, the third-party application needs to show them action specific content and display a user input form. You can request access using [Trigger action allowlist form](https://docs.google.com/forms/d/e/1FAIpQLSfeV_sBW9MBQv9BMTV6JZ1g11PGHLdHsrefca-9h0LmpU7CUg/viewform?usp=sharing). The action can be successfully started only once all `required` inputs are provided. If any `required` input is missing, or invalid value was provided, the service will return 400 error. Validation errors will contain Ids for all problematic field together with translated, human readable error messages that can be shown to the user.
503
503
  */
504
504
  await gapi.client.content.merchantsupport.triggeraction({
505
505
  merchantId: 'merchantId',