stigg-api-client 2.315.2 → 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 +17 -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
@@ -24965,6 +24965,12 @@
|
|
24965
24965
|
"isDeprecated": false,
|
24966
24966
|
"deprecationReason": null
|
24967
24967
|
},
|
24968
|
+
{
|
24969
|
+
"name": "DuplicateIntegrationNotAllowed",
|
24970
|
+
"description": "Duplicate integration for same non billing vendor identifier not allowed",
|
24971
|
+
"isDeprecated": false,
|
24972
|
+
"deprecationReason": null
|
24973
|
+
},
|
24968
24974
|
{
|
24969
24975
|
"name": "DuplicateProductValidationError",
|
24970
24976
|
"description": null,
|
@@ -66654,11 +66660,15 @@
|
|
66654
66660
|
},
|
66655
66661
|
{
|
66656
66662
|
"name": "integrationId",
|
66657
|
-
"description": "ID of the integration to re-sync",
|
66663
|
+
"description": "Internal ID of the integration to re-sync",
|
66658
66664
|
"type": {
|
66659
|
-
"kind": "
|
66660
|
-
"name":
|
66661
|
-
"ofType":
|
66665
|
+
"kind": "NON_NULL",
|
66666
|
+
"name": null,
|
66667
|
+
"ofType": {
|
66668
|
+
"kind": "SCALAR",
|
66669
|
+
"name": "String",
|
66670
|
+
"ofType": null
|
66671
|
+
}
|
66662
66672
|
},
|
66663
66673
|
"defaultValue": null,
|
66664
66674
|
"isDeprecated": false,
|
@@ -66680,13 +66690,9 @@
|
|
66680
66690
|
"name": "vendorIdentifier",
|
66681
66691
|
"description": "Type of integration to re-sync",
|
66682
66692
|
"type": {
|
66683
|
-
"kind": "
|
66684
|
-
"name":
|
66685
|
-
"ofType":
|
66686
|
-
"kind": "ENUM",
|
66687
|
-
"name": "VendorIdentifier",
|
66688
|
-
"ofType": null
|
66689
|
-
}
|
66693
|
+
"kind": "ENUM",
|
66694
|
+
"name": "VendorIdentifier",
|
66695
|
+
"ofType": null
|
66690
66696
|
},
|
66691
66697
|
"defaultValue": null,
|
66692
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
|