google-apis-firebasedynamiclinks_v1 0.13.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b45ccf81b0d34de8746eff432820c9104cb9601465227d97d2e39ae235263e5e
4
- data.tar.gz: 109fd23b9fa78067f6a13be1f840a1e7b897a56ad8f0b5444a1d30bc110d8104
3
+ metadata.gz: f792040b7516e574ab0d8af691a9c12afbea1d2e8e82eddf2dafc140f60173e6
4
+ data.tar.gz: 216984774ae290935c46d8bbeb6b4aeacaf5fe119448a6d2b920daff0fac2ce9
5
5
  SHA512:
6
- metadata.gz: 4c5663520e3797c62053d905cb1c46b613f789d84e8fc1ff2c61b57a24f6baf50ed805cccbe4cfaf4a4bff633e1ccabb91af97340aeaefa3dcfb6afeaaea28f7
7
- data.tar.gz: b37ac379e896e61e71ea074b71aea11054ef95e8152597d6b8213c1a643b10b7fcd254d2064c8a3eb17900ba3aec4e84df775bee669b19b15dfda4fb44d17cd1
6
+ metadata.gz: a8e8143246ac31ada730f541b442d664bd5c82e890e8458c09b37aee6fd5881f3d229b062458de6a51cb5e18491ae350fa685156741113c9bbf01ef2c575bbdd
7
+ data.tar.gz: 94f445e9a6d938573694ec059ccb2f99805e143ba2843968d5c72cc78b983ed5679dd4efa5860fb3e8314a79db4d840a78c04834aa66da0486cffc23870a3f43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebasedynamiclinks_v1
2
2
 
3
+ ### v0.15.0 (2023-09-03)
4
+
5
+ * Regenerated from discovery document revision 20230831
6
+
7
+ ### v0.14.0 (2023-03-05)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.13.0 (2022-11-01)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -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
- # fingerprint match. If passed link is short server need to expand the link. If
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
- # fingerprint, copy unique).
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
- # fingerprint, copy unique).
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 (fingerprint, copy unique).
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.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211112"
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.13.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: 2022-11-07 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.13.0
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.3.14
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