trycourier 6.0.0 → 6.2.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 +20 -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/notification_get_metrics_params.rb +83 -0
- data/lib/courier/models/notification_metrics_response.rb +165 -0
- data/lib/courier/models/users/topic_preference.rb +21 -1
- data/lib/courier/models.rb +28 -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/resources/notifications.rb +53 -0
- data/lib/courier/version.rb +1 -1
- data/lib/courier.rb +21 -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/notification_get_metrics_params.rbi +167 -0
- data/rbi/courier/models/notification_metrics_response.rbi +269 -0
- data/rbi/courier/models/users/topic_preference.rbi +33 -3
- data/rbi/courier/models.rbi +28 -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/rbi/courier/resources/notifications.rbi +57 -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/notification_get_metrics_params.rbs +69 -0
- data/sig/courier/models/notification_metrics_response.rbs +127 -0
- data/sig/courier/models/users/topic_preference.rbs +17 -3
- data/sig/courier/models.rbs +28 -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
- data/sig/courier/resources/notifications.rbs +9 -0
- metadata +65 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trycourier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Courier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -94,10 +94,16 @@ files:
|
|
|
94
94
|
- lib/courier/models/auth_issue_token_response.rb
|
|
95
95
|
- lib/courier/models/automation_invoke_response.rb
|
|
96
96
|
- lib/courier/models/automation_list_params.rb
|
|
97
|
+
- lib/courier/models/automation_run_list_item.rb
|
|
98
|
+
- lib/courier/models/automation_run_list_response.rb
|
|
99
|
+
- lib/courier/models/automation_run_step.rb
|
|
100
|
+
- lib/courier/models/automation_run_steps_response.rb
|
|
97
101
|
- lib/courier/models/automation_template.rb
|
|
98
102
|
- lib/courier/models/automation_template_list_response.rb
|
|
99
103
|
- lib/courier/models/automations/invoke_invoke_ad_hoc_params.rb
|
|
100
104
|
- lib/courier/models/automations/invoke_invoke_by_template_params.rb
|
|
105
|
+
- lib/courier/models/automations/run_list_params.rb
|
|
106
|
+
- lib/courier/models/automations/run_list_steps_params.rb
|
|
101
107
|
- lib/courier/models/aws_sns.rb
|
|
102
108
|
- lib/courier/models/base_check.rb
|
|
103
109
|
- lib/courier/models/base_template_tenant_association.rb
|
|
@@ -184,6 +190,7 @@ files:
|
|
|
184
190
|
- lib/courier/models/journey_ai_node.rb
|
|
185
191
|
- lib/courier/models/journey_api_invoke_trigger_node.rb
|
|
186
192
|
- lib/courier/models/journey_archive_params.rb
|
|
193
|
+
- lib/courier/models/journey_audience_trigger_node.rb
|
|
187
194
|
- lib/courier/models/journey_cancel_params.rb
|
|
188
195
|
- lib/courier/models/journey_condition_atom.rb
|
|
189
196
|
- lib/courier/models/journey_condition_group.rb
|
|
@@ -207,6 +214,12 @@ files:
|
|
|
207
214
|
- lib/courier/models/journey_replace_params.rb
|
|
208
215
|
- lib/courier/models/journey_response.rb
|
|
209
216
|
- lib/courier/models/journey_retrieve_params.rb
|
|
217
|
+
- lib/courier/models/journey_run.rb
|
|
218
|
+
- lib/courier/models/journey_run_list_item.rb
|
|
219
|
+
- lib/courier/models/journey_run_list_response.rb
|
|
220
|
+
- lib/courier/models/journey_run_response.rb
|
|
221
|
+
- lib/courier/models/journey_run_step.rb
|
|
222
|
+
- lib/courier/models/journey_run_steps_response.rb
|
|
210
223
|
- lib/courier/models/journey_segment_trigger_node.rb
|
|
211
224
|
- lib/courier/models/journey_send_node.rb
|
|
212
225
|
- lib/courier/models/journey_state.rb
|
|
@@ -220,6 +233,10 @@ files:
|
|
|
220
233
|
- lib/courier/models/journey_throttle_static_node.rb
|
|
221
234
|
- lib/courier/models/journey_version_item.rb
|
|
222
235
|
- lib/courier/models/journey_versions_list_response.rb
|
|
236
|
+
- lib/courier/models/journey_webhook_trigger_node.rb
|
|
237
|
+
- lib/courier/models/journeys/run_list_params.rb
|
|
238
|
+
- lib/courier/models/journeys/run_list_steps_params.rb
|
|
239
|
+
- lib/courier/models/journeys/run_retrieve_params.rb
|
|
223
240
|
- lib/courier/models/journeys/template_archive_params.rb
|
|
224
241
|
- lib/courier/models/journeys/template_create_params.rb
|
|
225
242
|
- lib/courier/models/journeys/template_list_params.rb
|
|
@@ -279,10 +296,12 @@ files:
|
|
|
279
296
|
- lib/courier/models/notification_create_params.rb
|
|
280
297
|
- lib/courier/models/notification_element_put_request.rb
|
|
281
298
|
- lib/courier/models/notification_get_content.rb
|
|
299
|
+
- lib/courier/models/notification_get_metrics_params.rb
|
|
282
300
|
- lib/courier/models/notification_list_params.rb
|
|
283
301
|
- lib/courier/models/notification_list_response.rb
|
|
284
302
|
- lib/courier/models/notification_list_versions_params.rb
|
|
285
303
|
- lib/courier/models/notification_locale_put_request.rb
|
|
304
|
+
- lib/courier/models/notification_metrics_response.rb
|
|
286
305
|
- lib/courier/models/notification_preference_details.rb
|
|
287
306
|
- lib/courier/models/notification_publish_params.rb
|
|
288
307
|
- lib/courier/models/notification_put_content_params.rb
|
|
@@ -468,6 +487,7 @@ files:
|
|
|
468
487
|
- lib/courier/resources/auth.rb
|
|
469
488
|
- lib/courier/resources/automations.rb
|
|
470
489
|
- lib/courier/resources/automations/invoke.rb
|
|
490
|
+
- lib/courier/resources/automations/runs.rb
|
|
471
491
|
- lib/courier/resources/brands.rb
|
|
472
492
|
- lib/courier/resources/broadcasts.rb
|
|
473
493
|
- lib/courier/resources/bulk.rb
|
|
@@ -475,6 +495,7 @@ files:
|
|
|
475
495
|
- lib/courier/resources/digests/schedules.rb
|
|
476
496
|
- lib/courier/resources/inbound.rb
|
|
477
497
|
- lib/courier/resources/journeys.rb
|
|
498
|
+
- lib/courier/resources/journeys/runs.rb
|
|
478
499
|
- lib/courier/resources/journeys/templates.rb
|
|
479
500
|
- lib/courier/resources/lists.rb
|
|
480
501
|
- lib/courier/resources/lists/subscriptions.rb
|
|
@@ -546,10 +567,16 @@ files:
|
|
|
546
567
|
- rbi/courier/models/auth_issue_token_response.rbi
|
|
547
568
|
- rbi/courier/models/automation_invoke_response.rbi
|
|
548
569
|
- rbi/courier/models/automation_list_params.rbi
|
|
570
|
+
- rbi/courier/models/automation_run_list_item.rbi
|
|
571
|
+
- rbi/courier/models/automation_run_list_response.rbi
|
|
572
|
+
- rbi/courier/models/automation_run_step.rbi
|
|
573
|
+
- rbi/courier/models/automation_run_steps_response.rbi
|
|
549
574
|
- rbi/courier/models/automation_template.rbi
|
|
550
575
|
- rbi/courier/models/automation_template_list_response.rbi
|
|
551
576
|
- rbi/courier/models/automations/invoke_invoke_ad_hoc_params.rbi
|
|
552
577
|
- rbi/courier/models/automations/invoke_invoke_by_template_params.rbi
|
|
578
|
+
- rbi/courier/models/automations/run_list_params.rbi
|
|
579
|
+
- rbi/courier/models/automations/run_list_steps_params.rbi
|
|
553
580
|
- rbi/courier/models/aws_sns.rbi
|
|
554
581
|
- rbi/courier/models/base_check.rbi
|
|
555
582
|
- rbi/courier/models/base_template_tenant_association.rbi
|
|
@@ -636,6 +663,7 @@ files:
|
|
|
636
663
|
- rbi/courier/models/journey_ai_node.rbi
|
|
637
664
|
- rbi/courier/models/journey_api_invoke_trigger_node.rbi
|
|
638
665
|
- rbi/courier/models/journey_archive_params.rbi
|
|
666
|
+
- rbi/courier/models/journey_audience_trigger_node.rbi
|
|
639
667
|
- rbi/courier/models/journey_cancel_params.rbi
|
|
640
668
|
- rbi/courier/models/journey_condition_atom.rbi
|
|
641
669
|
- rbi/courier/models/journey_condition_group.rbi
|
|
@@ -659,6 +687,12 @@ files:
|
|
|
659
687
|
- rbi/courier/models/journey_replace_params.rbi
|
|
660
688
|
- rbi/courier/models/journey_response.rbi
|
|
661
689
|
- rbi/courier/models/journey_retrieve_params.rbi
|
|
690
|
+
- rbi/courier/models/journey_run.rbi
|
|
691
|
+
- rbi/courier/models/journey_run_list_item.rbi
|
|
692
|
+
- rbi/courier/models/journey_run_list_response.rbi
|
|
693
|
+
- rbi/courier/models/journey_run_response.rbi
|
|
694
|
+
- rbi/courier/models/journey_run_step.rbi
|
|
695
|
+
- rbi/courier/models/journey_run_steps_response.rbi
|
|
662
696
|
- rbi/courier/models/journey_segment_trigger_node.rbi
|
|
663
697
|
- rbi/courier/models/journey_send_node.rbi
|
|
664
698
|
- rbi/courier/models/journey_state.rbi
|
|
@@ -672,6 +706,10 @@ files:
|
|
|
672
706
|
- rbi/courier/models/journey_throttle_static_node.rbi
|
|
673
707
|
- rbi/courier/models/journey_version_item.rbi
|
|
674
708
|
- rbi/courier/models/journey_versions_list_response.rbi
|
|
709
|
+
- rbi/courier/models/journey_webhook_trigger_node.rbi
|
|
710
|
+
- rbi/courier/models/journeys/run_list_params.rbi
|
|
711
|
+
- rbi/courier/models/journeys/run_list_steps_params.rbi
|
|
712
|
+
- rbi/courier/models/journeys/run_retrieve_params.rbi
|
|
675
713
|
- rbi/courier/models/journeys/template_archive_params.rbi
|
|
676
714
|
- rbi/courier/models/journeys/template_create_params.rbi
|
|
677
715
|
- rbi/courier/models/journeys/template_list_params.rbi
|
|
@@ -731,10 +769,12 @@ files:
|
|
|
731
769
|
- rbi/courier/models/notification_create_params.rbi
|
|
732
770
|
- rbi/courier/models/notification_element_put_request.rbi
|
|
733
771
|
- rbi/courier/models/notification_get_content.rbi
|
|
772
|
+
- rbi/courier/models/notification_get_metrics_params.rbi
|
|
734
773
|
- rbi/courier/models/notification_list_params.rbi
|
|
735
774
|
- rbi/courier/models/notification_list_response.rbi
|
|
736
775
|
- rbi/courier/models/notification_list_versions_params.rbi
|
|
737
776
|
- rbi/courier/models/notification_locale_put_request.rbi
|
|
777
|
+
- rbi/courier/models/notification_metrics_response.rbi
|
|
738
778
|
- rbi/courier/models/notification_preference_details.rbi
|
|
739
779
|
- rbi/courier/models/notification_publish_params.rbi
|
|
740
780
|
- rbi/courier/models/notification_put_content_params.rbi
|
|
@@ -920,6 +960,7 @@ files:
|
|
|
920
960
|
- rbi/courier/resources/auth.rbi
|
|
921
961
|
- rbi/courier/resources/automations.rbi
|
|
922
962
|
- rbi/courier/resources/automations/invoke.rbi
|
|
963
|
+
- rbi/courier/resources/automations/runs.rbi
|
|
923
964
|
- rbi/courier/resources/brands.rbi
|
|
924
965
|
- rbi/courier/resources/broadcasts.rbi
|
|
925
966
|
- rbi/courier/resources/bulk.rbi
|
|
@@ -927,6 +968,7 @@ files:
|
|
|
927
968
|
- rbi/courier/resources/digests/schedules.rbi
|
|
928
969
|
- rbi/courier/resources/inbound.rbi
|
|
929
970
|
- rbi/courier/resources/journeys.rbi
|
|
971
|
+
- rbi/courier/resources/journeys/runs.rbi
|
|
930
972
|
- rbi/courier/resources/journeys/templates.rbi
|
|
931
973
|
- rbi/courier/resources/lists.rbi
|
|
932
974
|
- rbi/courier/resources/lists/subscriptions.rbi
|
|
@@ -997,10 +1039,16 @@ files:
|
|
|
997
1039
|
- sig/courier/models/auth_issue_token_response.rbs
|
|
998
1040
|
- sig/courier/models/automation_invoke_response.rbs
|
|
999
1041
|
- sig/courier/models/automation_list_params.rbs
|
|
1042
|
+
- sig/courier/models/automation_run_list_item.rbs
|
|
1043
|
+
- sig/courier/models/automation_run_list_response.rbs
|
|
1044
|
+
- sig/courier/models/automation_run_step.rbs
|
|
1045
|
+
- sig/courier/models/automation_run_steps_response.rbs
|
|
1000
1046
|
- sig/courier/models/automation_template.rbs
|
|
1001
1047
|
- sig/courier/models/automation_template_list_response.rbs
|
|
1002
1048
|
- sig/courier/models/automations/invoke_invoke_ad_hoc_params.rbs
|
|
1003
1049
|
- sig/courier/models/automations/invoke_invoke_by_template_params.rbs
|
|
1050
|
+
- sig/courier/models/automations/run_list_params.rbs
|
|
1051
|
+
- sig/courier/models/automations/run_list_steps_params.rbs
|
|
1004
1052
|
- sig/courier/models/aws_sns.rbs
|
|
1005
1053
|
- sig/courier/models/base_check.rbs
|
|
1006
1054
|
- sig/courier/models/base_template_tenant_association.rbs
|
|
@@ -1087,6 +1135,7 @@ files:
|
|
|
1087
1135
|
- sig/courier/models/journey_ai_node.rbs
|
|
1088
1136
|
- sig/courier/models/journey_api_invoke_trigger_node.rbs
|
|
1089
1137
|
- sig/courier/models/journey_archive_params.rbs
|
|
1138
|
+
- sig/courier/models/journey_audience_trigger_node.rbs
|
|
1090
1139
|
- sig/courier/models/journey_cancel_params.rbs
|
|
1091
1140
|
- sig/courier/models/journey_condition_atom.rbs
|
|
1092
1141
|
- sig/courier/models/journey_condition_group.rbs
|
|
@@ -1110,6 +1159,12 @@ files:
|
|
|
1110
1159
|
- sig/courier/models/journey_replace_params.rbs
|
|
1111
1160
|
- sig/courier/models/journey_response.rbs
|
|
1112
1161
|
- sig/courier/models/journey_retrieve_params.rbs
|
|
1162
|
+
- sig/courier/models/journey_run.rbs
|
|
1163
|
+
- sig/courier/models/journey_run_list_item.rbs
|
|
1164
|
+
- sig/courier/models/journey_run_list_response.rbs
|
|
1165
|
+
- sig/courier/models/journey_run_response.rbs
|
|
1166
|
+
- sig/courier/models/journey_run_step.rbs
|
|
1167
|
+
- sig/courier/models/journey_run_steps_response.rbs
|
|
1113
1168
|
- sig/courier/models/journey_segment_trigger_node.rbs
|
|
1114
1169
|
- sig/courier/models/journey_send_node.rbs
|
|
1115
1170
|
- sig/courier/models/journey_state.rbs
|
|
@@ -1123,6 +1178,10 @@ files:
|
|
|
1123
1178
|
- sig/courier/models/journey_throttle_static_node.rbs
|
|
1124
1179
|
- sig/courier/models/journey_version_item.rbs
|
|
1125
1180
|
- sig/courier/models/journey_versions_list_response.rbs
|
|
1181
|
+
- sig/courier/models/journey_webhook_trigger_node.rbs
|
|
1182
|
+
- sig/courier/models/journeys/run_list_params.rbs
|
|
1183
|
+
- sig/courier/models/journeys/run_list_steps_params.rbs
|
|
1184
|
+
- sig/courier/models/journeys/run_retrieve_params.rbs
|
|
1126
1185
|
- sig/courier/models/journeys/template_archive_params.rbs
|
|
1127
1186
|
- sig/courier/models/journeys/template_create_params.rbs
|
|
1128
1187
|
- sig/courier/models/journeys/template_list_params.rbs
|
|
@@ -1182,10 +1241,12 @@ files:
|
|
|
1182
1241
|
- sig/courier/models/notification_create_params.rbs
|
|
1183
1242
|
- sig/courier/models/notification_element_put_request.rbs
|
|
1184
1243
|
- sig/courier/models/notification_get_content.rbs
|
|
1244
|
+
- sig/courier/models/notification_get_metrics_params.rbs
|
|
1185
1245
|
- sig/courier/models/notification_list_params.rbs
|
|
1186
1246
|
- sig/courier/models/notification_list_response.rbs
|
|
1187
1247
|
- sig/courier/models/notification_list_versions_params.rbs
|
|
1188
1248
|
- sig/courier/models/notification_locale_put_request.rbs
|
|
1249
|
+
- sig/courier/models/notification_metrics_response.rbs
|
|
1189
1250
|
- sig/courier/models/notification_preference_details.rbs
|
|
1190
1251
|
- sig/courier/models/notification_publish_params.rbs
|
|
1191
1252
|
- sig/courier/models/notification_put_content_params.rbs
|
|
@@ -1371,6 +1432,7 @@ files:
|
|
|
1371
1432
|
- sig/courier/resources/auth.rbs
|
|
1372
1433
|
- sig/courier/resources/automations.rbs
|
|
1373
1434
|
- sig/courier/resources/automations/invoke.rbs
|
|
1435
|
+
- sig/courier/resources/automations/runs.rbs
|
|
1374
1436
|
- sig/courier/resources/brands.rbs
|
|
1375
1437
|
- sig/courier/resources/broadcasts.rbs
|
|
1376
1438
|
- sig/courier/resources/bulk.rbs
|
|
@@ -1378,6 +1440,7 @@ files:
|
|
|
1378
1440
|
- sig/courier/resources/digests/schedules.rbs
|
|
1379
1441
|
- sig/courier/resources/inbound.rbs
|
|
1380
1442
|
- sig/courier/resources/journeys.rbs
|
|
1443
|
+
- sig/courier/resources/journeys/runs.rbs
|
|
1381
1444
|
- sig/courier/resources/journeys/templates.rbs
|
|
1382
1445
|
- sig/courier/resources/lists.rbs
|
|
1383
1446
|
- sig/courier/resources/lists/subscriptions.rbs
|