stigg-api-client 5.100.1 → 5.106.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 +13 -0
- data/lib/stigg/generated/schema.json +6 -0
- 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: 53ac6b6beb08144f0a3ef15fbbb05889b070febb53e2310f52393660445ea9b6
|
|
4
|
+
data.tar.gz: 9f28949e494cfa942715645ec5f37ad52913f0f0eb0bf01a658951131f4afaa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42929e8dc6665b81a52318966b70ba2d7dffcdae364ee98370277be101e06ebc4b7b24deb7f449287a92c72e559326fac6872fb8f07196237fe948f8bbb3513a
|
|
7
|
+
data.tar.gz: 905edd04fe89cf41561a975ff8b0cc75494686fede715aee66e893ca78729fff69866fe489927d1d1b71c5a5d492b2fce16486316c1bac6da75775fb683479fb
|
data/Gemfile.lock
CHANGED
|
@@ -289,12 +289,15 @@ module Stigg
|
|
|
289
289
|
pricingType
|
|
290
290
|
startDate
|
|
291
291
|
cancellationDate
|
|
292
|
+
effectiveEndDate
|
|
292
293
|
currentBillingPeriodEnd
|
|
293
294
|
customer {
|
|
294
295
|
customerId
|
|
296
|
+
email
|
|
295
297
|
}
|
|
296
298
|
payingCustomer {
|
|
297
299
|
customerId
|
|
300
|
+
email
|
|
298
301
|
}
|
|
299
302
|
resource {
|
|
300
303
|
resourceId
|
|
@@ -309,6 +312,16 @@ module Stigg
|
|
|
309
312
|
addonId: refId
|
|
310
313
|
}
|
|
311
314
|
}
|
|
315
|
+
prices {
|
|
316
|
+
billingModel
|
|
317
|
+
price {
|
|
318
|
+
billingPeriod
|
|
319
|
+
price {
|
|
320
|
+
amount
|
|
321
|
+
currency
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
312
325
|
trialConfiguration {
|
|
313
326
|
trialEndBehavior
|
|
314
327
|
}
|
|
@@ -31568,6 +31568,12 @@
|
|
|
31568
31568
|
"isDeprecated": false,
|
|
31569
31569
|
"deprecationReason": null
|
|
31570
31570
|
},
|
|
31571
|
+
{
|
|
31572
|
+
"name": "ProductNotPublishedError",
|
|
31573
|
+
"description": null,
|
|
31574
|
+
"isDeprecated": false,
|
|
31575
|
+
"deprecationReason": null
|
|
31576
|
+
},
|
|
31571
31577
|
{
|
|
31572
31578
|
"name": "PromotionCodeCustomerNotFirstPurchase",
|
|
31573
31579
|
"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.106.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-12-
|
|
11
|
+
date: 2025-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|