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
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:
|
|
4
|
+
version: 6.1.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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -72,6 +72,7 @@ files:
|
|
|
72
72
|
- lib/courier/models/airship_profile.rb
|
|
73
73
|
- lib/courier/models/airship_profile_audience.rb
|
|
74
74
|
- lib/courier/models/alignment.rb
|
|
75
|
+
- lib/courier/models/apn.rb
|
|
75
76
|
- lib/courier/models/associated_notification_list_response.rb
|
|
76
77
|
- lib/courier/models/audience.rb
|
|
77
78
|
- lib/courier/models/audience_delete_params.rb
|
|
@@ -93,10 +94,16 @@ files:
|
|
|
93
94
|
- lib/courier/models/auth_issue_token_response.rb
|
|
94
95
|
- lib/courier/models/automation_invoke_response.rb
|
|
95
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
|
|
96
101
|
- lib/courier/models/automation_template.rb
|
|
97
102
|
- lib/courier/models/automation_template_list_response.rb
|
|
98
103
|
- lib/courier/models/automations/invoke_invoke_ad_hoc_params.rb
|
|
99
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
|
|
100
107
|
- lib/courier/models/aws_sns.rb
|
|
101
108
|
- lib/courier/models/base_check.rb
|
|
102
109
|
- lib/courier/models/base_template_tenant_association.rb
|
|
@@ -183,6 +190,7 @@ files:
|
|
|
183
190
|
- lib/courier/models/journey_ai_node.rb
|
|
184
191
|
- lib/courier/models/journey_api_invoke_trigger_node.rb
|
|
185
192
|
- lib/courier/models/journey_archive_params.rb
|
|
193
|
+
- lib/courier/models/journey_audience_trigger_node.rb
|
|
186
194
|
- lib/courier/models/journey_cancel_params.rb
|
|
187
195
|
- lib/courier/models/journey_condition_atom.rb
|
|
188
196
|
- lib/courier/models/journey_condition_group.rb
|
|
@@ -206,6 +214,12 @@ files:
|
|
|
206
214
|
- lib/courier/models/journey_replace_params.rb
|
|
207
215
|
- lib/courier/models/journey_response.rb
|
|
208
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
|
|
209
223
|
- lib/courier/models/journey_segment_trigger_node.rb
|
|
210
224
|
- lib/courier/models/journey_send_node.rb
|
|
211
225
|
- lib/courier/models/journey_state.rb
|
|
@@ -219,6 +233,10 @@ files:
|
|
|
219
233
|
- lib/courier/models/journey_throttle_static_node.rb
|
|
220
234
|
- lib/courier/models/journey_version_item.rb
|
|
221
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
|
|
222
240
|
- lib/courier/models/journeys/template_archive_params.rb
|
|
223
241
|
- lib/courier/models/journeys/template_create_params.rb
|
|
224
242
|
- lib/courier/models/journeys/template_list_params.rb
|
|
@@ -276,7 +294,6 @@ files:
|
|
|
276
294
|
- lib/courier/models/notification_content_mutation_response.rb
|
|
277
295
|
- lib/courier/models/notification_content_put_request.rb
|
|
278
296
|
- lib/courier/models/notification_create_params.rb
|
|
279
|
-
- lib/courier/models/notification_duplicate_params.rb
|
|
280
297
|
- lib/courier/models/notification_element_put_request.rb
|
|
281
298
|
- lib/courier/models/notification_get_content.rb
|
|
282
299
|
- lib/courier/models/notification_list_params.rb
|
|
@@ -468,6 +485,7 @@ files:
|
|
|
468
485
|
- lib/courier/resources/auth.rb
|
|
469
486
|
- lib/courier/resources/automations.rb
|
|
470
487
|
- lib/courier/resources/automations/invoke.rb
|
|
488
|
+
- lib/courier/resources/automations/runs.rb
|
|
471
489
|
- lib/courier/resources/brands.rb
|
|
472
490
|
- lib/courier/resources/broadcasts.rb
|
|
473
491
|
- lib/courier/resources/bulk.rb
|
|
@@ -475,6 +493,7 @@ files:
|
|
|
475
493
|
- lib/courier/resources/digests/schedules.rb
|
|
476
494
|
- lib/courier/resources/inbound.rb
|
|
477
495
|
- lib/courier/resources/journeys.rb
|
|
496
|
+
- lib/courier/resources/journeys/runs.rb
|
|
478
497
|
- lib/courier/resources/journeys/templates.rb
|
|
479
498
|
- lib/courier/resources/lists.rb
|
|
480
499
|
- lib/courier/resources/lists/subscriptions.rb
|
|
@@ -524,6 +543,7 @@ files:
|
|
|
524
543
|
- rbi/courier/models/airship_profile.rbi
|
|
525
544
|
- rbi/courier/models/airship_profile_audience.rbi
|
|
526
545
|
- rbi/courier/models/alignment.rbi
|
|
546
|
+
- rbi/courier/models/apn.rbi
|
|
527
547
|
- rbi/courier/models/associated_notification_list_response.rbi
|
|
528
548
|
- rbi/courier/models/audience.rbi
|
|
529
549
|
- rbi/courier/models/audience_delete_params.rbi
|
|
@@ -545,10 +565,16 @@ files:
|
|
|
545
565
|
- rbi/courier/models/auth_issue_token_response.rbi
|
|
546
566
|
- rbi/courier/models/automation_invoke_response.rbi
|
|
547
567
|
- rbi/courier/models/automation_list_params.rbi
|
|
568
|
+
- rbi/courier/models/automation_run_list_item.rbi
|
|
569
|
+
- rbi/courier/models/automation_run_list_response.rbi
|
|
570
|
+
- rbi/courier/models/automation_run_step.rbi
|
|
571
|
+
- rbi/courier/models/automation_run_steps_response.rbi
|
|
548
572
|
- rbi/courier/models/automation_template.rbi
|
|
549
573
|
- rbi/courier/models/automation_template_list_response.rbi
|
|
550
574
|
- rbi/courier/models/automations/invoke_invoke_ad_hoc_params.rbi
|
|
551
575
|
- rbi/courier/models/automations/invoke_invoke_by_template_params.rbi
|
|
576
|
+
- rbi/courier/models/automations/run_list_params.rbi
|
|
577
|
+
- rbi/courier/models/automations/run_list_steps_params.rbi
|
|
552
578
|
- rbi/courier/models/aws_sns.rbi
|
|
553
579
|
- rbi/courier/models/base_check.rbi
|
|
554
580
|
- rbi/courier/models/base_template_tenant_association.rbi
|
|
@@ -635,6 +661,7 @@ files:
|
|
|
635
661
|
- rbi/courier/models/journey_ai_node.rbi
|
|
636
662
|
- rbi/courier/models/journey_api_invoke_trigger_node.rbi
|
|
637
663
|
- rbi/courier/models/journey_archive_params.rbi
|
|
664
|
+
- rbi/courier/models/journey_audience_trigger_node.rbi
|
|
638
665
|
- rbi/courier/models/journey_cancel_params.rbi
|
|
639
666
|
- rbi/courier/models/journey_condition_atom.rbi
|
|
640
667
|
- rbi/courier/models/journey_condition_group.rbi
|
|
@@ -658,6 +685,12 @@ files:
|
|
|
658
685
|
- rbi/courier/models/journey_replace_params.rbi
|
|
659
686
|
- rbi/courier/models/journey_response.rbi
|
|
660
687
|
- rbi/courier/models/journey_retrieve_params.rbi
|
|
688
|
+
- rbi/courier/models/journey_run.rbi
|
|
689
|
+
- rbi/courier/models/journey_run_list_item.rbi
|
|
690
|
+
- rbi/courier/models/journey_run_list_response.rbi
|
|
691
|
+
- rbi/courier/models/journey_run_response.rbi
|
|
692
|
+
- rbi/courier/models/journey_run_step.rbi
|
|
693
|
+
- rbi/courier/models/journey_run_steps_response.rbi
|
|
661
694
|
- rbi/courier/models/journey_segment_trigger_node.rbi
|
|
662
695
|
- rbi/courier/models/journey_send_node.rbi
|
|
663
696
|
- rbi/courier/models/journey_state.rbi
|
|
@@ -671,6 +704,10 @@ files:
|
|
|
671
704
|
- rbi/courier/models/journey_throttle_static_node.rbi
|
|
672
705
|
- rbi/courier/models/journey_version_item.rbi
|
|
673
706
|
- rbi/courier/models/journey_versions_list_response.rbi
|
|
707
|
+
- rbi/courier/models/journey_webhook_trigger_node.rbi
|
|
708
|
+
- rbi/courier/models/journeys/run_list_params.rbi
|
|
709
|
+
- rbi/courier/models/journeys/run_list_steps_params.rbi
|
|
710
|
+
- rbi/courier/models/journeys/run_retrieve_params.rbi
|
|
674
711
|
- rbi/courier/models/journeys/template_archive_params.rbi
|
|
675
712
|
- rbi/courier/models/journeys/template_create_params.rbi
|
|
676
713
|
- rbi/courier/models/journeys/template_list_params.rbi
|
|
@@ -728,7 +765,6 @@ files:
|
|
|
728
765
|
- rbi/courier/models/notification_content_mutation_response.rbi
|
|
729
766
|
- rbi/courier/models/notification_content_put_request.rbi
|
|
730
767
|
- rbi/courier/models/notification_create_params.rbi
|
|
731
|
-
- rbi/courier/models/notification_duplicate_params.rbi
|
|
732
768
|
- rbi/courier/models/notification_element_put_request.rbi
|
|
733
769
|
- rbi/courier/models/notification_get_content.rbi
|
|
734
770
|
- rbi/courier/models/notification_list_params.rbi
|
|
@@ -920,6 +956,7 @@ files:
|
|
|
920
956
|
- rbi/courier/resources/auth.rbi
|
|
921
957
|
- rbi/courier/resources/automations.rbi
|
|
922
958
|
- rbi/courier/resources/automations/invoke.rbi
|
|
959
|
+
- rbi/courier/resources/automations/runs.rbi
|
|
923
960
|
- rbi/courier/resources/brands.rbi
|
|
924
961
|
- rbi/courier/resources/broadcasts.rbi
|
|
925
962
|
- rbi/courier/resources/bulk.rbi
|
|
@@ -927,6 +964,7 @@ files:
|
|
|
927
964
|
- rbi/courier/resources/digests/schedules.rbi
|
|
928
965
|
- rbi/courier/resources/inbound.rbi
|
|
929
966
|
- rbi/courier/resources/journeys.rbi
|
|
967
|
+
- rbi/courier/resources/journeys/runs.rbi
|
|
930
968
|
- rbi/courier/resources/journeys/templates.rbi
|
|
931
969
|
- rbi/courier/resources/lists.rbi
|
|
932
970
|
- rbi/courier/resources/lists/subscriptions.rbi
|
|
@@ -975,6 +1013,7 @@ files:
|
|
|
975
1013
|
- sig/courier/models/airship_profile.rbs
|
|
976
1014
|
- sig/courier/models/airship_profile_audience.rbs
|
|
977
1015
|
- sig/courier/models/alignment.rbs
|
|
1016
|
+
- sig/courier/models/apn.rbs
|
|
978
1017
|
- sig/courier/models/associated_notification_list_response.rbs
|
|
979
1018
|
- sig/courier/models/audience.rbs
|
|
980
1019
|
- sig/courier/models/audience_delete_params.rbs
|
|
@@ -996,10 +1035,16 @@ files:
|
|
|
996
1035
|
- sig/courier/models/auth_issue_token_response.rbs
|
|
997
1036
|
- sig/courier/models/automation_invoke_response.rbs
|
|
998
1037
|
- sig/courier/models/automation_list_params.rbs
|
|
1038
|
+
- sig/courier/models/automation_run_list_item.rbs
|
|
1039
|
+
- sig/courier/models/automation_run_list_response.rbs
|
|
1040
|
+
- sig/courier/models/automation_run_step.rbs
|
|
1041
|
+
- sig/courier/models/automation_run_steps_response.rbs
|
|
999
1042
|
- sig/courier/models/automation_template.rbs
|
|
1000
1043
|
- sig/courier/models/automation_template_list_response.rbs
|
|
1001
1044
|
- sig/courier/models/automations/invoke_invoke_ad_hoc_params.rbs
|
|
1002
1045
|
- sig/courier/models/automations/invoke_invoke_by_template_params.rbs
|
|
1046
|
+
- sig/courier/models/automations/run_list_params.rbs
|
|
1047
|
+
- sig/courier/models/automations/run_list_steps_params.rbs
|
|
1003
1048
|
- sig/courier/models/aws_sns.rbs
|
|
1004
1049
|
- sig/courier/models/base_check.rbs
|
|
1005
1050
|
- sig/courier/models/base_template_tenant_association.rbs
|
|
@@ -1086,6 +1131,7 @@ files:
|
|
|
1086
1131
|
- sig/courier/models/journey_ai_node.rbs
|
|
1087
1132
|
- sig/courier/models/journey_api_invoke_trigger_node.rbs
|
|
1088
1133
|
- sig/courier/models/journey_archive_params.rbs
|
|
1134
|
+
- sig/courier/models/journey_audience_trigger_node.rbs
|
|
1089
1135
|
- sig/courier/models/journey_cancel_params.rbs
|
|
1090
1136
|
- sig/courier/models/journey_condition_atom.rbs
|
|
1091
1137
|
- sig/courier/models/journey_condition_group.rbs
|
|
@@ -1109,6 +1155,12 @@ files:
|
|
|
1109
1155
|
- sig/courier/models/journey_replace_params.rbs
|
|
1110
1156
|
- sig/courier/models/journey_response.rbs
|
|
1111
1157
|
- sig/courier/models/journey_retrieve_params.rbs
|
|
1158
|
+
- sig/courier/models/journey_run.rbs
|
|
1159
|
+
- sig/courier/models/journey_run_list_item.rbs
|
|
1160
|
+
- sig/courier/models/journey_run_list_response.rbs
|
|
1161
|
+
- sig/courier/models/journey_run_response.rbs
|
|
1162
|
+
- sig/courier/models/journey_run_step.rbs
|
|
1163
|
+
- sig/courier/models/journey_run_steps_response.rbs
|
|
1112
1164
|
- sig/courier/models/journey_segment_trigger_node.rbs
|
|
1113
1165
|
- sig/courier/models/journey_send_node.rbs
|
|
1114
1166
|
- sig/courier/models/journey_state.rbs
|
|
@@ -1122,6 +1174,10 @@ files:
|
|
|
1122
1174
|
- sig/courier/models/journey_throttle_static_node.rbs
|
|
1123
1175
|
- sig/courier/models/journey_version_item.rbs
|
|
1124
1176
|
- sig/courier/models/journey_versions_list_response.rbs
|
|
1177
|
+
- sig/courier/models/journey_webhook_trigger_node.rbs
|
|
1178
|
+
- sig/courier/models/journeys/run_list_params.rbs
|
|
1179
|
+
- sig/courier/models/journeys/run_list_steps_params.rbs
|
|
1180
|
+
- sig/courier/models/journeys/run_retrieve_params.rbs
|
|
1125
1181
|
- sig/courier/models/journeys/template_archive_params.rbs
|
|
1126
1182
|
- sig/courier/models/journeys/template_create_params.rbs
|
|
1127
1183
|
- sig/courier/models/journeys/template_list_params.rbs
|
|
@@ -1179,7 +1235,6 @@ files:
|
|
|
1179
1235
|
- sig/courier/models/notification_content_mutation_response.rbs
|
|
1180
1236
|
- sig/courier/models/notification_content_put_request.rbs
|
|
1181
1237
|
- sig/courier/models/notification_create_params.rbs
|
|
1182
|
-
- sig/courier/models/notification_duplicate_params.rbs
|
|
1183
1238
|
- sig/courier/models/notification_element_put_request.rbs
|
|
1184
1239
|
- sig/courier/models/notification_get_content.rbs
|
|
1185
1240
|
- sig/courier/models/notification_list_params.rbs
|
|
@@ -1371,6 +1426,7 @@ files:
|
|
|
1371
1426
|
- sig/courier/resources/auth.rbs
|
|
1372
1427
|
- sig/courier/resources/automations.rbs
|
|
1373
1428
|
- sig/courier/resources/automations/invoke.rbs
|
|
1429
|
+
- sig/courier/resources/automations/runs.rbs
|
|
1374
1430
|
- sig/courier/resources/brands.rbs
|
|
1375
1431
|
- sig/courier/resources/broadcasts.rbs
|
|
1376
1432
|
- sig/courier/resources/bulk.rbs
|
|
@@ -1378,6 +1434,7 @@ files:
|
|
|
1378
1434
|
- sig/courier/resources/digests/schedules.rbs
|
|
1379
1435
|
- sig/courier/resources/inbound.rbs
|
|
1380
1436
|
- sig/courier/resources/journeys.rbs
|
|
1437
|
+
- sig/courier/resources/journeys/runs.rbs
|
|
1381
1438
|
- sig/courier/resources/journeys/templates.rbs
|
|
1382
1439
|
- sig/courier/resources/lists.rbs
|
|
1383
1440
|
- sig/courier/resources/lists/subscriptions.rbs
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Courier
|
|
4
|
-
module Models
|
|
5
|
-
# @see Courier::Resources::Notifications#duplicate
|
|
6
|
-
class NotificationDuplicateParams < Courier::Internal::Type::BaseModel
|
|
7
|
-
extend Courier::Internal::Type::RequestParameters::Converter
|
|
8
|
-
include Courier::Internal::Type::RequestParameters
|
|
9
|
-
|
|
10
|
-
# @!attribute id
|
|
11
|
-
#
|
|
12
|
-
# @return [String]
|
|
13
|
-
required :id, String
|
|
14
|
-
|
|
15
|
-
# @!method initialize(id:, request_options: {})
|
|
16
|
-
# @param id [String]
|
|
17
|
-
# @param request_options [Courier::RequestOptions, Hash{Symbol=>Object}]
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# typed: strong
|
|
2
|
-
|
|
3
|
-
module Courier
|
|
4
|
-
module Models
|
|
5
|
-
class NotificationDuplicateParams < Courier::Internal::Type::BaseModel
|
|
6
|
-
extend Courier::Internal::Type::RequestParameters::Converter
|
|
7
|
-
include Courier::Internal::Type::RequestParameters
|
|
8
|
-
|
|
9
|
-
OrHash =
|
|
10
|
-
T.type_alias do
|
|
11
|
-
T.any(
|
|
12
|
-
Courier::NotificationDuplicateParams,
|
|
13
|
-
Courier::Internal::AnyHash
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
sig { returns(String) }
|
|
18
|
-
attr_accessor :id
|
|
19
|
-
|
|
20
|
-
sig do
|
|
21
|
-
params(
|
|
22
|
-
id: String,
|
|
23
|
-
request_options: Courier::RequestOptions::OrHash
|
|
24
|
-
).returns(T.attached_class)
|
|
25
|
-
end
|
|
26
|
-
def self.new(id:, request_options: {})
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
sig do
|
|
30
|
-
override.returns(
|
|
31
|
-
{ id: String, request_options: Courier::RequestOptions }
|
|
32
|
-
)
|
|
33
|
-
end
|
|
34
|
-
def to_hash
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
end
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
module Courier
|
|
2
|
-
module Models
|
|
3
|
-
type notification_duplicate_params =
|
|
4
|
-
{ id: String } & Courier::Internal::Type::request_parameters
|
|
5
|
-
|
|
6
|
-
class NotificationDuplicateParams < Courier::Internal::Type::BaseModel
|
|
7
|
-
extend Courier::Internal::Type::RequestParameters::Converter
|
|
8
|
-
include Courier::Internal::Type::RequestParameters
|
|
9
|
-
|
|
10
|
-
attr_accessor id: String
|
|
11
|
-
|
|
12
|
-
def initialize: (
|
|
13
|
-
id: String,
|
|
14
|
-
?request_options: Courier::request_opts
|
|
15
|
-
) -> void
|
|
16
|
-
|
|
17
|
-
def to_hash: -> { id: String, request_options: Courier::RequestOptions }
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|