stigg-api-client 2.314.2 → 2.315.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: ba88ccf964af77b7337c3e735c07d69f0fa0e22c7a53c93ff0a865586290309f
4
- data.tar.gz: 28c3ec39a8698d8335d49543d384f3df6aa393dc851cf9cac45e8a72ad9cb80d
3
+ metadata.gz: 88134bf71e206bf7c3d3a179b6c0047a7a977f8c49b6ea72443d38ac1aeb9da4
4
+ data.tar.gz: cb3f057c22741fb0b24d6ef18912119da92cf6a6e80fd321f196fa31cdeb123c
5
5
  SHA512:
6
- metadata.gz: 427aa927b3dd8124d340f1a2d4dd26011256f1bf0dbdc520dbb2f351950bb5d0161cc63d33b0f6c5d7c1918a197e7cf41cf9933126fad7f696479d24f99ea01b
7
- data.tar.gz: fda01062c12d7b3905528cdf54efed02592c9df7eecbfd3adea2e081694fa9adc0b007c939fc139248169b1bce54034d8eaaa06e29f6b123eb26275e5bbbe159
6
+ metadata.gz: aa7acd3d1fee77d584d6f03b8588e87cab53dcbc0a15578141e5bb9b8270268d59706fe4e82399b3fc95275474b7dbb2a6399625d391364aa8246a64dcfd64e2
7
+ data.tar.gz: 6310544120b6883e5e09947891a27fc28bd5bafcdc6415f4607f63bf45ee1e44e87ae4e0c7a67126182a6f0f3aee33246fe5cadb88ad25596e646e0f2cb4d977
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.314.2)
4
+ stigg-api-client (2.315.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,
@@ -78408,7 +78414,7 @@
78408
78414
  {
78409
78415
  "kind": "OBJECT",
78410
78416
  "name": "SyncRevisionBillingData",
78411
- "description": null,
78417
+ "description": "Data of billing sync revision",
78412
78418
  "fields": [
78413
78419
  {
78414
78420
  "name": "billingId",
@@ -78477,7 +78483,7 @@
78477
78483
  {
78478
78484
  "kind": "OBJECT",
78479
78485
  "name": "SyncRevisionMarketplaceData",
78480
- "description": null,
78486
+ "description": "Data of marketplace sync revision",
78481
78487
  "fields": [
78482
78488
  {
78483
78489
  "name": "dimensions",
@@ -78504,7 +78510,7 @@
78504
78510
  {
78505
78511
  "kind": "OBJECT",
78506
78512
  "name": "SyncRevisionPriceBillingData",
78507
- "description": null,
78513
+ "description": "Data of price billing sync revision",
78508
78514
  "fields": [
78509
78515
  {
78510
78516
  "name": "billingId",
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.314.2"
4
+ VERSION = "2.315.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.314.2
4
+ version: 2.315.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-02-27 00:00:00.000000000 Z
11
+ date: 2025-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient