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