@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240626 → 0.0.20240627
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 +2 -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:
|
|
12
|
+
// Revision: 20240627
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1734,7 +1734,7 @@ declare namespace gapi.client {
|
|
|
1734
1734
|
body?: string;
|
|
1735
1735
|
/** The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens. */
|
|
1736
1736
|
header?: string;
|
|
1737
|
-
/** The ID associated with a text module. This field is here to enable ease of management of text modules. */
|
|
1737
|
+
/** The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides. */
|
|
1738
1738
|
id?: string;
|
|
1739
1739
|
/** Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens. */
|
|
1740
1740
|
localizedBody?: LocalizedString;
|