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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd5ab1db9ac11a95d55ab37341628da5660bbd760eff206992d2e5c98fec495e
4
- data.tar.gz: e388bb6e92becb63be2e365ec733d2ee0339a217f66674cecc9eb710b06ab5bd
3
+ metadata.gz: 102f40e734ccfa5722742ba9537fd6ecb94a38d2d8ea0fe4c3085ade6f79ada4
4
+ data.tar.gz: cd83772a3c83f352b4662fed0a19557164c5a14c4971141ffa1dc9c2f6068568
5
5
  SHA512:
6
- metadata.gz: a9b45eb820249d98a57b1f0a42a8c9c45969c1430345f49ae9cfa372e7f92e50364f7b019421f64094425d957402e438445314f87d3233ff70f5d634140c3e24
7
- data.tar.gz: af55d2b021c42bbb9fb6b62aaa26323868cdf6817b20ec52ea82cc8c48ce6c8278a2088ccd1b606d86de60f8df3baaa8b6372e39f355cc74e50d786fa43f7767
6
+ metadata.gz: 955197967669491e32c2249dcd0fc28e9727c86cc6fa945482d6af51ba5099e3bffab29b2dce07d8590f78c08c621ced5942122d3a6cdcd39ac238e2c8f7159e
7
+ data.tar.gz: 84af2b8f61199834de29b209e33afa238ee1fe210bb16d6bd97712284e52884c3f02ef30c1d8fa6485e3d6821d2784c25f8d28cd687eaa8a9b2883db8a967f1e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.188.0)
4
+ stigg-api-client (2.194.7)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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": null,
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.188.0"
4
+ VERSION = "2.194.7"
5
5
  end
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.188.0
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-05 00:00:00.000000000 Z
11
+ date: 2024-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient