stigg-api-client 1.134.0 → 1.139.2

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: 51e616d79aa4350411c74109096ee1449dd4e11b66f0e6939f05160aecc4018b
4
- data.tar.gz: c6b135c77017ae108dbe743fe1a4dc782a45eb06716f8683a9465f97657a5e66
3
+ metadata.gz: 2fffe255a1fae2a4cc105bcdf1036a195af25cc360208f201df0774b5981bb8c
4
+ data.tar.gz: 0f8baf748637521ab0617f0e55aa72965303bed161c16e7aa500607744408ff4
5
5
  SHA512:
6
- metadata.gz: 2714b1df16eb388c98786aa892a5fa9672327c5fd3b4cdbef498887395f59af44787f6c159a564a78fce9af190eb4c146bcb85d99427c8f3a6b66b48581ad969
7
- data.tar.gz: d6e9d0dc4fe6ff2d75da4a08fc043f60c8dcaef948ccbb4d0264e087cd2d87422859d982b6a9fb903217ead10322ae81da806d955136051dd32aab4bfb76d3cd
6
+ metadata.gz: 0c59b1985b0984821e7b0985e7cb031d3c676a26bab1c198c1c2be7b4dfb0d114b2a8d86796b0325ede22254335293c1d41a113960830bb6729ddb9e6ddca4dd
7
+ data.tar.gz: bd19036fc662c75d2dec5f373b052dba7445dffc22ceb744891f261b8b9d3fdc9131c4b3cd67b5283bf6c6b1236922e29dc56a926e0cc599064d9a5f103caf10
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.134.0)
4
+ stigg-api-client (1.139.2)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -5367,53 +5367,6 @@
5367
5367
  "enumValues": null,
5368
5368
  "possibleTypes": null
5369
5369
  },
5370
- {
5371
- "kind": "OBJECT",
5372
- "name": "BudgetConfigurationChange",
5373
- "description": "Budget configuration change",
5374
- "fields": [
5375
- {
5376
- "name": "after",
5377
- "description": "The value after the change",
5378
- "args": [],
5379
- "type": {
5380
- "kind": "OBJECT",
5381
- "name": "BudgetConfiguration",
5382
- "ofType": null
5383
- },
5384
- "isDeprecated": false,
5385
- "deprecationReason": null
5386
- },
5387
- {
5388
- "name": "before",
5389
- "description": "The value before the change",
5390
- "args": [],
5391
- "type": {
5392
- "kind": "OBJECT",
5393
- "name": "BudgetConfiguration",
5394
- "ofType": null
5395
- },
5396
- "isDeprecated": false,
5397
- "deprecationReason": null
5398
- },
5399
- {
5400
- "name": "changeType",
5401
- "description": "The change type",
5402
- "args": [],
5403
- "type": {
5404
- "kind": "ENUM",
5405
- "name": "ChangeType",
5406
- "ofType": null
5407
- },
5408
- "isDeprecated": false,
5409
- "deprecationReason": null
5410
- }
5411
- ],
5412
- "inputFields": null,
5413
- "interfaces": [],
5414
- "enumValues": null,
5415
- "possibleTypes": null
5416
- },
5417
5370
  {
5418
5371
  "kind": "INPUT_OBJECT",
5419
5372
  "name": "BudgetConfigurationInput",
@@ -19291,6 +19244,18 @@
19291
19244
  "name": "DefaultTrialConfig",
19292
19245
  "description": null,
19293
19246
  "fields": [
19247
+ {
19248
+ "name": "budget",
19249
+ "description": "Budget configuration",
19250
+ "args": [],
19251
+ "type": {
19252
+ "kind": "OBJECT",
19253
+ "name": "BudgetConfiguration",
19254
+ "ofType": null
19255
+ },
19256
+ "isDeprecated": false,
19257
+ "deprecationReason": null
19258
+ },
19294
19259
  {
19295
19260
  "name": "duration",
19296
19261
  "description": null,
@@ -19382,6 +19347,18 @@
19382
19347
  "description": null,
19383
19348
  "fields": null,
19384
19349
  "inputFields": [
19350
+ {
19351
+ "name": "budget",
19352
+ "description": "Budget configuration",
19353
+ "type": {
19354
+ "kind": "INPUT_OBJECT",
19355
+ "name": "BudgetConfigurationInput",
19356
+ "ofType": null
19357
+ },
19358
+ "defaultValue": null,
19359
+ "isDeprecated": false,
19360
+ "deprecationReason": null
19361
+ },
19385
19362
  {
19386
19363
  "name": "duration",
19387
19364
  "description": null,
@@ -30650,6 +30627,22 @@
30650
30627
  "isDeprecated": false,
30651
30628
  "deprecationReason": null
30652
30629
  },
30630
+ {
30631
+ "name": "minimumSpendAdjustment",
30632
+ "description": "The minimum spend adjustment applied to the invoice",
30633
+ "args": [],
30634
+ "type": {
30635
+ "kind": "NON_NULL",
30636
+ "name": null,
30637
+ "ofType": {
30638
+ "kind": "OBJECT",
30639
+ "name": "Money",
30640
+ "ofType": null
30641
+ }
30642
+ },
30643
+ "isDeprecated": false,
30644
+ "deprecationReason": null
30645
+ },
30653
30646
  {
30654
30647
  "name": "proration",
30655
30648
  "description": null,
@@ -40222,18 +40215,6 @@
40222
40215
  "isDeprecated": false,
40223
40216
  "deprecationReason": null
40224
40217
  },
40225
- {
40226
- "name": "budget",
40227
- "description": "Budget configuration",
40228
- "args": [],
40229
- "type": {
40230
- "kind": "OBJECT",
40231
- "name": "BudgetConfigurationChange",
40232
- "ofType": null
40233
- },
40234
- "isDeprecated": false,
40235
- "deprecationReason": null
40236
- },
40237
40218
  {
40238
40219
  "name": "compatibleAddons",
40239
40220
  "description": null,
@@ -44900,18 +44881,6 @@
44900
44881
  "description": null,
44901
44882
  "fields": null,
44902
44883
  "inputFields": [
44903
- {
44904
- "name": "budget",
44905
- "description": "Budget configuration",
44906
- "type": {
44907
- "kind": "INPUT_OBJECT",
44908
- "name": "BudgetConfigurationInput",
44909
- "ofType": null
44910
- },
44911
- "defaultValue": null,
44912
- "isDeprecated": false,
44913
- "deprecationReason": null
44914
- },
44915
44884
  {
44916
44885
  "name": "environmentId",
44917
44886
  "description": null,
@@ -47327,18 +47296,6 @@
47327
47296
  "isDeprecated": false,
47328
47297
  "deprecationReason": null
47329
47298
  },
47330
- {
47331
- "name": "budget",
47332
- "description": "Budget configuration",
47333
- "args": [],
47334
- "type": {
47335
- "kind": "OBJECT",
47336
- "name": "BudgetConfiguration",
47337
- "ofType": null
47338
- },
47339
- "isDeprecated": false,
47340
- "deprecationReason": null
47341
- },
47342
47299
  {
47343
47300
  "name": "compatibleAddons",
47344
47301
  "description": null,
@@ -68982,6 +68939,22 @@
68982
68939
  "isDeprecated": false,
68983
68940
  "deprecationReason": null
68984
68941
  },
68942
+ {
68943
+ "name": "minimumSpendAdjustment",
68944
+ "description": "The minimum spend adjustment applied to the invoice",
68945
+ "args": [],
68946
+ "type": {
68947
+ "kind": "NON_NULL",
68948
+ "name": null,
68949
+ "ofType": {
68950
+ "kind": "OBJECT",
68951
+ "name": "Money",
68952
+ "ofType": null
68953
+ }
68954
+ },
68955
+ "isDeprecated": false,
68956
+ "deprecationReason": null
68957
+ },
68985
68958
  {
68986
68959
  "name": "proration",
68987
68960
  "description": null,
@@ -69243,6 +69216,22 @@
69243
69216
  "isDeprecated": false,
69244
69217
  "deprecationReason": null
69245
69218
  },
69219
+ {
69220
+ "name": "minimumSpendAdjustment",
69221
+ "description": "The minimum spend adjustment applied to the invoice",
69222
+ "args": [],
69223
+ "type": {
69224
+ "kind": "NON_NULL",
69225
+ "name": null,
69226
+ "ofType": {
69227
+ "kind": "OBJECT",
69228
+ "name": "Money",
69229
+ "ofType": null
69230
+ }
69231
+ },
69232
+ "isDeprecated": false,
69233
+ "deprecationReason": null
69234
+ },
69246
69235
  {
69247
69236
  "name": "subTotal",
69248
69237
  "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 = "1.134.0"
4
+ VERSION = "1.139.2"
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: 1.134.0
4
+ version: 1.139.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-15 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient