stigg-api-client 1.96.2 → 1.97.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4951b717ed6c44e5af768e192d3ea36b399b6a2eb64199be460b9cd34ee98a31
4
- data.tar.gz: e499fa38eef1979d87dfeae0900045975c5f5f172deb19010ff2a872ce74f73f
3
+ metadata.gz: 9991c7f98995ad23bca69822171d5bc0d6e59d448f687300472bc87ca5c0fc56
4
+ data.tar.gz: dc148aec50b73026228878d2bb43845e20472b841749319cb98190b685212092
5
5
  SHA512:
6
- metadata.gz: 131af81b26fcd3aaa3c62bdb915a1c0f9c8b5bdef804d3afa000168032e8b407e1944b058d96aeff88d289955dbb83832dbe1476dbca3686afc97f25c5fb2691
7
- data.tar.gz: 56ba6323bfaf38fc06bf71e01df8a44d37fddb130e677be8d5f4122c6655b780569a567a234bc44f0ceea95b31e55ff6c7518ff09abeb0ae69fff19fd39a6968
6
+ metadata.gz: b74bbf14b3e7a253d7417ca85fafd39f2e6ff74cce276bb7e2dd26c9da0528e5a2f84fafa3d5d9f40747da44ec9b03c0a8e45d27b014b074f4e099f1f63a8cce
7
+ data.tar.gz: 409c7af23d538b9f7e08ca1d2fced4666b2a9c097b8d388cdd5a130430997dba2d64c984b16b68fe0d962f0f48cd9bf25fa7e40adc91d07b586aa9595725b057
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.96.2)
4
+ stigg-api-client (1.97.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -22640,6 +22640,12 @@
22640
22640
  "isDeprecated": false,
22641
22641
  "deprecationReason": null
22642
22642
  },
22643
+ {
22644
+ "name": "FreePlanCantHaveCompatiblePackageGroupError",
22645
+ "description": "Free plan can't have compatible package groups error",
22646
+ "isDeprecated": false,
22647
+ "deprecationReason": null
22648
+ },
22643
22649
  {
22644
22650
  "name": "IdentityForbidden",
22645
22651
  "description": null,
@@ -45057,7 +45063,7 @@
45057
45063
  },
45058
45064
  {
45059
45065
  "name": "maxQuantity",
45060
- "description": null,
45066
+ "description": "The maximum quantity of this addon that can be added to a subscription",
45061
45067
  "args": [],
45062
45068
  "type": {
45063
45069
  "kind": "SCALAR",
@@ -45596,7 +45602,7 @@
45596
45602
  "fields": [
45597
45603
  {
45598
45604
  "name": "compatibleAddons",
45599
- "description": null,
45605
+ "description": "Included addons in the package group",
45600
45606
  "args": [],
45601
45607
  "type": {
45602
45608
  "kind": "LIST",
@@ -45616,7 +45622,7 @@
45616
45622
  },
45617
45623
  {
45618
45624
  "name": "description",
45619
- "description": null,
45625
+ "description": "The description of the package group",
45620
45626
  "args": [],
45621
45627
  "type": {
45622
45628
  "kind": "SCALAR",
@@ -45628,7 +45634,7 @@
45628
45634
  },
45629
45635
  {
45630
45636
  "name": "displayName",
45631
- "description": null,
45637
+ "description": "The display name of the package group",
45632
45638
  "args": [],
45633
45639
  "type": {
45634
45640
  "kind": "NON_NULL",
@@ -45644,7 +45650,7 @@
45644
45650
  },
45645
45651
  {
45646
45652
  "name": "packageGroupId",
45647
- "description": null,
45653
+ "description": "The id of the package group",
45648
45654
  "args": [],
45649
45655
  "type": {
45650
45656
  "kind": "NON_NULL",
@@ -45727,7 +45733,7 @@
45727
45733
  },
45728
45734
  {
45729
45735
  "name": "compatiblePackageGroups",
45730
- "description": null,
45736
+ "description": "Plan's compatible package groups",
45731
45737
  "args": [],
45732
45738
  "type": {
45733
45739
  "kind": "LIST",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.96.2"
4
+ VERSION = "1.97.1"
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: 1.96.2
4
+ version: 1.97.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-30 00:00:00.000000000 Z
11
+ date: 2024-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient