stigg-api-client 0.532.0 → 0.535.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 +18 -2
- data/lib/stigg/generated/schema.json +41 -11
- 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: a95906237cbb63bcf280834977db317e1b653f5c8126f59b8ee25b2cf9e4661a
|
|
4
|
+
data.tar.gz: 25ea1beb9c5f24ec5cd6644b6510178a9f25ef84e2ff87fb58169903a1daf9b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2eb3478f2cd2a89b86032df3d76add9e78cf94c794ba1242d1ec0e5a74ba1f966b2d81764b1e7e503553a268a89b541c747648f6d6fd1ad25b47593ed184392
|
|
7
|
+
data.tar.gz: 7b0710149e3aca55d6368528ef6db216218d3b108fa9e61b97b8b5d1765b2692116c91935eb31fa5bd4cdf9d401afb779119604a09e02670aacb264f23e88456
|
data/Gemfile.lock
CHANGED
|
@@ -39,6 +39,14 @@ module Stigg
|
|
|
39
39
|
amount
|
|
40
40
|
currency
|
|
41
41
|
}
|
|
42
|
+
tiersMode
|
|
43
|
+
tiers {
|
|
44
|
+
upTo
|
|
45
|
+
unitPrice {
|
|
46
|
+
amount
|
|
47
|
+
currency
|
|
48
|
+
}
|
|
49
|
+
}
|
|
42
50
|
feature {
|
|
43
51
|
refId
|
|
44
52
|
featureUnits
|
|
@@ -156,8 +164,8 @@ module Stigg
|
|
|
156
164
|
currentBillingPeriodEnd
|
|
157
165
|
pricingType
|
|
158
166
|
latestInvoice {
|
|
159
|
-
|
|
160
|
-
|
|
167
|
+
...SubscriptionInvoiceFragment
|
|
168
|
+
}
|
|
161
169
|
paymentCollection
|
|
162
170
|
resource {
|
|
163
171
|
...CustomerResourceFragment
|
|
@@ -966,6 +974,14 @@ module Stigg
|
|
|
966
974
|
amount
|
|
967
975
|
currency
|
|
968
976
|
}
|
|
977
|
+
tiersMode
|
|
978
|
+
tiers {
|
|
979
|
+
upTo
|
|
980
|
+
unitPrice {
|
|
981
|
+
amount
|
|
982
|
+
currency
|
|
983
|
+
}
|
|
984
|
+
}
|
|
969
985
|
feature {
|
|
970
986
|
refId
|
|
971
987
|
featureUnits
|
|
@@ -38694,16 +38694,44 @@
|
|
|
38694
38694
|
"description": null,
|
|
38695
38695
|
"args": [],
|
|
38696
38696
|
"type": {
|
|
38697
|
-
"kind": "
|
|
38697
|
+
"kind": "OBJECT",
|
|
38698
|
+
"name": "Money",
|
|
38699
|
+
"ofType": null
|
|
38700
|
+
},
|
|
38701
|
+
"isDeprecated": false,
|
|
38702
|
+
"deprecationReason": null
|
|
38703
|
+
},
|
|
38704
|
+
{
|
|
38705
|
+
"name": "tiers",
|
|
38706
|
+
"description": null,
|
|
38707
|
+
"args": [],
|
|
38708
|
+
"type": {
|
|
38709
|
+
"kind": "LIST",
|
|
38698
38710
|
"name": null,
|
|
38699
38711
|
"ofType": {
|
|
38700
|
-
"kind": "
|
|
38701
|
-
"name":
|
|
38702
|
-
"ofType":
|
|
38712
|
+
"kind": "NON_NULL",
|
|
38713
|
+
"name": null,
|
|
38714
|
+
"ofType": {
|
|
38715
|
+
"kind": "OBJECT",
|
|
38716
|
+
"name": "PriceTier",
|
|
38717
|
+
"ofType": null
|
|
38718
|
+
}
|
|
38703
38719
|
}
|
|
38704
38720
|
},
|
|
38705
38721
|
"isDeprecated": false,
|
|
38706
38722
|
"deprecationReason": null
|
|
38723
|
+
},
|
|
38724
|
+
{
|
|
38725
|
+
"name": "tiersMode",
|
|
38726
|
+
"description": null,
|
|
38727
|
+
"args": [],
|
|
38728
|
+
"type": {
|
|
38729
|
+
"kind": "ENUM",
|
|
38730
|
+
"name": "TiersMode",
|
|
38731
|
+
"ofType": null
|
|
38732
|
+
},
|
|
38733
|
+
"isDeprecated": false,
|
|
38734
|
+
"deprecationReason": null
|
|
38707
38735
|
}
|
|
38708
38736
|
],
|
|
38709
38737
|
"inputFields": null,
|
|
@@ -41477,13 +41505,9 @@
|
|
|
41477
41505
|
"description": null,
|
|
41478
41506
|
"args": [],
|
|
41479
41507
|
"type": {
|
|
41480
|
-
"kind": "
|
|
41481
|
-
"name":
|
|
41482
|
-
"ofType":
|
|
41483
|
-
"kind": "OBJECT",
|
|
41484
|
-
"name": "Money",
|
|
41485
|
-
"ofType": null
|
|
41486
|
-
}
|
|
41508
|
+
"kind": "OBJECT",
|
|
41509
|
+
"name": "Money",
|
|
41510
|
+
"ofType": null
|
|
41487
41511
|
},
|
|
41488
41512
|
"isDeprecated": false,
|
|
41489
41513
|
"deprecationReason": null
|
|
@@ -53714,6 +53738,12 @@
|
|
|
53714
53738
|
"isDeprecated": false,
|
|
53715
53739
|
"deprecationReason": null
|
|
53716
53740
|
},
|
|
53741
|
+
{
|
|
53742
|
+
"name": "CustomerArchived",
|
|
53743
|
+
"description": null,
|
|
53744
|
+
"isDeprecated": false,
|
|
53745
|
+
"deprecationReason": null
|
|
53746
|
+
},
|
|
53717
53747
|
{
|
|
53718
53748
|
"name": "DetachBilling",
|
|
53719
53749
|
"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: 0.
|
|
4
|
+
version: 0.535.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|