stigg-api-client 5.28.0 → 5.32.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/operations.rb +11 -2
- data/lib/stigg/generated/schema.json +50 -2
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29ab0d0ac4b946958c6c749299da0fa2f16d8f23af42086a1dddce257505c48d
|
|
4
|
+
data.tar.gz: eade897b80838ddefd7504f0ec8ffd0beb9e714fcbe2b1e9fef85a74336d9438
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10ca35021aca70c7459d3ed47e96cf73a9ded1a6d6fdb89a88c84fc364a68818e6dfd2c28e0eaf0921726af6e7f47349075f9e3515ba8ca84ac0ddd85a7242c1
|
|
7
|
+
data.tar.gz: e9ac1a5181ad7300012d44b349e9456272e64dfb40f750b876776491e7bd03766666e4cfa9ee3024ba40eaeb26f2fcefce2b3f8b13aa7464e8f4bd65fddedd50
|
data/Gemfile.lock
CHANGED
|
@@ -1758,6 +1758,12 @@ module Stigg
|
|
|
1758
1758
|
updatedAt
|
|
1759
1759
|
resourceId
|
|
1760
1760
|
additionalMetaData
|
|
1761
|
+
status
|
|
1762
|
+
paymentCollection
|
|
1763
|
+
invoiceId
|
|
1764
|
+
latestInvoice {
|
|
1765
|
+
...SubscriptionInvoiceFragment
|
|
1766
|
+
}
|
|
1761
1767
|
}
|
|
1762
1768
|
GRAPHQL
|
|
1763
1769
|
|
|
@@ -1779,8 +1785,8 @@ module Stigg
|
|
|
1779
1785
|
fragment CreditsBalanceSummaryFragment on CreditBalanceSummary {
|
|
1780
1786
|
customerId
|
|
1781
1787
|
balances {
|
|
1782
|
-
|
|
1783
|
-
|
|
1788
|
+
...CreditBalanceFragment
|
|
1789
|
+
}
|
|
1784
1790
|
}
|
|
1785
1791
|
GRAPHQL
|
|
1786
1792
|
|
|
@@ -2171,6 +2177,7 @@ module Stigg
|
|
|
2171
2177
|
}
|
|
2172
2178
|
}
|
|
2173
2179
|
#{Fragment::CreditGrantFragment}
|
|
2180
|
+
#{Fragment::SubscriptionInvoiceFragment}
|
|
2174
2181
|
GRAPHQL
|
|
2175
2182
|
|
|
2176
2183
|
GrantPromotionalEntitlementsGroup = <<~GRAPHQL
|
|
@@ -2222,6 +2229,7 @@ module Stigg
|
|
|
2222
2229
|
}
|
|
2223
2230
|
}
|
|
2224
2231
|
#{Fragment::CreditGrantFragment}
|
|
2232
|
+
#{Fragment::SubscriptionInvoiceFragment}
|
|
2225
2233
|
GRAPHQL
|
|
2226
2234
|
|
|
2227
2235
|
CreateCoupon = <<~GRAPHQL
|
|
@@ -2590,6 +2598,7 @@ module Stigg
|
|
|
2590
2598
|
}
|
|
2591
2599
|
#{Fragment::PageInfoFragment}
|
|
2592
2600
|
#{Fragment::CreditGrantFragment}
|
|
2601
|
+
#{Fragment::SubscriptionInvoiceFragment}
|
|
2593
2602
|
GRAPHQL
|
|
2594
2603
|
|
|
2595
2604
|
GetCreditLedger = <<~GRAPHQL
|
|
@@ -12326,8 +12326,8 @@
|
|
|
12326
12326
|
"description": "The latest invoice information of the credit grant",
|
|
12327
12327
|
"args": [],
|
|
12328
12328
|
"type": {
|
|
12329
|
-
"kind": "
|
|
12330
|
-
"name": "
|
|
12329
|
+
"kind": "OBJECT",
|
|
12330
|
+
"name": "SubscriptionInvoice",
|
|
12331
12331
|
"ofType": null
|
|
12332
12332
|
},
|
|
12333
12333
|
"isDeprecated": false,
|
|
@@ -100211,6 +100211,18 @@
|
|
|
100211
100211
|
"isDeprecated": false,
|
|
100212
100212
|
"deprecationReason": null
|
|
100213
100213
|
},
|
|
100214
|
+
{
|
|
100215
|
+
"name": "deferredRevenueAccount",
|
|
100216
|
+
"description": "The deferred revenue account code",
|
|
100217
|
+
"args": [],
|
|
100218
|
+
"type": {
|
|
100219
|
+
"kind": "SCALAR",
|
|
100220
|
+
"name": "String",
|
|
100221
|
+
"ofType": null
|
|
100222
|
+
},
|
|
100223
|
+
"isDeprecated": false,
|
|
100224
|
+
"deprecationReason": null
|
|
100225
|
+
},
|
|
100214
100226
|
{
|
|
100215
100227
|
"name": "invoiceSettlementEnabled",
|
|
100216
100228
|
"description": "Whether invoice settlement is enabled",
|
|
@@ -100259,6 +100271,18 @@
|
|
|
100259
100271
|
"isDeprecated": false,
|
|
100260
100272
|
"deprecationReason": null
|
|
100261
100273
|
},
|
|
100274
|
+
{
|
|
100275
|
+
"name": "recognizedRevenueAccount",
|
|
100276
|
+
"description": "The revenue recognition account code",
|
|
100277
|
+
"args": [],
|
|
100278
|
+
"type": {
|
|
100279
|
+
"kind": "SCALAR",
|
|
100280
|
+
"name": "String",
|
|
100281
|
+
"ofType": null
|
|
100282
|
+
},
|
|
100283
|
+
"isDeprecated": false,
|
|
100284
|
+
"deprecationReason": null
|
|
100285
|
+
},
|
|
100262
100286
|
{
|
|
100263
100287
|
"name": "stripePublishableKey",
|
|
100264
100288
|
"description": "Stripe publishable key for the Zuora payment page",
|
|
@@ -100355,6 +100379,18 @@
|
|
|
100355
100379
|
"isDeprecated": false,
|
|
100356
100380
|
"deprecationReason": null
|
|
100357
100381
|
},
|
|
100382
|
+
{
|
|
100383
|
+
"name": "deferredRevenueAccount",
|
|
100384
|
+
"description": "The deferred revenue account code",
|
|
100385
|
+
"type": {
|
|
100386
|
+
"kind": "SCALAR",
|
|
100387
|
+
"name": "String",
|
|
100388
|
+
"ofType": null
|
|
100389
|
+
},
|
|
100390
|
+
"defaultValue": null,
|
|
100391
|
+
"isDeprecated": false,
|
|
100392
|
+
"deprecationReason": null
|
|
100393
|
+
},
|
|
100358
100394
|
{
|
|
100359
100395
|
"name": "invoiceSettlementEnabled",
|
|
100360
100396
|
"description": "Whether invoice settlement is enabled",
|
|
@@ -100403,6 +100439,18 @@
|
|
|
100403
100439
|
"isDeprecated": false,
|
|
100404
100440
|
"deprecationReason": null
|
|
100405
100441
|
},
|
|
100442
|
+
{
|
|
100443
|
+
"name": "recognizedRevenueAccount",
|
|
100444
|
+
"description": "The revenue recognition account code",
|
|
100445
|
+
"type": {
|
|
100446
|
+
"kind": "SCALAR",
|
|
100447
|
+
"name": "String",
|
|
100448
|
+
"ofType": null
|
|
100449
|
+
},
|
|
100450
|
+
"defaultValue": null,
|
|
100451
|
+
"isDeprecated": false,
|
|
100452
|
+
"deprecationReason": null
|
|
100453
|
+
},
|
|
100406
100454
|
{
|
|
100407
100455
|
"name": "stripePublishableKey",
|
|
100408
100456
|
"description": "Stripe publishable key for the Zuora payment page",
|
data/lib/stigg/version.rb
CHANGED
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: 5.
|
|
4
|
+
version: 5.32.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|