stigg-api-client 1.97.0 → 1.97.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +12 -6
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9991c7f98995ad23bca69822171d5bc0d6e59d448f687300472bc87ca5c0fc56
|
|
4
|
+
data.tar.gz: dc148aec50b73026228878d2bb43845e20472b841749319cb98190b685212092
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b74bbf14b3e7a253d7417ca85fafd39f2e6ff74cce276bb7e2dd26c9da0528e5a2f84fafa3d5d9f40747da44ec9b03c0a8e45d27b014b074f4e099f1f63a8cce
|
|
7
|
+
data.tar.gz: 409c7af23d538b9f7e08ca1d2fced4666b2a9c097b8d388cdd5a130430997dba2d64c984b16b68fe0d962f0f48cd9bf25fa7e40adc91d07b586aa9595725b057
|
data/Gemfile.lock
CHANGED
|
@@ -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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
45736
|
+
"description": "Plan's compatible package groups",
|
|
45731
45737
|
"args": [],
|
|
45732
45738
|
"type": {
|
|
45733
45739
|
"kind": "LIST",
|
data/lib/stigg/version.rb
CHANGED