google-apis-fcm_v1 0.17.0 → 0.18.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: b9442c14d48278c8c3f88bf2d8d0699702d2c336c9ab4937029d45ff4d6a6506
4
+ data.tar.gz: 3ee1b438af0794579f6b68824d3a7206e1064cd37f8aeb00e0bb4572deacae65
5
5
  SHA512:
6
- metadata.gz: 3171eb8109cd9bd910f7d9a4c74a538270e9da0c9163e4bbf6ddb23de39fdacc8b4ca343dccc68c076632d6e60ef8f23613d908174492b2101b41358c6a6018b
7
- data.tar.gz: edc9f7ca45b011c18abd0505bce52f82df197d70ba049a5f35e5ef50ecb6affb03714d05b082693eddec55cc06abb1f4d21649433ceb4f2922e1293513910249
6
+ metadata.gz: 41ebcec6dc7ecffcef01b5990efe7fd5e53770866948c0326521e59a8631c937dede3271fdf964eba01cc4935029892070acf55894d1142007267a3b1b439927
7
+ data.tar.gz: e313440ea9cb9a07a667768e1e2ba958e922ddf78b3c6a63d482b741acd37ac2ba277888f2c6d82d809d169fcc4ef4480f9a5df31966de718d60076db04a8c0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.18.0 (2022-10-12)
4
+
5
+ * Regenerated from discovery document revision 20221003
6
+
3
7
  ### v0.17.0 (2022-09-21)
4
8
 
5
9
  * 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.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.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.18.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-17 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-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.18.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: []