stigg-api-client 5.89.0 → 5.94.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 +13 -1
- 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: ad63f2603e53cfb5e12a4343d5b2b7f96a3a11bfde2e5d4114754cb1bf8696fe
|
|
4
|
+
data.tar.gz: d0f975c85a903786d2bf92f2ee42289e33042ba002521a3dfa53dd34bd214593
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d341973b94480a521deaea74f99bb16cd92729fc32f5fc3507b79490dbf6eea1a84033a03b9f8115ebb1120c8801a88616d31e7a3602db34f51856c3b8b85cc
|
|
7
|
+
data.tar.gz: e54aae05c55225cb746e51039911e0e7b8cb5faa0415f530e6afdfc7951451bdd3525550a2f5192c01907eb6fee04cd4697b3f84bb8376c5fa3f28590e5d2164
|
data/Gemfile.lock
CHANGED
|
@@ -33589,6 +33589,18 @@
|
|
|
33589
33589
|
"defaultValue": null,
|
|
33590
33590
|
"isDeprecated": false,
|
|
33591
33591
|
"deprecationReason": null
|
|
33592
|
+
},
|
|
33593
|
+
{
|
|
33594
|
+
"name": "like",
|
|
33595
|
+
"description": null,
|
|
33596
|
+
"type": {
|
|
33597
|
+
"kind": "SCALAR",
|
|
33598
|
+
"name": "String",
|
|
33599
|
+
"ofType": null
|
|
33600
|
+
},
|
|
33601
|
+
"defaultValue": null,
|
|
33602
|
+
"isDeprecated": false,
|
|
33603
|
+
"deprecationReason": null
|
|
33592
33604
|
}
|
|
33593
33605
|
],
|
|
33594
33606
|
"interfaces": null,
|
|
@@ -84670,7 +84682,7 @@
|
|
|
84670
84682
|
},
|
|
84671
84683
|
{
|
|
84672
84684
|
"name": "taxIds",
|
|
84673
|
-
"description": "
|
|
84685
|
+
"description": "Customer’s tax identification number",
|
|
84674
84686
|
"type": {
|
|
84675
84687
|
"kind": "LIST",
|
|
84676
84688
|
"name": null,
|
data/lib/stigg/version.rb
CHANGED