stigg-api-client 1.176.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: ad1e5021e10a3ecce7779c3bb328d27938bbb5dbb2368fe0c015de756e706c75
4
- data.tar.gz: 1f84f7f8c973d9b27c4f077ed0f2cdeed3f2f03f3488ade51071fe326adfdcfc
3
+ metadata.gz: e648d3006f117269bba57f7dc769f2bde2a996fcfd4c1d48157c00e94a63c08f
4
+ data.tar.gz: dfe58df036613192332b2163aaac9c91186a9a3ae2390b11b097325ab321b244
5
5
  SHA512:
6
- metadata.gz: c75843a1c5e37a3e75d2a230210eb92bdbf8f776963a3025fe9eabbff355991841aa2adc662f57e4ca23e7b4dac6ff2491eff35fa35c19b1b787d5d4fed61ac5
7
- data.tar.gz: ff59c6dc3d7e5a07364d38e675d786998c0da5296b444d5463e328785f2ae6d7ee976ea4dc95df6e474c805ff9c77a9afe4889fbde3a6f9fd714b0f860f261d0
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.176.0)
4
+ stigg-api-client (1.180.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -21152,6 +21152,29 @@
21152
21152
  "enumValues": null,
21153
21153
  "possibleTypes": null
21154
21154
  },
21155
+ {
21156
+ "kind": "ENUM",
21157
+ "name": "EntitlementBehavior",
21158
+ "description": "The behavior of the entitlement",
21159
+ "fields": null,
21160
+ "inputFields": null,
21161
+ "interfaces": null,
21162
+ "enumValues": [
21163
+ {
21164
+ "name": "Increment",
21165
+ "description": "Increment the value of the entitlement",
21166
+ "isDeprecated": false,
21167
+ "deprecationReason": null
21168
+ },
21169
+ {
21170
+ "name": "Override",
21171
+ "description": "Override the value of the entitlement",
21172
+ "isDeprecated": false,
21173
+ "deprecationReason": null
21174
+ }
21175
+ ],
21176
+ "possibleTypes": null
21177
+ },
21155
21178
  {
21156
21179
  "kind": "INPUT_OBJECT",
21157
21180
  "name": "EntitlementCheckRequested",
@@ -23279,6 +23302,12 @@
23279
23302
  "isDeprecated": false,
23280
23303
  "deprecationReason": null
23281
23304
  },
23305
+ {
23306
+ "name": "CannotAddOverrideEntitlementToPlan",
23307
+ "description": "Cannot add override entitlement to a plan",
23308
+ "isDeprecated": false,
23309
+ "deprecationReason": null
23310
+ },
23282
23311
  {
23283
23312
  "name": "CannotArchiveFeatureError",
23284
23313
  "description": null,
@@ -23843,6 +23872,12 @@
23843
23872
  "isDeprecated": false,
23844
23873
  "deprecationReason": null
23845
23874
  },
23875
+ {
23876
+ "name": "SubscriptionNoBillingId",
23877
+ "description": null,
23878
+ "isDeprecated": false,
23879
+ "deprecationReason": null
23880
+ },
23846
23881
  {
23847
23882
  "name": "SubscriptionNotFound",
23848
23883
  "description": null,
@@ -34128,6 +34163,59 @@
34128
34163
  "enumValues": null,
34129
34164
  "possibleTypes": null
34130
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
+ },
34131
34219
  {
34132
34220
  "kind": "SCALAR",
34133
34221
  "name": "JSON",
@@ -38086,7 +38174,7 @@
38086
38174
  "name": null,
38087
38175
  "ofType": {
38088
38176
  "kind": "OBJECT",
38089
- "name": "SubscriptionPreviewInvoice",
38177
+ "name": "SubscriptionInvoicePreview",
38090
38178
  "ofType": null
38091
38179
  }
38092
38180
  },
@@ -39313,6 +39401,35 @@
39313
39401
  "isDeprecated": false,
39314
39402
  "deprecationReason": null
39315
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
+ },
39316
39433
  {
39317
39434
  "name": "syncTaxRates",
39318
39435
  "description": null,
@@ -40510,6 +40627,18 @@
40510
40627
  "description": null,
40511
40628
  "fields": null,
40512
40629
  "inputFields": [
40630
+ {
40631
+ "name": "behavior",
40632
+ "description": "The behavior of the entitlement",
40633
+ "type": {
40634
+ "kind": "ENUM",
40635
+ "name": "EntitlementBehavior",
40636
+ "ofType": null
40637
+ },
40638
+ "defaultValue": "Increment",
40639
+ "isDeprecated": false,
40640
+ "deprecationReason": null
40641
+ },
40513
40642
  {
40514
40643
  "name": "description",
40515
40644
  "description": null,
@@ -41989,6 +42118,22 @@
41989
42118
  "name": "PackageEntitlement",
41990
42119
  "description": null,
41991
42120
  "fields": [
42121
+ {
42122
+ "name": "behavior",
42123
+ "description": "The behavior of the entitlement",
42124
+ "args": [],
42125
+ "type": {
42126
+ "kind": "NON_NULL",
42127
+ "name": null,
42128
+ "ofType": {
42129
+ "kind": "ENUM",
42130
+ "name": "EntitlementBehavior",
42131
+ "ofType": null
42132
+ }
42133
+ },
42134
+ "isDeprecated": false,
42135
+ "deprecationReason": null
42136
+ },
41992
42137
  {
41993
42138
  "name": "createdAt",
41994
42139
  "description": null,
@@ -42512,6 +42657,18 @@
42512
42657
  "name": "PackageEntitlementDeleteResponse",
42513
42658
  "description": null,
42514
42659
  "fields": [
42660
+ {
42661
+ "name": "behavior",
42662
+ "description": "The behavior of the entitlement",
42663
+ "args": [],
42664
+ "type": {
42665
+ "kind": "ENUM",
42666
+ "name": "EntitlementBehavior",
42667
+ "ofType": null
42668
+ },
42669
+ "isDeprecated": false,
42670
+ "deprecationReason": null
42671
+ },
42515
42672
  {
42516
42673
  "name": "createdAt",
42517
42674
  "description": null,
@@ -43280,6 +43437,18 @@
43280
43437
  "description": null,
43281
43438
  "fields": null,
43282
43439
  "inputFields": [
43440
+ {
43441
+ "name": "behavior",
43442
+ "description": "The behavior of the entitlement",
43443
+ "type": {
43444
+ "kind": "ENUM",
43445
+ "name": "EntitlementBehavior",
43446
+ "ofType": null
43447
+ },
43448
+ "defaultValue": "Increment",
43449
+ "isDeprecated": false,
43450
+ "deprecationReason": null
43451
+ },
43283
43452
  {
43284
43453
  "name": "description",
43285
43454
  "description": null,
@@ -43729,6 +43898,18 @@
43729
43898
  "description": null,
43730
43899
  "fields": null,
43731
43900
  "inputFields": [
43901
+ {
43902
+ "name": "behavior",
43903
+ "description": "The behavior of the entitlement",
43904
+ "type": {
43905
+ "kind": "ENUM",
43906
+ "name": "EntitlementBehavior",
43907
+ "ofType": null
43908
+ },
43909
+ "defaultValue": null,
43910
+ "isDeprecated": false,
43911
+ "deprecationReason": null
43912
+ },
43732
43913
  {
43733
43914
  "name": "description",
43734
43915
  "description": null,
@@ -68736,6 +68917,535 @@
68736
68917
  ],
68737
68918
  "possibleTypes": null
68738
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
+ },
68739
69449
  {
68740
69450
  "kind": "ENUM",
68741
69451
  "name": "SubscriptionInvoiceStatus",
@@ -68765,6 +69475,172 @@
68765
69475
  ],
68766
69476
  "possibleTypes": null
68767
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
+ },
68768
69644
  {
68769
69645
  "kind": "INPUT_OBJECT",
68770
69646
  "name": "SubscriptionMigrationInput",
@@ -69769,6 +70645,65 @@
69769
70645
  "enumValues": null,
69770
70646
  "possibleTypes": null
69771
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
+ },
69772
70707
  {
69773
70708
  "kind": "OBJECT",
69774
70709
  "name": "SubscriptionPreview",
@@ -70060,6 +70995,18 @@
70060
70995
  "isDeprecated": false,
70061
70996
  "deprecationReason": null
70062
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
+ },
70063
71010
  {
70064
71011
  "name": "type",
70065
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.176.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.176.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-09 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