stigg-api-client 2.325.3 → 2.329.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: e3c72e79a521c7ead17dd47b221f48febb6ba75a76ebe89d3865348866f70a12
|
4
|
+
data.tar.gz: 8a4519b72f62a4cc11b4adaadeb594584942f7bbd2ecee2089c8d02f314a7558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d98126d6fa799f27136a45174e189df1f5cd5564fbe4d7c30643736527a2265530130a379f5d9ba259a761460af9adf56808a6a1abb124d4e4db3d4856ac944c
|
7
|
+
data.tar.gz: 5d91cebe62aad2c668f6caea1c5c3eebd19914d02958975aa7cc643f7355c5a78e17f66b1d79a5c19d975a342035286ad675ca2602e89277aadff764a1f00f88
|
data/Gemfile.lock
CHANGED
@@ -25154,6 +25154,18 @@
|
|
25154
25154
|
"isDeprecated": false,
|
25155
25155
|
"deprecationReason": null
|
25156
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
|
+
},
|
25157
25169
|
{
|
25158
25170
|
"name": "HubspotIntegrationError",
|
25159
25171
|
"description": null,
|
@@ -78074,6 +78086,12 @@
|
|
78074
78086
|
"isDeprecated": false,
|
78075
78087
|
"deprecationReason": null
|
78076
78088
|
},
|
78089
|
+
{
|
78090
|
+
"name": "BillingInfoMetadata",
|
78091
|
+
"description": "Billing info metadata change",
|
78092
|
+
"isDeprecated": false,
|
78093
|
+
"deprecationReason": null
|
78094
|
+
},
|
78077
78095
|
{
|
78078
78096
|
"name": "BillingPeriod",
|
78079
78097
|
"description": "Billing period change",
|
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.329.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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|