stigg-api-client 1.125.0 → 1.126.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 862420daa10429d2d8f7232493df380e0febff71c88978efc45b00a1aeedb487
4
- data.tar.gz: 5c50610047040f54c751c19d977f6879496edc1d2099f6f77434147b54fb6e56
3
+ metadata.gz: 2e321fc57085177762d6aee600d5d51931d788d3ab5a905d42ad6de069a4213d
4
+ data.tar.gz: 9c4b336be580c0f780460ebd235c7b03185e4c07f910843e6074b92871280ab0
5
5
  SHA512:
6
- metadata.gz: 1e1f470374fe27184015e1b2b8efeec6b39287cc42455bf46865be8cd036b52a25f71fe77ed13a68abb0a7d615f297d1f2e08a101774b70a4b2f4f9e7125f498
7
- data.tar.gz: 49c320c930ce9cf49cd40b79c60ed5e3dc3afcb8b1a92a892fd7fd44e8e364348374a25fd44a1836ae555d2c11def604dfafac319ee884e6495b6f0bd5491488
6
+ metadata.gz: 6992faeb8332edfa502e78bdf423dbbf116a57b24f5198e64e83728abd936a68b19ec22d8848e47990765d121600137aa31445898c7563c831b566f6484bcae8
7
+ data.tar.gz: 13ac11135043342246d9551bcda61cef669bf13fbe1196ba42603183cf5b7c1240801e8bfe062a5066aec4a07aedc69bfd9c82c796256b55f7d81844b2b5a623
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.125.0)
4
+ stigg-api-client (1.126.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -19289,7 +19289,7 @@
19289
19289
  "fields": [
19290
19290
  {
19291
19291
  "name": "after",
19292
- "description": null,
19292
+ "description": "The value after the change",
19293
19293
  "args": [],
19294
19294
  "type": {
19295
19295
  "kind": "OBJECT",
@@ -19301,7 +19301,7 @@
19301
19301
  },
19302
19302
  {
19303
19303
  "name": "before",
19304
- "description": null,
19304
+ "description": "The value before the change",
19305
19305
  "args": [],
19306
19306
  "type": {
19307
19307
  "kind": "OBJECT",
@@ -19313,7 +19313,7 @@
19313
19313
  },
19314
19314
  {
19315
19315
  "name": "changeType",
19316
- "description": null,
19316
+ "description": "The change type",
19317
19317
  "args": [],
19318
19318
  "type": {
19319
19319
  "kind": "ENUM",
@@ -35152,6 +35152,135 @@
35152
35152
  "enumValues": null,
35153
35153
  "possibleTypes": null
35154
35154
  },
35155
+ {
35156
+ "kind": "OBJECT",
35157
+ "name": "MinimumSpend",
35158
+ "description": "Minimum spend configuration",
35159
+ "fields": [
35160
+ {
35161
+ "name": "billingPeriod",
35162
+ "description": "Minimum spend billing period",
35163
+ "args": [],
35164
+ "type": {
35165
+ "kind": "NON_NULL",
35166
+ "name": null,
35167
+ "ofType": {
35168
+ "kind": "ENUM",
35169
+ "name": "BillingPeriod",
35170
+ "ofType": null
35171
+ }
35172
+ },
35173
+ "isDeprecated": false,
35174
+ "deprecationReason": null
35175
+ },
35176
+ {
35177
+ "name": "minimum",
35178
+ "description": "The minimum spend limit",
35179
+ "args": [],
35180
+ "type": {
35181
+ "kind": "NON_NULL",
35182
+ "name": null,
35183
+ "ofType": {
35184
+ "kind": "OBJECT",
35185
+ "name": "Money",
35186
+ "ofType": null
35187
+ }
35188
+ },
35189
+ "isDeprecated": false,
35190
+ "deprecationReason": null
35191
+ }
35192
+ ],
35193
+ "inputFields": null,
35194
+ "interfaces": [],
35195
+ "enumValues": null,
35196
+ "possibleTypes": null
35197
+ },
35198
+ {
35199
+ "kind": "OBJECT",
35200
+ "name": "MinimumSpendChange",
35201
+ "description": "Minimum spend change",
35202
+ "fields": [
35203
+ {
35204
+ "name": "after",
35205
+ "description": "The value after the change",
35206
+ "args": [],
35207
+ "type": {
35208
+ "kind": "OBJECT",
35209
+ "name": "MinimumSpend",
35210
+ "ofType": null
35211
+ },
35212
+ "isDeprecated": false,
35213
+ "deprecationReason": null
35214
+ },
35215
+ {
35216
+ "name": "before",
35217
+ "description": "The value before the change",
35218
+ "args": [],
35219
+ "type": {
35220
+ "kind": "OBJECT",
35221
+ "name": "MinimumSpend",
35222
+ "ofType": null
35223
+ },
35224
+ "isDeprecated": false,
35225
+ "deprecationReason": null
35226
+ },
35227
+ {
35228
+ "name": "changeType",
35229
+ "description": "The change type",
35230
+ "args": [],
35231
+ "type": {
35232
+ "kind": "ENUM",
35233
+ "name": "ChangeType",
35234
+ "ofType": null
35235
+ },
35236
+ "isDeprecated": false,
35237
+ "deprecationReason": null
35238
+ }
35239
+ ],
35240
+ "inputFields": null,
35241
+ "interfaces": [],
35242
+ "enumValues": null,
35243
+ "possibleTypes": null
35244
+ },
35245
+ {
35246
+ "kind": "INPUT_OBJECT",
35247
+ "name": "MinimumSpendInput",
35248
+ "description": "Minimum spend input",
35249
+ "fields": null,
35250
+ "inputFields": [
35251
+ {
35252
+ "name": "billingPeriod",
35253
+ "description": "The billing period of minimum spend",
35254
+ "type": {
35255
+ "kind": "NON_NULL",
35256
+ "name": null,
35257
+ "ofType": {
35258
+ "kind": "ENUM",
35259
+ "name": "BillingPeriod",
35260
+ "ofType": null
35261
+ }
35262
+ },
35263
+ "defaultValue": null,
35264
+ "isDeprecated": false,
35265
+ "deprecationReason": null
35266
+ },
35267
+ {
35268
+ "name": "minimum",
35269
+ "description": "The minimum spend value",
35270
+ "type": {
35271
+ "kind": "INPUT_OBJECT",
35272
+ "name": "MoneyInputDTO",
35273
+ "ofType": null
35274
+ },
35275
+ "defaultValue": null,
35276
+ "isDeprecated": false,
35277
+ "deprecationReason": null
35278
+ }
35279
+ ],
35280
+ "interfaces": null,
35281
+ "enumValues": null,
35282
+ "possibleTypes": null
35283
+ },
35155
35284
  {
35156
35285
  "kind": "OBJECT",
35157
35286
  "name": "MockPaywall",
@@ -39359,7 +39488,7 @@
39359
39488
  "fields": [
39360
39489
  {
39361
39490
  "name": "after",
39362
- "description": null,
39491
+ "description": "The value after the change",
39363
39492
  "args": [],
39364
39493
  "type": {
39365
39494
  "kind": "SCALAR",
@@ -39371,7 +39500,7 @@
39371
39500
  },
39372
39501
  {
39373
39502
  "name": "before",
39374
- "description": null,
39503
+ "description": "The value before the change",
39375
39504
  "args": [],
39376
39505
  "type": {
39377
39506
  "kind": "SCALAR",
@@ -39383,7 +39512,7 @@
39383
39512
  },
39384
39513
  {
39385
39514
  "name": "changeType",
39386
- "description": null,
39515
+ "description": "The change type",
39387
39516
  "args": [],
39388
39517
  "type": {
39389
39518
  "kind": "ENUM",
@@ -40157,6 +40286,26 @@
40157
40286
  "isDeprecated": false,
40158
40287
  "deprecationReason": null
40159
40288
  },
40289
+ {
40290
+ "name": "minimumSpend",
40291
+ "description": "Minimum spend limit",
40292
+ "args": [],
40293
+ "type": {
40294
+ "kind": "LIST",
40295
+ "name": null,
40296
+ "ofType": {
40297
+ "kind": "NON_NULL",
40298
+ "name": null,
40299
+ "ofType": {
40300
+ "kind": "OBJECT",
40301
+ "name": "MinimumSpendChange",
40302
+ "ofType": null
40303
+ }
40304
+ }
40305
+ },
40306
+ "isDeprecated": false,
40307
+ "deprecationReason": null
40308
+ },
40160
40309
  {
40161
40310
  "name": "overagePrices",
40162
40311
  "description": null,
@@ -41480,7 +41629,7 @@
41480
41629
  "fields": [
41481
41630
  {
41482
41631
  "name": "after",
41483
- "description": null,
41632
+ "description": "The value after the change",
41484
41633
  "args": [],
41485
41634
  "type": {
41486
41635
  "kind": "OBJECT",
@@ -41492,7 +41641,7 @@
41492
41641
  },
41493
41642
  {
41494
41643
  "name": "before",
41495
- "description": null,
41644
+ "description": "The value before the change",
41496
41645
  "args": [],
41497
41646
  "type": {
41498
41647
  "kind": "OBJECT",
@@ -41504,7 +41653,7 @@
41504
41653
  },
41505
41654
  {
41506
41655
  "name": "changeType",
41507
- "description": null,
41656
+ "description": "The change type",
41508
41657
  "args": [],
41509
41658
  "type": {
41510
41659
  "kind": "ENUM",
@@ -44613,7 +44762,7 @@
44613
44762
  "fields": [
44614
44763
  {
44615
44764
  "name": "after",
44616
- "description": null,
44765
+ "description": "The value after the change",
44617
44766
  "args": [],
44618
44767
  "type": {
44619
44768
  "kind": "OBJECT",
@@ -44625,7 +44774,7 @@
44625
44774
  },
44626
44775
  {
44627
44776
  "name": "before",
44628
- "description": null,
44777
+ "description": "The value before the change",
44629
44778
  "args": [],
44630
44779
  "type": {
44631
44780
  "kind": "OBJECT",
@@ -44637,7 +44786,7 @@
44637
44786
  },
44638
44787
  {
44639
44788
  "name": "changeType",
44640
- "description": null,
44789
+ "description": "The change type",
44641
44790
  "args": [],
44642
44791
  "type": {
44643
44792
  "kind": "ENUM",
@@ -44675,6 +44824,26 @@
44675
44824
  "isDeprecated": false,
44676
44825
  "deprecationReason": null
44677
44826
  },
44827
+ {
44828
+ "name": "minimumSpend",
44829
+ "description": "The minimum spend configuration per each billing period",
44830
+ "type": {
44831
+ "kind": "LIST",
44832
+ "name": null,
44833
+ "ofType": {
44834
+ "kind": "NON_NULL",
44835
+ "name": null,
44836
+ "ofType": {
44837
+ "kind": "INPUT_OBJECT",
44838
+ "name": "MinimumSpendInput",
44839
+ "ofType": null
44840
+ }
44841
+ }
44842
+ },
44843
+ "defaultValue": null,
44844
+ "isDeprecated": false,
44845
+ "deprecationReason": null
44846
+ },
44678
44847
  {
44679
44848
  "name": "overageBillingPeriod",
44680
44849
  "description": null,
@@ -47352,6 +47521,26 @@
47352
47521
  "isDeprecated": false,
47353
47522
  "deprecationReason": null
47354
47523
  },
47524
+ {
47525
+ "name": "minimumSpend",
47526
+ "description": "Minimum spend configuration",
47527
+ "args": [],
47528
+ "type": {
47529
+ "kind": "LIST",
47530
+ "name": null,
47531
+ "ofType": {
47532
+ "kind": "NON_NULL",
47533
+ "name": null,
47534
+ "ofType": {
47535
+ "kind": "OBJECT",
47536
+ "name": "MinimumSpend",
47537
+ "ofType": null
47538
+ }
47539
+ }
47540
+ },
47541
+ "isDeprecated": false,
47542
+ "deprecationReason": null
47543
+ },
47355
47544
  {
47356
47545
  "name": "overageBillingPeriod",
47357
47546
  "description": null,
@@ -62122,7 +62311,7 @@
62122
62311
  "fields": [
62123
62312
  {
62124
62313
  "name": "after",
62125
- "description": null,
62314
+ "description": "The value after the change",
62126
62315
  "args": [],
62127
62316
  "type": {
62128
62317
  "kind": "SCALAR",
@@ -62134,7 +62323,7 @@
62134
62323
  },
62135
62324
  {
62136
62325
  "name": "before",
62137
- "description": null,
62326
+ "description": "The value before the change",
62138
62327
  "args": [],
62139
62328
  "type": {
62140
62329
  "kind": "SCALAR",
@@ -62146,7 +62335,7 @@
62146
62335
  },
62147
62336
  {
62148
62337
  "name": "changeType",
62149
- "description": null,
62338
+ "description": "The change type",
62150
62339
  "args": [],
62151
62340
  "type": {
62152
62341
  "kind": "ENUM",
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.125.0"
4
+ VERSION = "1.126.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.125.0
4
+ version: 1.126.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg