stigg-api-client 2.315.3 → 2.319.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: db431180aa59d11e8a09b8bd9d6cd8f4852b0984ff016005d6f3a7cbc2d0e33b
4
- data.tar.gz: 189f0346f11d6f7a4da9bd826e0bf6c270d550a8c8ab6e859a3ede0294be8982
3
+ metadata.gz: 0d802f1d2e4a8453786ea38cc7d4ea28f1e97f662b3775e7b100ea213ccb92b5
4
+ data.tar.gz: 6fc9209f2568110a8c0abdfb0415e5f53b954163874bf29ef8ccde31f1585768
5
5
  SHA512:
6
- metadata.gz: 186156e6173b57f33dbebaaba763309d8380af6834da3be2e5a47a5228003bbb130c3b38d324b0b3f2f094031b322561f32b78fcec2c42d3be10858d4fcced9e
7
- data.tar.gz: ca3be15cec4652063bd2e1a985f8bee5ea404ca78d9c694e9ce2768b44330a24d5b18cbdffd4d6fce8254072827ef297a747642513f97fc00dce495cd5058ed2
6
+ metadata.gz: 154ccdb9546a398cc282db39f263dc467ace9f367fac9c661935548e56e4a8fad98b23893583381e69228b1e26fa75d3306f1a3fd82ba026f693ea80bc3503bf
7
+ data.tar.gz: 1161c89021d8c655ffd52a5afc9e035b768b105085642dc46a77593cc0adf2af9356f7b00364fa9f5dd034695de5670c52ec39cf4ee0061c747855a1e699645b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.315.3)
4
+ stigg-api-client (2.319.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -66660,11 +66660,15 @@
66660
66660
  },
66661
66661
  {
66662
66662
  "name": "integrationId",
66663
- "description": "ID of the integration to re-sync",
66663
+ "description": "Internal ID of the integration to re-sync",
66664
66664
  "type": {
66665
- "kind": "SCALAR",
66666
- "name": "String",
66667
- "ofType": null
66665
+ "kind": "NON_NULL",
66666
+ "name": null,
66667
+ "ofType": {
66668
+ "kind": "SCALAR",
66669
+ "name": "String",
66670
+ "ofType": null
66671
+ }
66668
66672
  },
66669
66673
  "defaultValue": null,
66670
66674
  "isDeprecated": false,
@@ -66686,13 +66690,9 @@
66686
66690
  "name": "vendorIdentifier",
66687
66691
  "description": "Type of integration to re-sync",
66688
66692
  "type": {
66689
- "kind": "NON_NULL",
66690
- "name": null,
66691
- "ofType": {
66692
- "kind": "ENUM",
66693
- "name": "VendorIdentifier",
66694
- "ofType": null
66695
- }
66693
+ "kind": "ENUM",
66694
+ "name": "VendorIdentifier",
66695
+ "ofType": null
66696
66696
  },
66697
66697
  "defaultValue": null,
66698
66698
  "isDeprecated": false,
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.315.3"
4
+ VERSION = "2.319.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.315.3
4
+ version: 2.319.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-03 00:00:00.000000000 Z
11
+ date: 2025-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient