stigg-api-client 1.229.1 → 1.230.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 +6 -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: fc488e9ad175afae606e6a49dd4024ca00209057b6980425f38377ab46b40e2e
|
|
4
|
+
data.tar.gz: b391c9f63ff6db9c2235ee617da5eff9b1dcdcb937a7e9359f32983e4744abb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f065d705ced9f9017c17b4a838131ff1acf76d0329dab565a4d7dcc6cfb15e3108e3b2ece8ba212577026b5febcbb9267f5ff6a90ae0822054ddd3d3024fe55
|
|
7
|
+
data.tar.gz: 185dda6d08a4726ebbe0e8bdeccd6c56017e902bf3dd4a635fc3f6e093cb942a4511064a592a87fc434305674e1e3fcad6da3374dc5f10392e35f21f98b63c37
|
data/Gemfile.lock
CHANGED
|
@@ -67462,6 +67462,12 @@
|
|
|
67462
67462
|
"inputFields": null,
|
|
67463
67463
|
"interfaces": null,
|
|
67464
67464
|
"enumValues": [
|
|
67465
|
+
{
|
|
67466
|
+
"name": "AutoCancellationRule",
|
|
67467
|
+
"description": null,
|
|
67468
|
+
"isDeprecated": false,
|
|
67469
|
+
"deprecationReason": null
|
|
67470
|
+
},
|
|
67465
67471
|
{
|
|
67466
67472
|
"name": "CancelledByBilling",
|
|
67467
67473
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED