stigg-api-client 2.367.0 → 2.379.1

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: '0693ede88d6b11ec858bd9caa6ebd449ddc3e49a495aad35f39a94051d5d2ef4'
4
- data.tar.gz: 898a3a6bbf591f4bfc663ca5a4d3de33bb70b7294ce4767d76d5bc52b29aed18
3
+ metadata.gz: 984a32a9e8c94121b77d4c27b465c69c7e4b9d27ef10d5f82aaf6750c58e4030
4
+ data.tar.gz: d921e9c053cf80ca52ad6d1768edf23cf4179b3739a0871f7b1f3c5e55366fcb
5
5
  SHA512:
6
- metadata.gz: f78c6bd86d4476f1330683aac2182b23975ac3f85bfba81032d1b06fd35d23392b1582bba7d8a6e9ffddb054976327b1dcdb63bca55e3859b549be7c106a18c5
7
- data.tar.gz: 382c03817e704bd18a308e78a0a288d5300df7ea7717ff596657f858962f7f0c7aa30fca47757cf3e750f1bf963d115ace918cf0fc71131e4674071b42ea267c
6
+ metadata.gz: 128ed310694a999a5c5ba60782a3ae2bd32e313e67f1a696761715fc53ae1fea16c25defb5e9cbcb167717ac6cda9bea6ffa6532a407a7f51249f71e2776e15c
7
+ data.tar.gz: 7094ecae2bd62d0a054b97e3eeb38490405f8c889b425337a0bf50d588d67a8f71f25ae74516f9663dfa312f98fc48dd58ab3b6d0c1181197fc6fc0766067e97
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.367.0)
4
+ stigg-api-client (2.379.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -85998,18 +85998,6 @@
85998
85998
  "isDeprecated": false,
85999
85999
  "deprecationReason": null
86000
86000
  },
86001
- {
86002
- "name": "intercomToken",
86003
- "description": "Intercom user identity token",
86004
- "args": [],
86005
- "type": {
86006
- "kind": "SCALAR",
86007
- "name": "String",
86008
- "ofType": null
86009
- },
86010
- "isDeprecated": false,
86011
- "deprecationReason": null
86012
- },
86013
86001
  {
86014
86002
  "name": "lastSeenAt",
86015
86003
  "description": null,
@@ -86069,6 +86057,18 @@
86069
86057
  },
86070
86058
  "isDeprecated": false,
86071
86059
  "deprecationReason": null
86060
+ },
86061
+ {
86062
+ "name": "supportChatToken",
86063
+ "description": "support chat user identity token",
86064
+ "args": [],
86065
+ "type": {
86066
+ "kind": "SCALAR",
86067
+ "name": "String",
86068
+ "ofType": null
86069
+ },
86070
+ "isDeprecated": false,
86071
+ "deprecationReason": null
86072
86072
  }
86073
86073
  ],
86074
86074
  "inputFields": null,
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.367.0"
4
+ VERSION = "2.379.1"
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.367.0
4
+ version: 2.379.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-24 00:00:00.000000000 Z
11
+ date: 2025-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient