google-apis-fcm_v1 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9c3a4a14a4f0b396f4941ec5ec5fe26b5f3446330ffe5e20fd80965061a542d
|
4
|
+
data.tar.gz: 6eecbc984dbe8a0d42e5704ba1807ede125c16e4bda306ab723cd81db26061dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61ffd6c7e808be3de19cfad959c24e842a37fe657bcbdb6e12d168bf009b9cdb0c662daaa64cb6e3e7f738ddaef8e2e56e675ca6b6453f5e98756577047cc781
|
7
|
+
data.tar.gz: ed349eb5dc5b1d948fd8472aae655940f5495b9a22b92e61a26620d50d6ab47c70b92062bc8ad95508cbee2c836559e6296a03b76c09f7e5fb0c74f08295d3bb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-fcm_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2024-11-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241101
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.27.0 (2024-06-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240524
|
@@ -395,6 +395,14 @@ module Google
|
|
395
395
|
# @return [Hash<String,String>]
|
396
396
|
attr_accessor :headers
|
397
397
|
|
398
|
+
# Optional. [Apple Live Activity](https://developer.apple.com/design/human-
|
399
|
+
# interface-guidelines/live-activities) token to send updates to. This token can
|
400
|
+
# either be a push token or [push-to-start](https://developer.apple.com/
|
401
|
+
# documentation/activitykit/activity/pushtostarttoken) token from Apple.
|
402
|
+
# Corresponds to the JSON property `liveActivityToken`
|
403
|
+
# @return [String]
|
404
|
+
attr_accessor :live_activity_token
|
405
|
+
|
398
406
|
# APNs payload as a JSON object, including both `aps` dictionary and custom
|
399
407
|
# payload. See [Payload Key Reference](https://developer.apple.com/documentation/
|
400
408
|
# usernotifications/setting_up_a_remote_notification_server/
|
@@ -412,6 +420,7 @@ module Google
|
|
412
420
|
def update!(**args)
|
413
421
|
@fcm_options = args[:fcm_options] if args.key?(:fcm_options)
|
414
422
|
@headers = args[:headers] if args.key?(:headers)
|
423
|
+
@live_activity_token = args[:live_activity_token] if args.key?(:live_activity_token)
|
415
424
|
@payload = args[:payload] if args.key?(:payload)
|
416
425
|
end
|
417
426
|
end
|
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -163,6 +163,7 @@ module Google
|
|
163
163
|
property :fcm_options, as: 'fcmOptions', class: Google::Apis::FcmV1::ApnsFcmOptions, decorator: Google::Apis::FcmV1::ApnsFcmOptions::Representation
|
164
164
|
|
165
165
|
hash :headers, as: 'headers'
|
166
|
+
property :live_activity_token, as: 'liveActivityToken'
|
166
167
|
hash :payload, as: 'payload'
|
167
168
|
end
|
168
169
|
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.28.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: 2024-
|
11
|
+
date: 2024-11-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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.28.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: []
|
@@ -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.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Firebase Cloud Messaging API V1
|