bullet_train-outgoing_webhooks 1.2.10 → 1.2.11

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: d44b251cd89a804615ec264c52649e52bbc6c79f27e292713153be356c4ba099
4
- data.tar.gz: b045ede97a1140a494dd9e11ae3853f3ac8f106b8e73dd33392cc76636c0ed08
3
+ metadata.gz: 87f75613d643ea32ebd0dcbfe3a783f8b757ba4059e3a5ebd2b75c8d0a4b6808
4
+ data.tar.gz: fa239987f89eb84b9e7f80744f220505aeb896350ca30d65ea012b3f35d8937a
5
5
  SHA512:
6
- metadata.gz: 6b50b117f3313cdcf7b009f1f656a9ba9593e354958c29a62c88235f497a18db35aba83587a27e8d12fb0b9ff4343fb844c5fc156dcfb0d4dd73d83474dc32ba
7
- data.tar.gz: c857cf75207fce59abe42e84fed7c836da7d92941ee628312a31cb02f1f0dd3781714c407e2fb2ca5f8d1938bff40760ac608d44dd6e5e29708b463e822bfe53
6
+ metadata.gz: 49438dd37e66164bbf221b6f5f1235ba1d0224479a3d8a8524b4cdaa37955c058d63477477125974fdcbfa271010789c67257be77490809aa8cdffe19e478601
7
+ data.tar.gz: 94f27ec380dee3b655dfebbc9f8e9a75c9a5cc0224127254f9b4d2bc4c20cdf36c06e3db14169d7b039f96fb8d82cffd7ce584624c9e5e23508f40641927b2df
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module OutgoingWebhooks
3
- VERSION = "1.2.10"
3
+ VERSION = "1.2.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-outgoing_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.10
4
+ version: 1.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-31 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -89,40 +89,31 @@ files:
89
89
  - app/models/webhooks/outgoing/event.rb
90
90
  - app/models/webhooks/outgoing/event_type.rb
91
91
  - app/views/account/webhooks/outgoing/deliveries/_breadcrumbs.html.erb
92
- - app/views/account/webhooks/outgoing/deliveries/_delivery.json.jbuilder
93
92
  - app/views/account/webhooks/outgoing/deliveries/_form.html.erb
94
93
  - app/views/account/webhooks/outgoing/deliveries/_index.html.erb
95
94
  - app/views/account/webhooks/outgoing/deliveries/_menu_item.html.erb
96
95
  - app/views/account/webhooks/outgoing/deliveries/_success_indicator.html.erb
97
96
  - app/views/account/webhooks/outgoing/deliveries/edit.html.erb
98
97
  - app/views/account/webhooks/outgoing/deliveries/index.html.erb
99
- - app/views/account/webhooks/outgoing/deliveries/index.json.jbuilder
100
98
  - app/views/account/webhooks/outgoing/deliveries/new.html.erb
101
99
  - app/views/account/webhooks/outgoing/deliveries/show.html.erb
102
- - app/views/account/webhooks/outgoing/deliveries/show.json.jbuilder
103
100
  - app/views/account/webhooks/outgoing/delivery_attempts/_breadcrumbs.html.erb
104
- - app/views/account/webhooks/outgoing/delivery_attempts/_delivery_attempt.json.jbuilder
105
101
  - app/views/account/webhooks/outgoing/delivery_attempts/_form.html.erb
106
102
  - app/views/account/webhooks/outgoing/delivery_attempts/_index.html.erb
107
103
  - app/views/account/webhooks/outgoing/delivery_attempts/_menu_item.html.erb
108
104
  - app/views/account/webhooks/outgoing/delivery_attempts/_success_indicator.html.erb
109
105
  - app/views/account/webhooks/outgoing/delivery_attempts/edit.html.erb
110
106
  - app/views/account/webhooks/outgoing/delivery_attempts/index.html.erb
111
- - app/views/account/webhooks/outgoing/delivery_attempts/index.json.jbuilder
112
107
  - app/views/account/webhooks/outgoing/delivery_attempts/new.html.erb
113
108
  - app/views/account/webhooks/outgoing/delivery_attempts/show.html.erb
114
- - app/views/account/webhooks/outgoing/delivery_attempts/show.json.jbuilder
115
109
  - app/views/account/webhooks/outgoing/endpoints/_breadcrumbs.html.erb
116
- - app/views/account/webhooks/outgoing/endpoints/_endpoint.json.jbuilder
117
110
  - app/views/account/webhooks/outgoing/endpoints/_form.html.erb
118
111
  - app/views/account/webhooks/outgoing/endpoints/_index.html.erb
119
112
  - app/views/account/webhooks/outgoing/endpoints/_menu_item.html.erb
120
113
  - app/views/account/webhooks/outgoing/endpoints/edit.html.erb
121
114
  - app/views/account/webhooks/outgoing/endpoints/index.html.erb
122
- - app/views/account/webhooks/outgoing/endpoints/index.json.jbuilder
123
115
  - app/views/account/webhooks/outgoing/endpoints/new.html.erb
124
116
  - app/views/account/webhooks/outgoing/endpoints/show.html.erb
125
- - app/views/account/webhooks/outgoing/endpoints/show.json.jbuilder
126
117
  - app/views/api/v1/open_api/index.yaml.erb
127
118
  - app/views/api/v1/webhooks/outgoing/endpoints/_endpoint.json.jbuilder
128
119
  - app/views/api/v1/webhooks/outgoing/endpoints/index.json.jbuilder
@@ -1,10 +0,0 @@
1
- json.extract! delivery,
2
- :id,
3
- :endpoint_id,
4
- :event_id,
5
- :endpoint_url,
6
- :delivered_at,
7
- # 🚅 super scaffolding will insert new fields above this line.
8
- :created_at,
9
- :updated_at
10
- json.url account_webhooks_outgoing_delivery_url(delivery, format: :json)
@@ -1 +0,0 @@
1
- json.array! @deliveries, partial: "webhooks/outgoing/deliveries/delivery", as: :delivery
@@ -1 +0,0 @@
1
- json.partial! "webhooks/outgoing/deliveries/delivery", delivery: @delivery
@@ -1,12 +0,0 @@
1
- json.extract! delivery_attempt,
2
- :id,
3
- :delivery_id,
4
- :response_code,
5
- :response_body,
6
- :response_message,
7
- :error_message,
8
- :attempt_number,
9
- # 🚅 super scaffolding will insert new fields above this line.
10
- :created_at,
11
- :updated_at
12
- json.url account_webhooks_outgoing_delivery_attempt_url(delivery_attempt, format: :json)
@@ -1 +0,0 @@
1
- json.array! @delivery_attempts, partial: "webhooks/outgoing/delivery_attempts/delivery_attempt", as: :delivery_attempt
@@ -1 +0,0 @@
1
- json.partial! "webhooks/outgoing/delivery_attempts/delivery_attempt", delivery_attempt: @delivery_attempt
@@ -1,10 +0,0 @@
1
- json.extract! endpoint,
2
- :id,
3
- :team_id,
4
- :name,
5
- :url,
6
- :event_type_ids,
7
- # 🚅 super scaffolding will insert new fields above this line.
8
- :created_at,
9
- :updated_at
10
- json.url account_webhooks_outgoing_endpoint_url(endpoint, format: :json)
@@ -1 +0,0 @@
1
- json.array! @endpoints, partial: "webhooks/outgoing/endpoints/endpoint", as: :endpoint
@@ -1 +0,0 @@
1
- json.partial! "webhooks/outgoing/endpoints/endpoint", endpoint: @endpoint