stigg-api-client 1.181.2 → 1.182.1

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: b1f035f02434fdaf7adf60a9272a8fbe9ca884acad8a40cdfc6e798cc9077894
4
- data.tar.gz: 71e25ffa04a94027ed8d3282e2dec23bf7b0b1da0485afeee286495feefb1904
3
+ metadata.gz: 03637e532ab7ca8933059223a19ac0adcf13522969a6eafc1c7911e99c7ee321
4
+ data.tar.gz: b1c1dabf35020c098976d1b1232f4e2676a4eb3dff8f23d32558464564e9cdd3
5
5
  SHA512:
6
- metadata.gz: d63804a697f239da3c98c3c77f44860a072c7398ba7d5035cdcc968ae0071acfab4d8f5f17c69256d36b3e1c6ca1da97c9dccac474903b185c2ed8eadd859654
7
- data.tar.gz: ffababc6f1dabea45e2e0812a600389ff48bfd79d49a6c7ea2bb007e3e4231a285b3cbfd2bac84cd8331ea698fa867453196353635d2b7702779c05819c9938f
6
+ metadata.gz: 9f6b212629b45b40af87306a2cca47bc3b96a80f9d8d0e0f589b69886fa125c9c976fbd46632167974dcefd16ee69b3fe86026d152f9b308b87d2994965bab4d
7
+ data.tar.gz: 6310adcffb1681402fc3a846ffc834252c8e30a244260bde5d951af112f1d152ea041c4501b0d96026494f1f59b3ae4c22b8f74b52e83aecfac049b230e35036
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.181.2)
4
+ stigg-api-client (1.182.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -23872,6 +23872,12 @@
23872
23872
  "isDeprecated": false,
23873
23873
  "deprecationReason": null
23874
23874
  },
23875
+ {
23876
+ "name": "SubscriptionNoBillingId",
23877
+ "description": null,
23878
+ "isDeprecated": false,
23879
+ "deprecationReason": null
23880
+ },
23875
23881
  {
23876
23882
  "name": "SubscriptionNotFound",
23877
23883
  "description": null,
@@ -34157,6 +34163,65 @@
34157
34163
  "enumValues": null,
34158
34164
  "possibleTypes": null
34159
34165
  },
34166
+ {
34167
+ "kind": "ENUM",
34168
+ "name": "InvoiceLineItemType",
34169
+ "description": "The type of the invoice line item",
34170
+ "fields": null,
34171
+ "inputFields": null,
34172
+ "interfaces": null,
34173
+ "enumValues": [
34174
+ {
34175
+ "name": "AddonCharge",
34176
+ "description": null,
34177
+ "isDeprecated": false,
34178
+ "deprecationReason": null
34179
+ },
34180
+ {
34181
+ "name": "BaseCharge",
34182
+ "description": null,
34183
+ "isDeprecated": false,
34184
+ "deprecationReason": null
34185
+ },
34186
+ {
34187
+ "name": "InAdvanceCommitmentCharge",
34188
+ "description": null,
34189
+ "isDeprecated": false,
34190
+ "deprecationReason": null
34191
+ },
34192
+ {
34193
+ "name": "MinimumSpendAdjustmentCharge",
34194
+ "description": null,
34195
+ "isDeprecated": false,
34196
+ "deprecationReason": null
34197
+ },
34198
+ {
34199
+ "name": "Other",
34200
+ "description": null,
34201
+ "isDeprecated": false,
34202
+ "deprecationReason": null
34203
+ },
34204
+ {
34205
+ "name": "OverageCharge",
34206
+ "description": null,
34207
+ "isDeprecated": false,
34208
+ "deprecationReason": null
34209
+ },
34210
+ {
34211
+ "name": "PayAsYouGoCharge",
34212
+ "description": null,
34213
+ "isDeprecated": false,
34214
+ "deprecationReason": null
34215
+ },
34216
+ {
34217
+ "name": "TierCharge",
34218
+ "description": null,
34219
+ "isDeprecated": false,
34220
+ "deprecationReason": null
34221
+ }
34222
+ ],
34223
+ "possibleTypes": null
34224
+ },
34160
34225
  {
34161
34226
  "kind": "SCALAR",
34162
34227
  "name": "JSON",
@@ -38115,7 +38180,7 @@
38115
38180
  "name": null,
38116
38181
  "ofType": {
38117
38182
  "kind": "OBJECT",
38118
- "name": "SubscriptionPreviewInvoice",
38183
+ "name": "SubscriptionInvoicePreview",
38119
38184
  "ofType": null
38120
38185
  }
38121
38186
  },
@@ -39342,6 +39407,35 @@
39342
39407
  "isDeprecated": false,
39343
39408
  "deprecationReason": null
39344
39409
  },
39410
+ {
39411
+ "name": "subscriptionMaximumSpend",
39412
+ "description": null,
39413
+ "args": [
39414
+ {
39415
+ "name": "input",
39416
+ "description": null,
39417
+ "type": {
39418
+ "kind": "NON_NULL",
39419
+ "name": null,
39420
+ "ofType": {
39421
+ "kind": "INPUT_OBJECT",
39422
+ "name": "PreviewNextInvoiceInput",
39423
+ "ofType": null
39424
+ }
39425
+ },
39426
+ "defaultValue": null,
39427
+ "isDeprecated": false,
39428
+ "deprecationReason": null
39429
+ }
39430
+ ],
39431
+ "type": {
39432
+ "kind": "OBJECT",
39433
+ "name": "SubscriptionMaximumSpend",
39434
+ "ofType": null
39435
+ },
39436
+ "isDeprecated": false,
39437
+ "deprecationReason": null
39438
+ },
39345
39439
  {
39346
39440
  "name": "syncTaxRates",
39347
39441
  "description": null,
@@ -68829,6 +68923,535 @@
68829
68923
  ],
68830
68924
  "possibleTypes": null
68831
68925
  },
68926
+ {
68927
+ "kind": "OBJECT",
68928
+ "name": "SubscriptionInvoicePreview",
68929
+ "description": "The preview of the next upcoming invoice for the given subscription",
68930
+ "fields": [
68931
+ {
68932
+ "name": "amountDue",
68933
+ "description": "The amount due for the invoice after taxes, discounts and credits",
68934
+ "args": [],
68935
+ "type": {
68936
+ "kind": "NON_NULL",
68937
+ "name": null,
68938
+ "ofType": {
68939
+ "kind": "OBJECT",
68940
+ "name": "Money",
68941
+ "ofType": null
68942
+ }
68943
+ },
68944
+ "isDeprecated": false,
68945
+ "deprecationReason": null
68946
+ },
68947
+ {
68948
+ "name": "credits",
68949
+ "description": "Credits information (initial, used, remaining)",
68950
+ "args": [],
68951
+ "type": {
68952
+ "kind": "OBJECT",
68953
+ "name": "SubscriptionPreviewCredits",
68954
+ "ofType": null
68955
+ },
68956
+ "isDeprecated": false,
68957
+ "deprecationReason": null
68958
+ },
68959
+ {
68960
+ "name": "discount",
68961
+ "description": "The total discount amount of the invoice",
68962
+ "args": [],
68963
+ "type": {
68964
+ "kind": "OBJECT",
68965
+ "name": "Money",
68966
+ "ofType": null
68967
+ },
68968
+ "isDeprecated": false,
68969
+ "deprecationReason": null
68970
+ },
68971
+ {
68972
+ "name": "discountDetails",
68973
+ "description": "The applied discount details",
68974
+ "args": [],
68975
+ "type": {
68976
+ "kind": "OBJECT",
68977
+ "name": "SubscriptionPreviewDiscount",
68978
+ "ofType": null
68979
+ },
68980
+ "isDeprecated": false,
68981
+ "deprecationReason": null
68982
+ },
68983
+ {
68984
+ "name": "lastUpdatedAt",
68985
+ "description": "The date when the invoice was last updated",
68986
+ "args": [],
68987
+ "type": {
68988
+ "kind": "NON_NULL",
68989
+ "name": null,
68990
+ "ofType": {
68991
+ "kind": "SCALAR",
68992
+ "name": "DateTime",
68993
+ "ofType": null
68994
+ }
68995
+ },
68996
+ "isDeprecated": false,
68997
+ "deprecationReason": null
68998
+ },
68999
+ {
69000
+ "name": "lines",
69001
+ "description": "The line items of the invoice",
69002
+ "args": [],
69003
+ "type": {
69004
+ "kind": "NON_NULL",
69005
+ "name": null,
69006
+ "ofType": {
69007
+ "kind": "LIST",
69008
+ "name": null,
69009
+ "ofType": {
69010
+ "kind": "NON_NULL",
69011
+ "name": null,
69012
+ "ofType": {
69013
+ "kind": "OBJECT",
69014
+ "name": "SubscriptionInvoicePreviewLineItem",
69015
+ "ofType": null
69016
+ }
69017
+ }
69018
+ }
69019
+ },
69020
+ "isDeprecated": false,
69021
+ "deprecationReason": null
69022
+ },
69023
+ {
69024
+ "name": "minimumSpendAdjustment",
69025
+ "description": "The minimum spend adjustment applied to the invoice",
69026
+ "args": [],
69027
+ "type": {
69028
+ "kind": "NON_NULL",
69029
+ "name": null,
69030
+ "ofType": {
69031
+ "kind": "OBJECT",
69032
+ "name": "Money",
69033
+ "ofType": null
69034
+ }
69035
+ },
69036
+ "isDeprecated": false,
69037
+ "deprecationReason": null
69038
+ },
69039
+ {
69040
+ "name": "subTotal",
69041
+ "description": "The sub total amount of the invoice excluding discounts",
69042
+ "args": [],
69043
+ "type": {
69044
+ "kind": "NON_NULL",
69045
+ "name": null,
69046
+ "ofType": {
69047
+ "kind": "OBJECT",
69048
+ "name": "Money",
69049
+ "ofType": null
69050
+ }
69051
+ },
69052
+ "isDeprecated": false,
69053
+ "deprecationReason": null
69054
+ },
69055
+ {
69056
+ "name": "subTotalExcludingTax",
69057
+ "description": "The sub total amount of the invoice excluding taxes and discounts",
69058
+ "args": [],
69059
+ "type": {
69060
+ "kind": "NON_NULL",
69061
+ "name": null,
69062
+ "ofType": {
69063
+ "kind": "OBJECT",
69064
+ "name": "Money",
69065
+ "ofType": null
69066
+ }
69067
+ },
69068
+ "isDeprecated": false,
69069
+ "deprecationReason": null
69070
+ },
69071
+ {
69072
+ "name": "tax",
69073
+ "description": "The total tax amount of the invoice",
69074
+ "args": [],
69075
+ "type": {
69076
+ "kind": "OBJECT",
69077
+ "name": "Money",
69078
+ "ofType": null
69079
+ },
69080
+ "isDeprecated": false,
69081
+ "deprecationReason": null
69082
+ },
69083
+ {
69084
+ "name": "taxDetails",
69085
+ "description": "The applied tax details",
69086
+ "args": [],
69087
+ "type": {
69088
+ "kind": "OBJECT",
69089
+ "name": "SubscriptionPreviewTaxDetails",
69090
+ "ofType": null
69091
+ },
69092
+ "isDeprecated": false,
69093
+ "deprecationReason": null
69094
+ },
69095
+ {
69096
+ "name": "total",
69097
+ "description": "The total amount of the invoice including taxes and discounts",
69098
+ "args": [],
69099
+ "type": {
69100
+ "kind": "NON_NULL",
69101
+ "name": null,
69102
+ "ofType": {
69103
+ "kind": "OBJECT",
69104
+ "name": "Money",
69105
+ "ofType": null
69106
+ }
69107
+ },
69108
+ "isDeprecated": false,
69109
+ "deprecationReason": null
69110
+ },
69111
+ {
69112
+ "name": "totalExcludingTax",
69113
+ "description": "The total amount of the invoice excluding taxes",
69114
+ "args": [],
69115
+ "type": {
69116
+ "kind": "NON_NULL",
69117
+ "name": null,
69118
+ "ofType": {
69119
+ "kind": "OBJECT",
69120
+ "name": "Money",
69121
+ "ofType": null
69122
+ }
69123
+ },
69124
+ "isDeprecated": false,
69125
+ "deprecationReason": null
69126
+ }
69127
+ ],
69128
+ "inputFields": null,
69129
+ "interfaces": [],
69130
+ "enumValues": null,
69131
+ "possibleTypes": null
69132
+ },
69133
+ {
69134
+ "kind": "OBJECT",
69135
+ "name": "SubscriptionInvoicePreviewLineItem",
69136
+ "description": "The invoice line item",
69137
+ "fields": [
69138
+ {
69139
+ "name": "amount",
69140
+ "description": "The total amount of the invoice line item",
69141
+ "args": [],
69142
+ "type": {
69143
+ "kind": "NON_NULL",
69144
+ "name": null,
69145
+ "ofType": {
69146
+ "kind": "OBJECT",
69147
+ "name": "Money",
69148
+ "ofType": null
69149
+ }
69150
+ },
69151
+ "isDeprecated": false,
69152
+ "deprecationReason": null
69153
+ },
69154
+ {
69155
+ "name": "costDescription",
69156
+ "description": "The cost description of the invoice line item",
69157
+ "args": [],
69158
+ "type": {
69159
+ "kind": "NON_NULL",
69160
+ "name": null,
69161
+ "ofType": {
69162
+ "kind": "SCALAR",
69163
+ "name": "String",
69164
+ "ofType": null
69165
+ }
69166
+ },
69167
+ "isDeprecated": false,
69168
+ "deprecationReason": null
69169
+ },
69170
+ {
69171
+ "name": "description",
69172
+ "description": "The description of the invoice line item",
69173
+ "args": [],
69174
+ "type": {
69175
+ "kind": "NON_NULL",
69176
+ "name": null,
69177
+ "ofType": {
69178
+ "kind": "SCALAR",
69179
+ "name": "String",
69180
+ "ofType": null
69181
+ }
69182
+ },
69183
+ "isDeprecated": false,
69184
+ "deprecationReason": null
69185
+ },
69186
+ {
69187
+ "name": "hasSoftLimit",
69188
+ "description": "Whether the price connected to the invoice line item has a soft limit",
69189
+ "args": [],
69190
+ "type": {
69191
+ "kind": "SCALAR",
69192
+ "name": "Boolean",
69193
+ "ofType": null
69194
+ },
69195
+ "isDeprecated": false,
69196
+ "deprecationReason": null
69197
+ },
69198
+ {
69199
+ "name": "lines",
69200
+ "description": "The nested line items of the invoice line item",
69201
+ "args": [],
69202
+ "type": {
69203
+ "kind": "LIST",
69204
+ "name": null,
69205
+ "ofType": {
69206
+ "kind": "NON_NULL",
69207
+ "name": null,
69208
+ "ofType": {
69209
+ "kind": "OBJECT",
69210
+ "name": "SubscriptionInvoicePreviewLineItemData",
69211
+ "ofType": null
69212
+ }
69213
+ }
69214
+ },
69215
+ "isDeprecated": false,
69216
+ "deprecationReason": null
69217
+ },
69218
+ {
69219
+ "name": "price",
69220
+ "description": "The price connected to the invoice line item",
69221
+ "args": [],
69222
+ "type": {
69223
+ "kind": "OBJECT",
69224
+ "name": "Price",
69225
+ "ofType": null
69226
+ },
69227
+ "isDeprecated": false,
69228
+ "deprecationReason": null
69229
+ },
69230
+ {
69231
+ "name": "proration",
69232
+ "description": "Whether the line item is prorated",
69233
+ "args": [],
69234
+ "type": {
69235
+ "kind": "NON_NULL",
69236
+ "name": null,
69237
+ "ofType": {
69238
+ "kind": "SCALAR",
69239
+ "name": "Boolean",
69240
+ "ofType": null
69241
+ }
69242
+ },
69243
+ "isDeprecated": false,
69244
+ "deprecationReason": null
69245
+ },
69246
+ {
69247
+ "name": "quantity",
69248
+ "description": "The quantity of the invoice line item",
69249
+ "args": [],
69250
+ "type": {
69251
+ "kind": "SCALAR",
69252
+ "name": "Int",
69253
+ "ofType": null
69254
+ },
69255
+ "isDeprecated": false,
69256
+ "deprecationReason": null
69257
+ },
69258
+ {
69259
+ "name": "type",
69260
+ "description": "The charge type of the invoice line item",
69261
+ "args": [],
69262
+ "type": {
69263
+ "kind": "NON_NULL",
69264
+ "name": null,
69265
+ "ofType": {
69266
+ "kind": "ENUM",
69267
+ "name": "InvoiceLineItemType",
69268
+ "ofType": null
69269
+ }
69270
+ },
69271
+ "isDeprecated": false,
69272
+ "deprecationReason": null
69273
+ },
69274
+ {
69275
+ "name": "unitPrice",
69276
+ "description": "The unit price of the invoice line item",
69277
+ "args": [],
69278
+ "type": {
69279
+ "kind": "OBJECT",
69280
+ "name": "Money",
69281
+ "ofType": null
69282
+ },
69283
+ "isDeprecated": false,
69284
+ "deprecationReason": null
69285
+ },
69286
+ {
69287
+ "name": "usageLimit",
69288
+ "description": "The usage limit of the invoice line item",
69289
+ "args": [],
69290
+ "type": {
69291
+ "kind": "SCALAR",
69292
+ "name": "Float",
69293
+ "ofType": null
69294
+ },
69295
+ "isDeprecated": false,
69296
+ "deprecationReason": null
69297
+ }
69298
+ ],
69299
+ "inputFields": null,
69300
+ "interfaces": [],
69301
+ "enumValues": null,
69302
+ "possibleTypes": null
69303
+ },
69304
+ {
69305
+ "kind": "OBJECT",
69306
+ "name": "SubscriptionInvoicePreviewLineItemData",
69307
+ "description": "The invoice line item",
69308
+ "fields": [
69309
+ {
69310
+ "name": "amount",
69311
+ "description": "The total amount of the invoice line item",
69312
+ "args": [],
69313
+ "type": {
69314
+ "kind": "NON_NULL",
69315
+ "name": null,
69316
+ "ofType": {
69317
+ "kind": "OBJECT",
69318
+ "name": "Money",
69319
+ "ofType": null
69320
+ }
69321
+ },
69322
+ "isDeprecated": false,
69323
+ "deprecationReason": null
69324
+ },
69325
+ {
69326
+ "name": "costDescription",
69327
+ "description": "The cost description of the invoice line item",
69328
+ "args": [],
69329
+ "type": {
69330
+ "kind": "NON_NULL",
69331
+ "name": null,
69332
+ "ofType": {
69333
+ "kind": "SCALAR",
69334
+ "name": "String",
69335
+ "ofType": null
69336
+ }
69337
+ },
69338
+ "isDeprecated": false,
69339
+ "deprecationReason": null
69340
+ },
69341
+ {
69342
+ "name": "description",
69343
+ "description": "The description of the invoice line item",
69344
+ "args": [],
69345
+ "type": {
69346
+ "kind": "NON_NULL",
69347
+ "name": null,
69348
+ "ofType": {
69349
+ "kind": "SCALAR",
69350
+ "name": "String",
69351
+ "ofType": null
69352
+ }
69353
+ },
69354
+ "isDeprecated": false,
69355
+ "deprecationReason": null
69356
+ },
69357
+ {
69358
+ "name": "hasSoftLimit",
69359
+ "description": "Whether the price connected to the invoice line item has a soft limit",
69360
+ "args": [],
69361
+ "type": {
69362
+ "kind": "SCALAR",
69363
+ "name": "Boolean",
69364
+ "ofType": null
69365
+ },
69366
+ "isDeprecated": false,
69367
+ "deprecationReason": null
69368
+ },
69369
+ {
69370
+ "name": "price",
69371
+ "description": "The price connected to the invoice line item",
69372
+ "args": [],
69373
+ "type": {
69374
+ "kind": "OBJECT",
69375
+ "name": "Price",
69376
+ "ofType": null
69377
+ },
69378
+ "isDeprecated": false,
69379
+ "deprecationReason": null
69380
+ },
69381
+ {
69382
+ "name": "proration",
69383
+ "description": "Whether the line item is prorated",
69384
+ "args": [],
69385
+ "type": {
69386
+ "kind": "NON_NULL",
69387
+ "name": null,
69388
+ "ofType": {
69389
+ "kind": "SCALAR",
69390
+ "name": "Boolean",
69391
+ "ofType": null
69392
+ }
69393
+ },
69394
+ "isDeprecated": false,
69395
+ "deprecationReason": null
69396
+ },
69397
+ {
69398
+ "name": "quantity",
69399
+ "description": "The quantity of the invoice line item",
69400
+ "args": [],
69401
+ "type": {
69402
+ "kind": "SCALAR",
69403
+ "name": "Int",
69404
+ "ofType": null
69405
+ },
69406
+ "isDeprecated": false,
69407
+ "deprecationReason": null
69408
+ },
69409
+ {
69410
+ "name": "type",
69411
+ "description": "The charge type of the invoice line item",
69412
+ "args": [],
69413
+ "type": {
69414
+ "kind": "NON_NULL",
69415
+ "name": null,
69416
+ "ofType": {
69417
+ "kind": "ENUM",
69418
+ "name": "InvoiceLineItemType",
69419
+ "ofType": null
69420
+ }
69421
+ },
69422
+ "isDeprecated": false,
69423
+ "deprecationReason": null
69424
+ },
69425
+ {
69426
+ "name": "unitPrice",
69427
+ "description": "The unit price of the invoice line item",
69428
+ "args": [],
69429
+ "type": {
69430
+ "kind": "OBJECT",
69431
+ "name": "Money",
69432
+ "ofType": null
69433
+ },
69434
+ "isDeprecated": false,
69435
+ "deprecationReason": null
69436
+ },
69437
+ {
69438
+ "name": "usageLimit",
69439
+ "description": "The usage limit of the invoice line item",
69440
+ "args": [],
69441
+ "type": {
69442
+ "kind": "SCALAR",
69443
+ "name": "Float",
69444
+ "ofType": null
69445
+ },
69446
+ "isDeprecated": false,
69447
+ "deprecationReason": null
69448
+ }
69449
+ ],
69450
+ "inputFields": null,
69451
+ "interfaces": [],
69452
+ "enumValues": null,
69453
+ "possibleTypes": null
69454
+ },
68832
69455
  {
68833
69456
  "kind": "ENUM",
68834
69457
  "name": "SubscriptionInvoiceStatus",
@@ -68858,6 +69481,172 @@
68858
69481
  ],
68859
69482
  "possibleTypes": null
68860
69483
  },
69484
+ {
69485
+ "kind": "OBJECT",
69486
+ "name": "SubscriptionMaximumSpend",
69487
+ "description": null,
69488
+ "fields": [
69489
+ {
69490
+ "name": "discount",
69491
+ "description": null,
69492
+ "args": [],
69493
+ "type": {
69494
+ "kind": "OBJECT",
69495
+ "name": "Money",
69496
+ "ofType": null
69497
+ },
69498
+ "isDeprecated": false,
69499
+ "deprecationReason": null
69500
+ },
69501
+ {
69502
+ "name": "discountDetails",
69503
+ "description": null,
69504
+ "args": [],
69505
+ "type": {
69506
+ "kind": "OBJECT",
69507
+ "name": "SubscriptionMaximumSpendDiscount",
69508
+ "ofType": null
69509
+ },
69510
+ "isDeprecated": false,
69511
+ "deprecationReason": null
69512
+ },
69513
+ {
69514
+ "name": "lastUpdatedAt",
69515
+ "description": null,
69516
+ "args": [],
69517
+ "type": {
69518
+ "kind": "NON_NULL",
69519
+ "name": null,
69520
+ "ofType": {
69521
+ "kind": "SCALAR",
69522
+ "name": "DateTime",
69523
+ "ofType": null
69524
+ }
69525
+ },
69526
+ "isDeprecated": false,
69527
+ "deprecationReason": null
69528
+ },
69529
+ {
69530
+ "name": "lines",
69531
+ "description": null,
69532
+ "args": [],
69533
+ "type": {
69534
+ "kind": "LIST",
69535
+ "name": null,
69536
+ "ofType": {
69537
+ "kind": "NON_NULL",
69538
+ "name": null,
69539
+ "ofType": {
69540
+ "kind": "OBJECT",
69541
+ "name": "SubscriptionInvoicePreviewLineItem",
69542
+ "ofType": null
69543
+ }
69544
+ }
69545
+ },
69546
+ "isDeprecated": false,
69547
+ "deprecationReason": null
69548
+ },
69549
+ {
69550
+ "name": "maximumSpend",
69551
+ "description": "The maximum spending limit set",
69552
+ "args": [],
69553
+ "type": {
69554
+ "kind": "NON_NULL",
69555
+ "name": null,
69556
+ "ofType": {
69557
+ "kind": "OBJECT",
69558
+ "name": "Money",
69559
+ "ofType": null
69560
+ }
69561
+ },
69562
+ "isDeprecated": false,
69563
+ "deprecationReason": null
69564
+ },
69565
+ {
69566
+ "name": "subTotal",
69567
+ "description": null,
69568
+ "args": [],
69569
+ "type": {
69570
+ "kind": "NON_NULL",
69571
+ "name": null,
69572
+ "ofType": {
69573
+ "kind": "OBJECT",
69574
+ "name": "Money",
69575
+ "ofType": null
69576
+ }
69577
+ },
69578
+ "isDeprecated": false,
69579
+ "deprecationReason": null
69580
+ },
69581
+ {
69582
+ "name": "total",
69583
+ "description": null,
69584
+ "args": [],
69585
+ "type": {
69586
+ "kind": "NON_NULL",
69587
+ "name": null,
69588
+ "ofType": {
69589
+ "kind": "OBJECT",
69590
+ "name": "Money",
69591
+ "ofType": null
69592
+ }
69593
+ },
69594
+ "isDeprecated": false,
69595
+ "deprecationReason": null
69596
+ }
69597
+ ],
69598
+ "inputFields": null,
69599
+ "interfaces": [],
69600
+ "enumValues": null,
69601
+ "possibleTypes": null
69602
+ },
69603
+ {
69604
+ "kind": "OBJECT",
69605
+ "name": "SubscriptionMaximumSpendDiscount",
69606
+ "description": null,
69607
+ "fields": [
69608
+ {
69609
+ "name": "name",
69610
+ "description": null,
69611
+ "args": [],
69612
+ "type": {
69613
+ "kind": "SCALAR",
69614
+ "name": "String",
69615
+ "ofType": null
69616
+ },
69617
+ "isDeprecated": false,
69618
+ "deprecationReason": null
69619
+ },
69620
+ {
69621
+ "name": "type",
69622
+ "description": null,
69623
+ "args": [],
69624
+ "type": {
69625
+ "kind": "ENUM",
69626
+ "name": "DiscountType",
69627
+ "ofType": null
69628
+ },
69629
+ "isDeprecated": false,
69630
+ "deprecationReason": null
69631
+ },
69632
+ {
69633
+ "name": "value",
69634
+ "description": null,
69635
+ "args": [],
69636
+ "type": {
69637
+ "kind": "SCALAR",
69638
+ "name": "Float",
69639
+ "ofType": null
69640
+ },
69641
+ "isDeprecated": false,
69642
+ "deprecationReason": null
69643
+ }
69644
+ ],
69645
+ "inputFields": null,
69646
+ "interfaces": [],
69647
+ "enumValues": null,
69648
+ "possibleTypes": null
69649
+ },
68861
69650
  {
68862
69651
  "kind": "INPUT_OBJECT",
68863
69652
  "name": "SubscriptionMigrationInput",
@@ -69862,6 +70651,65 @@
69862
70651
  "enumValues": null,
69863
70652
  "possibleTypes": null
69864
70653
  },
70654
+ {
70655
+ "kind": "OBJECT",
70656
+ "name": "SubscriptionNoBillingId",
70657
+ "description": null,
70658
+ "fields": [
70659
+ {
70660
+ "name": "code",
70661
+ "description": null,
70662
+ "args": [],
70663
+ "type": {
70664
+ "kind": "NON_NULL",
70665
+ "name": null,
70666
+ "ofType": {
70667
+ "kind": "SCALAR",
70668
+ "name": "String",
70669
+ "ofType": null
70670
+ }
70671
+ },
70672
+ "isDeprecated": false,
70673
+ "deprecationReason": null
70674
+ },
70675
+ {
70676
+ "name": "isValidationError",
70677
+ "description": null,
70678
+ "args": [],
70679
+ "type": {
70680
+ "kind": "NON_NULL",
70681
+ "name": null,
70682
+ "ofType": {
70683
+ "kind": "SCALAR",
70684
+ "name": "Boolean",
70685
+ "ofType": null
70686
+ }
70687
+ },
70688
+ "isDeprecated": false,
70689
+ "deprecationReason": null
70690
+ },
70691
+ {
70692
+ "name": "refId",
70693
+ "description": null,
70694
+ "args": [],
70695
+ "type": {
70696
+ "kind": "NON_NULL",
70697
+ "name": null,
70698
+ "ofType": {
70699
+ "kind": "SCALAR",
70700
+ "name": "String",
70701
+ "ofType": null
70702
+ }
70703
+ },
70704
+ "isDeprecated": false,
70705
+ "deprecationReason": null
70706
+ }
70707
+ ],
70708
+ "inputFields": null,
70709
+ "interfaces": [],
70710
+ "enumValues": null,
70711
+ "possibleTypes": null
70712
+ },
69865
70713
  {
69866
70714
  "kind": "OBJECT",
69867
70715
  "name": "SubscriptionPreview",
@@ -70153,6 +71001,18 @@
70153
71001
  "isDeprecated": false,
70154
71002
  "deprecationReason": null
70155
71003
  },
71004
+ {
71005
+ "name": "name",
71006
+ "description": null,
71007
+ "args": [],
71008
+ "type": {
71009
+ "kind": "SCALAR",
71010
+ "name": "String",
71011
+ "ofType": null
71012
+ },
71013
+ "isDeprecated": false,
71014
+ "deprecationReason": null
71015
+ },
70156
71016
  {
70157
71017
  "name": "type",
70158
71018
  "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.181.2"
4
+ VERSION = "1.182.1"
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.181.2
4
+ version: 1.182.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-16 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient