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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54e8a3f8f6277b9f9800f1f33c54c0458b0d1fc0ff5aaabf12b2505d7ad6d64c
4
- data.tar.gz: '0155058a58e9a75f1e2c096c06faeed46a64e9ddc8f63858b8a966bc21450b0d'
3
+ metadata.gz: 0d802f1d2e4a8453786ea38cc7d4ea28f1e97f662b3775e7b100ea213ccb92b5
4
+ data.tar.gz: 6fc9209f2568110a8c0abdfb0415e5f53b954163874bf29ef8ccde31f1585768
5
5
  SHA512:
6
- metadata.gz: e61ce6766738cd73a6985caeae9f835afd2969e9d432e37a05305cc0320b5b3f2b3b21e155c4aeefb14e79ed55a0e7d5ff0b0fcb2b7b745aea4504e37f51a7be
7
- data.tar.gz: '048883340cd6fbe26899ce03641b5153dd11f241cbaf335ddfb76de463e1e86e90a8c64f60658522630bf66d22a4945836a77bb0d6dea8ae65e5a13c4de9522a'
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.2)
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
 
@@ -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": "SCALAR",
66660
- "name": "String",
66661
- "ofType": null
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": "NON_NULL",
66684
- "name": null,
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.315.2"
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.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-02 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