stigg-api-client 1.97.0 → 1.97.2

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: 9637c1d2c8f60510e16a54b933a187866664183d0265254545260fe2ab819eb8
4
+ data.tar.gz: 00ac412739878916ed15a798973782a22ce73c5788ed2542772129030081b4cc
5
5
  SHA512:
6
- metadata.gz: 75c1124de4d5cdae8372dc6bcd5976ed151d21d420f0d44abece6e2f567842c5a1e85139cadd306794dab7f02cc6517709cafc250e38275c1fb0018fdcbf2fcc
7
- data.tar.gz: 195d00f55a7d3723243eb973f22546c5dfe48a6c9e163114efefc8199523659e79e686d973d908e61f2e2c17a7ef8a38f55640c69a3e173771e67dce423f4bb6
6
+ metadata.gz: 38e9484b08ea8d8a4536925bbe8458e15de54982066d378635062cc592c07bbb83634efbeb103d6b67ebb396d2c143dc41b00e11767cc9858c0a5b54c18fbc34
7
+ data.tar.gz: 4363f762b5fa91de82958af95e80e3beeb422cca71caca4dee0833ca72b62b6a34559e90c24240d20b73cbe5aaf339d7100a8effc3b292502f5160a411a4232c
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.2)
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,
@@ -23964,6 +23970,18 @@
23964
23970
  "isDeprecated": false,
23965
23971
  "deprecationReason": null
23966
23972
  },
23973
+ {
23974
+ "name": "PACKAGE_GROUP_CREATED",
23975
+ "description": null,
23976
+ "isDeprecated": false,
23977
+ "deprecationReason": null
23978
+ },
23979
+ {
23980
+ "name": "PACKAGE_GROUP_UPDATED",
23981
+ "description": null,
23982
+ "isDeprecated": false,
23983
+ "deprecationReason": null
23984
+ },
23967
23985
  {
23968
23986
  "name": "PACKAGE_PUBLISHED",
23969
23987
  "description": null,
@@ -45057,7 +45075,7 @@
45057
45075
  },
45058
45076
  {
45059
45077
  "name": "maxQuantity",
45060
- "description": null,
45078
+ "description": "The maximum quantity of this addon that can be added to a subscription",
45061
45079
  "args": [],
45062
45080
  "type": {
45063
45081
  "kind": "SCALAR",
@@ -45596,7 +45614,7 @@
45596
45614
  "fields": [
45597
45615
  {
45598
45616
  "name": "compatibleAddons",
45599
- "description": null,
45617
+ "description": "Included addons in the package group",
45600
45618
  "args": [],
45601
45619
  "type": {
45602
45620
  "kind": "LIST",
@@ -45616,7 +45634,7 @@
45616
45634
  },
45617
45635
  {
45618
45636
  "name": "description",
45619
- "description": null,
45637
+ "description": "The description of the package group",
45620
45638
  "args": [],
45621
45639
  "type": {
45622
45640
  "kind": "SCALAR",
@@ -45628,7 +45646,7 @@
45628
45646
  },
45629
45647
  {
45630
45648
  "name": "displayName",
45631
- "description": null,
45649
+ "description": "The display name of the package group",
45632
45650
  "args": [],
45633
45651
  "type": {
45634
45652
  "kind": "NON_NULL",
@@ -45644,7 +45662,7 @@
45644
45662
  },
45645
45663
  {
45646
45664
  "name": "packageGroupId",
45647
- "description": null,
45665
+ "description": "The id of the package group",
45648
45666
  "args": [],
45649
45667
  "type": {
45650
45668
  "kind": "NON_NULL",
@@ -45727,7 +45745,7 @@
45727
45745
  },
45728
45746
  {
45729
45747
  "name": "compatiblePackageGroups",
45730
- "description": null,
45748
+ "description": "Plan's compatible package groups",
45731
45749
  "args": [],
45732
45750
  "type": {
45733
45751
  "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.2"
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg