trycourier 5.0.0 → 6.1.0
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/CHANGELOG.md +24 -0
- data/README.md +1 -1
- data/lib/courier/internal/type/union.rb +7 -7
- data/lib/courier/models/apn.rb +19 -0
- data/lib/courier/models/automation_run_list_item.rb +57 -0
- data/lib/courier/models/automation_run_list_response.rb +25 -0
- data/lib/courier/models/automation_run_step.rb +64 -0
- data/lib/courier/models/automation_run_steps_response.rb +17 -0
- data/lib/courier/models/automations/run_list_params.rb +71 -0
- data/lib/courier/models/automations/run_list_steps_params.rb +22 -0
- data/lib/courier/models/create_journey_request.rb +2 -2
- data/lib/courier/models/expo.rb +1 -0
- data/lib/courier/models/journey_audience_trigger_node.rb +77 -0
- data/lib/courier/models/journey_node.rb +8 -2
- data/lib/courier/models/journey_response.rb +2 -2
- data/lib/courier/models/journey_run.rb +66 -0
- data/lib/courier/models/journey_run_list_item.rb +50 -0
- data/lib/courier/models/journey_run_list_response.rb +33 -0
- data/lib/courier/models/journey_run_response.rb +22 -0
- data/lib/courier/models/journey_run_step.rb +65 -0
- data/lib/courier/models/journey_run_steps_response.rb +17 -0
- data/lib/courier/models/journey_segment_trigger_node.rb +5 -1
- data/lib/courier/models/journey_webhook_trigger_node.rb +85 -0
- data/lib/courier/models/journeys/run_list_params.rb +71 -0
- data/lib/courier/models/journeys/run_list_steps_params.rb +22 -0
- data/lib/courier/models/journeys/run_retrieve_params.rb +22 -0
- data/lib/courier/models/multiple_tokens.rb +26 -3
- data/lib/courier/models/user_profile.rb +8 -4
- data/lib/courier/models/users/topic_preference.rb +21 -1
- data/lib/courier/models.rb +26 -2
- data/lib/courier/resources/automations/runs.rb +80 -0
- data/lib/courier/resources/automations.rb +6 -0
- data/lib/courier/resources/journeys/runs.rb +104 -0
- data/lib/courier/resources/journeys.rb +8 -2
- data/lib/courier/resources/notifications.rb +0 -22
- data/lib/courier/version.rb +1 -1
- data/lib/courier.rb +20 -1
- data/rbi/courier/models/apn.rbi +18 -0
- data/rbi/courier/models/automation_run_list_item.rbi +87 -0
- data/rbi/courier/models/automation_run_list_response.rbi +47 -0
- data/rbi/courier/models/automation_run_step.rbi +96 -0
- data/rbi/courier/models/automation_run_steps_response.rbi +28 -0
- data/rbi/courier/models/automations/run_list_params.rbi +114 -0
- data/rbi/courier/models/automations/run_list_steps_params.rbi +40 -0
- data/rbi/courier/models/create_journey_request.rbi +6 -0
- data/rbi/courier/models/expo.rbi +1 -0
- data/rbi/courier/models/journey_audience_trigger_node.rbi +162 -0
- data/rbi/courier/models/journey_node.rbi +2 -0
- data/rbi/courier/models/journey_response.rbi +2 -0
- data/rbi/courier/models/journey_run.rbi +97 -0
- data/rbi/courier/models/journey_run_list_item.rbi +79 -0
- data/rbi/courier/models/journey_run_list_response.rbi +58 -0
- data/rbi/courier/models/journey_run_response.rbi +33 -0
- data/rbi/courier/models/journey_run_step.rbi +97 -0
- data/rbi/courier/models/journey_run_steps_response.rbi +28 -0
- data/rbi/courier/models/journey_segment_trigger_node.rbi +9 -1
- data/rbi/courier/models/journey_webhook_trigger_node.rbi +174 -0
- data/rbi/courier/models/journeys/run_list_params.rbi +111 -0
- data/rbi/courier/models/journeys/run_list_steps_params.rbi +40 -0
- data/rbi/courier/models/journeys/run_retrieve_params.rbi +40 -0
- data/rbi/courier/models/multiple_tokens.rbi +32 -4
- data/rbi/courier/models/user_profile.rbi +14 -3
- data/rbi/courier/models/users/topic_preference.rbi +33 -3
- data/rbi/courier/models.rbi +26 -2
- data/rbi/courier/resources/automations/runs.rbi +69 -0
- data/rbi/courier/resources/automations.rbi +5 -0
- data/rbi/courier/resources/journeys/runs.rbi +87 -0
- data/rbi/courier/resources/journeys.rbi +9 -0
- data/rbi/courier/resources/notifications.rbi +0 -16
- data/sig/courier/models/apn.rbs +11 -0
- data/sig/courier/models/automation_run_list_item.rbs +46 -0
- data/sig/courier/models/automation_run_list_response.rbs +24 -0
- data/sig/courier/models/automation_run_step.rbs +53 -0
- data/sig/courier/models/automation_run_steps_response.rbs +14 -0
- data/sig/courier/models/automations/run_list_params.rbs +65 -0
- data/sig/courier/models/automations/run_list_steps_params.rbs +22 -0
- data/sig/courier/models/journey_audience_trigger_node.rbs +66 -0
- data/sig/courier/models/journey_node.rbs +2 -0
- data/sig/courier/models/journey_run.rbs +53 -0
- data/sig/courier/models/journey_run_list_item.rbs +46 -0
- data/sig/courier/models/journey_run_list_response.rbs +34 -0
- data/sig/courier/models/journey_run_response.rbs +13 -0
- data/sig/courier/models/journey_run_step.rbs +53 -0
- data/sig/courier/models/journey_run_steps_response.rbs +14 -0
- data/sig/courier/models/journey_segment_trigger_node.rbs +2 -1
- data/sig/courier/models/journey_webhook_trigger_node.rbs +73 -0
- data/sig/courier/models/journeys/run_list_params.rbs +65 -0
- data/sig/courier/models/journeys/run_list_steps_params.rbs +25 -0
- data/sig/courier/models/journeys/run_retrieve_params.rbs +25 -0
- data/sig/courier/models/multiple_tokens.rbs +14 -4
- data/sig/courier/models/user_profile.rbs +4 -4
- data/sig/courier/models/users/topic_preference.rbs +17 -3
- data/sig/courier/models.rbs +26 -2
- data/sig/courier/resources/automations/runs.rbs +24 -0
- data/sig/courier/resources/automations.rbs +2 -0
- data/sig/courier/resources/journeys/runs.rbs +29 -0
- data/sig/courier/resources/journeys.rbs +2 -0
- data/sig/courier/resources/notifications.rbs +0 -5
- metadata +62 -5
- data/lib/courier/models/notification_duplicate_params.rb +0 -20
- data/rbi/courier/models/notification_duplicate_params.rbi +0 -38
- data/sig/courier/models/notification_duplicate_params.rbs +0 -20
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Courier
|
|
4
|
+
module Resources
|
|
5
|
+
class Journeys
|
|
6
|
+
# Build, version, publish, invoke, and cancel multi-step notification workflows,
|
|
7
|
+
# along with the templates scoped to them.
|
|
8
|
+
class Runs
|
|
9
|
+
# Fetch one Journey run by id. Returns `404` for an unknown run, a run belonging
|
|
10
|
+
# to another workspace, a run past the 95-day retention window, or an Automation
|
|
11
|
+
# run id — the same body in every case, so the response never reveals whether a
|
|
12
|
+
# run exists elsewhere.
|
|
13
|
+
sig do
|
|
14
|
+
params(
|
|
15
|
+
run_id: String,
|
|
16
|
+
request_options: Courier::RequestOptions::OrHash
|
|
17
|
+
).returns(Courier::JourneyRunResponse)
|
|
18
|
+
end
|
|
19
|
+
def retrieve(
|
|
20
|
+
# A unique identifier representing the Journey run.
|
|
21
|
+
run_id,
|
|
22
|
+
request_options: {}
|
|
23
|
+
)
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# List runs of the workspace's Journeys, newest first, filtered by status,
|
|
27
|
+
# Journey, or date range and paged by cursor. Runs of v2 Automations are listed by
|
|
28
|
+
# `GET /automations/runs` instead — the two surfaces never return each other's
|
|
29
|
+
# runs. Runs are retained for 95 days.
|
|
30
|
+
sig do
|
|
31
|
+
params(
|
|
32
|
+
cursor: String,
|
|
33
|
+
end_date: String,
|
|
34
|
+
limit: String,
|
|
35
|
+
start_date: String,
|
|
36
|
+
status: String,
|
|
37
|
+
template_id: String,
|
|
38
|
+
request_options: Courier::RequestOptions::OrHash
|
|
39
|
+
).returns(Courier::JourneyRunListResponse)
|
|
40
|
+
end
|
|
41
|
+
def list(
|
|
42
|
+
# A cursor token for pagination. Use the `next_cursor` from the previous response
|
|
43
|
+
# to fetch the next page of results. Treat it as opaque.
|
|
44
|
+
cursor: nil,
|
|
45
|
+
# An inclusive upper bound on `created_at`, in the same format as `start_date`.
|
|
46
|
+
end_date: nil,
|
|
47
|
+
# The number of runs to return per page, between `1` and `50`. Defaults to `20`.
|
|
48
|
+
# Values outside the range are clamped, and a non-numeric value falls back to
|
|
49
|
+
# `20`.
|
|
50
|
+
limit: nil,
|
|
51
|
+
# An inclusive lower bound on `created_at`, as an ISO 8601 date or timestamp (e.g.
|
|
52
|
+
# `2026-08-18` or `2026-08-18T20:06:36.259Z`). Any other format returns `400`.
|
|
53
|
+
start_date: nil,
|
|
54
|
+
# A comma-separated list of run statuses to filter on, e.g. `PROCESSED,ERROR`.
|
|
55
|
+
status: nil,
|
|
56
|
+
# A comma-separated list of Journey ids to filter on.
|
|
57
|
+
template_id: nil,
|
|
58
|
+
request_options: {}
|
|
59
|
+
)
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
# List the per-node state of one Journey run, in full — this endpoint is not
|
|
63
|
+
# paginated. Each step's `node_id` is the id of the node in the published Journey,
|
|
64
|
+
# so a step maps directly onto the Journey graph. `message_id` is present on send
|
|
65
|
+
# steps that produced a message; follow it to `GET /messages/{message_id}` for
|
|
66
|
+
# delivery status.
|
|
67
|
+
sig do
|
|
68
|
+
params(
|
|
69
|
+
run_id: String,
|
|
70
|
+
request_options: Courier::RequestOptions::OrHash
|
|
71
|
+
).returns(Courier::JourneyRunStepsResponse)
|
|
72
|
+
end
|
|
73
|
+
def list_steps(
|
|
74
|
+
# A unique identifier representing the Journey run.
|
|
75
|
+
run_id,
|
|
76
|
+
request_options: {}
|
|
77
|
+
)
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
# @api private
|
|
81
|
+
sig { params(client: Courier::Client).returns(T.attached_class) }
|
|
82
|
+
def self.new(client:)
|
|
83
|
+
end
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
end
|
|
87
|
+
end
|
|
@@ -10,6 +10,11 @@ module Courier
|
|
|
10
10
|
sig { returns(Courier::Resources::Journeys::Templates) }
|
|
11
11
|
attr_reader :templates
|
|
12
12
|
|
|
13
|
+
# Build, version, publish, invoke, and cancel multi-step notification workflows,
|
|
14
|
+
# along with the templates scoped to them.
|
|
15
|
+
sig { returns(Courier::Resources::Journeys::Runs) }
|
|
16
|
+
attr_reader :runs
|
|
17
|
+
|
|
13
18
|
# Creates a journey from a set of nodes, in draft state unless you pass a
|
|
14
19
|
# published state. Send nodes cannot be included until their templates exist.
|
|
15
20
|
sig do
|
|
@@ -20,6 +25,8 @@ module Courier
|
|
|
20
25
|
T.any(
|
|
21
26
|
Courier::JourneyAPIInvokeTriggerNode::OrHash,
|
|
22
27
|
Courier::JourneySegmentTriggerNode::OrHash,
|
|
28
|
+
Courier::JourneyAudienceTriggerNode::OrHash,
|
|
29
|
+
Courier::JourneyWebhookTriggerNode::OrHash,
|
|
23
30
|
Courier::JourneySendNode::OrHash,
|
|
24
31
|
Courier::JourneyDelayDurationNode::OrHash,
|
|
25
32
|
Courier::JourneyDelayUntilNode::OrHash,
|
|
@@ -260,6 +267,8 @@ module Courier
|
|
|
260
267
|
T.any(
|
|
261
268
|
Courier::JourneyAPIInvokeTriggerNode::OrHash,
|
|
262
269
|
Courier::JourneySegmentTriggerNode::OrHash,
|
|
270
|
+
Courier::JourneyAudienceTriggerNode::OrHash,
|
|
271
|
+
Courier::JourneyWebhookTriggerNode::OrHash,
|
|
263
272
|
Courier::JourneySendNode::OrHash,
|
|
264
273
|
Courier::JourneyDelayDurationNode::OrHash,
|
|
265
274
|
Courier::JourneyDelayUntilNode::OrHash,
|
|
@@ -99,22 +99,6 @@ module Courier
|
|
|
99
99
|
)
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
# Copies a notification template within the same workspace and environment,
|
|
103
|
-
# appending " COPY" to the title. The copy is standalone and independently
|
|
104
|
-
# editable.
|
|
105
|
-
sig do
|
|
106
|
-
params(
|
|
107
|
-
id: String,
|
|
108
|
-
request_options: Courier::RequestOptions::OrHash
|
|
109
|
-
).returns(Courier::NotificationTemplateResponse)
|
|
110
|
-
end
|
|
111
|
-
def duplicate(
|
|
112
|
-
# Template ID (nt\_ prefix).
|
|
113
|
-
id,
|
|
114
|
-
request_options: {}
|
|
115
|
-
)
|
|
116
|
-
end
|
|
117
|
-
|
|
118
102
|
# Returns a notification template's published versions, most recent first, for
|
|
119
103
|
# comparison or rollback. Paged.
|
|
120
104
|
sig do
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type automation_run_list_item =
|
|
4
|
+
{
|
|
5
|
+
run_id: String,
|
|
6
|
+
source: ::Array[String],
|
|
7
|
+
created_at: String,
|
|
8
|
+
status: String,
|
|
9
|
+
template_id: String
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
class AutomationRunListItem < Courier::Internal::Type::BaseModel
|
|
13
|
+
attr_accessor run_id: String
|
|
14
|
+
|
|
15
|
+
attr_accessor source: ::Array[String]
|
|
16
|
+
|
|
17
|
+
attr_reader created_at: String?
|
|
18
|
+
|
|
19
|
+
def created_at=: (String) -> String
|
|
20
|
+
|
|
21
|
+
attr_reader status: String?
|
|
22
|
+
|
|
23
|
+
def status=: (String) -> String
|
|
24
|
+
|
|
25
|
+
attr_reader template_id: String?
|
|
26
|
+
|
|
27
|
+
def template_id=: (String) -> String
|
|
28
|
+
|
|
29
|
+
def initialize: (
|
|
30
|
+
run_id: String,
|
|
31
|
+
source: ::Array[String],
|
|
32
|
+
?created_at: String,
|
|
33
|
+
?status: String,
|
|
34
|
+
?template_id: String
|
|
35
|
+
) -> void
|
|
36
|
+
|
|
37
|
+
def to_hash: -> {
|
|
38
|
+
run_id: String,
|
|
39
|
+
source: ::Array[String],
|
|
40
|
+
created_at: String,
|
|
41
|
+
status: String,
|
|
42
|
+
template_id: String
|
|
43
|
+
}
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type automation_run_list_response =
|
|
4
|
+
{ runs: ::Array[Courier::AutomationRunListItem], next_cursor: String }
|
|
5
|
+
|
|
6
|
+
class AutomationRunListResponse < Courier::Internal::Type::BaseModel
|
|
7
|
+
attr_accessor runs: ::Array[Courier::AutomationRunListItem]
|
|
8
|
+
|
|
9
|
+
attr_reader next_cursor: String?
|
|
10
|
+
|
|
11
|
+
def next_cursor=: (String) -> String
|
|
12
|
+
|
|
13
|
+
def initialize: (
|
|
14
|
+
runs: ::Array[Courier::AutomationRunListItem],
|
|
15
|
+
?next_cursor: String
|
|
16
|
+
) -> void
|
|
17
|
+
|
|
18
|
+
def to_hash: -> {
|
|
19
|
+
runs: ::Array[Courier::AutomationRunListItem],
|
|
20
|
+
next_cursor: String
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type automation_run_step =
|
|
4
|
+
{
|
|
5
|
+
action: String,
|
|
6
|
+
status: String,
|
|
7
|
+
created_at: String,
|
|
8
|
+
message_id: String,
|
|
9
|
+
step_id: String,
|
|
10
|
+
updated_at: String
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
class AutomationRunStep < Courier::Internal::Type::BaseModel
|
|
14
|
+
attr_accessor action: String
|
|
15
|
+
|
|
16
|
+
attr_accessor status: String
|
|
17
|
+
|
|
18
|
+
attr_reader created_at: String?
|
|
19
|
+
|
|
20
|
+
def created_at=: (String) -> String
|
|
21
|
+
|
|
22
|
+
attr_reader message_id: String?
|
|
23
|
+
|
|
24
|
+
def message_id=: (String) -> String
|
|
25
|
+
|
|
26
|
+
attr_reader step_id: String?
|
|
27
|
+
|
|
28
|
+
def step_id=: (String) -> String
|
|
29
|
+
|
|
30
|
+
attr_reader updated_at: String?
|
|
31
|
+
|
|
32
|
+
def updated_at=: (String) -> String
|
|
33
|
+
|
|
34
|
+
def initialize: (
|
|
35
|
+
action: String,
|
|
36
|
+
status: String,
|
|
37
|
+
?created_at: String,
|
|
38
|
+
?message_id: String,
|
|
39
|
+
?step_id: String,
|
|
40
|
+
?updated_at: String
|
|
41
|
+
) -> void
|
|
42
|
+
|
|
43
|
+
def to_hash: -> {
|
|
44
|
+
action: String,
|
|
45
|
+
status: String,
|
|
46
|
+
created_at: String,
|
|
47
|
+
message_id: String,
|
|
48
|
+
step_id: String,
|
|
49
|
+
updated_at: String
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type automation_run_steps_response =
|
|
4
|
+
{ steps: ::Array[Courier::AutomationRunStep] }
|
|
5
|
+
|
|
6
|
+
class AutomationRunStepsResponse < Courier::Internal::Type::BaseModel
|
|
7
|
+
attr_accessor steps: ::Array[Courier::AutomationRunStep]
|
|
8
|
+
|
|
9
|
+
def initialize: (steps: ::Array[Courier::AutomationRunStep]) -> void
|
|
10
|
+
|
|
11
|
+
def to_hash: -> { steps: ::Array[Courier::AutomationRunStep] }
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
module Automations
|
|
4
|
+
type run_list_params =
|
|
5
|
+
{
|
|
6
|
+
cursor: String,
|
|
7
|
+
end_date: String,
|
|
8
|
+
limit: String,
|
|
9
|
+
start_date: String,
|
|
10
|
+
status: String,
|
|
11
|
+
template_id: String
|
|
12
|
+
}
|
|
13
|
+
& Courier::Internal::Type::request_parameters
|
|
14
|
+
|
|
15
|
+
class RunListParams < Courier::Internal::Type::BaseModel
|
|
16
|
+
extend Courier::Internal::Type::RequestParameters::Converter
|
|
17
|
+
include Courier::Internal::Type::RequestParameters
|
|
18
|
+
|
|
19
|
+
attr_reader cursor: String?
|
|
20
|
+
|
|
21
|
+
def cursor=: (String) -> String
|
|
22
|
+
|
|
23
|
+
attr_reader end_date: String?
|
|
24
|
+
|
|
25
|
+
def end_date=: (String) -> String
|
|
26
|
+
|
|
27
|
+
attr_reader limit: String?
|
|
28
|
+
|
|
29
|
+
def limit=: (String) -> String
|
|
30
|
+
|
|
31
|
+
attr_reader start_date: String?
|
|
32
|
+
|
|
33
|
+
def start_date=: (String) -> String
|
|
34
|
+
|
|
35
|
+
attr_reader status: String?
|
|
36
|
+
|
|
37
|
+
def status=: (String) -> String
|
|
38
|
+
|
|
39
|
+
attr_reader template_id: String?
|
|
40
|
+
|
|
41
|
+
def template_id=: (String) -> String
|
|
42
|
+
|
|
43
|
+
def initialize: (
|
|
44
|
+
?cursor: String,
|
|
45
|
+
?end_date: String,
|
|
46
|
+
?limit: String,
|
|
47
|
+
?start_date: String,
|
|
48
|
+
?status: String,
|
|
49
|
+
?template_id: String,
|
|
50
|
+
?request_options: Courier::request_opts
|
|
51
|
+
) -> void
|
|
52
|
+
|
|
53
|
+
def to_hash: -> {
|
|
54
|
+
cursor: String,
|
|
55
|
+
end_date: String,
|
|
56
|
+
limit: String,
|
|
57
|
+
start_date: String,
|
|
58
|
+
status: String,
|
|
59
|
+
template_id: String,
|
|
60
|
+
request_options: Courier::RequestOptions
|
|
61
|
+
}
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
module Automations
|
|
4
|
+
type run_list_steps_params =
|
|
5
|
+
{ id: String } & Courier::Internal::Type::request_parameters
|
|
6
|
+
|
|
7
|
+
class RunListStepsParams < Courier::Internal::Type::BaseModel
|
|
8
|
+
extend Courier::Internal::Type::RequestParameters::Converter
|
|
9
|
+
include Courier::Internal::Type::RequestParameters
|
|
10
|
+
|
|
11
|
+
attr_accessor id: String
|
|
12
|
+
|
|
13
|
+
def initialize: (
|
|
14
|
+
id: String,
|
|
15
|
+
?request_options: Courier::request_opts
|
|
16
|
+
) -> void
|
|
17
|
+
|
|
18
|
+
def to_hash: -> { id: String, request_options: Courier::RequestOptions }
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_audience_trigger_node =
|
|
4
|
+
{
|
|
5
|
+
audience_id: String,
|
|
6
|
+
trigger_type: Courier::Models::JourneyAudienceTriggerNode::trigger_type,
|
|
7
|
+
type: Courier::Models::JourneyAudienceTriggerNode::type_,
|
|
8
|
+
id: String,
|
|
9
|
+
conditions: Courier::Models::journey_conditions_field
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
class JourneyAudienceTriggerNode < Courier::Internal::Type::BaseModel
|
|
13
|
+
attr_accessor audience_id: String
|
|
14
|
+
|
|
15
|
+
attr_accessor trigger_type: Courier::Models::JourneyAudienceTriggerNode::trigger_type
|
|
16
|
+
|
|
17
|
+
attr_accessor type: Courier::Models::JourneyAudienceTriggerNode::type_
|
|
18
|
+
|
|
19
|
+
attr_reader id: String?
|
|
20
|
+
|
|
21
|
+
def id=: (String) -> String
|
|
22
|
+
|
|
23
|
+
attr_reader conditions: Courier::Models::journey_conditions_field?
|
|
24
|
+
|
|
25
|
+
def conditions=: (
|
|
26
|
+
Courier::Models::journey_conditions_field
|
|
27
|
+
) -> Courier::Models::journey_conditions_field
|
|
28
|
+
|
|
29
|
+
def initialize: (
|
|
30
|
+
audience_id: String,
|
|
31
|
+
trigger_type: Courier::Models::JourneyAudienceTriggerNode::trigger_type,
|
|
32
|
+
type: Courier::Models::JourneyAudienceTriggerNode::type_,
|
|
33
|
+
?id: String,
|
|
34
|
+
?conditions: Courier::Models::journey_conditions_field
|
|
35
|
+
) -> void
|
|
36
|
+
|
|
37
|
+
def to_hash: -> {
|
|
38
|
+
audience_id: String,
|
|
39
|
+
trigger_type: Courier::Models::JourneyAudienceTriggerNode::trigger_type,
|
|
40
|
+
type: Courier::Models::JourneyAudienceTriggerNode::type_,
|
|
41
|
+
id: String,
|
|
42
|
+
conditions: Courier::Models::journey_conditions_field
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
type trigger_type = :audience
|
|
46
|
+
|
|
47
|
+
module TriggerType
|
|
48
|
+
extend Courier::Internal::Type::Enum
|
|
49
|
+
|
|
50
|
+
AUDIENCE: :audience
|
|
51
|
+
|
|
52
|
+
def self?.values: -> ::Array[Courier::Models::JourneyAudienceTriggerNode::trigger_type]
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
type type_ = :trigger
|
|
56
|
+
|
|
57
|
+
module Type
|
|
58
|
+
extend Courier::Internal::Type::Enum
|
|
59
|
+
|
|
60
|
+
TRIGGER: :trigger
|
|
61
|
+
|
|
62
|
+
def self?.values: -> ::Array[Courier::Models::JourneyAudienceTriggerNode::type_]
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
end
|
|
@@ -3,6 +3,8 @@ module Courier
|
|
|
3
3
|
type journey_node =
|
|
4
4
|
Courier::JourneyAPIInvokeTriggerNode
|
|
5
5
|
| Courier::JourneySegmentTriggerNode
|
|
6
|
+
| Courier::JourneyAudienceTriggerNode
|
|
7
|
+
| Courier::JourneyWebhookTriggerNode
|
|
6
8
|
| Courier::JourneySendNode
|
|
7
9
|
| Courier::JourneyDelayDurationNode
|
|
8
10
|
| Courier::JourneyDelayUntilNode
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_run =
|
|
4
|
+
{
|
|
5
|
+
run_id: String,
|
|
6
|
+
source: ::Array[String],
|
|
7
|
+
created_at: String,
|
|
8
|
+
status: String,
|
|
9
|
+
template_id: String,
|
|
10
|
+
updated_at: String
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
class JourneyRun < Courier::Internal::Type::BaseModel
|
|
14
|
+
attr_accessor run_id: String
|
|
15
|
+
|
|
16
|
+
attr_accessor source: ::Array[String]
|
|
17
|
+
|
|
18
|
+
attr_reader created_at: String?
|
|
19
|
+
|
|
20
|
+
def created_at=: (String) -> String
|
|
21
|
+
|
|
22
|
+
attr_reader status: String?
|
|
23
|
+
|
|
24
|
+
def status=: (String) -> String
|
|
25
|
+
|
|
26
|
+
attr_reader template_id: String?
|
|
27
|
+
|
|
28
|
+
def template_id=: (String) -> String
|
|
29
|
+
|
|
30
|
+
attr_reader updated_at: String?
|
|
31
|
+
|
|
32
|
+
def updated_at=: (String) -> String
|
|
33
|
+
|
|
34
|
+
def initialize: (
|
|
35
|
+
run_id: String,
|
|
36
|
+
source: ::Array[String],
|
|
37
|
+
?created_at: String,
|
|
38
|
+
?status: String,
|
|
39
|
+
?template_id: String,
|
|
40
|
+
?updated_at: String
|
|
41
|
+
) -> void
|
|
42
|
+
|
|
43
|
+
def to_hash: -> {
|
|
44
|
+
run_id: String,
|
|
45
|
+
source: ::Array[String],
|
|
46
|
+
created_at: String,
|
|
47
|
+
status: String,
|
|
48
|
+
template_id: String,
|
|
49
|
+
updated_at: String
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_run_list_item =
|
|
4
|
+
{
|
|
5
|
+
run_id: String,
|
|
6
|
+
source: ::Array[String],
|
|
7
|
+
created_at: String,
|
|
8
|
+
status: String,
|
|
9
|
+
template_id: String
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
class JourneyRunListItem < Courier::Internal::Type::BaseModel
|
|
13
|
+
attr_accessor run_id: String
|
|
14
|
+
|
|
15
|
+
attr_accessor source: ::Array[String]
|
|
16
|
+
|
|
17
|
+
attr_reader created_at: String?
|
|
18
|
+
|
|
19
|
+
def created_at=: (String) -> String
|
|
20
|
+
|
|
21
|
+
attr_reader status: String?
|
|
22
|
+
|
|
23
|
+
def status=: (String) -> String
|
|
24
|
+
|
|
25
|
+
attr_reader template_id: String?
|
|
26
|
+
|
|
27
|
+
def template_id=: (String) -> String
|
|
28
|
+
|
|
29
|
+
def initialize: (
|
|
30
|
+
run_id: String,
|
|
31
|
+
source: ::Array[String],
|
|
32
|
+
?created_at: String,
|
|
33
|
+
?status: String,
|
|
34
|
+
?template_id: String
|
|
35
|
+
) -> void
|
|
36
|
+
|
|
37
|
+
def to_hash: -> {
|
|
38
|
+
run_id: String,
|
|
39
|
+
source: ::Array[String],
|
|
40
|
+
created_at: String,
|
|
41
|
+
status: String,
|
|
42
|
+
template_id: String
|
|
43
|
+
}
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_run_list_response =
|
|
4
|
+
{
|
|
5
|
+
runs: ::Array[Courier::JourneyRunListItem],
|
|
6
|
+
next_cursor: String,
|
|
7
|
+
prev_cursor: String
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
class JourneyRunListResponse < Courier::Internal::Type::BaseModel
|
|
11
|
+
attr_accessor runs: ::Array[Courier::JourneyRunListItem]
|
|
12
|
+
|
|
13
|
+
attr_reader next_cursor: String?
|
|
14
|
+
|
|
15
|
+
def next_cursor=: (String) -> String
|
|
16
|
+
|
|
17
|
+
attr_reader prev_cursor: String?
|
|
18
|
+
|
|
19
|
+
def prev_cursor=: (String) -> String
|
|
20
|
+
|
|
21
|
+
def initialize: (
|
|
22
|
+
runs: ::Array[Courier::JourneyRunListItem],
|
|
23
|
+
?next_cursor: String,
|
|
24
|
+
?prev_cursor: String
|
|
25
|
+
) -> void
|
|
26
|
+
|
|
27
|
+
def to_hash: -> {
|
|
28
|
+
runs: ::Array[Courier::JourneyRunListItem],
|
|
29
|
+
next_cursor: String,
|
|
30
|
+
prev_cursor: String
|
|
31
|
+
}
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_run_response = { run: Courier::JourneyRun }
|
|
4
|
+
|
|
5
|
+
class JourneyRunResponse < Courier::Internal::Type::BaseModel
|
|
6
|
+
attr_accessor run: Courier::JourneyRun
|
|
7
|
+
|
|
8
|
+
def initialize: (run: Courier::JourneyRun) -> void
|
|
9
|
+
|
|
10
|
+
def to_hash: -> { run: Courier::JourneyRun }
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_run_step =
|
|
4
|
+
{
|
|
5
|
+
action: String,
|
|
6
|
+
status: String,
|
|
7
|
+
created_at: String,
|
|
8
|
+
message_id: String,
|
|
9
|
+
node_id: String,
|
|
10
|
+
updated_at: String
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
class JourneyRunStep < Courier::Internal::Type::BaseModel
|
|
14
|
+
attr_accessor action: String
|
|
15
|
+
|
|
16
|
+
attr_accessor status: String
|
|
17
|
+
|
|
18
|
+
attr_reader created_at: String?
|
|
19
|
+
|
|
20
|
+
def created_at=: (String) -> String
|
|
21
|
+
|
|
22
|
+
attr_reader message_id: String?
|
|
23
|
+
|
|
24
|
+
def message_id=: (String) -> String
|
|
25
|
+
|
|
26
|
+
attr_reader node_id: String?
|
|
27
|
+
|
|
28
|
+
def node_id=: (String) -> String
|
|
29
|
+
|
|
30
|
+
attr_reader updated_at: String?
|
|
31
|
+
|
|
32
|
+
def updated_at=: (String) -> String
|
|
33
|
+
|
|
34
|
+
def initialize: (
|
|
35
|
+
action: String,
|
|
36
|
+
status: String,
|
|
37
|
+
?created_at: String,
|
|
38
|
+
?message_id: String,
|
|
39
|
+
?node_id: String,
|
|
40
|
+
?updated_at: String
|
|
41
|
+
) -> void
|
|
42
|
+
|
|
43
|
+
def to_hash: -> {
|
|
44
|
+
action: String,
|
|
45
|
+
status: String,
|
|
46
|
+
created_at: String,
|
|
47
|
+
message_id: String,
|
|
48
|
+
node_id: String,
|
|
49
|
+
updated_at: String
|
|
50
|
+
}
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_run_steps_response =
|
|
4
|
+
{ steps: ::Array[Courier::JourneyRunStep] }
|
|
5
|
+
|
|
6
|
+
class JourneyRunStepsResponse < Courier::Internal::Type::BaseModel
|
|
7
|
+
attr_accessor steps: ::Array[Courier::JourneyRunStep]
|
|
8
|
+
|
|
9
|
+
def initialize: (steps: ::Array[Courier::JourneyRunStep]) -> void
|
|
10
|
+
|
|
11
|
+
def to_hash: -> { steps: ::Array[Courier::JourneyRunStep] }
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
@@ -49,7 +49,7 @@ module Courier
|
|
|
49
49
|
event_id: String
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
type request_type = :identify | :group | :track
|
|
52
|
+
type request_type = :identify | :group | :track | :page
|
|
53
53
|
|
|
54
54
|
module RequestType
|
|
55
55
|
extend Courier::Internal::Type::Enum
|
|
@@ -57,6 +57,7 @@ module Courier
|
|
|
57
57
|
IDENTIFY: :identify
|
|
58
58
|
GROUP: :group
|
|
59
59
|
TRACK: :track
|
|
60
|
+
PAGE: :page
|
|
60
61
|
|
|
61
62
|
def self?.values: -> ::Array[Courier::Models::JourneySegmentTriggerNode::request_type]
|
|
62
63
|
end
|