cirro-ruby-client 2.5.13 → 2.5.14

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: c75643dbc6c63d1b537edeb0d49d8f0d1b4049a30dd10c823e5dd681548029ba
4
- data.tar.gz: 42db942af4c2eb64066904a6a9d49fb6f216b129e1abbcb23051ddf7fa0472ff
3
+ metadata.gz: 868245706e02e651fa051316ae152a8453a4e79f208766c25fecdb5fc5631264
4
+ data.tar.gz: 97e8826feb75ded1297dfe07450a87c422c73db6c2e0125a59a8afa8484fc0ad
5
5
  SHA512:
6
- metadata.gz: 4cf217669485713bbb6da8f17f607cdf121a64d3bdc7f4ec4c4a36b4b4fa9b913ae14f407fdf524b0eb110e85d9be6b743d8e606a623178c4cc06a19d871d663
7
- data.tar.gz: db83bb8efd1368fd8023d105fba6c8ba0e8f8c591e80ffc73a16e6251d7468937f0ab965cd1c561f681c2336ebd7e3cc69d33fb3107d07e03b8ab56c47d3bc99
6
+ metadata.gz: 63435ad60ac25619a88b26805ca13bb1a8ded1abe3438183b2c80a85c6d034adb39b38dc84893a3bdf21dc6e22ff24b5c6909a3e1d095a995b468ff3f00f9d75
7
+ data.tar.gz: 726e85f95df11e3b22cb1359fecb1f63cb0f1cfb4813482e72630ea9765005331c310a272ada9c72a09815a074f109807ec8fe44b7dd7d152a013421f731dda5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.5.13)
4
+ cirro-ruby-client (2.5.14)
5
5
  activesupport
6
6
  faraday (< 1.2.0)
7
7
  faraday_middleware
@@ -11,9 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.0.4.2)
15
- activesupport (= 7.0.4.2)
16
- activesupport (7.0.4.2)
14
+ activemodel (7.0.4.3)
15
+ activesupport (= 7.0.4.3)
16
+ activesupport (7.0.4.3)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.5.13'
4
+ VERSION = '2.5.14'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -55,6 +55,7 @@ module CirroIOV2
55
55
  include Base
56
56
  end
57
57
 
58
+ InvitationNotificationTopicResponse = Struct.new(:id, :object, :name, keyword_init: true)
58
59
  GigResponse = Struct.new(:id,
59
60
  :object,
60
61
  :title,
@@ -70,9 +71,10 @@ module CirroIOV2
70
71
  :filter_query,
71
72
  :tasks,
72
73
  :notification_payload,
74
+ :invitation_notification_topic,
73
75
  :epam_options,
74
76
  keyword_init: true) do
75
- self::NESTED_RESPONSES = { tasks: :GigTaskListResponse }.freeze
77
+ self::NESTED_RESPONSES = { tasks: :GigTaskListResponse, invitation_notification_topic: :InvitationNotificationTopicResponse }.freeze
76
78
  include Base
77
79
  end
78
80
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cirro-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.13
4
+ version: 2.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cirro Dev Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-28 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport