billfixers-partner 1.2.4 → 1.2.5

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: 4a1711f994bad70448e70829eb0ef0dee4860adf52fb949a443ba1efacc26cd3
4
- data.tar.gz: e6a370ef45152d5761333f1f3d38d2f7866e72dd0d37401b530dc069833ea710
3
+ metadata.gz: cf94181e7afc6710dba6f8c421a346b83dc84d78dfb8b735512aaae7083a182c
4
+ data.tar.gz: 6c5797d87f189cd2a5335ca7681d21c894ced84adafdfb5a7a17d779fc0672b3
5
5
  SHA512:
6
- metadata.gz: 2a7f6d21417c2724a66f6293dfb1d64b02f0c8b3620048861df2357e69d6ffda5d11ec6c085852f121b89753294991ca5904b2191636610d14437b26ebdb5041
7
- data.tar.gz: 417e3e8878b8acc44c4eee32ba091a4a4a977f05b2a9d43a373f99337a44387f4feb10f80f6aebab2b564ac408c4b2ac5a300f4fd945bee507b2752b68e33ca0
6
+ metadata.gz: ae321f033b41723231aff3239e3eaeb900880a1b423acf48fa3e292e4cc9dc80f01a9d93268840ec088718eb2c7be2faa5a9303b97964796c3d72be471bb2651
7
+ data.tar.gz: 3300ae51e3db5a4c6e2473e258d39ad18aa950229d02de9f93eab407bf3b7944765c42562f1bbd99549ee707414515f20eefad14048ef2184636aedfd87c185d
@@ -95,6 +95,13 @@ module Billfixers
95
95
  dataType
96
96
  value
97
97
  }
98
+ customer {
99
+ #{CUSTOMER_FRAGMENT}
100
+ }
101
+
102
+ bill {
103
+ #{BILL_FRAGMENT}
104
+ }
98
105
  )
99
106
 
100
107
  LIST_PROVIDERS_QUERY = %(
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Billfixers
4
4
  module Partner
5
- VERSION = '1.2.4'
5
+ VERSION = '1.2.5'
6
6
  end
7
7
  end
data/partner_schema.json CHANGED
@@ -1950,6 +1950,22 @@
1950
1950
  "name": "InformationRequest",
1951
1951
  "description": null,
1952
1952
  "fields": [
1953
+ {
1954
+ "name": "bill",
1955
+ "description": null,
1956
+ "args": [],
1957
+ "type": {
1958
+ "kind": "NON_NULL",
1959
+ "name": null,
1960
+ "ofType": {
1961
+ "kind": "OBJECT",
1962
+ "name": "Bill",
1963
+ "ofType": null
1964
+ }
1965
+ },
1966
+ "isDeprecated": false,
1967
+ "deprecationReason": null
1968
+ },
1953
1969
  {
1954
1970
  "name": "content",
1955
1971
  "description": null,
@@ -1998,6 +2014,22 @@
1998
2014
  "isDeprecated": false,
1999
2015
  "deprecationReason": null
2000
2016
  },
2017
+ {
2018
+ "name": "customer",
2019
+ "description": null,
2020
+ "args": [],
2021
+ "type": {
2022
+ "kind": "NON_NULL",
2023
+ "name": null,
2024
+ "ofType": {
2025
+ "kind": "OBJECT",
2026
+ "name": "Customer",
2027
+ "ofType": null
2028
+ }
2029
+ },
2030
+ "isDeprecated": false,
2031
+ "deprecationReason": null
2032
+ },
2001
2033
  {
2002
2034
  "name": "fields",
2003
2035
  "description": null,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billfixers-partner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BillFixers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport