stigg-api-client 2.206.0 → 2.207.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 +24 -0
- 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: 31eb06e6f9fadef686e920f12b9e216e9336d56291600bad7eec93ee49a32e54
|
|
4
|
+
data.tar.gz: 8990dc61b4f2ff6f6122e8777490ccaf8471e3d9bd161bb97744a652c959d3f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e7e3765ef6ea912bc9a0408692f221c590c2dd5a36d9da792fe6216fd4790cbb7fc7ca25aba3f0a574e54d5fd2c3a10a61f8218b9bf0803696bce6b05372911
|
|
7
|
+
data.tar.gz: 598a1b11346c4e94065c19d5c07be2cbddda34874fe387188996c8a2ff58ed8b485f1727e807d432fa7024cd7a05eb0a9f722f2ca55b034856f0d72ba3deb21a
|
data/Gemfile.lock
CHANGED
|
@@ -20411,6 +20411,18 @@
|
|
|
20411
20411
|
"isDeprecated": false,
|
|
20412
20412
|
"deprecationReason": null
|
|
20413
20413
|
},
|
|
20414
|
+
{
|
|
20415
|
+
"name": "trialEndBehavior",
|
|
20416
|
+
"description": "Trial end behavior",
|
|
20417
|
+
"args": [],
|
|
20418
|
+
"type": {
|
|
20419
|
+
"kind": "ENUM",
|
|
20420
|
+
"name": "TrialEndBehavior",
|
|
20421
|
+
"ofType": null
|
|
20422
|
+
},
|
|
20423
|
+
"isDeprecated": false,
|
|
20424
|
+
"deprecationReason": null
|
|
20425
|
+
},
|
|
20414
20426
|
{
|
|
20415
20427
|
"name": "units",
|
|
20416
20428
|
"description": null,
|
|
@@ -20510,6 +20522,18 @@
|
|
|
20510
20522
|
"isDeprecated": false,
|
|
20511
20523
|
"deprecationReason": null
|
|
20512
20524
|
},
|
|
20525
|
+
{
|
|
20526
|
+
"name": "trialEndBehavior",
|
|
20527
|
+
"description": "Trial end behavior",
|
|
20528
|
+
"type": {
|
|
20529
|
+
"kind": "ENUM",
|
|
20530
|
+
"name": "TrialEndBehavior",
|
|
20531
|
+
"ofType": null
|
|
20532
|
+
},
|
|
20533
|
+
"defaultValue": null,
|
|
20534
|
+
"isDeprecated": false,
|
|
20535
|
+
"deprecationReason": null
|
|
20536
|
+
},
|
|
20513
20537
|
{
|
|
20514
20538
|
"name": "units",
|
|
20515
20539
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED