stigg-api-client 2.319.0 → 2.321.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 +22 -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: f0e56c4c46dfcb2af62fc2d0b89456b692bde7d6fc50314152f274ac95110846
|
4
|
+
data.tar.gz: d1b238ba68e2ac1bf1e0e2c279bf408c2a9dca5d8b6571617cd5e8026aa0a081
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5b9142571387d5ceaf894c7dc256a7a780ff090ee15c2ea0e5799c98e0269825dc71bb85b2473bb497b32fde825d8e879b0369033d506a39da8058ef2401640
|
7
|
+
data.tar.gz: 807d2c474a1eaef2dc431c74fe65d9ce84a1da2e265e73df0bfbb72193a450f81ca3b3182a636a16e5dc59703d3e02ec3f2af011b1a8a06cb98e8e16816d6598
|
data/Gemfile.lock
CHANGED
@@ -25073,6 +25073,12 @@
|
|
25073
25073
|
"isDeprecated": false,
|
25074
25074
|
"deprecationReason": null
|
25075
25075
|
},
|
25076
|
+
{
|
25077
|
+
"name": "GraphQLAliasesLimitExceeded",
|
25078
|
+
"description": "Too many graphql aliases were used in a single request",
|
25079
|
+
"isDeprecated": false,
|
25080
|
+
"deprecationReason": null
|
25081
|
+
},
|
25076
25082
|
{
|
25077
25083
|
"name": "HubspotIntegrationError",
|
25078
25084
|
"description": null,
|
@@ -43067,6 +43073,22 @@
|
|
43067
43073
|
"isDeprecated": false,
|
43068
43074
|
"deprecationReason": null
|
43069
43075
|
},
|
43076
|
+
{
|
43077
|
+
"name": "triggerRBACSync",
|
43078
|
+
"description": null,
|
43079
|
+
"args": [],
|
43080
|
+
"type": {
|
43081
|
+
"kind": "NON_NULL",
|
43082
|
+
"name": null,
|
43083
|
+
"ofType": {
|
43084
|
+
"kind": "SCALAR",
|
43085
|
+
"name": "String",
|
43086
|
+
"ofType": null
|
43087
|
+
}
|
43088
|
+
},
|
43089
|
+
"isDeprecated": false,
|
43090
|
+
"deprecationReason": null
|
43091
|
+
},
|
43070
43092
|
{
|
43071
43093
|
"name": "triggerSubscriptionBillingMonthEndsSoonWebhook",
|
43072
43094
|
"description": "Triggers the subscription billing month ends soon webhook for the given subscription",
|
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.321.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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|