stigg-api-client 5.140.0 → 5.143.0
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/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +12 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35fd1b7e3f03062107108554804707f8e774e0c69140d875c52cb2d6380278f9
|
|
4
|
+
data.tar.gz: 80a592599b3952f795cbc785fac4b9a0eb3f8943f5e48baa8cfa9df0a3fb8166
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cdeb59d35155b5e4632b0b39cd0160d477b303263cd23604df3491663a2302f42946ec4077564dbcd84766b45bb4273ffd44e418a65f2fd1c54aff9c18b34c4
|
|
7
|
+
data.tar.gz: d4ba5eb4b3e4d5bd3d5ba7b792a70ac0a3e1cdd766ec4585b08308742afe1dfdf7c4e8a81975b445dbf3582a9e8d12c5ff5ea0d125d5626fc080bec2938f85fd
|
data/Gemfile.lock
CHANGED
|
@@ -14389,6 +14389,18 @@
|
|
|
14389
14389
|
"description": "Credit grant billing information input",
|
|
14390
14390
|
"fields": null,
|
|
14391
14391
|
"inputFields": [
|
|
14392
|
+
{
|
|
14393
|
+
"name": "billingAddress",
|
|
14394
|
+
"description": null,
|
|
14395
|
+
"type": {
|
|
14396
|
+
"kind": "INPUT_OBJECT",
|
|
14397
|
+
"name": "BillingAddress",
|
|
14398
|
+
"ofType": null
|
|
14399
|
+
},
|
|
14400
|
+
"defaultValue": null,
|
|
14401
|
+
"isDeprecated": false,
|
|
14402
|
+
"deprecationReason": null
|
|
14403
|
+
},
|
|
14392
14404
|
{
|
|
14393
14405
|
"name": "taxPercentage",
|
|
14394
14406
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED