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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d802f1d2e4a8453786ea38cc7d4ea28f1e97f662b3775e7b100ea213ccb92b5
4
- data.tar.gz: 6fc9209f2568110a8c0abdfb0415e5f53b954163874bf29ef8ccde31f1585768
3
+ metadata.gz: f0e56c4c46dfcb2af62fc2d0b89456b692bde7d6fc50314152f274ac95110846
4
+ data.tar.gz: d1b238ba68e2ac1bf1e0e2c279bf408c2a9dca5d8b6571617cd5e8026aa0a081
5
5
  SHA512:
6
- metadata.gz: 154ccdb9546a398cc282db39f263dc467ace9f367fac9c661935548e56e4a8fad98b23893583381e69228b1e26fa75d3306f1a3fd82ba026f693ea80bc3503bf
7
- data.tar.gz: 1161c89021d8c655ffd52a5afc9e035b768b105085642dc46a77593cc0adf2af9356f7b00364fa9f5dd034695de5670c52ec39cf4ee0061c747855a1e699645b
6
+ metadata.gz: d5b9142571387d5ceaf894c7dc256a7a780ff090ee15c2ea0e5799c98e0269825dc71bb85b2473bb497b32fde825d8e879b0369033d506a39da8058ef2401640
7
+ data.tar.gz: 807d2c474a1eaef2dc431c74fe65d9ce84a1da2e265e73df0bfbb72193a450f81ca3b3182a636a16e5dc59703d3e02ec3f2af011b1a8a06cb98e8e16816d6598
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.319.0)
4
+ stigg-api-client (2.321.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.319.0"
4
+ VERSION = "2.321.0"
5
5
  end
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.319.0
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-09 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient