stigg-api-client 5.255.0 → 5.256.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +22 -2
- 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: 5101ba165f91870e759bd063e10838e68c2aae0d36e67f61d59481e1ea37ac94
|
|
4
|
+
data.tar.gz: 3103e1a54fee90edb1667ec691e166035034c402f95856eaa05102c849906949
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e96333675a72e1baa19784f6331bbe7f066411cca9c4bba0084c1e5c6cc61f6ce9bdf6a97dc902198bb525c12139da256209d16d208b2e9dc3d2e127897b98f
|
|
7
|
+
data.tar.gz: fa6a8b0feec4d69e3781f878da99808fba3c9d976c57389603e72c5893746f8bd18eb77339175ee7429c602ffc91ce2ccb85f7e6ac663a8e0b3b32cd8cd23ab1
|
data/Gemfile.lock
CHANGED
|
@@ -24841,7 +24841,7 @@
|
|
|
24841
24841
|
}
|
|
24842
24842
|
},
|
|
24843
24843
|
"isDeprecated": true,
|
|
24844
|
-
"deprecationReason": "Use entitlements field instead which
|
|
24844
|
+
"deprecationReason": "Use entitlements field instead which includes both feature and credit entitlements"
|
|
24845
24845
|
},
|
|
24846
24846
|
{
|
|
24847
24847
|
"name": "subscriptionId",
|
|
@@ -100722,7 +100722,7 @@
|
|
|
100722
100722
|
}
|
|
100723
100723
|
},
|
|
100724
100724
|
"isDeprecated": true,
|
|
100725
|
-
"deprecationReason": "Use entitlements field instead which
|
|
100725
|
+
"deprecationReason": "Use entitlements field instead which includes both feature and credit entitlements"
|
|
100726
100726
|
},
|
|
100727
100727
|
{
|
|
100728
100728
|
"name": "subscriptionId",
|
|
@@ -108160,6 +108160,26 @@
|
|
|
108160
108160
|
"isDeprecated": false,
|
|
108161
108161
|
"deprecationReason": null
|
|
108162
108162
|
},
|
|
108163
|
+
{
|
|
108164
|
+
"name": "entitlements",
|
|
108165
|
+
"description": null,
|
|
108166
|
+
"type": {
|
|
108167
|
+
"kind": "LIST",
|
|
108168
|
+
"name": null,
|
|
108169
|
+
"ofType": {
|
|
108170
|
+
"kind": "NON_NULL",
|
|
108171
|
+
"name": null,
|
|
108172
|
+
"ofType": {
|
|
108173
|
+
"kind": "INPUT_OBJECT",
|
|
108174
|
+
"name": "SubscriptionEntitlementInputV2",
|
|
108175
|
+
"ofType": null
|
|
108176
|
+
}
|
|
108177
|
+
}
|
|
108178
|
+
},
|
|
108179
|
+
"defaultValue": null,
|
|
108180
|
+
"isDeprecated": false,
|
|
108181
|
+
"deprecationReason": null
|
|
108182
|
+
},
|
|
108163
108183
|
{
|
|
108164
108184
|
"name": "environmentId",
|
|
108165
108185
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED