google-apis-fcm_v1 0.19.0 → 0.21.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: 418d2978f0ef1676db065d99a3ade47cfbd33063ce483d459b1a7164ba0339e7
4
- data.tar.gz: 189c65b0ffac2d1c5c6eec4d3b86f82ddfc0ee91e75a460918abf4a00fc902ce
3
+ metadata.gz: 0a0f2ace5efa4434954c2adbe5aa546fe6f23a0c7e4c60ec7a1c2c6dc4aa0f8d
4
+ data.tar.gz: 3e10015062cce0d6cff2dafe88b86318293b12c4a8b6c9dd9437f19f8cf1c2c8
5
5
  SHA512:
6
- metadata.gz: 10d1317cbfeb4e66afdbca40768c118a003e53314bdb2b1d581f37407c1afa3974d348a03b68fd1bbb66a1f4c4d3f53fac31cba7f8802b2c73e18f96ea4cc19c
7
- data.tar.gz: 326b8001bb2c4931231e14a8a7ee93e1e7d01f8dee593c757f7101389146687932d459eaa77d9ad409decbad41d5b13cb50f7d99c09a413f52e66e9042d333c9
6
+ metadata.gz: 32d9de6909121d90f516dff09fb9f4ff9877b121aac5ba52bb51b1590c2a595d2c3818cd5fcb17c60a81c4089661a711c461c0a4933e74a4b09367cef11e9094
7
+ data.tar.gz: 8c8a86bc83acd1e8fd2c3a4d2d5767e71af08766b1ef6936ded3afde2fa881a71c163b8125c08177c40d9405bc2a54d0e50dc88b8257666a217c71b8934d38a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.21.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230421
6
+
7
+ ### v0.20.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.19.0 (2022-10-27)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -265,6 +265,11 @@ module Google
265
265
  # @return [String]
266
266
  attr_accessor :notification_priority
267
267
 
268
+ # Setting to control when a notification may be proxied.
269
+ # Corresponds to the JSON property `proxy`
270
+ # @return [String]
271
+ attr_accessor :proxy
272
+
268
273
  # The sound to play when the device receives the notification. Supports "default"
269
274
  # or the filename of a sound resource bundled in the app. Sound files must
270
275
  # reside in /res/raw/.
@@ -357,6 +362,7 @@ module Google
357
362
  @local_only = args[:local_only] if args.key?(:local_only)
358
363
  @notification_count = args[:notification_count] if args.key?(:notification_count)
359
364
  @notification_priority = args[:notification_priority] if args.key?(:notification_priority)
365
+ @proxy = args[:proxy] if args.key?(:proxy)
360
366
  @sound = args[:sound] if args.key?(:sound)
361
367
  @sticky = args[:sticky] if args.key?(:sticky)
362
368
  @tag = args[:tag] if args.key?(:tag)
@@ -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.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221003"
25
+ REVISION = "20230421"
26
26
  end
27
27
  end
28
28
  end
@@ -144,6 +144,7 @@ module Google
144
144
  property :local_only, as: 'localOnly'
145
145
  property :notification_count, as: 'notificationCount'
146
146
  property :notification_priority, as: 'notificationPriority'
147
+ property :proxy, as: 'proxy'
147
148
  property :sound, as: 'sound'
148
149
  property :sticky, as: 'sticky'
149
150
  property :tag, as: 'tag'
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.19.0
4
+ version: 0.21.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.21.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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Cloud Messaging API V1