payabli 2.2.17 → 2.2.18

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cb419ebbfe2565c5142a0453bd6683ab7e042677cb5255656bf7f0683345ccd
4
- data.tar.gz: 9ba7ef36505e7c9efc0e248411a536c77296fb92ed07bd9d2af24cb93a09c9e4
3
+ metadata.gz: 779948b5ce11f9ee7531488368246c5fa6cb3b9a2c251529a2d7e50a0e17dbdf
4
+ data.tar.gz: 6aee5138308bef431e3288cd21083508b583eaecafe47e4b6bf02e5952f1409e
5
5
  SHA512:
6
- metadata.gz: 9e1fcd2655bd59d2a9771190b05a21299a63d0f3461506b946f4c7cdeb026e884108201288e03af0302a02333a06c749872b2cf308d989e7f425aa5b3c8f0731
7
- data.tar.gz: 1acaf8d46b1552d9bddabff143eed41b7149db613a4a8e01a66c67d39de24051fabbbba48e8e7033decfcd8ccb5f198b5d8c914d08f3a8a42e92c9cdbcf04be9
6
+ metadata.gz: 4619705d75ac32bc21062d816050816f1b839cb00c7ffb10824d25c9b2e15d339da02bbd69926dfc59854876e5474d1da46f0ce697c6f81de4ff82ad25fffc98
7
+ data.tar.gz: a0aa635eda5144ae5c96f0abcb5bf1bc68b2ced4090a750cae9a9e211fa853b1ee9b22db53f06b0e5be6f5d6323aeda603fb5947b733f7a73305b240413988e6
data/.fern/metadata.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "generatorConfig": {
6
6
  "enableWireTests": true
7
7
  },
8
- "sdkVersion": "2.2.17"
8
+ "sdkVersion": "2.2.18"
9
9
  }
@@ -10,7 +10,7 @@ module Payabli
10
10
  @raw_client = Payabli::Internal::Http::RawClient.new(
11
11
  base_url: base_url || Payabli::Environment::SANDBOX,
12
12
  headers: {
13
- "User-Agent" => "payabli/2.2.17",
13
+ "User-Agent" => "payabli/2.2.18",
14
14
  "X-Fern-Language" => "Ruby",
15
15
  requestToken: api_key.to_s
16
16
  }
@@ -26,7 +26,7 @@ module Payabli
26
26
  field :shipping_country, -> { String }, optional: false, nullable: false, api_name: "shippingCountry"
27
27
  field :customer_id, -> { Integer }, optional: false, nullable: false, api_name: "customerId"
28
28
  field :customer_status, -> { Integer }, optional: false, nullable: false, api_name: "customerStatus"
29
- field :additional_data, -> { String }, optional: false, nullable: true, api_name: "additionalData"
29
+ field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: true, api_name: "additionalData"
30
30
  end
31
31
  end
32
32
  end
@@ -36,7 +36,7 @@ module Payabli
36
36
  field :summary_commodity_code, -> { String }, optional: false, nullable: true, api_name: "summaryCommodityCode"
37
37
  field :items, -> { Internal::Types::Array[Payabli::Types::BillItem] }, optional: false, nullable: true
38
38
  field :attachments, -> { Internal::Types::Array[Payabli::Types::FileContent] }, optional: false, nullable: true
39
- field :additional_data, -> { String }, optional: false, nullable: true, api_name: "additionalData"
39
+ field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: true, api_name: "additionalData"
40
40
  end
41
41
  end
42
42
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Payabli
4
- VERSION = "2.2.17"
4
+ VERSION = "2.2.18"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payabli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.17
4
+ version: 2.2.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Payabli