google-apis-fcm_v1 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/fcm_v1/classes.rb +10 -5
- data/lib/google/apis/fcm_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b23b09a71dff8306d6ba51704145bdcf9dd48a4e9029dfcb043eec79c13e843b
|
4
|
+
data.tar.gz: a4419cedd44db209416399f283888eacbe4ec21b2a3fb06a715bc715cdb785e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 291c3dc1446ab042960cdbb6883109461f1bb8d4d998ade81611e9dcbaad8953bfefb3833d1f2e7994ea1d028c565d6840725bcf5f3e07cd0eee44f0e8d88951
|
7
|
+
data.tar.gz: 66b03762a4764b23e62b7e79439371b26092e5698be44c13377335bae012e724babac66fc9096ff1a0bba85f816843d70cefa5637893af9d6305d1e5107d5700
|
data/CHANGELOG.md
CHANGED
@@ -373,8 +373,8 @@ module Google
|
|
373
373
|
# HTTP request headers defined in Apple Push Notification Service. Refer to [
|
374
374
|
# APNs request headers](https://developer.apple.com/documentation/
|
375
375
|
# usernotifications/setting_up_a_remote_notification_server/
|
376
|
-
# sending_notification_requests_to_apns) for supported headers
|
377
|
-
# priority
|
376
|
+
# sending_notification_requests_to_apns) for supported headers such as `apns-
|
377
|
+
# expiration` and `apns-priority`.
|
378
378
|
# Corresponds to the JSON property `headers`
|
379
379
|
# @return [Hash<String,String>]
|
380
380
|
attr_accessor :headers
|
@@ -383,7 +383,9 @@ module Google
|
|
383
383
|
# payload. See [Payload Key Reference](https://developer.apple.com/documentation/
|
384
384
|
# usernotifications/setting_up_a_remote_notification_server/
|
385
385
|
# generating_a_remote_notification). If present, it overrides google.firebase.
|
386
|
-
# fcm.v1.Notification.title and google.firebase.fcm.v1.Notification.body.
|
386
|
+
# fcm.v1.Notification.title and google.firebase.fcm.v1.Notification.body. The
|
387
|
+
# backend sets a default value for `apns-expiration` of 30 days and a default
|
388
|
+
# value for `apns-priority` of 10 if not explicitly set.
|
387
389
|
# Corresponds to the JSON property `payload`
|
388
390
|
# @return [Hash<String,Object>]
|
389
391
|
attr_accessor :payload
|
@@ -632,8 +634,11 @@ module Google
|
|
632
634
|
# @return [String]
|
633
635
|
attr_accessor :condition
|
634
636
|
|
635
|
-
# Input only. Arbitrary key/value payload
|
636
|
-
# ("from", "message_type", or any word starting
|
637
|
+
# Input only. Arbitrary key/value payload, which must be UTF-8 encoded. The key
|
638
|
+
# should not be a reserved word ("from", "message_type", or any word starting
|
639
|
+
# with "google" or "gcm"). When sending payloads containing only data fields to
|
640
|
+
# iOS devices, only normal priority (`"apns-priority": "5"`) is allowed in [`
|
641
|
+
# ApnsConfig`](/docs/reference/fcm/rest/v1/projects.messages#apnsconfig).
|
637
642
|
# Corresponds to the JSON property `data`
|
638
643
|
# @return [Hash<String,String>]
|
639
644
|
attr_accessor :data
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210607"
|
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.
|
4
|
+
version: 0.6.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: 2021-
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcm_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcm_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|