trycourier 6.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 +13 -0
- data/README.md +1 -1
- 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/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/users/topic_preference.rb +21 -1
- data/lib/courier/models.rb +24 -0
- 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/version.rb +1 -1
- data/lib/courier.rb +19 -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/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/users/topic_preference.rbi +33 -3
- data/rbi/courier/models.rbi +24 -0
- 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/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/users/topic_preference.rbs +17 -3
- data/sig/courier/models.rbs +24 -0
- 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
- metadata +59 -2
|
@@ -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
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
type journey_webhook_trigger_node =
|
|
4
|
+
{
|
|
5
|
+
event_source: String,
|
|
6
|
+
trigger_type: Courier::Models::JourneyWebhookTriggerNode::trigger_type,
|
|
7
|
+
type: Courier::Models::JourneyWebhookTriggerNode::type_,
|
|
8
|
+
id: String,
|
|
9
|
+
conditions: Courier::Models::journey_conditions_field,
|
|
10
|
+
event_id: String
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
class JourneyWebhookTriggerNode < Courier::Internal::Type::BaseModel
|
|
14
|
+
attr_accessor event_source: String
|
|
15
|
+
|
|
16
|
+
attr_accessor trigger_type: Courier::Models::JourneyWebhookTriggerNode::trigger_type
|
|
17
|
+
|
|
18
|
+
attr_accessor type: Courier::Models::JourneyWebhookTriggerNode::type_
|
|
19
|
+
|
|
20
|
+
attr_reader id: String?
|
|
21
|
+
|
|
22
|
+
def id=: (String) -> String
|
|
23
|
+
|
|
24
|
+
attr_reader conditions: Courier::Models::journey_conditions_field?
|
|
25
|
+
|
|
26
|
+
def conditions=: (
|
|
27
|
+
Courier::Models::journey_conditions_field
|
|
28
|
+
) -> Courier::Models::journey_conditions_field
|
|
29
|
+
|
|
30
|
+
attr_reader event_id: String?
|
|
31
|
+
|
|
32
|
+
def event_id=: (String) -> String
|
|
33
|
+
|
|
34
|
+
def initialize: (
|
|
35
|
+
event_source: String,
|
|
36
|
+
trigger_type: Courier::Models::JourneyWebhookTriggerNode::trigger_type,
|
|
37
|
+
type: Courier::Models::JourneyWebhookTriggerNode::type_,
|
|
38
|
+
?id: String,
|
|
39
|
+
?conditions: Courier::Models::journey_conditions_field,
|
|
40
|
+
?event_id: String
|
|
41
|
+
) -> void
|
|
42
|
+
|
|
43
|
+
def to_hash: -> {
|
|
44
|
+
event_source: String,
|
|
45
|
+
trigger_type: Courier::Models::JourneyWebhookTriggerNode::trigger_type,
|
|
46
|
+
type: Courier::Models::JourneyWebhookTriggerNode::type_,
|
|
47
|
+
id: String,
|
|
48
|
+
conditions: Courier::Models::journey_conditions_field,
|
|
49
|
+
event_id: String
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
type trigger_type = :webhook
|
|
53
|
+
|
|
54
|
+
module TriggerType
|
|
55
|
+
extend Courier::Internal::Type::Enum
|
|
56
|
+
|
|
57
|
+
WEBHOOK: :webhook
|
|
58
|
+
|
|
59
|
+
def self?.values: -> ::Array[Courier::Models::JourneyWebhookTriggerNode::trigger_type]
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
type type_ = :trigger
|
|
63
|
+
|
|
64
|
+
module Type
|
|
65
|
+
extend Courier::Internal::Type::Enum
|
|
66
|
+
|
|
67
|
+
TRIGGER: :trigger
|
|
68
|
+
|
|
69
|
+
def self?.values: -> ::Array[Courier::Models::JourneyWebhookTriggerNode::type_]
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
module Journeys
|
|
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,25 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
module Journeys
|
|
4
|
+
type run_list_steps_params =
|
|
5
|
+
{ run_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 run_id: String
|
|
12
|
+
|
|
13
|
+
def initialize: (
|
|
14
|
+
run_id: String,
|
|
15
|
+
?request_options: Courier::request_opts
|
|
16
|
+
) -> void
|
|
17
|
+
|
|
18
|
+
def to_hash: -> {
|
|
19
|
+
run_id: String,
|
|
20
|
+
request_options: Courier::RequestOptions
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Models
|
|
3
|
+
module Journeys
|
|
4
|
+
type run_retrieve_params =
|
|
5
|
+
{ run_id: String } & Courier::Internal::Type::request_parameters
|
|
6
|
+
|
|
7
|
+
class RunRetrieveParams < Courier::Internal::Type::BaseModel
|
|
8
|
+
extend Courier::Internal::Type::RequestParameters::Converter
|
|
9
|
+
include Courier::Internal::Type::RequestParameters
|
|
10
|
+
|
|
11
|
+
attr_accessor run_id: String
|
|
12
|
+
|
|
13
|
+
def initialize: (
|
|
14
|
+
run_id: String,
|
|
15
|
+
?request_options: Courier::request_opts
|
|
16
|
+
) -> void
|
|
17
|
+
|
|
18
|
+
def to_hash: -> {
|
|
19
|
+
run_id: String,
|
|
20
|
+
request_options: Courier::RequestOptions
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -8,7 +8,9 @@ module Courier
|
|
|
8
8
|
topic_id: String,
|
|
9
9
|
topic_name: String,
|
|
10
10
|
custom_routing: ::Array[Courier::Models::channel_classification]?,
|
|
11
|
-
has_custom_routing: bool
|
|
11
|
+
has_custom_routing: bool?,
|
|
12
|
+
section_id: String,
|
|
13
|
+
section_name: String
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
class TopicPreference < Courier::Internal::Type::BaseModel
|
|
@@ -24,13 +26,23 @@ module Courier
|
|
|
24
26
|
|
|
25
27
|
attr_accessor has_custom_routing: bool?
|
|
26
28
|
|
|
29
|
+
attr_reader section_id: String?
|
|
30
|
+
|
|
31
|
+
def section_id=: (String) -> String
|
|
32
|
+
|
|
33
|
+
attr_reader section_name: String?
|
|
34
|
+
|
|
35
|
+
def section_name=: (String) -> String
|
|
36
|
+
|
|
27
37
|
def initialize: (
|
|
28
38
|
default_status: Courier::Models::preference_status,
|
|
29
39
|
status: Courier::Models::preference_status,
|
|
30
40
|
topic_id: String,
|
|
31
41
|
topic_name: String,
|
|
32
42
|
?custom_routing: ::Array[Courier::Models::channel_classification]?,
|
|
33
|
-
?has_custom_routing: bool
|
|
43
|
+
?has_custom_routing: bool?,
|
|
44
|
+
?section_id: String,
|
|
45
|
+
?section_name: String
|
|
34
46
|
) -> void
|
|
35
47
|
|
|
36
48
|
def to_hash: -> {
|
|
@@ -39,7 +51,9 @@ module Courier
|
|
|
39
51
|
topic_id: String,
|
|
40
52
|
topic_name: String,
|
|
41
53
|
custom_routing: ::Array[Courier::Models::channel_classification]?,
|
|
42
|
-
has_custom_routing: bool
|
|
54
|
+
has_custom_routing: bool?,
|
|
55
|
+
section_id: String,
|
|
56
|
+
section_name: String
|
|
43
57
|
}
|
|
44
58
|
end
|
|
45
59
|
end
|
data/sig/courier/models.rbs
CHANGED
|
@@ -39,6 +39,14 @@ module Courier
|
|
|
39
39
|
|
|
40
40
|
class AutomationListParams = Courier::Models::AutomationListParams
|
|
41
41
|
|
|
42
|
+
class AutomationRunListItem = Courier::Models::AutomationRunListItem
|
|
43
|
+
|
|
44
|
+
class AutomationRunListResponse = Courier::Models::AutomationRunListResponse
|
|
45
|
+
|
|
46
|
+
class AutomationRunStep = Courier::Models::AutomationRunStep
|
|
47
|
+
|
|
48
|
+
class AutomationRunStepsResponse = Courier::Models::AutomationRunStepsResponse
|
|
49
|
+
|
|
42
50
|
module Automations = Courier::Models::Automations
|
|
43
51
|
|
|
44
52
|
class AutomationTemplate = Courier::Models::AutomationTemplate
|
|
@@ -205,6 +213,8 @@ module Courier
|
|
|
205
213
|
|
|
206
214
|
class JourneyArchiveParams = Courier::Models::JourneyArchiveParams
|
|
207
215
|
|
|
216
|
+
class JourneyAudienceTriggerNode = Courier::Models::JourneyAudienceTriggerNode
|
|
217
|
+
|
|
208
218
|
class JourneyCancelParams = Courier::Models::JourneyCancelParams
|
|
209
219
|
|
|
210
220
|
JourneyConditionAtom: Courier::Internal::Type::Converter
|
|
@@ -251,6 +261,18 @@ module Courier
|
|
|
251
261
|
|
|
252
262
|
class JourneyRetrieveParams = Courier::Models::JourneyRetrieveParams
|
|
253
263
|
|
|
264
|
+
class JourneyRun = Courier::Models::JourneyRun
|
|
265
|
+
|
|
266
|
+
class JourneyRunListItem = Courier::Models::JourneyRunListItem
|
|
267
|
+
|
|
268
|
+
class JourneyRunListResponse = Courier::Models::JourneyRunListResponse
|
|
269
|
+
|
|
270
|
+
class JourneyRunResponse = Courier::Models::JourneyRunResponse
|
|
271
|
+
|
|
272
|
+
class JourneyRunStep = Courier::Models::JourneyRunStep
|
|
273
|
+
|
|
274
|
+
class JourneyRunStepsResponse = Courier::Models::JourneyRunStepsResponse
|
|
275
|
+
|
|
254
276
|
module Journeys = Courier::Models::Journeys
|
|
255
277
|
|
|
256
278
|
class JourneySegmentTriggerNode = Courier::Models::JourneySegmentTriggerNode
|
|
@@ -285,6 +307,8 @@ module Courier
|
|
|
285
307
|
|
|
286
308
|
class JourneyVersionsListResponse = Courier::Models::JourneyVersionsListResponse
|
|
287
309
|
|
|
310
|
+
class JourneyWebhookTriggerNode = Courier::Models::JourneyWebhookTriggerNode
|
|
311
|
+
|
|
288
312
|
class ListDeleteParams = Courier::Models::ListDeleteParams
|
|
289
313
|
|
|
290
314
|
class ListFilter = Courier::Models::ListFilter
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Resources
|
|
3
|
+
class Automations
|
|
4
|
+
class Runs
|
|
5
|
+
def list: (
|
|
6
|
+
?cursor: String,
|
|
7
|
+
?end_date: String,
|
|
8
|
+
?limit: String,
|
|
9
|
+
?start_date: String,
|
|
10
|
+
?status: String,
|
|
11
|
+
?template_id: String,
|
|
12
|
+
?request_options: Courier::request_opts
|
|
13
|
+
) -> Courier::AutomationRunListResponse
|
|
14
|
+
|
|
15
|
+
def list_steps: (
|
|
16
|
+
String id,
|
|
17
|
+
?request_options: Courier::request_opts
|
|
18
|
+
) -> Courier::AutomationRunStepsResponse
|
|
19
|
+
|
|
20
|
+
def initialize: (client: Courier::Client) -> void
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Resources
|
|
3
|
+
class Journeys
|
|
4
|
+
class Runs
|
|
5
|
+
def retrieve: (
|
|
6
|
+
String run_id,
|
|
7
|
+
?request_options: Courier::request_opts
|
|
8
|
+
) -> Courier::JourneyRunResponse
|
|
9
|
+
|
|
10
|
+
def list: (
|
|
11
|
+
?cursor: String,
|
|
12
|
+
?end_date: String,
|
|
13
|
+
?limit: String,
|
|
14
|
+
?start_date: String,
|
|
15
|
+
?status: String,
|
|
16
|
+
?template_id: String,
|
|
17
|
+
?request_options: Courier::request_opts
|
|
18
|
+
) -> Courier::JourneyRunListResponse
|
|
19
|
+
|
|
20
|
+
def list_steps: (
|
|
21
|
+
String run_id,
|
|
22
|
+
?request_options: Courier::request_opts
|
|
23
|
+
) -> Courier::JourneyRunStepsResponse
|
|
24
|
+
|
|
25
|
+
def initialize: (client: Courier::Client) -> void
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|