stigg-api-client 5.43.0 → 5.46.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +397 -32
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3da36caf64197866fc68f9ad96d92f139ef68d85aa3d06e8e26ed211e0dfc7aa
|
|
4
|
+
data.tar.gz: 1660739de5c491d0adcb7192d7a4e676632f030f2cdd07ae558c246aca8523f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b220007fd0a0c3411cd9781269eff8986f2b1c9581afeb53307de66dd5d25bd3d602944a65f652428a5be4bbe7723063341692ae0c69e079f331e9654932c15e
|
|
7
|
+
data.tar.gz: 67bb012e60a537a5d00da6630dbe5440b9989a32abf4f146a82b22dfa024d0b78aa64d2559b22116cecd13629a0d0575836c6dbad4c2c749b87b45e598e4b754
|
data/Gemfile.lock
CHANGED
|
@@ -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",
|
|
@@ -30837,8 +31046,8 @@
|
|
|
30837
31046
|
"deprecationReason": null
|
|
30838
31047
|
},
|
|
30839
31048
|
{
|
|
30840
|
-
"name": "
|
|
30841
|
-
"description": "
|
|
31049
|
+
"name": "traceId",
|
|
31050
|
+
"description": "Trace ID for distributed tracing (extracted from additionalAttributes.traceId)",
|
|
30842
31051
|
"args": [],
|
|
30843
31052
|
"type": {
|
|
30844
31053
|
"kind": "SCALAR",
|
|
@@ -30964,7 +31173,7 @@
|
|
|
30964
31173
|
"deprecationReason": null
|
|
30965
31174
|
},
|
|
30966
31175
|
{
|
|
30967
|
-
"name": "
|
|
31176
|
+
"name": "traceId",
|
|
30968
31177
|
"description": null,
|
|
30969
31178
|
"args": [],
|
|
30970
31179
|
"type": {
|
|
@@ -31122,7 +31331,7 @@
|
|
|
31122
31331
|
"deprecationReason": null
|
|
31123
31332
|
},
|
|
31124
31333
|
{
|
|
31125
|
-
"name": "
|
|
31334
|
+
"name": "traceId",
|
|
31126
31335
|
"description": null,
|
|
31127
31336
|
"args": [],
|
|
31128
31337
|
"type": {
|
|
@@ -31548,11 +31757,11 @@
|
|
|
31548
31757
|
"deprecationReason": null
|
|
31549
31758
|
},
|
|
31550
31759
|
{
|
|
31551
|
-
"name": "
|
|
31760
|
+
"name": "traceId",
|
|
31552
31761
|
"description": null,
|
|
31553
31762
|
"type": {
|
|
31554
31763
|
"kind": "INPUT_OBJECT",
|
|
31555
|
-
"name": "
|
|
31764
|
+
"name": "EventLogTraceIdFilterComparison",
|
|
31556
31765
|
"ofType": null
|
|
31557
31766
|
},
|
|
31558
31767
|
"defaultValue": null,
|
|
@@ -31677,7 +31886,7 @@
|
|
|
31677
31886
|
"deprecationReason": null
|
|
31678
31887
|
},
|
|
31679
31888
|
{
|
|
31680
|
-
"name": "
|
|
31889
|
+
"name": "traceId",
|
|
31681
31890
|
"description": null,
|
|
31682
31891
|
"args": [],
|
|
31683
31892
|
"type": {
|
|
@@ -31784,7 +31993,7 @@
|
|
|
31784
31993
|
"deprecationReason": null
|
|
31785
31994
|
},
|
|
31786
31995
|
{
|
|
31787
|
-
"name": "
|
|
31996
|
+
"name": "traceId",
|
|
31788
31997
|
"description": null,
|
|
31789
31998
|
"args": [],
|
|
31790
31999
|
"type": {
|
|
@@ -31844,29 +32053,6 @@
|
|
|
31844
32053
|
"enumValues": null,
|
|
31845
32054
|
"possibleTypes": null
|
|
31846
32055
|
},
|
|
31847
|
-
{
|
|
31848
|
-
"kind": "INPUT_OBJECT",
|
|
31849
|
-
"name": "EventLogRequestLogIdFilterComparison",
|
|
31850
|
-
"description": null,
|
|
31851
|
-
"fields": null,
|
|
31852
|
-
"inputFields": [
|
|
31853
|
-
{
|
|
31854
|
-
"name": "eq",
|
|
31855
|
-
"description": null,
|
|
31856
|
-
"type": {
|
|
31857
|
-
"kind": "SCALAR",
|
|
31858
|
-
"name": "String",
|
|
31859
|
-
"ofType": null
|
|
31860
|
-
},
|
|
31861
|
-
"defaultValue": null,
|
|
31862
|
-
"isDeprecated": false,
|
|
31863
|
-
"deprecationReason": null
|
|
31864
|
-
}
|
|
31865
|
-
],
|
|
31866
|
-
"interfaces": null,
|
|
31867
|
-
"enumValues": null,
|
|
31868
|
-
"possibleTypes": null
|
|
31869
|
-
},
|
|
31870
32056
|
{
|
|
31871
32057
|
"kind": "INPUT_OBJECT",
|
|
31872
32058
|
"name": "EventLogSort",
|
|
@@ -31973,7 +32159,7 @@
|
|
|
31973
32159
|
"deprecationReason": null
|
|
31974
32160
|
},
|
|
31975
32161
|
{
|
|
31976
|
-
"name": "
|
|
32162
|
+
"name": "traceId",
|
|
31977
32163
|
"description": null,
|
|
31978
32164
|
"isDeprecated": false,
|
|
31979
32165
|
"deprecationReason": null
|
|
@@ -31981,6 +32167,29 @@
|
|
|
31981
32167
|
],
|
|
31982
32168
|
"possibleTypes": null
|
|
31983
32169
|
},
|
|
32170
|
+
{
|
|
32171
|
+
"kind": "INPUT_OBJECT",
|
|
32172
|
+
"name": "EventLogTraceIdFilterComparison",
|
|
32173
|
+
"description": null,
|
|
32174
|
+
"fields": null,
|
|
32175
|
+
"inputFields": [
|
|
32176
|
+
{
|
|
32177
|
+
"name": "eq",
|
|
32178
|
+
"description": null,
|
|
32179
|
+
"type": {
|
|
32180
|
+
"kind": "SCALAR",
|
|
32181
|
+
"name": "String",
|
|
32182
|
+
"ofType": null
|
|
32183
|
+
},
|
|
32184
|
+
"defaultValue": null,
|
|
32185
|
+
"isDeprecated": false,
|
|
32186
|
+
"deprecationReason": null
|
|
32187
|
+
}
|
|
32188
|
+
],
|
|
32189
|
+
"interfaces": null,
|
|
32190
|
+
"enumValues": null,
|
|
32191
|
+
"possibleTypes": null
|
|
32192
|
+
},
|
|
31984
32193
|
{
|
|
31985
32194
|
"kind": "ENUM",
|
|
31986
32195
|
"name": "EventLogType",
|
|
@@ -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