stigg-api-client 6.12.0 → 6.13.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 +22 -0
- data/lib/stigg/generated/schema.json +12 -0
- data/lib/stigg/version.rb +1 -1
- data/package.json +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: ca7f7496d56241a34e947601f4f2132790220d2e5f992c919deb81c99df08613
|
|
4
|
+
data.tar.gz: a6781ae1722b36663f3f45fc5646efee34dd8d7acb831dacd86046749a533b41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88acf1afc095af9b35dda2f93e2ce9900ddbcddbd061f8e62dbafd2cead0967cdea5ccf44f27388050d94adff5f3f0f4587502be6d72ef36ea3b96cd500f9ffe
|
|
7
|
+
data.tar.gz: '086e7403853c4af50acc1cecda339ab23d2be9759d59ea4160523bd1a78dd6eed63beadd6fd14149bd81fd2ed9d9fc594603e1ff0091f7b91da67587ddbcf62d'
|
data/Gemfile.lock
CHANGED
|
@@ -1450,6 +1450,28 @@ module Stigg
|
|
|
1450
1450
|
scheduledUpdates {
|
|
1451
1451
|
...CustomerPortalSubscriptionScheduledUpdateDataFragment
|
|
1452
1452
|
}
|
|
1453
|
+
previewNextInvoice {
|
|
1454
|
+
total {
|
|
1455
|
+
amount
|
|
1456
|
+
currency
|
|
1457
|
+
}
|
|
1458
|
+
amountDue {
|
|
1459
|
+
amount
|
|
1460
|
+
currency
|
|
1461
|
+
}
|
|
1462
|
+
lines {
|
|
1463
|
+
quantity
|
|
1464
|
+
period {
|
|
1465
|
+
start
|
|
1466
|
+
end
|
|
1467
|
+
}
|
|
1468
|
+
price {
|
|
1469
|
+
feature {
|
|
1470
|
+
refId
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1453
1475
|
}
|
|
1454
1476
|
GRAPHQL
|
|
1455
1477
|
|
|
@@ -22999,6 +22999,18 @@
|
|
|
22999
22999
|
"isDeprecated": false,
|
|
23000
23000
|
"deprecationReason": null
|
|
23001
23001
|
},
|
|
23002
|
+
{
|
|
23003
|
+
"name": "previewNextInvoice",
|
|
23004
|
+
"description": "A period-scoped preview of the next upcoming invoice for this subscription, including the amount due and per-line usage quantities. Integration-aware (mirrors the previewNextInvoice mutation). Null when the preview could not be computed.",
|
|
23005
|
+
"args": [],
|
|
23006
|
+
"type": {
|
|
23007
|
+
"kind": "OBJECT",
|
|
23008
|
+
"name": "SubscriptionInvoicePreview",
|
|
23009
|
+
"ofType": null
|
|
23010
|
+
},
|
|
23011
|
+
"isDeprecated": false,
|
|
23012
|
+
"deprecationReason": null
|
|
23013
|
+
},
|
|
23002
23014
|
{
|
|
23003
23015
|
"name": "scheduledUpdates",
|
|
23004
23016
|
"description": "Any upcoming changes to the subscription that are scheduled to take effect.",
|
data/lib/stigg/version.rb
CHANGED
data/package.json
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: 6.
|
|
4
|
+
version: 6.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|