nylas 5.15.0 → 5.16.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: b432f464fcd9fec327a4aa014c499cadcf34aa8c4626ae1585d32b4aff9c7b21
4
- data.tar.gz: 5c62a00ba6e2f1de70346aa7fe4cdb7d7a129c6b91c76a35c6349e9597ab51c0
3
+ metadata.gz: 611d01fd47937e73177b033115d17ca69f1f3fbc9176e50120710f02ffa9bdef
4
+ data.tar.gz: 9f2aebcb84e01fe7806d3c099b019227b7dd65eedb3c1556416170d8a6e42213
5
5
  SHA512:
6
- metadata.gz: 5220e063570324c94c8baf4e01645017510e497619382e2f872f110d9fbfa9f7c454b50bd87098382f0339cb6da2208eb45e3e6b622c92db330c978a85887f5e
7
- data.tar.gz: 0e9388e8c5b7931212bbcdc1b21d324b4025634665aff3a3c3be7bf08f823d08c9b2b820d203287e4dfabaf3b95737a070cc8cb6957b86b80f0dd45dc5e3711d
6
+ metadata.gz: e9cfa68642a3f477ed36ce9ff76932a814ed86385405a46517c465f39d92b6d9c0d3c41a554cbceb30d531058451040797e8ba5fab6aa5abdbb84356226a420e
7
+ data.tar.gz: 0af23985e245070c6fa58457cbcd3b85df2098da21071b245d167c5be4944259da7fb0029ba9cbed79aa677ec9ef6164e1406ac84eadee2f2604fc73aa8f0600
data/lib/nylas/event.rb CHANGED
@@ -40,6 +40,8 @@ module Nylas
40
40
  has_n_of_attribute :notifications, :event_notification
41
41
  has_n_of_attribute :round_robin_order, :string
42
42
  attribute :original_start_time, :unix_timestamp
43
+ attribute :organizer_email, :string
44
+ attribute :organizer_name, :string
43
45
  attribute :reminder_minutes, :string
44
46
  attribute :reminder_method, :string
45
47
  attribute :job_status_id, :string, read_only: true
data/lib/nylas/label.rb CHANGED
@@ -17,11 +17,11 @@ module Nylas
17
17
 
18
18
  attribute :id, :string
19
19
  attribute :account_id, :string
20
-
21
20
  attribute :object, :string
22
21
 
23
22
  attribute :name, :string
24
23
  attribute :display_name, :string
24
+ attribute :provider_id, :string
25
25
  attribute :job_status_id, :string, read_only: true
26
26
  end
27
27
  end
data/lib/nylas/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nylas
4
- VERSION = "5.15.0"
4
+ VERSION = "5.16.0"
5
5
  end
data/lib/nylas/webhook.rb CHANGED
@@ -19,7 +19,7 @@ module WebhookTrigger
19
19
  ACCOUNT_SYNC_ERROR = "account.sync_error"
20
20
  MESSAGE_CREATED = "message.created"
21
21
  MESSAGE_OPENED = "message.opened"
22
- MESSAGE_LINK_CLICKED = "message.link_created"
22
+ MESSAGE_LINK_CLICKED = "message.link_clicked"
23
23
  MESSAGE_UPDATED = "message.updated"
24
24
  MESSAGE_BOUNCED = "message.bounced"
25
25
  THREAD_REPLIED = "thread.replied"
@@ -34,6 +34,8 @@ module WebhookTrigger
34
34
  EVENT_DELETED = "event.deleted"
35
35
  JOB_SUCCESSFUL = "job.successful"
36
36
  JOB_FAILED = "job.failed"
37
+ JOB_DELAYED = "job.delayed"
38
+ JOB_CANCELLED = "job.cancelled"
37
39
  end
38
40
 
39
41
  module Nylas
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nylas
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.15.0
4
+ version: 5.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nylas, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler