google-apis-firebasedynamiclinks_v1 0.14.0 → 0.15.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: f792040b7516e574ab0d8af691a9c12afbea1d2e8e82eddf2dafc140f60173e6
|
|
4
|
+
data.tar.gz: 216984774ae290935c46d8bbeb6b4aeacaf5fe119448a6d2b920daff0fac2ce9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8e8143246ac31ada730f541b442d664bd5c82e890e8458c09b37aee6fd5881f3d229b062458de6a51cb5e18491ae350fa685156741113c9bbf01ef2c575bbdd
|
|
7
|
+
data.tar.gz: 94f445e9a6d938573694ec059ccb2f99805e143ba2843968d5c72cc78b983ed5679dd4efa5860fb3e8314a79db4d840a78c04834aa66da0486cffc23870a3f43
|
data/CHANGELOG.md
CHANGED
|
@@ -510,8 +510,8 @@ module Google
|
|
|
510
510
|
attr_accessor :sdk_version
|
|
511
511
|
|
|
512
512
|
# Possible unique matched link that server need to check before performing
|
|
513
|
-
#
|
|
514
|
-
# link is long server need to vslidate the link.
|
|
513
|
+
# device heuristics match. If passed link is short server need to expand the
|
|
514
|
+
# link. If link is long server need to vslidate the link.
|
|
515
515
|
# Corresponds to the JSON property `uniqueMatchLinkToCheck`
|
|
516
516
|
# @return [String]
|
|
517
517
|
attr_accessor :unique_match_link_to_check
|
|
@@ -554,8 +554,8 @@ module Google
|
|
|
554
554
|
# @return [String]
|
|
555
555
|
attr_accessor :attribution_confidence
|
|
556
556
|
|
|
557
|
-
# The deep-link attributed post-install via one of several techniques (
|
|
558
|
-
#
|
|
557
|
+
# The deep-link attributed post-install via one of several techniques (device
|
|
558
|
+
# heuristics, copy unique).
|
|
559
559
|
# Corresponds to the JSON property `deepLink`
|
|
560
560
|
# @return [String]
|
|
561
561
|
attr_accessor :deep_link
|
|
@@ -576,8 +576,8 @@ module Google
|
|
|
576
576
|
# @return [String]
|
|
577
577
|
attr_accessor :fallback_link
|
|
578
578
|
|
|
579
|
-
# Invitation ID attributed post-install via one of several techniques (
|
|
580
|
-
#
|
|
579
|
+
# Invitation ID attributed post-install via one of several techniques (device
|
|
580
|
+
# heuristics, copy unique).
|
|
581
581
|
# Corresponds to the JSON property `invitationId`
|
|
582
582
|
# @return [String]
|
|
583
583
|
attr_accessor :invitation_id
|
|
@@ -602,7 +602,7 @@ module Google
|
|
|
602
602
|
attr_accessor :request_ip_version
|
|
603
603
|
|
|
604
604
|
# Entire FDL (short or long) attributed post-install via one of several
|
|
605
|
-
# techniques (
|
|
605
|
+
# techniques (device heuristics, copy unique).
|
|
606
606
|
# Corresponds to the JSON property `requestedLink`
|
|
607
607
|
# @return [String]
|
|
608
608
|
attr_accessor :requested_link
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebasedynamiclinksV1
|
|
18
18
|
# Version of the google-apis-firebasedynamiclinks_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230831"
|
|
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-firebasedynamiclinks_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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: 2023-03
|
|
11
|
+
date: 2023-09-03 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-firebasedynamiclinks_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedynamiclinks_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedynamiclinks_v1/v0.15.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedynamiclinks_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Firebase Dynamic Links API V1
|