google-apis-fcm_v1 0.16.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: e0f9d94203b395fc74cb9c6893e98725a9aa704195326f40fd890a6f791a8393
4
- data.tar.gz: fab07049526f95efbc4bd96a03a7ba410cc8a0c5840455249085427b85210b22
3
+ metadata.gz: b9442c14d48278c8c3f88bf2d8d0699702d2c336c9ab4937029d45ff4d6a6506
4
+ data.tar.gz: 3ee1b438af0794579f6b68824d3a7206e1064cd37f8aeb00e0bb4572deacae65
5
5
  SHA512:
6
- metadata.gz: dbdedf53cc0d22ece69317c90661c426985b9d00cb2a49998f0e08bc3df9991734a14bb87705cc82439eec03bd2224c937749731a41ea0c1a15a784d039d4acb
7
- data.tar.gz: 7b93b592b4fe0f5bd7a45a715e23047f9c8f7a6e45153be7ae81064e1bea5558bcd1a99ce5fa389263e2e1c9d32b8877d34382053a5db595bc5c88c2cccd6158
6
+ metadata.gz: 41ebcec6dc7ecffcef01b5990efe7fd5e53770866948c0326521e59a8631c937dede3271fdf964eba01cc4935029892070acf55894d1142007267a3b1b439927
7
+ data.tar.gz: e313440ea9cb9a07a667768e1e2ba958e922ddf78b3c6a63d482b741acd37ac2ba277888f2c6d82d809d169fcc4ef4480f9a5df31966de718d60076db04a8c0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.17.0 (2022-09-21)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.16.0 (2022-07-01)
4
12
 
5
13
  * Regenerated using generator version 0.8.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.16.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
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.16.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-07-04 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.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.7'
29
+ version: 0.9.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-fcm_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.16.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: []