stigg-api-client 5.269.0 → 5.277.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 +21 -0
- data/lib/stigg/generated/schema.json +25 -1
- 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: dc80e54fba76486274dff33aeffca218e9bc8355d2cb12114818adc31574bc02
|
|
4
|
+
data.tar.gz: ae39427378f5f26a3aa1ba25d8f5106a3b896358298c5f9c24d800895fa14b39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e81eb201834716e86f60996aef489d30f4acbb77d484f4e41e0bc10c78fb4df0f52ffadd3fb12264eb4c25ff6b3e9fb40aaa9d9cbfdfa807bb8ecb272352688
|
|
7
|
+
data.tar.gz: 9cc551ea9ce73d78e0b24a12f5ffedd389baee695220fd8a329725a5cfecfcf6fb97ec21d2f488f8a86c925a933542bf6e9a206306f89e66e83a86954df6c60e
|
data/Gemfile.lock
CHANGED
|
@@ -368,7 +368,19 @@ module Stigg
|
|
|
368
368
|
cancellationDate
|
|
369
369
|
effectiveEndDate
|
|
370
370
|
currentBillingPeriodEnd
|
|
371
|
+
currentBillingPeriodStart
|
|
372
|
+
billingPeriod
|
|
371
373
|
additionalMetaData
|
|
374
|
+
totalPrice {
|
|
375
|
+
subTotal {
|
|
376
|
+
amount
|
|
377
|
+
currency
|
|
378
|
+
}
|
|
379
|
+
total {
|
|
380
|
+
amount
|
|
381
|
+
currency
|
|
382
|
+
}
|
|
383
|
+
}
|
|
372
384
|
customer {
|
|
373
385
|
customerId
|
|
374
386
|
email
|
|
@@ -383,6 +395,15 @@ module Stigg
|
|
|
383
395
|
plan {
|
|
384
396
|
planId: refId
|
|
385
397
|
displayName
|
|
398
|
+
description
|
|
399
|
+
product {
|
|
400
|
+
refId
|
|
401
|
+
displayName
|
|
402
|
+
downgradePlan {
|
|
403
|
+
refId
|
|
404
|
+
displayName
|
|
405
|
+
}
|
|
406
|
+
}
|
|
386
407
|
}
|
|
387
408
|
addons {
|
|
388
409
|
quantity
|
|
@@ -24141,6 +24141,18 @@
|
|
|
24141
24141
|
"isDeprecated": false,
|
|
24142
24142
|
"deprecationReason": null
|
|
24143
24143
|
},
|
|
24144
|
+
{
|
|
24145
|
+
"name": "billingPeriod",
|
|
24146
|
+
"description": "The billing period of the subscription",
|
|
24147
|
+
"args": [],
|
|
24148
|
+
"type": {
|
|
24149
|
+
"kind": "ENUM",
|
|
24150
|
+
"name": "BillingPeriod",
|
|
24151
|
+
"ofType": null
|
|
24152
|
+
},
|
|
24153
|
+
"isDeprecated": false,
|
|
24154
|
+
"deprecationReason": null
|
|
24155
|
+
},
|
|
24144
24156
|
{
|
|
24145
24157
|
"name": "billingSyncError",
|
|
24146
24158
|
"description": null,
|
|
@@ -76427,7 +76439,7 @@
|
|
|
76427
76439
|
},
|
|
76428
76440
|
{
|
|
76429
76441
|
"name": "downgradePlan",
|
|
76430
|
-
"description":
|
|
76442
|
+
"description": "Plan to downgrade to when a subscription ends or is cancelled",
|
|
76431
76443
|
"args": [],
|
|
76432
76444
|
"type": {
|
|
76433
76445
|
"kind": "OBJECT",
|
|
@@ -100206,6 +100218,18 @@
|
|
|
100206
100218
|
"isDeprecated": false,
|
|
100207
100219
|
"deprecationReason": null
|
|
100208
100220
|
},
|
|
100221
|
+
{
|
|
100222
|
+
"name": "billingPeriod",
|
|
100223
|
+
"description": "The billing period of the subscription",
|
|
100224
|
+
"args": [],
|
|
100225
|
+
"type": {
|
|
100226
|
+
"kind": "ENUM",
|
|
100227
|
+
"name": "BillingPeriod",
|
|
100228
|
+
"ofType": null
|
|
100229
|
+
},
|
|
100230
|
+
"isDeprecated": false,
|
|
100231
|
+
"deprecationReason": null
|
|
100232
|
+
},
|
|
100209
100233
|
{
|
|
100210
100234
|
"name": "billingSyncError",
|
|
100211
100235
|
"description": null,
|
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.277.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-03-
|
|
11
|
+
date: 2026-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|