stigg-api-client 3.124.1 → 3.128.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: 592ddd82b8cf1fee9a056d293636fa42cdfdefae51683bfefb4f05bf0634904c
4
- data.tar.gz: fafb895a22083d3b083201a96e042f4d4372687e78fb384276ac3186aba182ce
3
+ metadata.gz: de2e80e129951649b94ae20869e62c2bfb7f68ed3f44336b8c3ac8e98af9cdd2
4
+ data.tar.gz: 370a5d6431ea00697fd08063004ec08837d4ef726f07917fedd695d1356a9213
5
5
  SHA512:
6
- metadata.gz: 5988a67a3a7a847518878aa38611266aaccc869688ee5a9a4cce8058fe1aa277dac5d0c55d9d141215e6ce2f2fd3dca0ba874a183f943d43703ede3ba6eed0e5
7
- data.tar.gz: cdd9dd0a53a340eaaa4fb99045e071da614e34e66c43ebb05efe0c70b58a86452a85b18909ff4d80db17d54bb458d074bac96e3a6e217e6464b01d4b55205f3c
6
+ metadata.gz: a465d353eb55650496740dfbd56bbf4e6f838afceb3d7dda580bad699950634700be8657044935138169584b3f556a590c2252c22b96d357b220ca9775659503
7
+ data.tar.gz: cba1381317fc72c1a4f510dce24f0d4ab702deab1c5c202594c0cb22447960344ae30dbe6ec09e935a9a9fd9b74f3f5fe79e3409b1d420c80c652c450c96963f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.124.1)
4
+ stigg-api-client (3.128.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -12558,7 +12558,7 @@
12558
12558
  "name": "Boolean",
12559
12559
  "ofType": null
12560
12560
  },
12561
- "defaultValue": "false",
12561
+ "defaultValue": "true",
12562
12562
  "isDeprecated": false,
12563
12563
  "deprecationReason": null
12564
12564
  },
@@ -94656,6 +94656,18 @@
94656
94656
  "isDeprecated": false,
94657
94657
  "deprecationReason": null
94658
94658
  },
94659
+ {
94660
+ "name": "snowflakeCredentials",
94661
+ "description": "Snowflake integration configuration",
94662
+ "type": {
94663
+ "kind": "INPUT_OBJECT",
94664
+ "name": "SnowflakeCredentialsInput",
94665
+ "ofType": null
94666
+ },
94667
+ "defaultValue": null,
94668
+ "isDeprecated": false,
94669
+ "deprecationReason": null
94670
+ },
94659
94671
  {
94660
94672
  "name": "stripeCredentials",
94661
94673
  "description": "Stripe integration configuration",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.124.1"
4
+ VERSION = "3.128.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: 3.124.1
4
+ version: 3.128.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-10-26 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient