google-apis-fcm_v1 0.17.0 → 0.19.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: 55c2fd90f44ed107953cef226cd1eaabd18e5ab08d64ed74f350fb49dd96ea42
4
- data.tar.gz: 9b1ad77f4ebf8172cd6f551cf9b5c68ec52dc1ca83165c2ca1f05c953d0f9ee3
3
+ metadata.gz: 418d2978f0ef1676db065d99a3ade47cfbd33063ce483d459b1a7164ba0339e7
4
+ data.tar.gz: 189c65b0ffac2d1c5c6eec4d3b86f82ddfc0ee91e75a460918abf4a00fc902ce
5
5
  SHA512:
6
- metadata.gz: 3171eb8109cd9bd910f7d9a4c74a538270e9da0c9163e4bbf6ddb23de39fdacc8b4ca343dccc68c076632d6e60ef8f23613d908174492b2101b41358c6a6018b
7
- data.tar.gz: edc9f7ca45b011c18abd0505bce52f82df197d70ba049a5f35e5ef50ecb6affb03714d05b082693eddec55cc06abb1f4d21649433ceb4f2922e1293513910249
6
+ metadata.gz: 10d1317cbfeb4e66afdbca40768c118a003e53314bdb2b1d581f37407c1afa3974d348a03b68fd1bbb66a1f4c4d3f53fac31cba7f8802b2c73e18f96ea4cc19c
7
+ data.tar.gz: 326b8001bb2c4931231e14a8a7ee93e1e7d01f8dee593c757f7101389146687932d459eaa77d9ad409decbad41d5b13cb50f7d99c09a413f52e66e9042d333c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.19.0 (2022-10-27)
4
+
5
+ * Regenerated using generator version 0.11.0
6
+
7
+ ### v0.18.0 (2022-10-12)
8
+
9
+ * Regenerated from discovery document revision 20221003
10
+
3
11
  ### v0.17.0 (2022-09-21)
4
12
 
5
13
  * Regenerated using generator version 0.10.0
@@ -382,7 +382,9 @@ module Google
382
382
  # APNs request headers](https://developer.apple.com/documentation/
383
383
  # usernotifications/setting_up_a_remote_notification_server/
384
384
  # sending_notification_requests_to_apns) for supported headers such as `apns-
385
- # expiration` and `apns-priority`.
385
+ # expiration` and `apns-priority`. The backend sets a default value for `apns-
386
+ # expiration` of 30 days and a default value for `apns-priority` of 10 if not
387
+ # explicitly set.
386
388
  # Corresponds to the JSON property `headers`
387
389
  # @return [Hash<String,String>]
388
390
  attr_accessor :headers
@@ -391,9 +393,7 @@ module Google
391
393
  # payload. See [Payload Key Reference](https://developer.apple.com/documentation/
392
394
  # usernotifications/setting_up_a_remote_notification_server/
393
395
  # generating_a_remote_notification). If present, it overrides google.firebase.
394
- # fcm.v1.Notification.title and google.firebase.fcm.v1.Notification.body. The
395
- # backend sets a default value for `apns-expiration` of 30 days and a default
396
- # value for `apns-priority` of 10 if not explicitly set.
396
+ # fcm.v1.Notification.title and google.firebase.fcm.v1.Notification.body.
397
397
  # Corresponds to the JSON property `payload`
398
398
  # @return [Hash<String,Object>]
399
399
  attr_accessor :payload
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FcmV1
18
18
  # Version of the google-apis-fcm_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220307"
25
+ REVISION = "20221003"
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-fcm_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.19.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.0
19
+ version: 0.9.1
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.0
29
+ version: 0.9.1
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-fcm_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcm_v1
63
63
  post_install_message:
64
64
  rdoc_options: []