google-apis-fcm_v1 0.26.0 → 0.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df1d0584b8987f9182d1c22514f8091a5cce1f58a74c9966def62ac9a5e71188
4
- data.tar.gz: 868c2997051d41e6b05831b8d005ca1b430d0669bd78b9d98b8fd406105a143e
3
+ metadata.gz: f9c3a4a14a4f0b396f4941ec5ec5fe26b5f3446330ffe5e20fd80965061a542d
4
+ data.tar.gz: 6eecbc984dbe8a0d42e5704ba1807ede125c16e4bda306ab723cd81db26061dd
5
5
  SHA512:
6
- metadata.gz: bcecf4dd09033312bb9f15ffc2ff5dfa098c4a3895831b4c875031cc0457bd2d3078aa5de93d1b9fd126d3403bc350780a5eaeb920ae20eef802151bb115bb3b
7
- data.tar.gz: a3f259277264bf449bd1620cddbbe52f8dc76340e878d3817406e8696bed2b5607f3654b888f9be5832ed6f4e5af2647800e5bc2657f6b93f2959983d8b27b9f
6
+ metadata.gz: 61ffd6c7e808be3de19cfad959c24e842a37fe657bcbdb6e12d168bf009b9cdb0c662daaa64cb6e3e7f738ddaef8e2e56e675ca6b6453f5e98756577047cc781
7
+ data.tar.gz: ed349eb5dc5b1d948fd8472aae655940f5495b9a22b92e61a26620d50d6ab47c70b92062bc8ad95508cbee2c836559e6296a03b76c09f7e5fb0c74f08295d3bb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.27.0 (2024-06-02)
9
+
10
+ * Regenerated from discovery document revision 20240524
11
+
3
12
  ### v0.26.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -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
@@ -650,9 +659,10 @@ module Google
650
659
 
651
660
  # Input only. Arbitrary key/value payload, which must be UTF-8 encoded. The key
652
661
  # should not be a reserved word ("from", "message_type", or any word starting
653
- # with "google" or "gcm"). When sending payloads containing only data fields to
654
- # iOS devices, only normal priority (`"apns-priority": "5"`) is allowed in [`
655
- # ApnsConfig`](/docs/reference/fcm/rest/v1/projects.messages#apnsconfig).
662
+ # with "google." or "gcm.notification."). When sending payloads containing only
663
+ # data fields to iOS devices, only normal priority (`"apns-priority": "5"`) is
664
+ # allowed in [`ApnsConfig`](/docs/reference/fcm/rest/v1/projects.messages#
665
+ # apnsconfig).
656
666
  # Corresponds to the JSON property `data`
657
667
  # @return [Hash<String,String>]
658
668
  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.26.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230623"
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.26.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-05-19 00:00:00.000000000 Z
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.26.0
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.6
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