bullet_train-outgoing_webhooks 1.2.10 → 1.2.11
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 +4 -4
- data/lib/bullet_train/outgoing_webhooks/version.rb +1 -1
- metadata +2 -11
- data/app/views/account/webhooks/outgoing/deliveries/_delivery.json.jbuilder +0 -10
- data/app/views/account/webhooks/outgoing/deliveries/index.json.jbuilder +0 -1
- data/app/views/account/webhooks/outgoing/deliveries/show.json.jbuilder +0 -1
- data/app/views/account/webhooks/outgoing/delivery_attempts/_delivery_attempt.json.jbuilder +0 -12
- data/app/views/account/webhooks/outgoing/delivery_attempts/index.json.jbuilder +0 -1
- data/app/views/account/webhooks/outgoing/delivery_attempts/show.json.jbuilder +0 -1
- data/app/views/account/webhooks/outgoing/endpoints/_endpoint.json.jbuilder +0 -10
- data/app/views/account/webhooks/outgoing/endpoints/index.json.jbuilder +0 -1
- data/app/views/account/webhooks/outgoing/endpoints/show.json.jbuilder +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87f75613d643ea32ebd0dcbfe3a783f8b757ba4059e3a5ebd2b75c8d0a4b6808
|
|
4
|
+
data.tar.gz: fa239987f89eb84b9e7f80744f220505aeb896350ca30d65ea012b3f35d8937a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49438dd37e66164bbf221b6f5f1235ba1d0224479a3d8a8524b4cdaa37955c058d63477477125974fdcbfa271010789c67257be77490809aa8cdffe19e478601
|
|
7
|
+
data.tar.gz: 94f27ec380dee3b655dfebbc9f8e9a75c9a5cc0224127254f9b4d2bc4c20cdf36c06e3db14169d7b039f96fb8d82cffd7ce584624c9e5e23508f40641927b2df
|
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.
|
|
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:
|
|
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 +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
|