stigg-api-client 2.478.0 → 2.480.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 +2 -0
- data/lib/stigg/generated/schema.json +20 -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: f11c50a32140a6c7303e003279ad0b45a145d4c8071713d44c5130325a9cf5f5
|
4
|
+
data.tar.gz: 7bdae07cbc6f302f50eb518cc17d347bf3299eaea637edb0db7cac7611226b1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59621c13ee9fa048bce53a9252145fe17ef13cd09e3dc03f7bddc332ca71f9a8df4e029da45b5ce54f174f2e560cb43ebc2100547d7a6a67abb7755e88f1dd89
|
7
|
+
data.tar.gz: e800e1cc01f2b75e4e40a47c17cbff612ac02ee3f75d5b96f03e0f30acc402f7818a8860ffdc7cf53509be1d4bfb2c929b197ad25430d4145277bfe0fd02728e
|
data/Gemfile.lock
CHANGED
@@ -280,6 +280,7 @@ module Stigg
|
|
280
280
|
status
|
281
281
|
pricingType
|
282
282
|
startDate
|
283
|
+
cancellationDate
|
283
284
|
currentBillingPeriodEnd
|
284
285
|
customer {
|
285
286
|
customerId
|
@@ -317,6 +318,7 @@ module Stigg
|
|
317
318
|
billingId
|
318
319
|
billingLinkUrl
|
319
320
|
effectiveEndDate
|
321
|
+
cancellationDate
|
320
322
|
currentBillingPeriodEnd
|
321
323
|
pricingType
|
322
324
|
latestInvoice {
|
@@ -30818,6 +30818,26 @@
|
|
30818
30818
|
},
|
30819
30819
|
"isDeprecated": false,
|
30820
30820
|
"deprecationReason": null
|
30821
|
+
},
|
30822
|
+
{
|
30823
|
+
"name": "usedEnumValues",
|
30824
|
+
"description": "The enum values used by plans or add-ons",
|
30825
|
+
"args": [],
|
30826
|
+
"type": {
|
30827
|
+
"kind": "LIST",
|
30828
|
+
"name": null,
|
30829
|
+
"ofType": {
|
30830
|
+
"kind": "NON_NULL",
|
30831
|
+
"name": null,
|
30832
|
+
"ofType": {
|
30833
|
+
"kind": "SCALAR",
|
30834
|
+
"name": "String",
|
30835
|
+
"ofType": null
|
30836
|
+
}
|
30837
|
+
}
|
30838
|
+
},
|
30839
|
+
"isDeprecated": false,
|
30840
|
+
"deprecationReason": null
|
30821
30841
|
}
|
30822
30842
|
],
|
30823
30843
|
"inputFields": 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: 2.
|
4
|
+
version: 2.480.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-07-
|
11
|
+
date: 2025-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|