stigg-api-client 0.569.0 → 0.569.1
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/operations.rb +1 -0
- 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: 977992f787a4ff1ffbd378b288148b68a873c4408faa117a2fb65cfb22e322f8
|
|
4
|
+
data.tar.gz: 49a1837990c4f97e64a7b48de80ec3f6c72cac1dc9a4d490f0c5df5d2060ed04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32507d93063c12a1f287e3b270be446a829b1ddd41a0fd8f5cfe400862c67e6ef1d9c5930af643c89d8edcbd9b27c748acc07d92d0d6cb8b7e911deecad0fdeb
|
|
7
|
+
data.tar.gz: 5093fbe967ceaa800dfaf4f36f008f77793e46b268bf1d2ed4a009d409ecb5a4cbe92cdff0025725ec805924b3a737f62d77f620bc39779ad346b15e12ab7d9b
|
data/Gemfile.lock
CHANGED
|
@@ -59517,6 +59517,18 @@
|
|
|
59517
59517
|
"isDeprecated": false,
|
|
59518
59518
|
"deprecationReason": null
|
|
59519
59519
|
},
|
|
59520
|
+
{
|
|
59521
|
+
"name": "hasProrations",
|
|
59522
|
+
"description": null,
|
|
59523
|
+
"args": [],
|
|
59524
|
+
"type": {
|
|
59525
|
+
"kind": "SCALAR",
|
|
59526
|
+
"name": "Boolean",
|
|
59527
|
+
"ofType": null
|
|
59528
|
+
},
|
|
59529
|
+
"isDeprecated": false,
|
|
59530
|
+
"deprecationReason": null
|
|
59531
|
+
},
|
|
59520
59532
|
{
|
|
59521
59533
|
"name": "netAmount",
|
|
59522
59534
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED