stigg-api-client 1.119.0 → 1.122.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43e99a121290ec627398628cf39c22dbd7ab018f53c3726a37d30e6008b71084
4
- data.tar.gz: f982c0a3d8a32cdeb169ad896162a6cffb6937286270a0e456e67150ff1e45f1
3
+ metadata.gz: 5da57373099a5b39c7ba563d601744f17208b263605ec2673663a3f8091178fe
4
+ data.tar.gz: d1ca01e22d6f6b7db82c933e44a349bcc8c5cd1c91df78934bd7f93839ec1bf3
5
5
  SHA512:
6
- metadata.gz: 4dae08983cfb7baa8e95a7635fa54daeb38cb60d7b925fa89ed0610801448755cd0ec31d463c5790f0faf69b92f57362f49df1b8fd25f4c6cda876c27eeb7454
7
- data.tar.gz: 131798d5a98f5b77c5337bb4c96202806fe7537f425ea36f8e03651bb0afe83ad4e2ab39445e460eb59a73edb248b434912255f6a36e7eea1d353cda909602c2
6
+ metadata.gz: 9aef0800f9b1e5dad05a72148a10a2078c0390e7a546d6b9ecf21d8c9053e9f6a6e831487892ac4353175e5abd0697a05c6e09bcf373cf3fed9914887945670f
7
+ data.tar.gz: 30ef4422c254c9cdd83b7eb86e960dc6902d0687637b3ea400ae8bc861af33b8b55ca820028abd53660d016137e0501a59a4a8ac835bdbb1a5f90af5cd8a6307
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.119.0)
4
+ stigg-api-client (1.122.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3462,6 +3462,18 @@
3462
3462
  "isDeprecated": false,
3463
3463
  "deprecationReason": null
3464
3464
  },
3465
+ {
3466
+ "name": "budgetCapConfiguration",
3467
+ "description": "Budget cap configuration",
3468
+ "type": {
3469
+ "kind": "INPUT_OBJECT",
3470
+ "name": "BudgetCapConfigurationInput",
3471
+ "ofType": null
3472
+ },
3473
+ "defaultValue": null,
3474
+ "isDeprecated": false,
3475
+ "deprecationReason": null
3476
+ },
3465
3477
  {
3466
3478
  "name": "customerId",
3467
3479
  "description": null,
@@ -5294,6 +5306,92 @@
5294
5306
  "enumValues": null,
5295
5307
  "possibleTypes": null
5296
5308
  },
5309
+ {
5310
+ "kind": "OBJECT",
5311
+ "name": "BudgetCapConfiguration",
5312
+ "description": "Budget cap configuration",
5313
+ "fields": [
5314
+ {
5315
+ "name": "hasSoftLimit",
5316
+ "description": "Indicates the behavior of the budget cap when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
5317
+ "args": [],
5318
+ "type": {
5319
+ "kind": "NON_NULL",
5320
+ "name": null,
5321
+ "ofType": {
5322
+ "kind": "SCALAR",
5323
+ "name": "Boolean",
5324
+ "ofType": null
5325
+ }
5326
+ },
5327
+ "isDeprecated": false,
5328
+ "deprecationReason": null
5329
+ },
5330
+ {
5331
+ "name": "limit",
5332
+ "description": "The maximum spending limit",
5333
+ "args": [],
5334
+ "type": {
5335
+ "kind": "NON_NULL",
5336
+ "name": null,
5337
+ "ofType": {
5338
+ "kind": "SCALAR",
5339
+ "name": "Float",
5340
+ "ofType": null
5341
+ }
5342
+ },
5343
+ "isDeprecated": false,
5344
+ "deprecationReason": null
5345
+ }
5346
+ ],
5347
+ "inputFields": null,
5348
+ "interfaces": [],
5349
+ "enumValues": null,
5350
+ "possibleTypes": null
5351
+ },
5352
+ {
5353
+ "kind": "INPUT_OBJECT",
5354
+ "name": "BudgetCapConfigurationInput",
5355
+ "description": "Budget cap configuration input",
5356
+ "fields": null,
5357
+ "inputFields": [
5358
+ {
5359
+ "name": "hasSoftLimit",
5360
+ "description": "Indicates the behavior of the budget cap when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false.",
5361
+ "type": {
5362
+ "kind": "NON_NULL",
5363
+ "name": null,
5364
+ "ofType": {
5365
+ "kind": "SCALAR",
5366
+ "name": "Boolean",
5367
+ "ofType": null
5368
+ }
5369
+ },
5370
+ "defaultValue": null,
5371
+ "isDeprecated": false,
5372
+ "deprecationReason": null
5373
+ },
5374
+ {
5375
+ "name": "limit",
5376
+ "description": "The maximum spending limit",
5377
+ "type": {
5378
+ "kind": "NON_NULL",
5379
+ "name": null,
5380
+ "ofType": {
5381
+ "kind": "SCALAR",
5382
+ "name": "Float",
5383
+ "ofType": null
5384
+ }
5385
+ },
5386
+ "defaultValue": null,
5387
+ "isDeprecated": false,
5388
+ "deprecationReason": null
5389
+ }
5390
+ ],
5391
+ "interfaces": null,
5392
+ "enumValues": null,
5393
+ "possibleTypes": null
5394
+ },
5297
5395
  {
5298
5396
  "kind": "OBJECT",
5299
5397
  "name": "CannotDeleteCustomerError",
@@ -15550,6 +15648,30 @@
15550
15648
  "isDeprecated": false,
15551
15649
  "deprecationReason": null
15552
15650
  },
15651
+ {
15652
+ "name": "budgetCapConfiguration",
15653
+ "description": "Budget cap configuration",
15654
+ "args": [],
15655
+ "type": {
15656
+ "kind": "OBJECT",
15657
+ "name": "BudgetCapConfiguration",
15658
+ "ofType": null
15659
+ },
15660
+ "isDeprecated": false,
15661
+ "deprecationReason": null
15662
+ },
15663
+ {
15664
+ "name": "budgetCapExceeded",
15665
+ "description": "Indicates if the budget cap has been exceeded",
15666
+ "args": [],
15667
+ "type": {
15668
+ "kind": "SCALAR",
15669
+ "name": "Boolean",
15670
+ "ofType": null
15671
+ },
15672
+ "isDeprecated": false,
15673
+ "deprecationReason": null
15674
+ },
15553
15675
  {
15554
15676
  "name": "cancelReason",
15555
15677
  "description": null,
@@ -56435,6 +56557,18 @@
56435
56557
  "isDeprecated": false,
56436
56558
  "deprecationReason": null
56437
56559
  },
56560
+ {
56561
+ "name": "budgetCapConfiguration",
56562
+ "description": "Budget cap configuration",
56563
+ "type": {
56564
+ "kind": "INPUT_OBJECT",
56565
+ "name": "BudgetCapConfigurationInput",
56566
+ "ofType": null
56567
+ },
56568
+ "defaultValue": null,
56569
+ "isDeprecated": false,
56570
+ "deprecationReason": null
56571
+ },
56438
56572
  {
56439
56573
  "name": "planId",
56440
56574
  "description": null,
@@ -56765,6 +56899,18 @@
56765
56899
  "isDeprecated": false,
56766
56900
  "deprecationReason": null
56767
56901
  },
56902
+ {
56903
+ "name": "budgetCapConfiguration",
56904
+ "description": "Budget cap configuration",
56905
+ "type": {
56906
+ "kind": "INPUT_OBJECT",
56907
+ "name": "BudgetCapConfigurationInput",
56908
+ "ofType": null
56909
+ },
56910
+ "defaultValue": null,
56911
+ "isDeprecated": false,
56912
+ "deprecationReason": null
56913
+ },
56768
56914
  {
56769
56915
  "name": "checkoutOptions",
56770
56916
  "description": null,
@@ -57104,6 +57250,18 @@
57104
57250
  "isDeprecated": false,
57105
57251
  "deprecationReason": null
57106
57252
  },
57253
+ {
57254
+ "name": "budgetCapConfiguration",
57255
+ "description": "Budget cap configuration",
57256
+ "type": {
57257
+ "kind": "INPUT_OBJECT",
57258
+ "name": "BudgetCapConfigurationInput",
57259
+ "ofType": null
57260
+ },
57261
+ "defaultValue": null,
57262
+ "isDeprecated": false,
57263
+ "deprecationReason": null
57264
+ },
57107
57265
  {
57108
57266
  "name": "checkoutOptions",
57109
57267
  "description": null,
@@ -66846,6 +67004,18 @@
66846
67004
  "isDeprecated": false,
66847
67005
  "deprecationReason": null
66848
67006
  },
67007
+ {
67008
+ "name": "budgetCapConfiguration",
67009
+ "description": "Budget cap configuration",
67010
+ "type": {
67011
+ "kind": "INPUT_OBJECT",
67012
+ "name": "BudgetCapConfigurationInput",
67013
+ "ofType": null
67014
+ },
67015
+ "defaultValue": null,
67016
+ "isDeprecated": false,
67017
+ "deprecationReason": null
67018
+ },
66849
67019
  {
66850
67020
  "name": "crmId",
66851
67021
  "description": null,
@@ -74497,6 +74667,18 @@
74497
74667
  "isDeprecated": false,
74498
74668
  "deprecationReason": null
74499
74669
  },
74670
+ {
74671
+ "name": "budgetCapConfiguration",
74672
+ "description": "Budget cap configuration",
74673
+ "type": {
74674
+ "kind": "INPUT_OBJECT",
74675
+ "name": "BudgetCapConfigurationInput",
74676
+ "ofType": null
74677
+ },
74678
+ "defaultValue": null,
74679
+ "isDeprecated": false,
74680
+ "deprecationReason": null
74681
+ },
74500
74682
  {
74501
74683
  "name": "environmentId",
74502
74684
  "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.119.0"
4
+ VERSION = "1.122.0"
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.119.0
4
+ version: 1.122.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-04-10 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient