stigg-api-client 2.323.0 → 2.323.4
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 +0 -12
- 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: cc11f299d0b5a4d21ff566530033ecfca35397744d49d74f7b6f4ce85b19c455
|
4
|
+
data.tar.gz: 2f58f681d4c27dcf7ee788904c7e10447a188a84340a56d80ce7ba5d22ee4286
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dff58d751a3f23c2980277cb844dbeeae1619c65ba5c13f9934f73456ea0b2f5029dc488f0de22a9603685308305cd8aa5bc44551cd6848c77d11482e6374a6b
|
7
|
+
data.tar.gz: 95e4a25151fceafb0a5d76f61d95598eca9566f3e14c6fd0a3016e889bd432439077257a53d74d6a87107cf8576cb214da400f11e49a6531e6583a920d6c5fa5
|
data/Gemfile.lock
CHANGED
@@ -25079,18 +25079,6 @@
|
|
25079
25079
|
"isDeprecated": false,
|
25080
25080
|
"deprecationReason": null
|
25081
25081
|
},
|
25082
|
-
{
|
25083
|
-
"name": "GraphQLBatchedOperationsLimitExceeded",
|
25084
|
-
"description": "Too many batched operations were used in a single request",
|
25085
|
-
"isDeprecated": false,
|
25086
|
-
"deprecationReason": null
|
25087
|
-
},
|
25088
|
-
{
|
25089
|
-
"name": "GraphQLUnsupportedDirective",
|
25090
|
-
"description": "Unsupported directive",
|
25091
|
-
"isDeprecated": false,
|
25092
|
-
"deprecationReason": null
|
25093
|
-
},
|
25094
25082
|
{
|
25095
25083
|
"name": "HubspotIntegrationError",
|
25096
25084
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED