@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240117 → 0.0.20240119

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 +4 -4
  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://walletobjects.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240117
12
+ // Revision: 20240119
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1072,11 +1072,11 @@ declare namespace gapi.client {
1072
1072
  uris?: Uri[];
1073
1073
  }
1074
1074
  interface ListTemplateOverride {
1075
- /** Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. */
1075
+ /** Specifies from a predefined set of options or from a reference to the field what will be displayed in the first row. To set this override, set the FirstRowOption.fieldOption to the FieldSelector of your choice. */
1076
1076
  firstRowOption?: FirstRowOption;
1077
- /** A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. */
1077
+ /** A reference to the field to be displayed in the second row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the second row will always display a field shared by all objects. To set this override, please set secondRowOption to the FieldSelector of you choice. */
1078
1078
  secondRowOption?: FieldSelector;
1079
- /** A reference to the field to be displayed in the third row. This option is only displayed if there are not multiple user objects in a group. If there is a group, the third row will always display the number of objects in the group. Eg: "3 passes" */
1079
+ /** An unused/deprecated field. Setting it will have no effect on what the user sees. */
1080
1080
  thirdRowOption?: FieldSelector;
1081
1081
  }
1082
1082
  interface LocalizedString {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.walletobjects-v1",
3
- "version": "0.0.20240117",
3
+ "version": "0.0.20240119",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",