trycourier 4.21.0 → 4.22.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 +16 -0
- data/lib/courier/client.rb +39 -0
- data/lib/courier/models/automations/invoke_invoke_ad_hoc_params.rb +13 -1
- data/lib/courier/models/automations/invoke_invoke_by_template_params.rb +13 -1
- data/lib/courier/models/brand_create_params.rb +13 -1
- data/lib/courier/models/inbox/message_delete_params.rb +22 -0
- data/lib/courier/models/inbox/message_restore_params.rb +22 -0
- data/lib/courier/models/journey_cancel_params.rb +13 -1
- data/lib/courier/models/journey_create_params.rb +13 -1
- data/lib/courier/models/journey_invoke_params.rb +13 -1
- data/lib/courier/models/journey_publish_params.rb +13 -1
- data/lib/courier/models/journeys/template_create_params.rb +13 -1
- data/lib/courier/models/journeys/template_publish_params.rb +13 -1
- data/lib/courier/models/lists/subscription_add_params.rb +13 -1
- data/lib/courier/models/notification_create_params.rb +13 -1
- data/lib/courier/models/notification_publish_params.rb +13 -1
- data/lib/courier/models/profile_create_params.rb +13 -1
- data/lib/courier/models/profiles/list_subscribe_params.rb +13 -1
- data/lib/courier/models/provider_create_params.rb +15 -1
- data/lib/courier/models/routing_strategy_create_params.rb +13 -1
- data/lib/courier/models/send_message_params.rb +15 -1
- data/lib/courier/models/users/preference_bulk_update_params.rb +15 -1
- data/lib/courier/models/users/preference_update_or_create_topic_params.rb +14 -4
- data/lib/courier/models/users/topic_preference.rb +21 -7
- data/lib/courier/models/workspace_preference_create_params.rb +13 -1
- data/lib/courier/models/workspace_preference_publish_params.rb +13 -1
- data/lib/courier/models/workspace_preferences/topic_create_params.rb +13 -1
- data/lib/courier/models.rb +2 -0
- data/lib/courier/resources/audiences.rb +12 -5
- data/lib/courier/resources/audit_events.rb +5 -2
- data/lib/courier/resources/auth.rb +5 -1
- data/lib/courier/resources/automations/invoke.rb +47 -23
- data/lib/courier/resources/automations.rb +6 -1
- data/lib/courier/resources/brands.rb +38 -12
- data/lib/courier/resources/digests/schedules.rb +4 -3
- data/lib/courier/resources/digests.rb +2 -0
- data/lib/courier/resources/inbound.rb +3 -1
- data/lib/courier/resources/inbox/messages.rb +58 -0
- data/lib/courier/resources/inbox.rb +19 -0
- data/lib/courier/resources/journeys/templates.rb +43 -25
- data/lib/courier/resources/journeys.rb +73 -44
- data/lib/courier/resources/lists/subscriptions.rb +22 -8
- data/lib/courier/resources/lists.rb +14 -5
- data/lib/courier/resources/messages.rb +14 -14
- data/lib/courier/resources/notifications/checks.rb +8 -3
- data/lib/courier/resources/notifications.rb +48 -30
- data/lib/courier/resources/profiles/lists.rb +19 -8
- data/lib/courier/resources/profiles.rb +25 -14
- data/lib/courier/resources/providers/catalog.rb +4 -4
- data/lib/courier/resources/providers.rb +27 -18
- data/lib/courier/resources/requests.rb +4 -1
- data/lib/courier/resources/routing_strategies.rb +24 -12
- data/lib/courier/resources/send.rb +14 -4
- data/lib/courier/resources/tenants/preferences/items.rb +6 -2
- data/lib/courier/resources/tenants/preferences.rb +2 -0
- data/lib/courier/resources/tenants/templates/versions.rb +4 -7
- data/lib/courier/resources/tenants/templates.rb +14 -19
- data/lib/courier/resources/tenants.rb +14 -5
- data/lib/courier/resources/translations.rb +6 -2
- data/lib/courier/resources/users/preferences.rb +23 -42
- data/lib/courier/resources/users/tenants.rb +12 -10
- data/lib/courier/resources/users/tokens.rb +14 -6
- data/lib/courier/resources/users.rb +6 -0
- data/lib/courier/resources/workspace_preferences/topics.rb +27 -19
- data/lib/courier/resources/workspace_preferences.rb +40 -20
- data/lib/courier/version.rb +1 -1
- data/lib/courier.rb +4 -0
- data/rbi/courier/client.rbi +38 -0
- data/rbi/courier/models/automations/invoke_invoke_ad_hoc_params.rbi +18 -0
- data/rbi/courier/models/automations/invoke_invoke_by_template_params.rbi +18 -0
- data/rbi/courier/models/brand_create_params.rbi +18 -0
- data/rbi/courier/models/inbox/message_delete_params.rbi +40 -0
- data/rbi/courier/models/inbox/message_restore_params.rbi +40 -0
- data/rbi/courier/models/journey_cancel_params.rbi +31 -5
- data/rbi/courier/models/journey_create_params.rbi +31 -5
- data/rbi/courier/models/journey_invoke_params.rbi +26 -2
- data/rbi/courier/models/journey_publish_params.rbi +26 -2
- data/rbi/courier/models/journeys/template_create_params.rbi +26 -2
- data/rbi/courier/models/journeys/template_publish_params.rbi +23 -1
- data/rbi/courier/models/lists/subscription_add_params.rbi +23 -1
- data/rbi/courier/models/notification_create_params.rbi +31 -5
- data/rbi/courier/models/notification_publish_params.rbi +26 -2
- data/rbi/courier/models/profile_create_params.rbi +23 -1
- data/rbi/courier/models/profiles/list_subscribe_params.rbi +23 -1
- data/rbi/courier/models/provider_create_params.rbi +18 -0
- data/rbi/courier/models/routing_strategy_create_params.rbi +31 -5
- data/rbi/courier/models/send_message_params.rbi +18 -0
- data/rbi/courier/models/users/preference_bulk_update_params.rbi +18 -0
- data/rbi/courier/models/users/preference_update_or_create_topic_params.rbi +14 -2
- data/rbi/courier/models/users/topic_preference.rbi +24 -2
- data/rbi/courier/models/workspace_preference_create_params.rbi +31 -5
- data/rbi/courier/models/workspace_preference_publish_params.rbi +31 -5
- data/rbi/courier/models/workspace_preferences/topic_create_params.rbi +26 -2
- data/rbi/courier/models.rbi +2 -0
- data/rbi/courier/resources/audiences.rbi +12 -5
- data/rbi/courier/resources/audit_events.rbi +5 -2
- data/rbi/courier/resources/auth.rbi +5 -1
- data/rbi/courier/resources/automations/invoke.rbi +48 -7
- data/rbi/courier/resources/automations.rbi +6 -1
- data/rbi/courier/resources/brands.rbi +37 -7
- data/rbi/courier/resources/digests/schedules.rbi +4 -3
- data/rbi/courier/resources/digests.rbi +2 -0
- data/rbi/courier/resources/inbound.rbi +3 -1
- data/rbi/courier/resources/inbox/messages.rbi +44 -0
- data/rbi/courier/resources/inbox.rbi +16 -0
- data/rbi/courier/resources/journeys/templates.rbi +47 -17
- data/rbi/courier/resources/journeys.rbi +93 -39
- data/rbi/courier/resources/lists/subscriptions.rbi +24 -5
- data/rbi/courier/resources/lists.rbi +14 -5
- data/rbi/courier/resources/messages.rbi +14 -14
- data/rbi/courier/resources/notifications/checks.rbi +8 -3
- data/rbi/courier/resources/notifications.rbi +58 -28
- data/rbi/courier/resources/profiles/lists.rbi +25 -6
- data/rbi/courier/resources/profiles.rbi +31 -11
- data/rbi/courier/resources/providers/catalog.rbi +4 -4
- data/rbi/courier/resources/providers.rbi +35 -19
- data/rbi/courier/resources/requests.rbi +4 -1
- data/rbi/courier/resources/routing_strategies.rbi +26 -10
- data/rbi/courier/resources/send.rbi +20 -3
- data/rbi/courier/resources/tenants/preferences/items.rbi +6 -2
- data/rbi/courier/resources/tenants/preferences.rbi +2 -0
- data/rbi/courier/resources/tenants/templates/versions.rbi +4 -7
- data/rbi/courier/resources/tenants/templates.rbi +14 -19
- data/rbi/courier/resources/tenants.rbi +14 -5
- data/rbi/courier/resources/translations.rbi +6 -2
- data/rbi/courier/resources/users/preferences.rbi +28 -40
- data/rbi/courier/resources/users/tenants.rbi +12 -10
- data/rbi/courier/resources/users/tokens.rbi +14 -6
- data/rbi/courier/resources/users.rbi +6 -0
- data/rbi/courier/resources/workspace_preferences/topics.rbi +37 -18
- data/rbi/courier/resources/workspace_preferences.rbi +51 -17
- data/sig/courier/client.rbs +2 -0
- data/sig/courier/models/automations/invoke_invoke_ad_hoc_params.rbs +15 -1
- data/sig/courier/models/automations/invoke_invoke_by_template_params.rbs +15 -1
- data/sig/courier/models/brand_create_params.rbs +15 -1
- data/sig/courier/models/inbox/message_delete_params.rbs +25 -0
- data/sig/courier/models/inbox/message_restore_params.rbs +25 -0
- data/sig/courier/models/journey_cancel_params.rbs +20 -3
- data/sig/courier/models/journey_create_params.rbs +20 -3
- data/sig/courier/models/journey_invoke_params.rbs +18 -1
- data/sig/courier/models/journey_publish_params.rbs +18 -1
- data/sig/courier/models/journeys/template_create_params.rbs +18 -1
- data/sig/courier/models/journeys/template_publish_params.rbs +18 -1
- data/sig/courier/models/lists/subscription_add_params.rbs +15 -1
- data/sig/courier/models/notification_create_params.rbs +20 -3
- data/sig/courier/models/notification_publish_params.rbs +18 -2
- data/sig/courier/models/profile_create_params.rbs +18 -1
- data/sig/courier/models/profiles/list_subscribe_params.rbs +15 -1
- data/sig/courier/models/provider_create_params.rbs +15 -1
- data/sig/courier/models/routing_strategy_create_params.rbs +20 -3
- data/sig/courier/models/send_message_params.rbs +17 -1
- data/sig/courier/models/users/preference_bulk_update_params.rbs +15 -1
- data/sig/courier/models/workspace_preference_create_params.rbs +20 -3
- data/sig/courier/models/workspace_preference_publish_params.rbs +20 -3
- data/sig/courier/models/workspace_preferences/topic_create_params.rbs +18 -1
- data/sig/courier/models.rbs +2 -0
- data/sig/courier/resources/automations/invoke.rbs +4 -0
- data/sig/courier/resources/brands.rbs +2 -0
- data/sig/courier/resources/inbox/messages.rbs +19 -0
- data/sig/courier/resources/inbox.rbs +9 -0
- data/sig/courier/resources/journeys/templates.rbs +4 -0
- data/sig/courier/resources/journeys.rbs +8 -0
- data/sig/courier/resources/lists/subscriptions.rbs +2 -0
- data/sig/courier/resources/notifications.rbs +4 -0
- data/sig/courier/resources/profiles/lists.rbs +2 -0
- data/sig/courier/resources/profiles.rbs +2 -0
- data/sig/courier/resources/providers.rbs +2 -0
- data/sig/courier/resources/routing_strategies.rbs +2 -0
- data/sig/courier/resources/send.rbs +2 -0
- data/sig/courier/resources/users/preferences.rbs +2 -0
- data/sig/courier/resources/workspace_preferences/topics.rbs +2 -0
- data/sig/courier/resources/workspace_preferences.rbs +4 -0
- metadata +14 -2
|
@@ -1,15 +1,32 @@
|
|
|
1
1
|
module Courier
|
|
2
2
|
module Models
|
|
3
3
|
type workspace_preference_publish_params =
|
|
4
|
-
{
|
|
4
|
+
{ idempotency_key: String, x_idempotency_expiration: String }
|
|
5
|
+
& Courier::Internal::Type::request_parameters
|
|
5
6
|
|
|
6
7
|
class WorkspacePreferencePublishParams < Courier::Models::PublishPreferencesRequest
|
|
7
8
|
extend Courier::Internal::Type::RequestParameters::Converter
|
|
8
9
|
include Courier::Internal::Type::RequestParameters
|
|
9
10
|
|
|
10
|
-
def
|
|
11
|
+
def idempotency_key: -> String?
|
|
11
12
|
|
|
12
|
-
def
|
|
13
|
+
def idempotency_key=: (String _) -> String
|
|
14
|
+
|
|
15
|
+
def x_idempotency_expiration: -> String?
|
|
16
|
+
|
|
17
|
+
def x_idempotency_expiration=: (String _) -> String
|
|
18
|
+
|
|
19
|
+
def initialize: (
|
|
20
|
+
?idempotency_key: String,
|
|
21
|
+
?x_idempotency_expiration: String,
|
|
22
|
+
?request_options: Courier::request_opts
|
|
23
|
+
) -> void
|
|
24
|
+
|
|
25
|
+
def to_hash: -> {
|
|
26
|
+
idempotency_key: String,
|
|
27
|
+
x_idempotency_expiration: String,
|
|
28
|
+
request_options: Courier::RequestOptions
|
|
29
|
+
}
|
|
13
30
|
end
|
|
14
31
|
end
|
|
15
32
|
end
|
|
@@ -2,7 +2,12 @@ module Courier
|
|
|
2
2
|
module Models
|
|
3
3
|
module WorkspacePreferences
|
|
4
4
|
type topic_create_params =
|
|
5
|
-
{
|
|
5
|
+
{
|
|
6
|
+
section_id: String,
|
|
7
|
+
idempotency_key: String,
|
|
8
|
+
x_idempotency_expiration: String
|
|
9
|
+
}
|
|
10
|
+
& Courier::Internal::Type::request_parameters
|
|
6
11
|
|
|
7
12
|
class TopicCreateParams < Courier::Models::WorkspacePreferenceTopicCreateRequest
|
|
8
13
|
extend Courier::Internal::Type::RequestParameters::Converter
|
|
@@ -12,13 +17,25 @@ module Courier
|
|
|
12
17
|
|
|
13
18
|
def section_id=: (String _) -> String
|
|
14
19
|
|
|
20
|
+
def idempotency_key: -> String?
|
|
21
|
+
|
|
22
|
+
def idempotency_key=: (String _) -> String
|
|
23
|
+
|
|
24
|
+
def x_idempotency_expiration: -> String?
|
|
25
|
+
|
|
26
|
+
def x_idempotency_expiration=: (String _) -> String
|
|
27
|
+
|
|
15
28
|
def initialize: (
|
|
16
29
|
section_id: String,
|
|
30
|
+
?idempotency_key: String,
|
|
31
|
+
?x_idempotency_expiration: String,
|
|
17
32
|
?request_options: Courier::request_opts
|
|
18
33
|
) -> void
|
|
19
34
|
|
|
20
35
|
def to_hash: -> {
|
|
21
36
|
section_id: String,
|
|
37
|
+
idempotency_key: String,
|
|
38
|
+
x_idempotency_expiration: String,
|
|
22
39
|
request_options: Courier::RequestOptions
|
|
23
40
|
}
|
|
24
41
|
end
|
data/sig/courier/models.rbs
CHANGED
|
@@ -145,6 +145,8 @@ module Courier
|
|
|
145
145
|
|
|
146
146
|
class InboundTrackEventParams = Courier::Models::InboundTrackEventParams
|
|
147
147
|
|
|
148
|
+
module Inbox = Courier::Models::Inbox
|
|
149
|
+
|
|
148
150
|
class Intercom = Courier::Models::Intercom
|
|
149
151
|
|
|
150
152
|
class IntercomRecipient = Courier::Models::IntercomRecipient
|
|
@@ -9,6 +9,8 @@ module Courier
|
|
|
9
9
|
?profile: ::Hash[Symbol, top]?,
|
|
10
10
|
?recipient: String?,
|
|
11
11
|
?template: String?,
|
|
12
|
+
?idempotency_key: String,
|
|
13
|
+
?x_idempotency_expiration: String,
|
|
12
14
|
?request_options: Courier::request_opts
|
|
13
15
|
) -> Courier::AutomationInvokeResponse
|
|
14
16
|
|
|
@@ -19,6 +21,8 @@ module Courier
|
|
|
19
21
|
?data: ::Hash[Symbol, top]?,
|
|
20
22
|
?profile: ::Hash[Symbol, top]?,
|
|
21
23
|
?template: String?,
|
|
24
|
+
?idempotency_key: String,
|
|
25
|
+
?x_idempotency_expiration: String,
|
|
22
26
|
?request_options: Courier::request_opts
|
|
23
27
|
) -> Courier::AutomationInvokeResponse
|
|
24
28
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
module Courier
|
|
2
|
+
module Resources
|
|
3
|
+
class Inbox
|
|
4
|
+
class Messages
|
|
5
|
+
def delete: (
|
|
6
|
+
String message_id,
|
|
7
|
+
?request_options: Courier::request_opts
|
|
8
|
+
) -> nil
|
|
9
|
+
|
|
10
|
+
def restore: (
|
|
11
|
+
String message_id,
|
|
12
|
+
?request_options: Courier::request_opts
|
|
13
|
+
) -> nil
|
|
14
|
+
|
|
15
|
+
def initialize: (client: Courier::Client) -> void
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -8,6 +8,8 @@ module Courier
|
|
|
8
8
|
notification: Courier::JourneyTemplateCreateRequest::Notification,
|
|
9
9
|
?provider_key: String,
|
|
10
10
|
?state: String,
|
|
11
|
+
?idempotency_key: String,
|
|
12
|
+
?x_idempotency_expiration: String,
|
|
11
13
|
?request_options: Courier::request_opts
|
|
12
14
|
) -> Courier::JourneyTemplateGetResponse
|
|
13
15
|
|
|
@@ -40,6 +42,8 @@ module Courier
|
|
|
40
42
|
String notification_id,
|
|
41
43
|
template_id: String,
|
|
42
44
|
?version: String,
|
|
45
|
+
?idempotency_key: String,
|
|
46
|
+
?x_idempotency_expiration: String,
|
|
43
47
|
?request_options: Courier::request_opts
|
|
44
48
|
) -> nil
|
|
45
49
|
|
|
@@ -8,6 +8,8 @@ module Courier
|
|
|
8
8
|
nodes: ::Array[Courier::Models::journey_node],
|
|
9
9
|
?enabled: bool,
|
|
10
10
|
?state: Courier::Models::journey_state,
|
|
11
|
+
?idempotency_key: String,
|
|
12
|
+
?x_idempotency_expiration: String,
|
|
11
13
|
?request_options: Courier::request_opts
|
|
12
14
|
) -> Courier::JourneyResponse
|
|
13
15
|
|
|
@@ -30,6 +32,8 @@ module Courier
|
|
|
30
32
|
|
|
31
33
|
def cancel: (
|
|
32
34
|
cancel_journey_request: Courier::Models::cancel_journey_request,
|
|
35
|
+
?idempotency_key: String,
|
|
36
|
+
?x_idempotency_expiration: String,
|
|
33
37
|
?request_options: Courier::request_opts
|
|
34
38
|
) -> Courier::Models::cancel_journey_response
|
|
35
39
|
|
|
@@ -38,6 +42,8 @@ module Courier
|
|
|
38
42
|
?data: ::Hash[Symbol, top],
|
|
39
43
|
?profile: ::Hash[Symbol, top],
|
|
40
44
|
?user_id: String,
|
|
45
|
+
?idempotency_key: String,
|
|
46
|
+
?x_idempotency_expiration: String,
|
|
41
47
|
?request_options: Courier::request_opts
|
|
42
48
|
) -> Courier::JourneysInvokeResponse
|
|
43
49
|
|
|
@@ -49,6 +55,8 @@ module Courier
|
|
|
49
55
|
def publish: (
|
|
50
56
|
String template_id,
|
|
51
57
|
?version: String,
|
|
58
|
+
?idempotency_key: String,
|
|
59
|
+
?x_idempotency_expiration: String,
|
|
52
60
|
?request_options: Courier::request_opts
|
|
53
61
|
) -> Courier::JourneyResponse
|
|
54
62
|
|
|
@@ -6,6 +6,8 @@ module Courier
|
|
|
6
6
|
def create: (
|
|
7
7
|
notification: Courier::NotificationTemplatePayload,
|
|
8
8
|
?state: Courier::Models::NotificationTemplateCreateRequest::state,
|
|
9
|
+
?idempotency_key: String,
|
|
10
|
+
?x_idempotency_expiration: String,
|
|
9
11
|
?request_options: Courier::request_opts
|
|
10
12
|
) -> Courier::NotificationTemplateResponse
|
|
11
13
|
|
|
@@ -39,6 +41,8 @@ module Courier
|
|
|
39
41
|
def publish: (
|
|
40
42
|
String id,
|
|
41
43
|
?version: String,
|
|
44
|
+
?idempotency_key: String,
|
|
45
|
+
?x_idempotency_expiration: String,
|
|
42
46
|
?request_options: Courier::request_opts
|
|
43
47
|
) -> nil
|
|
44
48
|
|
|
@@ -16,6 +16,8 @@ module Courier
|
|
|
16
16
|
def subscribe: (
|
|
17
17
|
String user_id,
|
|
18
18
|
lists: ::Array[Courier::SubscribeToListsRequestItem],
|
|
19
|
+
?idempotency_key: String,
|
|
20
|
+
?x_idempotency_expiration: String,
|
|
19
21
|
?request_options: Courier::request_opts
|
|
20
22
|
) -> Courier::Models::Profiles::ListSubscribeResponse
|
|
21
23
|
|
|
@@ -8,6 +8,8 @@ module Courier
|
|
|
8
8
|
?description: String?,
|
|
9
9
|
?providers: Courier::Models::message_providers?,
|
|
10
10
|
?tags: ::Array[String]?,
|
|
11
|
+
?idempotency_key: String,
|
|
12
|
+
?x_idempotency_expiration: String,
|
|
11
13
|
?request_options: Courier::request_opts
|
|
12
14
|
) -> Courier::RoutingStrategyGetResponse
|
|
13
15
|
|
|
@@ -19,6 +19,8 @@ module Courier
|
|
|
19
19
|
String user_id,
|
|
20
20
|
topics: ::Array[Courier::Users::PreferenceBulkUpdateParams::Topic],
|
|
21
21
|
?tenant_id: String?,
|
|
22
|
+
?idempotency_key: String,
|
|
23
|
+
?x_idempotency_expiration: String,
|
|
22
24
|
?request_options: Courier::request_opts
|
|
23
25
|
) -> Courier::Models::Users::PreferenceBulkUpdateResponse
|
|
24
26
|
|
|
@@ -11,6 +11,8 @@ module Courier
|
|
|
11
11
|
?include_unsubscribe_header: bool?,
|
|
12
12
|
?routing_options: ::Array[Courier::Models::channel_classification]?,
|
|
13
13
|
?topic_data: ::Hash[Symbol, top]?,
|
|
14
|
+
?idempotency_key: String,
|
|
15
|
+
?x_idempotency_expiration: String,
|
|
14
16
|
?request_options: Courier::request_opts
|
|
15
17
|
) -> Courier::WorkspacePreferenceTopicGetResponse
|
|
16
18
|
|
|
@@ -8,6 +8,8 @@ module Courier
|
|
|
8
8
|
?description: String?,
|
|
9
9
|
?has_custom_routing: bool?,
|
|
10
10
|
?routing_options: ::Array[Courier::Models::channel_classification]?,
|
|
11
|
+
?idempotency_key: String,
|
|
12
|
+
?x_idempotency_expiration: String,
|
|
11
13
|
?request_options: Courier::request_opts
|
|
12
14
|
) -> Courier::WorkspacePreferenceGetResponse
|
|
13
15
|
|
|
@@ -29,6 +31,8 @@ module Courier
|
|
|
29
31
|
?brand_id: String?,
|
|
30
32
|
?description: String?,
|
|
31
33
|
?heading: String?,
|
|
34
|
+
?idempotency_key: String,
|
|
35
|
+
?x_idempotency_expiration: String,
|
|
32
36
|
?request_options: Courier::request_opts
|
|
33
37
|
) -> Courier::PublishPreferencesResponse
|
|
34
38
|
|
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.
|
|
4
|
+
version: 4.22.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-07-
|
|
11
|
+
date: 2026-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -151,6 +151,8 @@ files:
|
|
|
151
151
|
- lib/courier/models/icons.rb
|
|
152
152
|
- lib/courier/models/inbound_track_event_params.rb
|
|
153
153
|
- lib/courier/models/inbound_track_event_response.rb
|
|
154
|
+
- lib/courier/models/inbox/message_delete_params.rb
|
|
155
|
+
- lib/courier/models/inbox/message_restore_params.rb
|
|
154
156
|
- lib/courier/models/intercom.rb
|
|
155
157
|
- lib/courier/models/intercom_recipient.rb
|
|
156
158
|
- lib/courier/models/journey.rb
|
|
@@ -441,6 +443,8 @@ files:
|
|
|
441
443
|
- lib/courier/resources/digests.rb
|
|
442
444
|
- lib/courier/resources/digests/schedules.rb
|
|
443
445
|
- lib/courier/resources/inbound.rb
|
|
446
|
+
- lib/courier/resources/inbox.rb
|
|
447
|
+
- lib/courier/resources/inbox/messages.rb
|
|
444
448
|
- lib/courier/resources/journeys.rb
|
|
445
449
|
- lib/courier/resources/journeys/templates.rb
|
|
446
450
|
- lib/courier/resources/lists.rb
|
|
@@ -570,6 +574,8 @@ files:
|
|
|
570
574
|
- rbi/courier/models/icons.rbi
|
|
571
575
|
- rbi/courier/models/inbound_track_event_params.rbi
|
|
572
576
|
- rbi/courier/models/inbound_track_event_response.rbi
|
|
577
|
+
- rbi/courier/models/inbox/message_delete_params.rbi
|
|
578
|
+
- rbi/courier/models/inbox/message_restore_params.rbi
|
|
573
579
|
- rbi/courier/models/intercom.rbi
|
|
574
580
|
- rbi/courier/models/intercom_recipient.rbi
|
|
575
581
|
- rbi/courier/models/journey.rbi
|
|
@@ -860,6 +866,8 @@ files:
|
|
|
860
866
|
- rbi/courier/resources/digests.rbi
|
|
861
867
|
- rbi/courier/resources/digests/schedules.rbi
|
|
862
868
|
- rbi/courier/resources/inbound.rbi
|
|
869
|
+
- rbi/courier/resources/inbox.rbi
|
|
870
|
+
- rbi/courier/resources/inbox/messages.rbi
|
|
863
871
|
- rbi/courier/resources/journeys.rbi
|
|
864
872
|
- rbi/courier/resources/journeys/templates.rbi
|
|
865
873
|
- rbi/courier/resources/lists.rbi
|
|
@@ -988,6 +996,8 @@ files:
|
|
|
988
996
|
- sig/courier/models/icons.rbs
|
|
989
997
|
- sig/courier/models/inbound_track_event_params.rbs
|
|
990
998
|
- sig/courier/models/inbound_track_event_response.rbs
|
|
999
|
+
- sig/courier/models/inbox/message_delete_params.rbs
|
|
1000
|
+
- sig/courier/models/inbox/message_restore_params.rbs
|
|
991
1001
|
- sig/courier/models/intercom.rbs
|
|
992
1002
|
- sig/courier/models/intercom_recipient.rbs
|
|
993
1003
|
- sig/courier/models/journey.rbs
|
|
@@ -1278,6 +1288,8 @@ files:
|
|
|
1278
1288
|
- sig/courier/resources/digests.rbs
|
|
1279
1289
|
- sig/courier/resources/digests/schedules.rbs
|
|
1280
1290
|
- sig/courier/resources/inbound.rbs
|
|
1291
|
+
- sig/courier/resources/inbox.rbs
|
|
1292
|
+
- sig/courier/resources/inbox/messages.rbs
|
|
1281
1293
|
- sig/courier/resources/journeys.rbs
|
|
1282
1294
|
- sig/courier/resources/journeys/templates.rbs
|
|
1283
1295
|
- sig/courier/resources/lists.rbs
|