istox 0.1.117 → 0.1.118

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4634f2ed68bcfd2d9cadd13f7cf7abf058cddbe6e62ab93870aad18a88d53ac2
4
- data.tar.gz: 62ed8c4add8ede254bb43ebc106ac065c28bf4511580c77877838a7126608364
3
+ metadata.gz: 6780e67873de895958f545a604e4f07d7c6156bd4500f1b0cdf26a2775c81de7
4
+ data.tar.gz: 3426b0f8747328d4aa0c459336ec8dc883f3f71390dffcd9a02acae61b16c7be
5
5
  SHA512:
6
- metadata.gz: 91efe33a64efaa55e2ee02dc418aed1d314ef63aaea7ea3e901457e90da0621b8eb6d1722e1089f417b24a6530ac938fc22d347118aa9974547991aed26a1ab5
7
- data.tar.gz: 56c01ec415f4cf928fa4c4f4072b3b8f2081d4be5efa089b6f309d8b26b9fae0e561951aa83761f448f2d65b86371225ba3f481d43fc357ee7b3a8c96a0eadce
6
+ metadata.gz: 286711adcd8fa252fc18f1004b9d93f7b0341f6fac1f55e2a23e8130813d248e710ae51f118089710a0dc180d24cd587900df1bf918f0f398819c201c5b4191d
7
+ data.tar.gz: 448e197b8bce37fc7191da99cdcdbb06cb953aeaf5d118392b655b9df6b427ebdf986f905b09c863a4aaba0ab8485753940e494b54ef493cda5877a9d91f3812
@@ -48,7 +48,7 @@ module Istox
48
48
  type: 'SEND_SMS_TEMPLATE',
49
49
  data: {
50
50
  template_name: template_name,
51
- template_data_arr: template_data_arr
51
+ template_data_arr_json: template_data_arr.to_json
52
52
  }
53
53
  }
54
54
  )
@@ -83,7 +83,7 @@ module Istox
83
83
  to: targets,
84
84
  subject: subject,
85
85
  body: content,
86
- attachments: attachments
86
+ attachments_json: attachments&.to_json
87
87
  }
88
88
  }
89
89
  )
@@ -112,8 +112,8 @@ module Istox
112
112
  type: 'SEND_EMAIL_TEMPLATE',
113
113
  data: {
114
114
  template_name: template_name,
115
- template_data_arr: template_data_arr,
116
- attachments: attachments
115
+ template_data_arr_json: template_data_arr.to_json,
116
+ attachments_json: attachments&.to_json
117
117
  }
118
118
  }
119
119
  )
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.117'.freeze
2
+ VERSION = '0.1.118'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.117
4
+ version: 0.1.118
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng