stigg-api-client 5.100.1 → 5.107.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 +12 -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: e5c14fa957bc139a4044570ff4f603d5712ea8dc625d142a670a0e9b28ebbb52
|
|
4
|
+
data.tar.gz: 2881a365a61122a8b144ab6acc65306ac97c3fab9670036ad8f73fff94b4740a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 020a644a0cdcb47233f9ef5f534eafadf0403ef805b88d7044a38162b356184c238bde1c13ba26cdbf6af063a45f6e735d31fc3b1e5ba91ef3dba4dd2838c3fa
|
|
7
|
+
data.tar.gz: 763e787ac5476b25b25a9c83b113ea12b3c0708c85447c95b1ad6b83fee298088e47549c5202abe256a69f3ab6ba8e56bfd44e2560a59bcac6191afaf3fdcecd
|
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
|
}
|
|
@@ -29452,6 +29452,12 @@
|
|
|
29452
29452
|
"inputFields": null,
|
|
29453
29453
|
"interfaces": null,
|
|
29454
29454
|
"enumValues": [
|
|
29455
|
+
{
|
|
29456
|
+
"name": "CustomerIsArchived",
|
|
29457
|
+
"description": "The customer is archived and no longer eligible for entitlements.",
|
|
29458
|
+
"isDeprecated": false,
|
|
29459
|
+
"deprecationReason": null
|
|
29460
|
+
},
|
|
29455
29461
|
{
|
|
29456
29462
|
"name": "CustomerNotFound",
|
|
29457
29463
|
"description": "The customer making the request could not be found.",
|
|
@@ -31568,6 +31574,12 @@
|
|
|
31568
31574
|
"isDeprecated": false,
|
|
31569
31575
|
"deprecationReason": null
|
|
31570
31576
|
},
|
|
31577
|
+
{
|
|
31578
|
+
"name": "ProductNotPublishedError",
|
|
31579
|
+
"description": null,
|
|
31580
|
+
"isDeprecated": false,
|
|
31581
|
+
"deprecationReason": null
|
|
31582
|
+
},
|
|
31571
31583
|
{
|
|
31572
31584
|
"name": "PromotionCodeCustomerNotFirstPurchase",
|
|
31573
31585
|
"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.107.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-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|