stigg-api-client 2.188.0 → 2.194.7
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 +99 -1
- 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: 102f40e734ccfa5722742ba9537fd6ecb94a38d2d8ea0fe4c3085ade6f79ada4
|
|
4
|
+
data.tar.gz: cd83772a3c83f352b4662fed0a19557164c5a14c4971141ffa1dc9c2f6068568
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 955197967669491e32c2249dcd0fc28e9727c86cc6fa945482d6af51ba5099e3bffab29b2dce07d8590f78c08c621ced5942122d3a6cdcd39ac238e2c8f7159e
|
|
7
|
+
data.tar.gz: 84af2b8f61199834de29b209e33afa238ee1fe210bb16d6bd97712284e52884c3f02ef30c1d8fa6485e3d6821d2784c25f8d28cd687eaa8a9b2883db8a967f1e
|
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,
|
|
@@ -64967,9 +64979,21 @@
|
|
|
64967
64979
|
"isDeprecated": false,
|
|
64968
64980
|
"deprecationReason": null
|
|
64969
64981
|
},
|
|
64982
|
+
{
|
|
64983
|
+
"name": "recalculateEntitlements",
|
|
64984
|
+
"description": "Allow skipping entitlement recalculation",
|
|
64985
|
+
"type": {
|
|
64986
|
+
"kind": "SCALAR",
|
|
64987
|
+
"name": "Boolean",
|
|
64988
|
+
"ofType": null
|
|
64989
|
+
},
|
|
64990
|
+
"defaultValue": null,
|
|
64991
|
+
"isDeprecated": false,
|
|
64992
|
+
"deprecationReason": null
|
|
64993
|
+
},
|
|
64970
64994
|
{
|
|
64971
64995
|
"name": "vendorIdentifier",
|
|
64972
|
-
"description":
|
|
64996
|
+
"description": "Type of integration to re-sync",
|
|
64973
64997
|
"type": {
|
|
64974
64998
|
"kind": "NON_NULL",
|
|
64975
64999
|
"name": null,
|
|
@@ -71263,6 +71287,18 @@
|
|
|
71263
71287
|
"isDeprecated": false,
|
|
71264
71288
|
"deprecationReason": null
|
|
71265
71289
|
},
|
|
71290
|
+
{
|
|
71291
|
+
"name": "trialEndBehavior",
|
|
71292
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
|
71293
|
+
"type": {
|
|
71294
|
+
"kind": "ENUM",
|
|
71295
|
+
"name": "TrialEndBehavior",
|
|
71296
|
+
"ofType": null
|
|
71297
|
+
},
|
|
71298
|
+
"defaultValue": null,
|
|
71299
|
+
"isDeprecated": false,
|
|
71300
|
+
"deprecationReason": null
|
|
71301
|
+
},
|
|
71266
71302
|
{
|
|
71267
71303
|
"name": "unitQuantity",
|
|
71268
71304
|
"description": null,
|
|
@@ -77342,6 +77378,56 @@
|
|
|
77342
77378
|
"enumValues": null,
|
|
77343
77379
|
"possibleTypes": null
|
|
77344
77380
|
},
|
|
77381
|
+
{
|
|
77382
|
+
"kind": "OBJECT",
|
|
77383
|
+
"name": "TrialConfiguration",
|
|
77384
|
+
"description": "Trial configuration",
|
|
77385
|
+
"fields": [
|
|
77386
|
+
{
|
|
77387
|
+
"name": "trialEndBehavior",
|
|
77388
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
|
77389
|
+
"args": [],
|
|
77390
|
+
"type": {
|
|
77391
|
+
"kind": "NON_NULL",
|
|
77392
|
+
"name": null,
|
|
77393
|
+
"ofType": {
|
|
77394
|
+
"kind": "ENUM",
|
|
77395
|
+
"name": "TrialEndBehavior",
|
|
77396
|
+
"ofType": null
|
|
77397
|
+
}
|
|
77398
|
+
},
|
|
77399
|
+
"isDeprecated": false,
|
|
77400
|
+
"deprecationReason": null
|
|
77401
|
+
}
|
|
77402
|
+
],
|
|
77403
|
+
"inputFields": null,
|
|
77404
|
+
"interfaces": [],
|
|
77405
|
+
"enumValues": null,
|
|
77406
|
+
"possibleTypes": null
|
|
77407
|
+
},
|
|
77408
|
+
{
|
|
77409
|
+
"kind": "ENUM",
|
|
77410
|
+
"name": "TrialEndBehavior",
|
|
77411
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
|
77412
|
+
"fields": null,
|
|
77413
|
+
"inputFields": null,
|
|
77414
|
+
"interfaces": null,
|
|
77415
|
+
"enumValues": [
|
|
77416
|
+
{
|
|
77417
|
+
"name": "CANCEL_SUBSCRIPTION",
|
|
77418
|
+
"description": "cancel the subscription when the trial is expired",
|
|
77419
|
+
"isDeprecated": false,
|
|
77420
|
+
"deprecationReason": null
|
|
77421
|
+
},
|
|
77422
|
+
{
|
|
77423
|
+
"name": "CONVERT_TO_PAID",
|
|
77424
|
+
"description": "convert the trial subscription to a paid subscription",
|
|
77425
|
+
"isDeprecated": false,
|
|
77426
|
+
"deprecationReason": null
|
|
77427
|
+
}
|
|
77428
|
+
],
|
|
77429
|
+
"possibleTypes": null
|
|
77430
|
+
},
|
|
77345
77431
|
{
|
|
77346
77432
|
"kind": "INPUT_OBJECT",
|
|
77347
77433
|
"name": "TrialOverrideConfigurationInput",
|
|
@@ -77364,6 +77450,18 @@
|
|
|
77364
77450
|
"isDeprecated": false,
|
|
77365
77451
|
"deprecationReason": null
|
|
77366
77452
|
},
|
|
77453
|
+
{
|
|
77454
|
+
"name": "trialEndBehavior",
|
|
77455
|
+
"description": "Indicates the behavior of the subscription when the trial is expired.",
|
|
77456
|
+
"type": {
|
|
77457
|
+
"kind": "ENUM",
|
|
77458
|
+
"name": "TrialEndBehavior",
|
|
77459
|
+
"ofType": null
|
|
77460
|
+
},
|
|
77461
|
+
"defaultValue": null,
|
|
77462
|
+
"isDeprecated": false,
|
|
77463
|
+
"deprecationReason": null
|
|
77464
|
+
},
|
|
77367
77465
|
{
|
|
77368
77466
|
"name": "trialEndDate",
|
|
77369
77467
|
"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.194.7
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|