google-apis-walletobjects_v1 0.11.0 → 0.12.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a170dac349d9f4b85087dddfbae33121af0e39933ac97cb785036fbdc1c25de3
|
|
4
|
+
data.tar.gz: ab3bbdcecbda856dd56fe1d35229cb83f1b855bc21733513a9d6cd1aae4e1301
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cea54377948f1ad2473c86d9342c66c82854bd59441c8834ee4199f56ab12602e495641e48784629a8351892151f9bdb23312a825c3c901ddeaa0d954e37d98
|
|
7
|
+
data.tar.gz: 19cf932d47766d883154d4a9d5edc1b9f2d2c7769bcaf677c20d881d634d24ffcdc1aedd0c6036732b6367d7912261ae32754571f1618f8ab0e2657632f18d00
|
data/CHANGELOG.md
CHANGED
|
@@ -7072,7 +7072,10 @@ module Google
|
|
|
7072
7072
|
attr_accessor :header
|
|
7073
7073
|
|
|
7074
7074
|
# The ID associated with a text module. This field is here to enable ease of
|
|
7075
|
-
# management of text modules.
|
|
7075
|
+
# management of text modules and referencing them in template overrides. The ID
|
|
7076
|
+
# should only include alphanumeric characters, '_', or '-'. It can not include
|
|
7077
|
+
# dots, as dots are used to separate fields within FieldReference.fieldPaths in
|
|
7078
|
+
# template overrides.
|
|
7076
7079
|
# Corresponds to the JSON property `id`
|
|
7077
7080
|
# @return [String]
|
|
7078
7081
|
attr_accessor :id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WalletobjectsV1
|
|
18
18
|
# Version of the google-apis-walletobjects_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240627"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-walletobjects_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.12.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|