rcs 2.0.2 → 2.0.3
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/lib/rcs/brands/client.rb +19 -6
- data/lib/rcs/campaigns/dlc/client.rb +12 -12
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_help_keywords.rb → dlc_campaign_help_keywords.rb} +5 -5
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_keywords.rb → dlc_campaign_keywords.rb} +20 -20
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_links.rb → dlc_campaign_links.rb} +5 -5
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_opt_in_keywords.rb → dlc_campaign_opt_in_keywords.rb} +5 -5
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_opt_out_keywords.rb → dlc_campaign_opt_out_keywords.rb} +5 -5
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_options.rb → dlc_campaign_options.rb} +5 -5
- data/lib/rcs/campaigns/dlc/types/{upsert_dlc_campaign_use_case.rb → dlc_campaign_use_case.rb} +5 -5
- data/lib/rcs/campaigns/rcs/client.rb +144 -51
- data/lib/rcs/campaigns/rcs/types/{upsert_rcs_agent.rb → rcs_agent.rb} +15 -9
- data/lib/rcs/campaigns/rcs/types/rcs_autofill_response.rb +122 -43
- data/lib/rcs/campaigns/rcs/types/{upsert_rcs_opt_out.rb → rcs_campaign_help_keywords.rb} +20 -19
- data/lib/rcs/campaigns/rcs/types/rcs_campaign_keywords.rb +98 -0
- data/lib/rcs/campaigns/rcs/types/rcs_campaign_opt_in_keywords.rb +87 -0
- data/lib/rcs/campaigns/rcs/types/rcs_campaign_opt_out_keywords.rb +83 -0
- data/lib/rcs/campaigns/rcs/types/rcs_campaign_traffic.rb +76 -0
- data/lib/rcs/campaigns/rcs/types/{upsert_rcs_links.rb → rcs_links.rb} +5 -5
- data/lib/rcs/campaigns/rcs/types/{upsert_rcs_use_case.rb → rcs_use_case.rb} +7 -7
- data/lib/rcs/campaigns/toll_free/client.rb +53 -10
- data/lib/rcs/campaigns/toll_free/types/toll_free_autofill_response.rb +54 -12
- data/lib/rcs/campaigns/toll_free/types/toll_free_campaign_help_keywords.rb +66 -0
- data/lib/rcs/campaigns/toll_free/types/toll_free_campaign_keywords.rb +86 -0
- data/lib/rcs/campaigns/toll_free/types/toll_free_campaign_links.rb +74 -0
- data/lib/rcs/campaigns/toll_free/types/{upsert_toll_free_schema_opt_in.rb → toll_free_campaign_opt_in.rb} +5 -5
- data/lib/rcs/campaigns/toll_free/types/toll_free_campaign_opt_in_keywords.rb +78 -0
- data/lib/rcs/campaigns/toll_free/types/toll_free_campaign_options.rb +64 -0
- data/lib/rcs/campaigns/toll_free/types/{upsert_toll_free_schema_use_case.rb → toll_free_campaign_use_case.rb} +5 -5
- data/lib/rcs/messages/blast/client.rb +419 -0
- data/lib/rcs/messages/blast/types/blast_mms_options.rb +82 -0
- data/lib/rcs/messages/blast/types/blast_mms_response.rb +60 -0
- data/lib/rcs/messages/blast/types/blast_rcs_options.rb +118 -0
- data/lib/rcs/messages/blast/types/blast_rcs_request_options_standalone_card.rb +82 -0
- data/lib/rcs/messages/blast/types/blast_rcs_request_options_standalone_card_image_alignment.rb +16 -0
- data/lib/rcs/messages/blast/types/blast_rcs_request_options_standalone_card_orientation.rb +15 -0
- data/lib/rcs/messages/blast/types/blast_rcs_response.rb +60 -0
- data/lib/rcs/messages/blast/types/blast_sms_options.rb +70 -0
- data/lib/rcs/messages/blast/types/blast_sms_response.rb +60 -0
- data/lib/rcs/messages/mms/client.rb +6 -6
- data/lib/rcs/messages/mms/types/mms_send_response.rb +4 -4
- data/lib/rcs/messages/rcs/client.rb +7 -7
- data/lib/rcs/messages/rcs/types/{rcs_send_response.rb → send_rich_message_response.rb} +11 -11
- data/lib/rcs/messages/schedule/client.rb +103 -0
- data/lib/rcs/messages/sms/client.rb +6 -6
- data/lib/rcs/messages/sms/types/sms_send_response.rb +4 -4
- data/lib/rcs/types/{rcs_base.rb → base_rich_message.rb} +10 -10
- data/lib/rcs/types/blast_details.rb +110 -0
- data/lib/rcs/types/company_entity_type_enum.rb +14 -0
- data/lib/rcs/types/dlc_campaign_with_extended_brand_and_status.rb +30 -2
- data/lib/rcs/types/dlc_with_extended_brand_and_status_mno_brand_tier.rb +15 -0
- data/lib/rcs/types/dlc_with_extended_brand_and_status_mno_tcr_tier.rb +22 -0
- data/lib/rcs/types/extended_brand.rb +10 -1
- data/lib/rcs/types/extended_brand_with_vetting.rb +10 -1
- data/lib/rcs/types/extended_rcs_campaign.rb +122 -51
- data/lib/rcs/types/message_schedule.rb +52 -24
- data/lib/rcs/types/message_status_enum.rb +1 -0
- data/lib/rcs/types/optional_brand_info.rb +10 -1
- data/lib/rcs/types/rcs_campaign.rb +122 -43
- data/lib/rcs/types/rcs_campaign_schema_extra_keywords.rb +94 -0
- data/lib/rcs/types/{rcs_campaign_schema_extra_opt_out.rb → rcs_campaign_schema_extra_keywords_help.rb} +18 -17
- data/lib/rcs/types/rcs_campaign_schema_extra_keywords_opt_in.rb +73 -0
- data/lib/rcs/types/rcs_campaign_schema_extra_keywords_opt_out.rb +73 -0
- data/lib/rcs/types/rcs_campaign_schema_extra_traffic.rb +72 -0
- data/lib/rcs/types/rcs_campaign_schema_extra_use_case.rb +2 -2
- data/lib/rcs/types/rcs_campaign_schema_keywords.rb +94 -0
- data/lib/rcs/types/{rcs_campaign_schema_opt_out.rb → rcs_campaign_schema_keywords_help.rb} +18 -17
- data/lib/rcs/types/rcs_campaign_schema_keywords_opt_in.rb +73 -0
- data/lib/rcs/types/rcs_campaign_schema_keywords_opt_out.rb +73 -0
- data/lib/rcs/types/rcs_campaign_schema_traffic.rb +72 -0
- data/lib/rcs/types/rcs_campaign_schema_use_case.rb +2 -2
- data/lib/rcs/types/rcs_cards_content_cards_item.rb +4 -2
- data/lib/rcs/types/rcs_content.rb +4 -4
- data/lib/rcs/types/rcs_messaging_type_enum.rb +17 -0
- data/lib/rcs/types/rcs_validate_content.rb +8 -8
- data/lib/rcs/types/rcs_validation_result.rb +9 -2
- data/lib/rcs/types/{rcs_cards_cards_item.rb → rich_card.rb} +9 -7
- data/lib/rcs/types/{rcs_cards.rb → rich_cards.rb} +9 -9
- data/lib/rcs/types/rich_cards_message.rb +9 -9
- data/lib/rcs/types/rich_media_message.rb +5 -5
- data/lib/rcs/types/{send_rcs_card_options_standalone_card.rb → rich_standalone_card_options.rb} +9 -7
- data/lib/rcs/types/{rcs_text_content.rb → rich_text.rb} +5 -5
- data/lib/rcs/types/rich_text_message.rb +5 -5
- data/lib/rcs/types/schedule_cancel_result.rb +58 -0
- data/lib/rcs/types/scheduled_blast_details.rb +76 -0
- data/lib/rcs/types/scheduled_blast_response_config.rb +89 -0
- data/lib/rcs/types/{scheduled_messaage.rb → scheduled_message.rb} +5 -5
- data/lib/rcs/types/{send_rcs_card_options.rb → send_rich_cards_options.rb} +18 -14
- data/lib/rcs/types/{options.rb → send_rich_message_options.rb} +5 -5
- data/lib/rcs/types/{sent_rcs_details.rb → sent_rich_message.rb} +5 -5
- data/lib/rcs/types/toll_free_campaign.rb +54 -12
- data/lib/rcs/types/toll_free_campaign_schema_keywords.rb +82 -0
- data/lib/rcs/types/toll_free_campaign_schema_keywords_help.rb +62 -0
- data/lib/rcs/types/toll_free_campaign_schema_keywords_opt_in.rb +74 -0
- data/lib/rcs/types/toll_free_campaign_schema_links.rb +70 -0
- data/lib/rcs/types/{upsert_toll_free_campaign_opt_in.rb → toll_free_campaign_schema_opt_in.rb} +5 -5
- data/lib/rcs/types/toll_free_campaign_schema_options.rb +60 -0
- data/lib/rcs/types/{upsert_toll_free_campaign_use_case.rb → toll_free_campaign_schema_use_case.rb} +5 -5
- data/lib/rcs/types/toll_free_campaign_with_extended_brand_and_status.rb +54 -12
- data/lib/requests.rb +2 -2
- data/lib/types_export.rb +66 -32
- metadata +70 -34
- data/lib/rcs/campaigns/rcs/types/upsert_rcs_opt_in.rb +0 -75
- data/lib/rcs/types/rcs_base_options.rb +0 -111
- data/lib/rcs/types/rcs_campaign_opt_in_method_enum.rb +0 -15
- data/lib/rcs/types/rcs_campaign_schema_extra_opt_in.rb +0 -71
- data/lib/rcs/types/rcs_campaign_schema_opt_in.rb +0 -71
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require_relative "extended_brand"
|
|
4
4
|
require_relative "profile_status_enum"
|
|
5
|
+
require_relative "toll_free_campaign_schema_keywords"
|
|
6
|
+
require_relative "toll_free_campaign_schema_links"
|
|
5
7
|
require_relative "message_volume_enum"
|
|
6
|
-
require_relative "
|
|
7
|
-
require_relative "
|
|
8
|
+
require_relative "toll_free_campaign_schema_opt_in"
|
|
9
|
+
require_relative "toll_free_campaign_schema_options"
|
|
10
|
+
require_relative "toll_free_campaign_schema_use_case"
|
|
8
11
|
require "ostruct"
|
|
9
12
|
require "json"
|
|
10
13
|
|
|
@@ -22,15 +25,21 @@ module Pinnacle
|
|
|
22
25
|
attr_reader :status
|
|
23
26
|
# @return [String] Unique identifier for the campaign. Must begin with the prefix `tf_`.
|
|
24
27
|
attr_reader :campaign_id
|
|
28
|
+
# @return [Pinnacle::Types::TollFreeCampaignSchemaKeywords] Keyword response configuration.
|
|
29
|
+
attr_reader :keywords
|
|
30
|
+
# @return [Pinnacle::Types::TollFreeCampaignSchemaLinks] Legal documentation links.
|
|
31
|
+
attr_reader :links
|
|
25
32
|
# @return [Pinnacle::Types::MessageVolumeEnum]
|
|
26
33
|
attr_reader :monthly_volume
|
|
27
34
|
# @return [String] Display name of the campaign.
|
|
28
35
|
attr_reader :name
|
|
29
|
-
# @return [Pinnacle::Types::
|
|
36
|
+
# @return [Pinnacle::Types::TollFreeCampaignSchemaOptIn] Opt-in keyword settings.
|
|
30
37
|
attr_reader :opt_in
|
|
38
|
+
# @return [Pinnacle::Types::TollFreeCampaignSchemaOptions] Campaign configuration options.
|
|
39
|
+
attr_reader :options
|
|
31
40
|
# @return [String] Explain message that would be sent.
|
|
32
41
|
attr_reader :production_message_content
|
|
33
|
-
# @return [Pinnacle::Types::
|
|
42
|
+
# @return [Pinnacle::Types::TollFreeCampaignSchemaUseCase] Use case classification for the campaign.
|
|
34
43
|
attr_reader :use_case
|
|
35
44
|
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
|
36
45
|
attr_reader :additional_properties
|
|
@@ -48,21 +57,27 @@ module Pinnacle
|
|
|
48
57
|
# `VETTED`: Brand has been vetted by an external provider and has received vetting
|
|
49
58
|
# scores.
|
|
50
59
|
# @param campaign_id [String] Unique identifier for the campaign. Must begin with the prefix `tf_`.
|
|
60
|
+
# @param keywords [Pinnacle::Types::TollFreeCampaignSchemaKeywords] Keyword response configuration.
|
|
61
|
+
# @param links [Pinnacle::Types::TollFreeCampaignSchemaLinks] Legal documentation links.
|
|
51
62
|
# @param monthly_volume [Pinnacle::Types::MessageVolumeEnum]
|
|
52
63
|
# @param name [String] Display name of the campaign.
|
|
53
|
-
# @param opt_in [Pinnacle::Types::
|
|
64
|
+
# @param opt_in [Pinnacle::Types::TollFreeCampaignSchemaOptIn] Opt-in keyword settings.
|
|
65
|
+
# @param options [Pinnacle::Types::TollFreeCampaignSchemaOptions] Campaign configuration options.
|
|
54
66
|
# @param production_message_content [String] Explain message that would be sent.
|
|
55
|
-
# @param use_case [Pinnacle::Types::
|
|
67
|
+
# @param use_case [Pinnacle::Types::TollFreeCampaignSchemaUseCase] Use case classification for the campaign.
|
|
56
68
|
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
|
57
69
|
# @return [Pinnacle::Types::TollFreeCampaignWithExtendedBrandAndStatus]
|
|
58
|
-
def initialize(brand:, status:, campaign_id: OMIT,
|
|
59
|
-
production_message_content: OMIT, use_case: OMIT, additional_properties: nil)
|
|
70
|
+
def initialize(brand:, status:, campaign_id: OMIT, keywords: OMIT, links: OMIT, monthly_volume: OMIT, name: OMIT,
|
|
71
|
+
opt_in: OMIT, options: OMIT, production_message_content: OMIT, use_case: OMIT, additional_properties: nil)
|
|
60
72
|
@brand = brand
|
|
61
73
|
@status = status
|
|
62
74
|
@campaign_id = campaign_id if campaign_id != OMIT
|
|
75
|
+
@keywords = keywords if keywords != OMIT
|
|
76
|
+
@links = links if links != OMIT
|
|
63
77
|
@monthly_volume = monthly_volume if monthly_volume != OMIT
|
|
64
78
|
@name = name if name != OMIT
|
|
65
79
|
@opt_in = opt_in if opt_in != OMIT
|
|
80
|
+
@options = options if options != OMIT
|
|
66
81
|
@production_message_content = production_message_content if production_message_content != OMIT
|
|
67
82
|
@use_case = use_case if use_case != OMIT
|
|
68
83
|
@additional_properties = additional_properties
|
|
@@ -70,9 +85,12 @@ module Pinnacle
|
|
|
70
85
|
"brand": brand,
|
|
71
86
|
"status": status,
|
|
72
87
|
"campaignId": campaign_id,
|
|
88
|
+
"keywords": keywords,
|
|
89
|
+
"links": links,
|
|
73
90
|
"monthlyVolume": monthly_volume,
|
|
74
91
|
"name": name,
|
|
75
92
|
"optIn": opt_in,
|
|
93
|
+
"options": options,
|
|
76
94
|
"productionMessageContent": production_message_content,
|
|
77
95
|
"useCase": use_case
|
|
78
96
|
}.reject do |_k, v|
|
|
@@ -96,28 +114,49 @@ module Pinnacle
|
|
|
96
114
|
end
|
|
97
115
|
status = parsed_json["status"]
|
|
98
116
|
campaign_id = parsed_json["campaignId"]
|
|
117
|
+
if parsed_json["keywords"].nil?
|
|
118
|
+
keywords = nil
|
|
119
|
+
else
|
|
120
|
+
keywords = parsed_json["keywords"].to_json
|
|
121
|
+
keywords = Pinnacle::Types::TollFreeCampaignSchemaKeywords.from_json(json_object: keywords)
|
|
122
|
+
end
|
|
123
|
+
if parsed_json["links"].nil?
|
|
124
|
+
links = nil
|
|
125
|
+
else
|
|
126
|
+
links = parsed_json["links"].to_json
|
|
127
|
+
links = Pinnacle::Types::TollFreeCampaignSchemaLinks.from_json(json_object: links)
|
|
128
|
+
end
|
|
99
129
|
monthly_volume = parsed_json["monthlyVolume"]
|
|
100
130
|
name = parsed_json["name"]
|
|
101
131
|
if parsed_json["optIn"].nil?
|
|
102
132
|
opt_in = nil
|
|
103
133
|
else
|
|
104
134
|
opt_in = parsed_json["optIn"].to_json
|
|
105
|
-
opt_in = Pinnacle::Types::
|
|
135
|
+
opt_in = Pinnacle::Types::TollFreeCampaignSchemaOptIn.from_json(json_object: opt_in)
|
|
136
|
+
end
|
|
137
|
+
if parsed_json["options"].nil?
|
|
138
|
+
options = nil
|
|
139
|
+
else
|
|
140
|
+
options = parsed_json["options"].to_json
|
|
141
|
+
options = Pinnacle::Types::TollFreeCampaignSchemaOptions.from_json(json_object: options)
|
|
106
142
|
end
|
|
107
143
|
production_message_content = parsed_json["productionMessageContent"]
|
|
108
144
|
if parsed_json["useCase"].nil?
|
|
109
145
|
use_case = nil
|
|
110
146
|
else
|
|
111
147
|
use_case = parsed_json["useCase"].to_json
|
|
112
|
-
use_case = Pinnacle::Types::
|
|
148
|
+
use_case = Pinnacle::Types::TollFreeCampaignSchemaUseCase.from_json(json_object: use_case)
|
|
113
149
|
end
|
|
114
150
|
new(
|
|
115
151
|
brand: brand,
|
|
116
152
|
status: status,
|
|
117
153
|
campaign_id: campaign_id,
|
|
154
|
+
keywords: keywords,
|
|
155
|
+
links: links,
|
|
118
156
|
monthly_volume: monthly_volume,
|
|
119
157
|
name: name,
|
|
120
158
|
opt_in: opt_in,
|
|
159
|
+
options: options,
|
|
121
160
|
production_message_content: production_message_content,
|
|
122
161
|
use_case: use_case,
|
|
123
162
|
additional_properties: struct
|
|
@@ -142,11 +181,14 @@ module Pinnacle
|
|
|
142
181
|
Pinnacle::Types::ExtendedBrand.validate_raw(obj: obj.brand)
|
|
143
182
|
obj.status.is_a?(Pinnacle::Types::ProfileStatusEnum) != false || raise("Passed value for field obj.status is not the expected type, validation failed.")
|
|
144
183
|
obj.campaign_id&.is_a?(String) != false || raise("Passed value for field obj.campaign_id is not the expected type, validation failed.")
|
|
184
|
+
obj.keywords.nil? || Pinnacle::Types::TollFreeCampaignSchemaKeywords.validate_raw(obj: obj.keywords)
|
|
185
|
+
obj.links.nil? || Pinnacle::Types::TollFreeCampaignSchemaLinks.validate_raw(obj: obj.links)
|
|
145
186
|
obj.monthly_volume&.is_a?(Pinnacle::Types::MessageVolumeEnum) != false || raise("Passed value for field obj.monthly_volume is not the expected type, validation failed.")
|
|
146
187
|
obj.name&.is_a?(String) != false || raise("Passed value for field obj.name is not the expected type, validation failed.")
|
|
147
|
-
obj.opt_in.nil? || Pinnacle::Types::
|
|
188
|
+
obj.opt_in.nil? || Pinnacle::Types::TollFreeCampaignSchemaOptIn.validate_raw(obj: obj.opt_in)
|
|
189
|
+
obj.options.nil? || Pinnacle::Types::TollFreeCampaignSchemaOptions.validate_raw(obj: obj.options)
|
|
148
190
|
obj.production_message_content&.is_a?(String) != false || raise("Passed value for field obj.production_message_content is not the expected type, validation failed.")
|
|
149
|
-
obj.use_case.nil? || Pinnacle::Types::
|
|
191
|
+
obj.use_case.nil? || Pinnacle::Types::TollFreeCampaignSchemaUseCase.validate_raw(obj: obj.use_case)
|
|
150
192
|
end
|
|
151
193
|
end
|
|
152
194
|
end
|
data/lib/requests.rb
CHANGED
|
@@ -43,7 +43,7 @@ module Pinnacle
|
|
|
43
43
|
|
|
44
44
|
# @return [Hash{String => String}]
|
|
45
45
|
def get_headers
|
|
46
|
-
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "2.0.
|
|
46
|
+
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "2.0.3" }
|
|
47
47
|
headers["PINNACLE-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
|
|
48
48
|
headers
|
|
49
49
|
end
|
|
@@ -87,7 +87,7 @@ module Pinnacle
|
|
|
87
87
|
|
|
88
88
|
# @return [Hash{String => String}]
|
|
89
89
|
def get_headers
|
|
90
|
-
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "2.0.
|
|
90
|
+
headers = { "X-Fern-Language": "Ruby", "X-Fern-SDK-Name": "rcs", "X-Fern-SDK-Version": "2.0.3" }
|
|
91
91
|
headers["PINNACLE-API-KEY"] = ((@api_key.is_a? Method) ? @api_key.call : @api_key) unless @api_key.nil?
|
|
92
92
|
headers
|
|
93
93
|
end
|
data/lib/types_export.rb
CHANGED
|
@@ -19,35 +19,54 @@ require_relative "rcs/phone_numbers/types/retrieve_phone_number_details_options"
|
|
|
19
19
|
require_relative "rcs/types/basic_phone_information"
|
|
20
20
|
require_relative "rcs/types/advanced_phone_information"
|
|
21
21
|
require_relative "rcs/phone_numbers/types/phone_numbers_get_response"
|
|
22
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
23
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
24
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
25
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
26
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
27
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
28
|
-
require_relative "rcs/campaigns/dlc/types/
|
|
22
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_help_keywords"
|
|
23
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_opt_in_keywords"
|
|
24
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_opt_out_keywords"
|
|
25
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_keywords"
|
|
26
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_links"
|
|
27
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_options"
|
|
28
|
+
require_relative "rcs/campaigns/dlc/types/dlc_campaign_use_case"
|
|
29
29
|
require_relative "rcs/campaigns/toll_free/types/toll_free_autofill_response"
|
|
30
|
-
require_relative "rcs/campaigns/toll_free/types/
|
|
31
|
-
require_relative "rcs/campaigns/toll_free/types/
|
|
30
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_help_keywords"
|
|
31
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_opt_in_keywords"
|
|
32
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_keywords"
|
|
33
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_links"
|
|
34
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_opt_in"
|
|
35
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_options"
|
|
36
|
+
require_relative "rcs/campaigns/toll_free/types/toll_free_campaign_use_case"
|
|
32
37
|
require_relative "rcs/campaigns/rcs/types/rcs_autofill_response"
|
|
33
38
|
require_relative "rcs/campaigns/rcs/types/rcs_agent_email"
|
|
34
39
|
require_relative "rcs/campaigns/rcs/types/rcs_agent_phone"
|
|
35
40
|
require_relative "rcs/campaigns/rcs/types/rcs_agent_website"
|
|
36
|
-
require_relative "rcs/campaigns/rcs/types/
|
|
37
|
-
require_relative "rcs/campaigns/rcs/types/
|
|
38
|
-
require_relative "rcs/campaigns/rcs/types/
|
|
39
|
-
require_relative "rcs/campaigns/rcs/types/
|
|
40
|
-
require_relative "rcs/campaigns/rcs/types/
|
|
41
|
+
require_relative "rcs/campaigns/rcs/types/rcs_agent"
|
|
42
|
+
require_relative "rcs/campaigns/rcs/types/rcs_links"
|
|
43
|
+
require_relative "rcs/campaigns/rcs/types/rcs_use_case"
|
|
44
|
+
require_relative "rcs/campaigns/rcs/types/rcs_campaign_help_keywords"
|
|
45
|
+
require_relative "rcs/campaigns/rcs/types/rcs_campaign_opt_in_keywords"
|
|
46
|
+
require_relative "rcs/campaigns/rcs/types/rcs_campaign_opt_out_keywords"
|
|
47
|
+
require_relative "rcs/campaigns/rcs/types/rcs_campaign_keywords"
|
|
48
|
+
require_relative "rcs/campaigns/rcs/types/rcs_campaign_traffic"
|
|
41
49
|
require_relative "rcs/messages/sms/types/send_sms_options"
|
|
42
50
|
require_relative "rcs/types/sent_sms_details"
|
|
43
|
-
require_relative "rcs/types/
|
|
51
|
+
require_relative "rcs/types/scheduled_message"
|
|
44
52
|
require_relative "rcs/messages/sms/types/sms_send_response"
|
|
45
53
|
require_relative "rcs/messages/mms/types/send_mms_options"
|
|
46
54
|
require_relative "rcs/types/sent_mms_details"
|
|
47
55
|
require_relative "rcs/messages/mms/types/mms_send_response"
|
|
48
|
-
require_relative "rcs/types/
|
|
49
|
-
require_relative "rcs/messages/rcs/types/
|
|
56
|
+
require_relative "rcs/types/sent_rich_message"
|
|
57
|
+
require_relative "rcs/messages/rcs/types/send_rich_message_response"
|
|
50
58
|
require_relative "rcs/messages/rcs/types/send_typing_indicator_schema_options"
|
|
59
|
+
require_relative "rcs/messages/blast/types/blast_sms_options"
|
|
60
|
+
require_relative "rcs/types/blast_details"
|
|
61
|
+
require_relative "rcs/types/scheduled_blast_details"
|
|
62
|
+
require_relative "rcs/messages/blast/types/blast_sms_response"
|
|
63
|
+
require_relative "rcs/messages/blast/types/blast_mms_options"
|
|
64
|
+
require_relative "rcs/messages/blast/types/blast_mms_response"
|
|
65
|
+
require_relative "rcs/messages/blast/types/blast_rcs_request_options_standalone_card_orientation"
|
|
66
|
+
require_relative "rcs/messages/blast/types/blast_rcs_request_options_standalone_card_image_alignment"
|
|
67
|
+
require_relative "rcs/messages/blast/types/blast_rcs_request_options_standalone_card"
|
|
68
|
+
require_relative "rcs/messages/blast/types/blast_rcs_options"
|
|
69
|
+
require_relative "rcs/messages/blast/types/blast_rcs_response"
|
|
51
70
|
require_relative "rcs/tools/file/types/download_options"
|
|
52
71
|
require_relative "rcs/tools/file/types/upload_file_options"
|
|
53
72
|
require_relative "rcs/tools/contact_card/types/get_v_card_schema_options"
|
|
@@ -58,6 +77,7 @@ require_relative "rcs/types/not_found_error_body"
|
|
|
58
77
|
require_relative "rcs/types/optional_contacts"
|
|
59
78
|
require_relative "rcs/types/company_sector_enum"
|
|
60
79
|
require_relative "rcs/types/company_type_enum"
|
|
80
|
+
require_relative "rcs/types/company_entity_type_enum"
|
|
61
81
|
require_relative "rcs/types/optional_brand_info"
|
|
62
82
|
require_relative "rcs/types/upsert_contact"
|
|
63
83
|
require_relative "rcs/types/brand_status_enum"
|
|
@@ -89,6 +109,8 @@ require_relative "rcs/types/dlc_with_extended_brand_and_status_keywords"
|
|
|
89
109
|
require_relative "rcs/types/dlc_with_extended_brand_and_status_links"
|
|
90
110
|
require_relative "rcs/types/dlc_with_extended_brand_and_status_options"
|
|
91
111
|
require_relative "rcs/types/dlc_with_extended_brand_and_status_use_case"
|
|
112
|
+
require_relative "rcs/types/dlc_with_extended_brand_and_status_mno_brand_tier"
|
|
113
|
+
require_relative "rcs/types/dlc_with_extended_brand_and_status_mno_tcr_tier"
|
|
92
114
|
require_relative "rcs/types/dlc_campaign_with_extended_brand_and_status"
|
|
93
115
|
require_relative "rcs/types/campaign_submission_result"
|
|
94
116
|
require_relative "rcs/types/validate_campaign_params"
|
|
@@ -97,29 +119,40 @@ require_relative "rcs/types/campaign_validation_result"
|
|
|
97
119
|
require_relative "rcs/types/message_volume_enum"
|
|
98
120
|
require_relative "rcs/types/opt_in_method_enum"
|
|
99
121
|
require_relative "rcs/types/toll_free_campaign_use_case_enum"
|
|
100
|
-
require_relative "rcs/types/
|
|
101
|
-
require_relative "rcs/types/
|
|
122
|
+
require_relative "rcs/types/toll_free_campaign_schema_keywords_help"
|
|
123
|
+
require_relative "rcs/types/toll_free_campaign_schema_keywords_opt_in"
|
|
124
|
+
require_relative "rcs/types/toll_free_campaign_schema_keywords"
|
|
125
|
+
require_relative "rcs/types/toll_free_campaign_schema_links"
|
|
126
|
+
require_relative "rcs/types/toll_free_campaign_schema_opt_in"
|
|
127
|
+
require_relative "rcs/types/toll_free_campaign_schema_options"
|
|
128
|
+
require_relative "rcs/types/toll_free_campaign_schema_use_case"
|
|
102
129
|
require_relative "rcs/types/toll_free_campaign"
|
|
103
130
|
require_relative "rcs/types/toll_free_campaign_with_extended_brand_and_status"
|
|
104
|
-
require_relative "rcs/types/rcs_campaign_opt_in_method_enum"
|
|
105
131
|
require_relative "rcs/types/rcs_campaign_use_case_enum"
|
|
132
|
+
require_relative "rcs/types/rcs_messaging_type_enum"
|
|
106
133
|
require_relative "rcs/types/rcs_campaign_schema_agent_emails_item"
|
|
107
134
|
require_relative "rcs/types/rcs_campaign_schema_agent_phones_item"
|
|
108
135
|
require_relative "rcs/types/rcs_campaign_schema_agent_websites_item"
|
|
109
136
|
require_relative "rcs/types/rcs_campaign_schema_agent"
|
|
110
137
|
require_relative "rcs/types/rcs_campaign_schema_links"
|
|
111
|
-
require_relative "rcs/types/rcs_campaign_schema_opt_in"
|
|
112
|
-
require_relative "rcs/types/rcs_campaign_schema_opt_out"
|
|
113
138
|
require_relative "rcs/types/rcs_campaign_schema_use_case"
|
|
139
|
+
require_relative "rcs/types/rcs_campaign_schema_keywords_help"
|
|
140
|
+
require_relative "rcs/types/rcs_campaign_schema_keywords_opt_in"
|
|
141
|
+
require_relative "rcs/types/rcs_campaign_schema_keywords_opt_out"
|
|
142
|
+
require_relative "rcs/types/rcs_campaign_schema_keywords"
|
|
143
|
+
require_relative "rcs/types/rcs_campaign_schema_traffic"
|
|
114
144
|
require_relative "rcs/types/rcs_campaign"
|
|
115
145
|
require_relative "rcs/types/rcs_campaign_schema_extra_agent_emails_item"
|
|
116
146
|
require_relative "rcs/types/rcs_campaign_schema_extra_agent_phones_item"
|
|
117
147
|
require_relative "rcs/types/rcs_campaign_schema_extra_agent_websites_item"
|
|
118
148
|
require_relative "rcs/types/rcs_campaign_schema_extra_agent"
|
|
119
149
|
require_relative "rcs/types/rcs_campaign_schema_extra_links"
|
|
120
|
-
require_relative "rcs/types/rcs_campaign_schema_extra_opt_in"
|
|
121
|
-
require_relative "rcs/types/rcs_campaign_schema_extra_opt_out"
|
|
122
150
|
require_relative "rcs/types/rcs_campaign_schema_extra_use_case"
|
|
151
|
+
require_relative "rcs/types/rcs_campaign_schema_extra_keywords_help"
|
|
152
|
+
require_relative "rcs/types/rcs_campaign_schema_extra_keywords_opt_in"
|
|
153
|
+
require_relative "rcs/types/rcs_campaign_schema_extra_keywords_opt_out"
|
|
154
|
+
require_relative "rcs/types/rcs_campaign_schema_extra_keywords"
|
|
155
|
+
require_relative "rcs/types/rcs_campaign_schema_extra_traffic"
|
|
123
156
|
require_relative "rcs/types/extended_rcs_campaign"
|
|
124
157
|
require_relative "rcs/types/contact"
|
|
125
158
|
require_relative "rcs/types/pagination"
|
|
@@ -151,7 +184,7 @@ require_relative "rcs/types/rcs_button_schedule_event"
|
|
|
151
184
|
require_relative "rcs/types/rcs_button_send_location_lat_long"
|
|
152
185
|
require_relative "rcs/types/rcs_button_send_location"
|
|
153
186
|
require_relative "rcs/types/rich_button"
|
|
154
|
-
require_relative "rcs/types/
|
|
187
|
+
require_relative "rcs/types/rich_text"
|
|
155
188
|
require_relative "rcs/types/rcs_media_details_content"
|
|
156
189
|
require_relative "rcs/types/rcs_media_content"
|
|
157
190
|
require_relative "rcs/types/rcs_cards_content_cards_item"
|
|
@@ -178,17 +211,16 @@ require_relative "rcs/types/tracking"
|
|
|
178
211
|
require_relative "rcs/types/send_sms_response_segments_encoding"
|
|
179
212
|
require_relative "rcs/types/send_sms_response_segments"
|
|
180
213
|
require_relative "rcs/types/scheduled_send_response_config"
|
|
181
|
-
require_relative "rcs/types/
|
|
182
|
-
require_relative "rcs/types/
|
|
214
|
+
require_relative "rcs/types/send_rich_message_options"
|
|
215
|
+
require_relative "rcs/types/base_rich_message"
|
|
183
216
|
require_relative "rcs/types/rich_text_message"
|
|
184
217
|
require_relative "rcs/types/rich_media_message"
|
|
185
|
-
require_relative "rcs/types/
|
|
186
|
-
require_relative "rcs/types/
|
|
187
|
-
require_relative "rcs/types/options"
|
|
218
|
+
require_relative "rcs/types/rich_card"
|
|
219
|
+
require_relative "rcs/types/rich_cards"
|
|
188
220
|
require_relative "rcs/types/send_rcs_card_options_standalone_card_orientation"
|
|
189
221
|
require_relative "rcs/types/send_rcs_card_options_standalone_card_image_alignment"
|
|
190
|
-
require_relative "rcs/types/
|
|
191
|
-
require_relative "rcs/types/
|
|
222
|
+
require_relative "rcs/types/rich_standalone_card_options"
|
|
223
|
+
require_relative "rcs/types/send_rich_cards_options"
|
|
192
224
|
require_relative "rcs/types/rich_cards_message"
|
|
193
225
|
require_relative "rcs/types/rich_message"
|
|
194
226
|
require_relative "rcs/types/send_typing_indicator_response"
|
|
@@ -203,6 +235,8 @@ require_relative "rcs/types/mms_validation_result"
|
|
|
203
235
|
require_relative "rcs/types/rcs_validate_content_media"
|
|
204
236
|
require_relative "rcs/types/rcs_validate_content"
|
|
205
237
|
require_relative "rcs/types/rcs_validation_result"
|
|
238
|
+
require_relative "rcs/types/scheduled_blast_response_config"
|
|
239
|
+
require_relative "rcs/types/schedule_cancel_result"
|
|
206
240
|
require_relative "rcs/types/phone_feature_enum"
|
|
207
241
|
require_relative "rcs/types/phone_enum"
|
|
208
242
|
require_relative "rcs/types/phone_number_cost"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rcs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ''
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-http-faraday
|
|
@@ -107,40 +107,59 @@ files:
|
|
|
107
107
|
- lib/rcs/brands/types/brand_contact.rb
|
|
108
108
|
- lib/rcs/campaigns/client.rb
|
|
109
109
|
- lib/rcs/campaigns/dlc/client.rb
|
|
110
|
-
- lib/rcs/campaigns/dlc/types/
|
|
111
|
-
- lib/rcs/campaigns/dlc/types/
|
|
112
|
-
- lib/rcs/campaigns/dlc/types/
|
|
113
|
-
- lib/rcs/campaigns/dlc/types/
|
|
114
|
-
- lib/rcs/campaigns/dlc/types/
|
|
115
|
-
- lib/rcs/campaigns/dlc/types/
|
|
116
|
-
- lib/rcs/campaigns/dlc/types/
|
|
110
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_help_keywords.rb
|
|
111
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_keywords.rb
|
|
112
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_links.rb
|
|
113
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_opt_in_keywords.rb
|
|
114
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_opt_out_keywords.rb
|
|
115
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_options.rb
|
|
116
|
+
- lib/rcs/campaigns/dlc/types/dlc_campaign_use_case.rb
|
|
117
117
|
- lib/rcs/campaigns/rcs/client.rb
|
|
118
|
+
- lib/rcs/campaigns/rcs/types/rcs_agent.rb
|
|
118
119
|
- lib/rcs/campaigns/rcs/types/rcs_agent_email.rb
|
|
119
120
|
- lib/rcs/campaigns/rcs/types/rcs_agent_phone.rb
|
|
120
121
|
- lib/rcs/campaigns/rcs/types/rcs_agent_website.rb
|
|
121
122
|
- lib/rcs/campaigns/rcs/types/rcs_autofill_response.rb
|
|
122
|
-
- lib/rcs/campaigns/rcs/types/
|
|
123
|
-
- lib/rcs/campaigns/rcs/types/
|
|
124
|
-
- lib/rcs/campaigns/rcs/types/
|
|
125
|
-
- lib/rcs/campaigns/rcs/types/
|
|
126
|
-
- lib/rcs/campaigns/rcs/types/
|
|
123
|
+
- lib/rcs/campaigns/rcs/types/rcs_campaign_help_keywords.rb
|
|
124
|
+
- lib/rcs/campaigns/rcs/types/rcs_campaign_keywords.rb
|
|
125
|
+
- lib/rcs/campaigns/rcs/types/rcs_campaign_opt_in_keywords.rb
|
|
126
|
+
- lib/rcs/campaigns/rcs/types/rcs_campaign_opt_out_keywords.rb
|
|
127
|
+
- lib/rcs/campaigns/rcs/types/rcs_campaign_traffic.rb
|
|
128
|
+
- lib/rcs/campaigns/rcs/types/rcs_links.rb
|
|
129
|
+
- lib/rcs/campaigns/rcs/types/rcs_use_case.rb
|
|
127
130
|
- lib/rcs/campaigns/toll_free/client.rb
|
|
128
131
|
- lib/rcs/campaigns/toll_free/types/toll_free_autofill_response.rb
|
|
129
|
-
- lib/rcs/campaigns/toll_free/types/
|
|
130
|
-
- lib/rcs/campaigns/toll_free/types/
|
|
132
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_help_keywords.rb
|
|
133
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_keywords.rb
|
|
134
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_links.rb
|
|
135
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_opt_in.rb
|
|
136
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_opt_in_keywords.rb
|
|
137
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_options.rb
|
|
138
|
+
- lib/rcs/campaigns/toll_free/types/toll_free_campaign_use_case.rb
|
|
131
139
|
- lib/rcs/contacts/client.rb
|
|
132
140
|
- lib/rcs/conversations/client.rb
|
|
133
141
|
- lib/rcs/conversations/types/conversations_list_messages_request_direction.rb
|
|
134
142
|
- lib/rcs/conversations/types/conversations_list_messages_request_sort_order.rb
|
|
135
143
|
- lib/rcs/conversations/types/conversations_list_messages_request_status.rb
|
|
136
144
|
- lib/rcs/conversations/types/conversations_list_messages_request_type.rb
|
|
145
|
+
- lib/rcs/messages/blast/client.rb
|
|
146
|
+
- lib/rcs/messages/blast/types/blast_mms_options.rb
|
|
147
|
+
- lib/rcs/messages/blast/types/blast_mms_response.rb
|
|
148
|
+
- lib/rcs/messages/blast/types/blast_rcs_options.rb
|
|
149
|
+
- lib/rcs/messages/blast/types/blast_rcs_request_options_standalone_card.rb
|
|
150
|
+
- lib/rcs/messages/blast/types/blast_rcs_request_options_standalone_card_image_alignment.rb
|
|
151
|
+
- lib/rcs/messages/blast/types/blast_rcs_request_options_standalone_card_orientation.rb
|
|
152
|
+
- lib/rcs/messages/blast/types/blast_rcs_response.rb
|
|
153
|
+
- lib/rcs/messages/blast/types/blast_sms_options.rb
|
|
154
|
+
- lib/rcs/messages/blast/types/blast_sms_response.rb
|
|
137
155
|
- lib/rcs/messages/client.rb
|
|
138
156
|
- lib/rcs/messages/mms/client.rb
|
|
139
157
|
- lib/rcs/messages/mms/types/mms_send_response.rb
|
|
140
158
|
- lib/rcs/messages/mms/types/send_mms_options.rb
|
|
141
159
|
- lib/rcs/messages/rcs/client.rb
|
|
142
|
-
- lib/rcs/messages/rcs/types/
|
|
160
|
+
- lib/rcs/messages/rcs/types/send_rich_message_response.rb
|
|
143
161
|
- lib/rcs/messages/rcs/types/send_typing_indicator_schema_options.rb
|
|
162
|
+
- lib/rcs/messages/schedule/client.rb
|
|
144
163
|
- lib/rcs/messages/sms/client.rb
|
|
145
164
|
- lib/rcs/messages/sms/types/send_sms_options.rb
|
|
146
165
|
- lib/rcs/messages/sms/types/sms_send_response.rb
|
|
@@ -190,10 +209,12 @@ files:
|
|
|
190
209
|
- lib/rcs/types/autofill_dlc_response_options.rb
|
|
191
210
|
- lib/rcs/types/autofill_dlc_response_use_case.rb
|
|
192
211
|
- lib/rcs/types/bad_request_error_body.rb
|
|
212
|
+
- lib/rcs/types/base_rich_message.rb
|
|
193
213
|
- lib/rcs/types/basic_phone_information.rb
|
|
194
214
|
- lib/rcs/types/basic_phone_information_contact.rb
|
|
195
215
|
- lib/rcs/types/basic_phone_information_location.rb
|
|
196
216
|
- lib/rcs/types/basic_phone_information_location_country.rb
|
|
217
|
+
- lib/rcs/types/blast_details.rb
|
|
197
218
|
- lib/rcs/types/brand_status.rb
|
|
198
219
|
- lib/rcs/types/brand_status_enum.rb
|
|
199
220
|
- lib/rcs/types/button_clicked.rb
|
|
@@ -207,6 +228,7 @@ files:
|
|
|
207
228
|
- lib/rcs/types/campaign_submission_result.rb
|
|
208
229
|
- lib/rcs/types/campaign_validation_response_errors_item.rb
|
|
209
230
|
- lib/rcs/types/campaign_validation_result.rb
|
|
231
|
+
- lib/rcs/types/company_entity_type_enum.rb
|
|
210
232
|
- lib/rcs/types/company_sector_enum.rb
|
|
211
233
|
- lib/rcs/types/company_type_enum.rb
|
|
212
234
|
- lib/rcs/types/configured_webhook.rb
|
|
@@ -233,6 +255,8 @@ files:
|
|
|
233
255
|
- lib/rcs/types/dlc_with_extended_brand_and_status_keywords_opt_in.rb
|
|
234
256
|
- lib/rcs/types/dlc_with_extended_brand_and_status_keywords_opt_out.rb
|
|
235
257
|
- lib/rcs/types/dlc_with_extended_brand_and_status_links.rb
|
|
258
|
+
- lib/rcs/types/dlc_with_extended_brand_and_status_mno_brand_tier.rb
|
|
259
|
+
- lib/rcs/types/dlc_with_extended_brand_and_status_mno_tcr_tier.rb
|
|
236
260
|
- lib/rcs/types/dlc_with_extended_brand_and_status_options.rb
|
|
237
261
|
- lib/rcs/types/dlc_with_extended_brand_and_status_use_case.rb
|
|
238
262
|
- lib/rcs/types/enhanced_contact.rb
|
|
@@ -280,7 +304,6 @@ files:
|
|
|
280
304
|
- lib/rcs/types/optional_brand_info.rb
|
|
281
305
|
- lib/rcs/types/optional_contact.rb
|
|
282
306
|
- lib/rcs/types/optional_contacts.rb
|
|
283
|
-
- lib/rcs/types/options.rb
|
|
284
307
|
- lib/rcs/types/pagination.rb
|
|
285
308
|
- lib/rcs/types/phone.rb
|
|
286
309
|
- lib/rcs/types/phone_capabilities.rb
|
|
@@ -302,8 +325,6 @@ files:
|
|
|
302
325
|
- lib/rcs/types/pinnacle_url_config.rb
|
|
303
326
|
- lib/rcs/types/profile_status_enum.rb
|
|
304
327
|
- lib/rcs/types/purchased_number.rb
|
|
305
|
-
- lib/rcs/types/rcs_base.rb
|
|
306
|
-
- lib/rcs/types/rcs_base_options.rb
|
|
307
328
|
- lib/rcs/types/rcs_button_call.rb
|
|
308
329
|
- lib/rcs/types/rcs_button_open_url.rb
|
|
309
330
|
- lib/rcs/types/rcs_button_open_url_webview_mode.rb
|
|
@@ -313,7 +334,6 @@ files:
|
|
|
313
334
|
- lib/rcs/types/rcs_button_send_location_lat_long.rb
|
|
314
335
|
- lib/rcs/types/rcs_button_trigger.rb
|
|
315
336
|
- lib/rcs/types/rcs_campaign.rb
|
|
316
|
-
- lib/rcs/types/rcs_campaign_opt_in_method_enum.rb
|
|
317
337
|
- lib/rcs/types/rcs_campaign_schema_agent.rb
|
|
318
338
|
- lib/rcs/types/rcs_campaign_schema_agent_emails_item.rb
|
|
319
339
|
- lib/rcs/types/rcs_campaign_schema_agent_phones_item.rb
|
|
@@ -322,13 +342,19 @@ files:
|
|
|
322
342
|
- lib/rcs/types/rcs_campaign_schema_extra_agent_emails_item.rb
|
|
323
343
|
- lib/rcs/types/rcs_campaign_schema_extra_agent_phones_item.rb
|
|
324
344
|
- lib/rcs/types/rcs_campaign_schema_extra_agent_websites_item.rb
|
|
345
|
+
- lib/rcs/types/rcs_campaign_schema_extra_keywords.rb
|
|
346
|
+
- lib/rcs/types/rcs_campaign_schema_extra_keywords_help.rb
|
|
347
|
+
- lib/rcs/types/rcs_campaign_schema_extra_keywords_opt_in.rb
|
|
348
|
+
- lib/rcs/types/rcs_campaign_schema_extra_keywords_opt_out.rb
|
|
325
349
|
- lib/rcs/types/rcs_campaign_schema_extra_links.rb
|
|
326
|
-
- lib/rcs/types/
|
|
327
|
-
- lib/rcs/types/rcs_campaign_schema_extra_opt_out.rb
|
|
350
|
+
- lib/rcs/types/rcs_campaign_schema_extra_traffic.rb
|
|
328
351
|
- lib/rcs/types/rcs_campaign_schema_extra_use_case.rb
|
|
352
|
+
- lib/rcs/types/rcs_campaign_schema_keywords.rb
|
|
353
|
+
- lib/rcs/types/rcs_campaign_schema_keywords_help.rb
|
|
354
|
+
- lib/rcs/types/rcs_campaign_schema_keywords_opt_in.rb
|
|
355
|
+
- lib/rcs/types/rcs_campaign_schema_keywords_opt_out.rb
|
|
329
356
|
- lib/rcs/types/rcs_campaign_schema_links.rb
|
|
330
|
-
- lib/rcs/types/
|
|
331
|
-
- lib/rcs/types/rcs_campaign_schema_opt_out.rb
|
|
357
|
+
- lib/rcs/types/rcs_campaign_schema_traffic.rb
|
|
332
358
|
- lib/rcs/types/rcs_campaign_schema_use_case.rb
|
|
333
359
|
- lib/rcs/types/rcs_campaign_status.rb
|
|
334
360
|
- lib/rcs/types/rcs_campaign_use_case_enum.rb
|
|
@@ -336,15 +362,13 @@ files:
|
|
|
336
362
|
- lib/rcs/types/rcs_capability.rb
|
|
337
363
|
- lib/rcs/types/rcs_capability_actions.rb
|
|
338
364
|
- lib/rcs/types/rcs_capability_cards.rb
|
|
339
|
-
- lib/rcs/types/rcs_cards.rb
|
|
340
|
-
- lib/rcs/types/rcs_cards_cards_item.rb
|
|
341
365
|
- lib/rcs/types/rcs_cards_content.rb
|
|
342
366
|
- lib/rcs/types/rcs_cards_content_cards_item.rb
|
|
343
367
|
- lib/rcs/types/rcs_content.rb
|
|
344
368
|
- lib/rcs/types/rcs_link_result.rb
|
|
345
369
|
- lib/rcs/types/rcs_media_content.rb
|
|
346
370
|
- lib/rcs/types/rcs_media_details_content.rb
|
|
347
|
-
- lib/rcs/types/
|
|
371
|
+
- lib/rcs/types/rcs_messaging_type_enum.rb
|
|
348
372
|
- lib/rcs/types/rcs_validate_content.rb
|
|
349
373
|
- lib/rcs/types/rcs_validate_content_media.rb
|
|
350
374
|
- lib/rcs/types/rcs_validation_result.rb
|
|
@@ -352,21 +376,28 @@ files:
|
|
|
352
376
|
- lib/rcs/types/reaction_result.rb
|
|
353
377
|
- lib/rcs/types/refreshed_file.rb
|
|
354
378
|
- lib/rcs/types/rich_button.rb
|
|
379
|
+
- lib/rcs/types/rich_card.rb
|
|
380
|
+
- lib/rcs/types/rich_cards.rb
|
|
355
381
|
- lib/rcs/types/rich_cards_message.rb
|
|
356
382
|
- lib/rcs/types/rich_media_message.rb
|
|
357
383
|
- lib/rcs/types/rich_message.rb
|
|
384
|
+
- lib/rcs/types/rich_standalone_card_options.rb
|
|
385
|
+
- lib/rcs/types/rich_text.rb
|
|
358
386
|
- lib/rcs/types/rich_text_message.rb
|
|
359
|
-
- lib/rcs/types/
|
|
387
|
+
- lib/rcs/types/schedule_cancel_result.rb
|
|
388
|
+
- lib/rcs/types/scheduled_blast_details.rb
|
|
389
|
+
- lib/rcs/types/scheduled_blast_response_config.rb
|
|
390
|
+
- lib/rcs/types/scheduled_message.rb
|
|
360
391
|
- lib/rcs/types/scheduled_send_response_config.rb
|
|
361
|
-
- lib/rcs/types/send_rcs_card_options.rb
|
|
362
|
-
- lib/rcs/types/send_rcs_card_options_standalone_card.rb
|
|
363
392
|
- lib/rcs/types/send_rcs_card_options_standalone_card_image_alignment.rb
|
|
364
393
|
- lib/rcs/types/send_rcs_card_options_standalone_card_orientation.rb
|
|
394
|
+
- lib/rcs/types/send_rich_cards_options.rb
|
|
395
|
+
- lib/rcs/types/send_rich_message_options.rb
|
|
365
396
|
- lib/rcs/types/send_sms_response_segments.rb
|
|
366
397
|
- lib/rcs/types/send_sms_response_segments_encoding.rb
|
|
367
398
|
- lib/rcs/types/send_typing_indicator_response.rb
|
|
368
399
|
- lib/rcs/types/sent_mms_details.rb
|
|
369
|
-
- lib/rcs/types/
|
|
400
|
+
- lib/rcs/types/sent_rich_message.rb
|
|
370
401
|
- lib/rcs/types/sent_sms_details.rb
|
|
371
402
|
- lib/rcs/types/shortened_url.rb
|
|
372
403
|
- lib/rcs/types/shortened_url_with_click_data.rb
|
|
@@ -380,6 +411,13 @@ files:
|
|
|
380
411
|
- lib/rcs/types/submission_results.rb
|
|
381
412
|
- lib/rcs/types/successful_conversation_update.rb
|
|
382
413
|
- lib/rcs/types/toll_free_campaign.rb
|
|
414
|
+
- lib/rcs/types/toll_free_campaign_schema_keywords.rb
|
|
415
|
+
- lib/rcs/types/toll_free_campaign_schema_keywords_help.rb
|
|
416
|
+
- lib/rcs/types/toll_free_campaign_schema_keywords_opt_in.rb
|
|
417
|
+
- lib/rcs/types/toll_free_campaign_schema_links.rb
|
|
418
|
+
- lib/rcs/types/toll_free_campaign_schema_opt_in.rb
|
|
419
|
+
- lib/rcs/types/toll_free_campaign_schema_options.rb
|
|
420
|
+
- lib/rcs/types/toll_free_campaign_schema_use_case.rb
|
|
383
421
|
- lib/rcs/types/toll_free_campaign_status.rb
|
|
384
422
|
- lib/rcs/types/toll_free_campaign_use_case_enum.rb
|
|
385
423
|
- lib/rcs/types/toll_free_campaign_with_extended_brand_and_status.rb
|
|
@@ -388,8 +426,6 @@ files:
|
|
|
388
426
|
- lib/rcs/types/updated_contact_id.rb
|
|
389
427
|
- lib/rcs/types/upload_results.rb
|
|
390
428
|
- lib/rcs/types/upsert_contact.rb
|
|
391
|
-
- lib/rcs/types/upsert_toll_free_campaign_opt_in.rb
|
|
392
|
-
- lib/rcs/types/upsert_toll_free_campaign_use_case.rb
|
|
393
429
|
- lib/rcs/types/user_event.rb
|
|
394
430
|
- lib/rcs/types/user_event_conversation.rb
|
|
395
431
|
- lib/rcs/types/v_card_address_schema_type_item.rb
|