stigg-api-client 0.561.1 → 0.566.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 +24 -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: 67dd961cd415d170e05217c8b04150b16447a6ac400b92a1ff16ae95a9f8bbb1
|
|
4
|
+
data.tar.gz: d0a19d102ebe34f825c8e6b01d2d6e4602e73f901d008b0157140738d5219a99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 489d8364458f13ef9c10d8b3e39e05f67b06086aa44561697ffa85dddd33af90fe32516d258f6753d144da83efb78f97f7f55d9d9ec11b55fc8073b6d08a5f1a
|
|
7
|
+
data.tar.gz: 7008db99340ce5ef4f8dbb7be3e7baefe53ba59bbedc17a20f8fda079d1373db7cbb87d42208a44a6669d819e68f07bf6e9e729c3eafa7fb14ba94560a0f2a9a
|
data/Gemfile.lock
CHANGED
|
@@ -55511,6 +55511,18 @@
|
|
|
55511
55511
|
"isDeprecated": false,
|
|
55512
55512
|
"deprecationReason": null
|
|
55513
55513
|
},
|
|
55514
|
+
{
|
|
55515
|
+
"name": "metadata",
|
|
55516
|
+
"description": null,
|
|
55517
|
+
"type": {
|
|
55518
|
+
"kind": "SCALAR",
|
|
55519
|
+
"name": "JSON",
|
|
55520
|
+
"ofType": null
|
|
55521
|
+
},
|
|
55522
|
+
"defaultValue": null,
|
|
55523
|
+
"isDeprecated": false,
|
|
55524
|
+
"deprecationReason": null
|
|
55525
|
+
},
|
|
55514
55526
|
{
|
|
55515
55527
|
"name": "taxPercentage",
|
|
55516
55528
|
"description": null,
|
|
@@ -64566,6 +64578,18 @@
|
|
|
64566
64578
|
"isDeprecated": false,
|
|
64567
64579
|
"deprecationReason": null
|
|
64568
64580
|
},
|
|
64581
|
+
{
|
|
64582
|
+
"name": "billingInformation",
|
|
64583
|
+
"description": null,
|
|
64584
|
+
"type": {
|
|
64585
|
+
"kind": "INPUT_OBJECT",
|
|
64586
|
+
"name": "SubscriptionBillingInfo",
|
|
64587
|
+
"ofType": null
|
|
64588
|
+
},
|
|
64589
|
+
"defaultValue": null,
|
|
64590
|
+
"isDeprecated": false,
|
|
64591
|
+
"deprecationReason": null
|
|
64592
|
+
},
|
|
64569
64593
|
{
|
|
64570
64594
|
"name": "billingPeriod",
|
|
64571
64595
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED