stigg-api-client 2.319.0 → 2.323.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 +34 -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: 72cdd1f0dd58c0c4f77238f24a7d38566ccc4c243711c89e0192f317a1cbd387
|
4
|
+
data.tar.gz: 665495c4fe0f8c31cc08935740d6098da9e3fd83d2945881942fbc32acdb801f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58eb65cbbf3511997bedb5eb2fa6abd3a285e2c3f54d559ea341cf7ad97fb41675464ecccf7c88d1fc2b5f2a877e9a7fd2a0815add39c23463f679847aca1929
|
7
|
+
data.tar.gz: b98529c2a251950c2ee8691358228438df62918832b490764a9e7e63a5e40af534d3f789a2e3db837a2c704190f2db12dc8fd43cdf87d518e8ebf3df65ea28a1
|
data/Gemfile.lock
CHANGED
@@ -25073,6 +25073,24 @@
|
|
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
|
+
},
|
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
|
+
},
|
25076
25094
|
{
|
25077
25095
|
"name": "HubspotIntegrationError",
|
25078
25096
|
"description": null,
|
@@ -43067,6 +43085,22 @@
|
|
43067
43085
|
"isDeprecated": false,
|
43068
43086
|
"deprecationReason": null
|
43069
43087
|
},
|
43088
|
+
{
|
43089
|
+
"name": "triggerRBACSync",
|
43090
|
+
"description": null,
|
43091
|
+
"args": [],
|
43092
|
+
"type": {
|
43093
|
+
"kind": "NON_NULL",
|
43094
|
+
"name": null,
|
43095
|
+
"ofType": {
|
43096
|
+
"kind": "SCALAR",
|
43097
|
+
"name": "String",
|
43098
|
+
"ofType": null
|
43099
|
+
}
|
43100
|
+
},
|
43101
|
+
"isDeprecated": false,
|
43102
|
+
"deprecationReason": null
|
43103
|
+
},
|
43070
43104
|
{
|
43071
43105
|
"name": "triggerSubscriptionBillingMonthEndsSoonWebhook",
|
43072
43106
|
"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.323.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|