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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +11 -11
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d802f1d2e4a8453786ea38cc7d4ea28f1e97f662b3775e7b100ea213ccb92b5
|
4
|
+
data.tar.gz: 6fc9209f2568110a8c0abdfb0415e5f53b954163874bf29ef8ccde31f1585768
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 154ccdb9546a398cc282db39f263dc467ace9f367fac9c661935548e56e4a8fad98b23893583381e69228b1e26fa75d3306f1a3fd82ba026f693ea80bc3503bf
|
7
|
+
data.tar.gz: 1161c89021d8c655ffd52a5afc9e035b768b105085642dc46a77593cc0adf2af9356f7b00364fa9f5dd034695de5670c52ec39cf4ee0061c747855a1e699645b
|
data/Gemfile.lock
CHANGED
@@ -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": "
|
66666
|
-
"name":
|
66667
|
-
"ofType":
|
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": "
|
66690
|
-
"name":
|
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
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.
|
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-
|
11
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|