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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d802f1d2e4a8453786ea38cc7d4ea28f1e97f662b3775e7b100ea213ccb92b5
4
- data.tar.gz: 6fc9209f2568110a8c0abdfb0415e5f53b954163874bf29ef8ccde31f1585768
3
+ metadata.gz: 72cdd1f0dd58c0c4f77238f24a7d38566ccc4c243711c89e0192f317a1cbd387
4
+ data.tar.gz: 665495c4fe0f8c31cc08935740d6098da9e3fd83d2945881942fbc32acdb801f
5
5
  SHA512:
6
- metadata.gz: 154ccdb9546a398cc282db39f263dc467ace9f367fac9c661935548e56e4a8fad98b23893583381e69228b1e26fa75d3306f1a3fd82ba026f693ea80bc3503bf
7
- data.tar.gz: 1161c89021d8c655ffd52a5afc9e035b768b105085642dc46a77593cc0adf2af9356f7b00364fa9f5dd034695de5670c52ec39cf4ee0061c747855a1e699645b
6
+ metadata.gz: 58eb65cbbf3511997bedb5eb2fa6abd3a285e2c3f54d559ea341cf7ad97fb41675464ecccf7c88d1fc2b5f2a877e9a7fd2a0815add39c23463f679847aca1929
7
+ data.tar.gz: b98529c2a251950c2ee8691358228438df62918832b490764a9e7e63a5e40af534d3f789a2e3db837a2c704190f2db12dc8fd43cdf87d518e8ebf3df65ea28a1
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.323.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.319.0"
4
+ VERSION = "2.323.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.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-09 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient