stigg-api-client 1.124.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: cc2cb937a57a91e625bd84e249f242ef38affded29f8b2f1ed498569559885f0
4
- data.tar.gz: 77b439a0a849ad3f869b4b40f80600aad714e4add0534c3002d93b5e7e5cb4ee
3
+ metadata.gz: 2e321fc57085177762d6aee600d5d51931d788d3ab5a905d42ad6de069a4213d
4
+ data.tar.gz: 9c4b336be580c0f780460ebd235c7b03185e4c07f910843e6074b92871280ab0
5
5
  SHA512:
6
- metadata.gz: 0321e00b6c4950c6731e08b69e03177c25031d4eb382ab17f08d29e4a13130bcc0a8bce4f380f4f291814ee0bd3b63a27cfff55c037208ddf917d09ed90ced13
7
- data.tar.gz: f00d0b016437a5b7fb862462e8e088f19daa15b73dec8c504e07e991a4a6d4199a52422b9c888ac515ba6bbb2b016a4e53fdb2cac1d14a2808f1f92ec932a52d
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.124.0)
4
+ stigg-api-client (1.126.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -18,6 +18,12 @@
18
18
  "inputFields": null,
19
19
  "interfaces": null,
20
20
  "enumValues": [
21
+ {
22
+ "name": "BudgetExceeded",
23
+ "description": null,
24
+ "isDeprecated": false,
25
+ "deprecationReason": null
26
+ },
21
27
  {
22
28
  "name": "CustomerIsArchived",
23
29
  "description": null,
@@ -19283,7 +19289,7 @@
19283
19289
  "fields": [
19284
19290
  {
19285
19291
  "name": "after",
19286
- "description": null,
19292
+ "description": "The value after the change",
19287
19293
  "args": [],
19288
19294
  "type": {
19289
19295
  "kind": "OBJECT",
@@ -19295,7 +19301,7 @@
19295
19301
  },
19296
19302
  {
19297
19303
  "name": "before",
19298
- "description": null,
19304
+ "description": "The value before the change",
19299
19305
  "args": [],
19300
19306
  "type": {
19301
19307
  "kind": "OBJECT",
@@ -19307,7 +19313,7 @@
19307
19313
  },
19308
19314
  {
19309
19315
  "name": "changeType",
19310
- "description": null,
19316
+ "description": "The change type",
19311
19317
  "args": [],
19312
19318
  "type": {
19313
19319
  "kind": "ENUM",
@@ -35146,6 +35152,135 @@
35146
35152
  "enumValues": null,
35147
35153
  "possibleTypes": null
35148
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
+ },
35149
35284
  {
35150
35285
  "kind": "OBJECT",
35151
35286
  "name": "MockPaywall",
@@ -39353,7 +39488,7 @@
39353
39488
  "fields": [
39354
39489
  {
39355
39490
  "name": "after",
39356
- "description": null,
39491
+ "description": "The value after the change",
39357
39492
  "args": [],
39358
39493
  "type": {
39359
39494
  "kind": "SCALAR",
@@ -39365,7 +39500,7 @@
39365
39500
  },
39366
39501
  {
39367
39502
  "name": "before",
39368
- "description": null,
39503
+ "description": "The value before the change",
39369
39504
  "args": [],
39370
39505
  "type": {
39371
39506
  "kind": "SCALAR",
@@ -39377,7 +39512,7 @@
39377
39512
  },
39378
39513
  {
39379
39514
  "name": "changeType",
39380
- "description": null,
39515
+ "description": "The change type",
39381
39516
  "args": [],
39382
39517
  "type": {
39383
39518
  "kind": "ENUM",
@@ -40151,6 +40286,26 @@
40151
40286
  "isDeprecated": false,
40152
40287
  "deprecationReason": null
40153
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
+ },
40154
40309
  {
40155
40310
  "name": "overagePrices",
40156
40311
  "description": null,
@@ -41474,7 +41629,7 @@
41474
41629
  "fields": [
41475
41630
  {
41476
41631
  "name": "after",
41477
- "description": null,
41632
+ "description": "The value after the change",
41478
41633
  "args": [],
41479
41634
  "type": {
41480
41635
  "kind": "OBJECT",
@@ -41486,7 +41641,7 @@
41486
41641
  },
41487
41642
  {
41488
41643
  "name": "before",
41489
- "description": null,
41644
+ "description": "The value before the change",
41490
41645
  "args": [],
41491
41646
  "type": {
41492
41647
  "kind": "OBJECT",
@@ -41498,7 +41653,7 @@
41498
41653
  },
41499
41654
  {
41500
41655
  "name": "changeType",
41501
- "description": null,
41656
+ "description": "The change type",
41502
41657
  "args": [],
41503
41658
  "type": {
41504
41659
  "kind": "ENUM",
@@ -44607,7 +44762,7 @@
44607
44762
  "fields": [
44608
44763
  {
44609
44764
  "name": "after",
44610
- "description": null,
44765
+ "description": "The value after the change",
44611
44766
  "args": [],
44612
44767
  "type": {
44613
44768
  "kind": "OBJECT",
@@ -44619,7 +44774,7 @@
44619
44774
  },
44620
44775
  {
44621
44776
  "name": "before",
44622
- "description": null,
44777
+ "description": "The value before the change",
44623
44778
  "args": [],
44624
44779
  "type": {
44625
44780
  "kind": "OBJECT",
@@ -44631,7 +44786,7 @@
44631
44786
  },
44632
44787
  {
44633
44788
  "name": "changeType",
44634
- "description": null,
44789
+ "description": "The change type",
44635
44790
  "args": [],
44636
44791
  "type": {
44637
44792
  "kind": "ENUM",
@@ -44669,6 +44824,26 @@
44669
44824
  "isDeprecated": false,
44670
44825
  "deprecationReason": null
44671
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
+ },
44672
44847
  {
44673
44848
  "name": "overageBillingPeriod",
44674
44849
  "description": null,
@@ -47346,6 +47521,26 @@
47346
47521
  "isDeprecated": false,
47347
47522
  "deprecationReason": null
47348
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
+ },
47349
47544
  {
47350
47545
  "name": "overageBillingPeriod",
47351
47546
  "description": null,
@@ -62116,7 +62311,7 @@
62116
62311
  "fields": [
62117
62312
  {
62118
62313
  "name": "after",
62119
- "description": null,
62314
+ "description": "The value after the change",
62120
62315
  "args": [],
62121
62316
  "type": {
62122
62317
  "kind": "SCALAR",
@@ -62128,7 +62323,7 @@
62128
62323
  },
62129
62324
  {
62130
62325
  "name": "before",
62131
- "description": null,
62326
+ "description": "The value before the change",
62132
62327
  "args": [],
62133
62328
  "type": {
62134
62329
  "kind": "SCALAR",
@@ -62140,7 +62335,7 @@
62140
62335
  },
62141
62336
  {
62142
62337
  "name": "changeType",
62143
- "description": null,
62338
+ "description": "The change type",
62144
62339
  "args": [],
62145
62340
  "type": {
62146
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.124.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.124.0
4
+ version: 1.126.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg