stigg-api-client 0.504.0 → 0.505.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: 2b25b29d9de086be26c8297b481b6bf8d7312d9f73fff790f6b92859287d0a4f
|
|
4
|
+
data.tar.gz: 07f65054f55807bb440100d92bdd7911fc193987ec42fea40f7546f320e04954
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29595fd8bfdc4e1009f1e7889761b397604553494bc517b1577ed47a08eb6250bb01f171a31053a59d33a6c3be6cf56fc47407925a53ff4da94b74cd270605f4
|
|
7
|
+
data.tar.gz: 4c8eea0e02c412202c506bcec8c387e66cd63beadeb9f304fe18a163af07bdb316185f802d7ac2ccecb4ecda159a209864d05434e1ed290d3ebca35bbb00c077
|
data/Gemfile.lock
CHANGED
|
@@ -57700,6 +57700,12 @@
|
|
|
57700
57700
|
"isDeprecated": false,
|
|
57701
57701
|
"deprecationReason": null
|
|
57702
57702
|
},
|
|
57703
|
+
{
|
|
57704
|
+
"name": "PendingPayment",
|
|
57705
|
+
"description": null,
|
|
57706
|
+
"isDeprecated": false,
|
|
57707
|
+
"deprecationReason": null
|
|
57708
|
+
},
|
|
57703
57709
|
{
|
|
57704
57710
|
"name": "Scheduled",
|
|
57705
57711
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED