stigg-api-client 1.97.0 → 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: 77dd72dc8ece8d007c3e977e4a34a38b3ed97e0f9499d990ea02c7e5919b917b
4
- data.tar.gz: 3d724f7edd8ce461ef2f3b8cc10634e07a3c825bd5b0823b79d63a4c429485f6
3
+ metadata.gz: 9991c7f98995ad23bca69822171d5bc0d6e59d448f687300472bc87ca5c0fc56
4
+ data.tar.gz: dc148aec50b73026228878d2bb43845e20472b841749319cb98190b685212092
5
5
  SHA512:
6
- metadata.gz: 75c1124de4d5cdae8372dc6bcd5976ed151d21d420f0d44abece6e2f567842c5a1e85139cadd306794dab7f02cc6517709cafc250e38275c1fb0018fdcbf2fcc
7
- data.tar.gz: 195d00f55a7d3723243eb973f22546c5dfe48a6c9e163114efefc8199523659e79e686d973d908e61f2e2c17a7ef8a38f55640c69a3e173771e67dce423f4bb6
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.97.0)
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.97.0"
4
+ VERSION = "1.97.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.97.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg