@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240117 → 0.0.20240118
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.
- package/index.d.ts +4 -4
- 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:
|
|
12
|
+
// Revision: 20240118
|
|
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
|
-
/**
|
|
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 {
|