stigg-api-client 5.43.0 → 5.45.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: 6bc8515e673bd3965858a05930965e26840ccde952ca69823ff72752cf0fc53f
4
- data.tar.gz: df002b95db12725c827657de3e23fd9bcbdb41667c2865c0ecb8b4b1508d4581
3
+ metadata.gz: af1f0abce01f0ca34d5799cb53799743977ad7af73b0f204e3134aa267b4a22c
4
+ data.tar.gz: a6af27ed62391f905783a144dc703fc07bd46424ae26a559b88e04044c43d502
5
5
  SHA512:
6
- metadata.gz: cd889bef4351fec31eb62c884dcebac95b87ec18fda57f53f4f037da22ef78646615859d1a6ce7e25c8f5103e2b889307429a89d72e3fd09f23f741fbc2d8973
7
- data.tar.gz: 66ff00cca88e85d9dde6f0de5ec07b93e5161690492fe8ec2a128e7c9e0706d94d9451092485a8bd23de14794ba9e1ac8231b31ffffb31aac9f09b00ff51eb99
6
+ metadata.gz: c4a736f73897a62cca9be1dbd83a8ef11ef81f0149b24f7a7207c676432fbb2d8ae395ca2083887889459c4611a278e3ee8382b0c85931537f66221e4a77ed01
7
+ data.tar.gz: a10f5a75c07d27cb1bb42cf00caddd80ae3c23d07006d084f12e59449d72291763a002c3b83379e5a78dd11d47458a2360c47d4427231f945943e1929682c79f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.43.0)
4
+ stigg-api-client (5.45.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -13087,6 +13087,49 @@
13087
13087
  "enumValues": null,
13088
13088
  "possibleTypes": null
13089
13089
  },
13090
+ {
13091
+ "kind": "INPUT_OBJECT",
13092
+ "name": "CreditGrantBillingInfoInput",
13093
+ "description": "Credit grant billing information input",
13094
+ "fields": null,
13095
+ "inputFields": [
13096
+ {
13097
+ "name": "taxPercentage",
13098
+ "description": null,
13099
+ "type": {
13100
+ "kind": "SCALAR",
13101
+ "name": "Float",
13102
+ "ofType": null
13103
+ },
13104
+ "defaultValue": null,
13105
+ "isDeprecated": false,
13106
+ "deprecationReason": null
13107
+ },
13108
+ {
13109
+ "name": "taxRateIds",
13110
+ "description": null,
13111
+ "type": {
13112
+ "kind": "LIST",
13113
+ "name": null,
13114
+ "ofType": {
13115
+ "kind": "NON_NULL",
13116
+ "name": null,
13117
+ "ofType": {
13118
+ "kind": "SCALAR",
13119
+ "name": "String",
13120
+ "ofType": null
13121
+ }
13122
+ }
13123
+ },
13124
+ "defaultValue": null,
13125
+ "isDeprecated": false,
13126
+ "deprecationReason": null
13127
+ }
13128
+ ],
13129
+ "interfaces": null,
13130
+ "enumValues": null,
13131
+ "possibleTypes": null
13132
+ },
13090
13133
  {
13091
13134
  "kind": "OBJECT",
13092
13135
  "name": "CreditGrantConnection",
@@ -13154,6 +13197,53 @@
13154
13197
  "enumValues": null,
13155
13198
  "possibleTypes": null
13156
13199
  },
13200
+ {
13201
+ "kind": "INPUT_OBJECT",
13202
+ "name": "CreditGrantCouponInput",
13203
+ "description": "Credit grant coupon input object",
13204
+ "fields": null,
13205
+ "inputFields": [
13206
+ {
13207
+ "name": "billingCouponId",
13208
+ "description": "Billing integration coupon id",
13209
+ "type": {
13210
+ "kind": "SCALAR",
13211
+ "name": "String",
13212
+ "ofType": null
13213
+ },
13214
+ "defaultValue": null,
13215
+ "isDeprecated": false,
13216
+ "deprecationReason": null
13217
+ },
13218
+ {
13219
+ "name": "couponId",
13220
+ "description": "Stigg coupon id",
13221
+ "type": {
13222
+ "kind": "SCALAR",
13223
+ "name": "String",
13224
+ "ofType": null
13225
+ },
13226
+ "defaultValue": null,
13227
+ "isDeprecated": false,
13228
+ "deprecationReason": null
13229
+ },
13230
+ {
13231
+ "name": "promotionCode",
13232
+ "description": "Promotion code",
13233
+ "type": {
13234
+ "kind": "SCALAR",
13235
+ "name": "String",
13236
+ "ofType": null
13237
+ },
13238
+ "defaultValue": null,
13239
+ "isDeprecated": false,
13240
+ "deprecationReason": null
13241
+ }
13242
+ ],
13243
+ "interfaces": null,
13244
+ "enumValues": null,
13245
+ "possibleTypes": null
13246
+ },
13157
13247
  {
13158
13248
  "kind": "OBJECT",
13159
13249
  "name": "CreditGrantEdge",
@@ -13408,6 +13498,125 @@
13408
13498
  "enumValues": null,
13409
13499
  "possibleTypes": null
13410
13500
  },
13501
+ {
13502
+ "kind": "OBJECT",
13503
+ "name": "CreditGrantPreview",
13504
+ "description": null,
13505
+ "fields": [
13506
+ {
13507
+ "name": "credits",
13508
+ "description": null,
13509
+ "args": [],
13510
+ "type": {
13511
+ "kind": "OBJECT",
13512
+ "name": "SubscriptionPreviewCredits",
13513
+ "ofType": null
13514
+ },
13515
+ "isDeprecated": false,
13516
+ "deprecationReason": null
13517
+ },
13518
+ {
13519
+ "name": "discount",
13520
+ "description": null,
13521
+ "args": [],
13522
+ "type": {
13523
+ "kind": "OBJECT",
13524
+ "name": "Money",
13525
+ "ofType": null
13526
+ },
13527
+ "isDeprecated": false,
13528
+ "deprecationReason": null
13529
+ },
13530
+ {
13531
+ "name": "discountDetails",
13532
+ "description": null,
13533
+ "args": [],
13534
+ "type": {
13535
+ "kind": "OBJECT",
13536
+ "name": "SubscriptionPreviewDiscount",
13537
+ "ofType": null
13538
+ },
13539
+ "isDeprecated": false,
13540
+ "deprecationReason": null
13541
+ },
13542
+ {
13543
+ "name": "subTotal",
13544
+ "description": null,
13545
+ "args": [],
13546
+ "type": {
13547
+ "kind": "NON_NULL",
13548
+ "name": null,
13549
+ "ofType": {
13550
+ "kind": "OBJECT",
13551
+ "name": "Money",
13552
+ "ofType": null
13553
+ }
13554
+ },
13555
+ "isDeprecated": false,
13556
+ "deprecationReason": null
13557
+ },
13558
+ {
13559
+ "name": "tax",
13560
+ "description": null,
13561
+ "args": [],
13562
+ "type": {
13563
+ "kind": "OBJECT",
13564
+ "name": "Money",
13565
+ "ofType": null
13566
+ },
13567
+ "isDeprecated": false,
13568
+ "deprecationReason": null
13569
+ },
13570
+ {
13571
+ "name": "taxDetails",
13572
+ "description": null,
13573
+ "args": [],
13574
+ "type": {
13575
+ "kind": "OBJECT",
13576
+ "name": "SubscriptionPreviewTaxDetails",
13577
+ "ofType": null
13578
+ },
13579
+ "isDeprecated": false,
13580
+ "deprecationReason": null
13581
+ },
13582
+ {
13583
+ "name": "total",
13584
+ "description": null,
13585
+ "args": [],
13586
+ "type": {
13587
+ "kind": "NON_NULL",
13588
+ "name": null,
13589
+ "ofType": {
13590
+ "kind": "OBJECT",
13591
+ "name": "Money",
13592
+ "ofType": null
13593
+ }
13594
+ },
13595
+ "isDeprecated": false,
13596
+ "deprecationReason": null
13597
+ },
13598
+ {
13599
+ "name": "totalExcludingTax",
13600
+ "description": null,
13601
+ "args": [],
13602
+ "type": {
13603
+ "kind": "NON_NULL",
13604
+ "name": null,
13605
+ "ofType": {
13606
+ "kind": "OBJECT",
13607
+ "name": "Money",
13608
+ "ofType": null
13609
+ }
13610
+ },
13611
+ "isDeprecated": false,
13612
+ "deprecationReason": null
13613
+ }
13614
+ ],
13615
+ "inputFields": null,
13616
+ "interfaces": [],
13617
+ "enumValues": null,
13618
+ "possibleTypes": null
13619
+ },
13411
13620
  {
13412
13621
  "kind": "ENUM",
13413
13622
  "name": "CreditGrantStatus",
@@ -48883,6 +49092,39 @@
48883
49092
  "isDeprecated": false,
48884
49093
  "deprecationReason": null
48885
49094
  },
49095
+ {
49096
+ "name": "previewCreditGrant",
49097
+ "description": null,
49098
+ "args": [
49099
+ {
49100
+ "name": "input",
49101
+ "description": null,
49102
+ "type": {
49103
+ "kind": "NON_NULL",
49104
+ "name": null,
49105
+ "ofType": {
49106
+ "kind": "INPUT_OBJECT",
49107
+ "name": "PreviewCreditGrantInput",
49108
+ "ofType": null
49109
+ }
49110
+ },
49111
+ "defaultValue": null,
49112
+ "isDeprecated": false,
49113
+ "deprecationReason": null
49114
+ }
49115
+ ],
49116
+ "type": {
49117
+ "kind": "NON_NULL",
49118
+ "name": null,
49119
+ "ofType": {
49120
+ "kind": "OBJECT",
49121
+ "name": "CreditGrantPreview",
49122
+ "ofType": null
49123
+ }
49124
+ },
49125
+ "isDeprecated": false,
49126
+ "deprecationReason": null
49127
+ },
48886
49128
  {
48887
49129
  "name": "previewNextInvoice",
48888
49130
  "description": null,
@@ -64966,6 +65208,129 @@
64966
65208
  "enumValues": null,
64967
65209
  "possibleTypes": null
64968
65210
  },
65211
+ {
65212
+ "kind": "INPUT_OBJECT",
65213
+ "name": "PreviewCreditGrantInput",
65214
+ "description": "Preview credit grant input object, used to preview credits invoice before purchasing",
65215
+ "fields": null,
65216
+ "inputFields": [
65217
+ {
65218
+ "name": "amount",
65219
+ "description": "The amount of the credit grant",
65220
+ "type": {
65221
+ "kind": "NON_NULL",
65222
+ "name": null,
65223
+ "ofType": {
65224
+ "kind": "SCALAR",
65225
+ "name": "Float",
65226
+ "ofType": null
65227
+ }
65228
+ },
65229
+ "defaultValue": null,
65230
+ "isDeprecated": false,
65231
+ "deprecationReason": null
65232
+ },
65233
+ {
65234
+ "name": "appliedCoupon",
65235
+ "description": "Applied Stripe coupon",
65236
+ "type": {
65237
+ "kind": "INPUT_OBJECT",
65238
+ "name": "CreditGrantCouponInput",
65239
+ "ofType": null
65240
+ },
65241
+ "defaultValue": null,
65242
+ "isDeprecated": false,
65243
+ "deprecationReason": null
65244
+ },
65245
+ {
65246
+ "name": "billingInformation",
65247
+ "description": "Credit grant billing information",
65248
+ "type": {
65249
+ "kind": "INPUT_OBJECT",
65250
+ "name": "CreditGrantBillingInfoInput",
65251
+ "ofType": null
65252
+ },
65253
+ "defaultValue": null,
65254
+ "isDeprecated": false,
65255
+ "deprecationReason": null
65256
+ },
65257
+ {
65258
+ "name": "cost",
65259
+ "description": "The fiat cost of the credit grant",
65260
+ "type": {
65261
+ "kind": "NON_NULL",
65262
+ "name": null,
65263
+ "ofType": {
65264
+ "kind": "INPUT_OBJECT",
65265
+ "name": "MoneyInputDTO",
65266
+ "ofType": null
65267
+ }
65268
+ },
65269
+ "defaultValue": null,
65270
+ "isDeprecated": false,
65271
+ "deprecationReason": null
65272
+ },
65273
+ {
65274
+ "name": "currencyId",
65275
+ "description": "The custom currency ID of the credit grant",
65276
+ "type": {
65277
+ "kind": "NON_NULL",
65278
+ "name": null,
65279
+ "ofType": {
65280
+ "kind": "SCALAR",
65281
+ "name": "String",
65282
+ "ofType": null
65283
+ }
65284
+ },
65285
+ "defaultValue": null,
65286
+ "isDeprecated": false,
65287
+ "deprecationReason": null
65288
+ },
65289
+ {
65290
+ "name": "customerId",
65291
+ "description": "The customer ID of the credit grant",
65292
+ "type": {
65293
+ "kind": "NON_NULL",
65294
+ "name": null,
65295
+ "ofType": {
65296
+ "kind": "SCALAR",
65297
+ "name": "String",
65298
+ "ofType": null
65299
+ }
65300
+ },
65301
+ "defaultValue": null,
65302
+ "isDeprecated": false,
65303
+ "deprecationReason": null
65304
+ },
65305
+ {
65306
+ "name": "environmentId",
65307
+ "description": "The unique identifier for the environment",
65308
+ "type": {
65309
+ "kind": "SCALAR",
65310
+ "name": "UUID",
65311
+ "ofType": null
65312
+ },
65313
+ "defaultValue": null,
65314
+ "isDeprecated": false,
65315
+ "deprecationReason": null
65316
+ },
65317
+ {
65318
+ "name": "resourceId",
65319
+ "description": "The resource ID of the credit grant",
65320
+ "type": {
65321
+ "kind": "SCALAR",
65322
+ "name": "String",
65323
+ "ofType": null
65324
+ },
65325
+ "defaultValue": null,
65326
+ "isDeprecated": false,
65327
+ "deprecationReason": null
65328
+ }
65329
+ ],
65330
+ "interfaces": null,
65331
+ "enumValues": null,
65332
+ "possibleTypes": null
65333
+ },
64969
65334
  {
64970
65335
  "kind": "INPUT_OBJECT",
64971
65336
  "name": "PreviewNextInvoiceInput",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.43.0"
4
+ VERSION = "5.45.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: 5.43.0
4
+ version: 5.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg