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 +4 -4
- data/lib/billfixers/partner/gql.rb +7 -0
- data/lib/billfixers/partner/version.rb +1 -1
- data/partner_schema.json +32 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf94181e7afc6710dba6f8c421a346b83dc84d78dfb8b735512aaae7083a182c
|
|
4
|
+
data.tar.gz: 6c5797d87f189cd2a5335ca7681d21c894ced84adafdfb5a7a17d779fc0672b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae321f033b41723231aff3239e3eaeb900880a1b423acf48fa3e292e4cc9dc80f01a9d93268840ec088718eb2c7be2faa5a9303b97964796c3d72be471bb2651
|
|
7
|
+
data.tar.gz: 3300ae51e3db5a4c6e2473e258d39ad18aa950229d02de9f93eab407bf3b7944765c42562f1bbd99549ee707414515f20eefad14048ef2184636aedfd87c185d
|
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
|
+
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-
|
|
11
|
+
date: 2022-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|