stigg-api-client 2.188.0 → 2.192.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +86 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0b0e70e720258e5944aecdbecf27d1dba6d951663e8a2d1b4345a06ba3a2dc3
|
4
|
+
data.tar.gz: 394f4c520c409d195522738fb6cf60aa1a0aed797c653b6e58d970cbb093b914
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8901b71030fc0d47ba1666979a142199d505692a36dde77a38591391124a53210e335c75ce144dfc3766646e81d62991527a0fd2ec063d5d7b48b880457f4f0
|
7
|
+
data.tar.gz: 524abdcde84becad79f2d09e69c332317b5749ae08b403e13d171d5ab883d0a720e230c8ff038325171f50aa5cd3e06c4ecbcdfddf35d32e7119648b44690ac0
|
data/Gemfile.lock
CHANGED
@@ -17152,6 +17152,18 @@
|
|
17152
17152
|
"isDeprecated": false,
|
17153
17153
|
"deprecationReason": null
|
17154
17154
|
},
|
17155
|
+
{
|
17156
|
+
"name": "trialConfiguration",
|
17157
|
+
"description": "Trial configuration",
|
17158
|
+
"args": [],
|
17159
|
+
"type": {
|
17160
|
+
"kind": "OBJECT",
|
17161
|
+
"name": "TrialConfiguration",
|
17162
|
+
"ofType": null
|
17163
|
+
},
|
17164
|
+
"isDeprecated": false,
|
17165
|
+
"deprecationReason": null
|
17166
|
+
},
|
17155
17167
|
{
|
17156
17168
|
"name": "trialEndDate",
|
17157
17169
|
"description": null,
|
@@ -71263,6 +71275,18 @@
|
|
71263
71275
|
"isDeprecated": false,
|
71264
71276
|
"deprecationReason": null
|
71265
71277
|
},
|
71278
|
+
{
|
71279
|
+
"name": "trialEndBehavior",
|
71280
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
71281
|
+
"type": {
|
71282
|
+
"kind": "ENUM",
|
71283
|
+
"name": "TrialEndBehavior",
|
71284
|
+
"ofType": null
|
71285
|
+
},
|
71286
|
+
"defaultValue": null,
|
71287
|
+
"isDeprecated": false,
|
71288
|
+
"deprecationReason": null
|
71289
|
+
},
|
71266
71290
|
{
|
71267
71291
|
"name": "unitQuantity",
|
71268
71292
|
"description": null,
|
@@ -77342,6 +77366,56 @@
|
|
77342
77366
|
"enumValues": null,
|
77343
77367
|
"possibleTypes": null
|
77344
77368
|
},
|
77369
|
+
{
|
77370
|
+
"kind": "OBJECT",
|
77371
|
+
"name": "TrialConfiguration",
|
77372
|
+
"description": "Trial configuration",
|
77373
|
+
"fields": [
|
77374
|
+
{
|
77375
|
+
"name": "trialEndBehavior",
|
77376
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
77377
|
+
"args": [],
|
77378
|
+
"type": {
|
77379
|
+
"kind": "NON_NULL",
|
77380
|
+
"name": null,
|
77381
|
+
"ofType": {
|
77382
|
+
"kind": "ENUM",
|
77383
|
+
"name": "TrialEndBehavior",
|
77384
|
+
"ofType": null
|
77385
|
+
}
|
77386
|
+
},
|
77387
|
+
"isDeprecated": false,
|
77388
|
+
"deprecationReason": null
|
77389
|
+
}
|
77390
|
+
],
|
77391
|
+
"inputFields": null,
|
77392
|
+
"interfaces": [],
|
77393
|
+
"enumValues": null,
|
77394
|
+
"possibleTypes": null
|
77395
|
+
},
|
77396
|
+
{
|
77397
|
+
"kind": "ENUM",
|
77398
|
+
"name": "TrialEndBehavior",
|
77399
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
77400
|
+
"fields": null,
|
77401
|
+
"inputFields": null,
|
77402
|
+
"interfaces": null,
|
77403
|
+
"enumValues": [
|
77404
|
+
{
|
77405
|
+
"name": "CANCEL_SUBSCRIPTION",
|
77406
|
+
"description": "cancel the subscription when the trial is expired",
|
77407
|
+
"isDeprecated": false,
|
77408
|
+
"deprecationReason": null
|
77409
|
+
},
|
77410
|
+
{
|
77411
|
+
"name": "CONVERT_TO_PAID",
|
77412
|
+
"description": "convert the trial subscription to a paid subscription",
|
77413
|
+
"isDeprecated": false,
|
77414
|
+
"deprecationReason": null
|
77415
|
+
}
|
77416
|
+
],
|
77417
|
+
"possibleTypes": null
|
77418
|
+
},
|
77345
77419
|
{
|
77346
77420
|
"kind": "INPUT_OBJECT",
|
77347
77421
|
"name": "TrialOverrideConfigurationInput",
|
@@ -77364,6 +77438,18 @@
|
|
77364
77438
|
"isDeprecated": false,
|
77365
77439
|
"deprecationReason": null
|
77366
77440
|
},
|
77441
|
+
{
|
77442
|
+
"name": "trialEndBehavior",
|
77443
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
77444
|
+
"type": {
|
77445
|
+
"kind": "ENUM",
|
77446
|
+
"name": "TrialEndBehavior",
|
77447
|
+
"ofType": null
|
77448
|
+
},
|
77449
|
+
"defaultValue": null,
|
77450
|
+
"isDeprecated": false,
|
77451
|
+
"deprecationReason": null
|
77452
|
+
},
|
77367
77453
|
{
|
77368
77454
|
"name": "trialEndDate",
|
77369
77455
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stigg-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.192.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|