stigg-api-client 2.324.0 → 2.327.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 +18 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fbc11f3e34faa5f8f5830e088e3976deeea9c273dbcd227f7565cd5bd232a4d
|
4
|
+
data.tar.gz: f0509642182a38dfb67283b06482d75b7eb8bd7e9dafc09c50c0b15e670c381e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d70631c1be8dd777f2c9cb7f46706910274b0d716d65624c03e43258ef5ffe2c1d58deae1c22c7fc6c068be4aea0e64217e4d49f39a3c8b25a0a5678a6ca150
|
7
|
+
data.tar.gz: 6af1a7408d651f626edd52baf5237ec742825bd0281538869cfb4ee19ca859f53c4ca4c1f889ee19a0eecbe557cdfaa76b921dd0a4dd37637891d69d98304d0a
|
data/Gemfile.lock
CHANGED
@@ -25124,6 +25124,12 @@
|
|
25124
25124
|
"isDeprecated": false,
|
25125
25125
|
"deprecationReason": null
|
25126
25126
|
},
|
25127
|
+
{
|
25128
|
+
"name": "FailedToImportSubscriptions",
|
25129
|
+
"description": "Failed to import subscriptions",
|
25130
|
+
"isDeprecated": false,
|
25131
|
+
"deprecationReason": null
|
25132
|
+
},
|
25127
25133
|
{
|
25128
25134
|
"name": "FeatureNotFound",
|
25129
25135
|
"description": null,
|
@@ -25148,6 +25154,18 @@
|
|
25148
25154
|
"isDeprecated": false,
|
25149
25155
|
"deprecationReason": null
|
25150
25156
|
},
|
25157
|
+
{
|
25158
|
+
"name": "GraphQLBatchedOperationsLimitExceeded",
|
25159
|
+
"description": "Too many batched operations were used in a single request",
|
25160
|
+
"isDeprecated": false,
|
25161
|
+
"deprecationReason": null
|
25162
|
+
},
|
25163
|
+
{
|
25164
|
+
"name": "GraphQLUnsupportedDirective",
|
25165
|
+
"description": "Unsupported directive",
|
25166
|
+
"isDeprecated": false,
|
25167
|
+
"deprecationReason": null
|
25168
|
+
},
|
25151
25169
|
{
|
25152
25170
|
"name": "HubspotIntegrationError",
|
25153
25171
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stigg-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.327.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|