stigg-api-client 1.32.1 → 1.35.1
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 +15 -9
- data/lib/stigg/generated/schema.json +68 -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: 8b94d974403a48394d64604bb642df6dacbef50b7e12041180a8be10985db991
|
|
4
|
+
data.tar.gz: 5e9a6a4c36e052bf81134676d7654d2d971229ea414fcabacd5d28b868da2c36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 968e3a198086ff3591b6a03773526ac1afdf551ec1a5e57f559c719d1e447a0c1778cdea9592b199f893eddd6f086c90cfce77333c44ff398ddb93666535578f
|
|
7
|
+
data.tar.gz: 7a9c2d4016cb4a5ce9659ad3870297e7a4c2032099a3063952566a01e29257784696f50eb7a1fb779d41f8b6c6100b416256eff25625f3d2b519ae71d0c81886
|
data/Gemfile.lock
CHANGED
|
@@ -107,6 +107,7 @@ module Stigg
|
|
|
107
107
|
fragment PackageEntitlementFragment on PackageEntitlement {
|
|
108
108
|
usageLimit
|
|
109
109
|
hasUnlimitedUsage
|
|
110
|
+
hasSoftLimit
|
|
110
111
|
featureId
|
|
111
112
|
resetPeriod
|
|
112
113
|
hiddenFromWidgets
|
|
@@ -176,7 +177,7 @@ module Stigg
|
|
|
176
177
|
...PriceFragment
|
|
177
178
|
}
|
|
178
179
|
overagePrices {
|
|
179
|
-
|
|
180
|
+
...OveragePriceFragment
|
|
180
181
|
}
|
|
181
182
|
pricingType
|
|
182
183
|
defaultTrialConfig {
|
|
@@ -383,6 +384,7 @@ module Stigg
|
|
|
383
384
|
usageLimit
|
|
384
385
|
featureId
|
|
385
386
|
hasUnlimitedUsage
|
|
387
|
+
hasSoftLimit
|
|
386
388
|
resetPeriod
|
|
387
389
|
endDate
|
|
388
390
|
isVisible
|
|
@@ -737,6 +739,7 @@ module Stigg
|
|
|
737
739
|
resourceId
|
|
738
740
|
usageLimit
|
|
739
741
|
hasUnlimitedUsage
|
|
742
|
+
hasSoftLimit
|
|
740
743
|
currentUsage
|
|
741
744
|
requestedUsage
|
|
742
745
|
entitlementUpdatedAt
|
|
@@ -1071,6 +1074,7 @@ module Stigg
|
|
|
1071
1074
|
usageLimit
|
|
1072
1075
|
currentUsage
|
|
1073
1076
|
hasUnlimitedUsage
|
|
1077
|
+
hasSoftLimit
|
|
1074
1078
|
nextResetDate
|
|
1075
1079
|
resetPeriod
|
|
1076
1080
|
resetPeriodConfiguration {
|
|
@@ -1086,6 +1090,7 @@ module Stigg
|
|
|
1086
1090
|
fragment CustomerPortalPromotionalEntitlementFragment on CustomerPortalPromotionalEntitlement {
|
|
1087
1091
|
displayName
|
|
1088
1092
|
hasUnlimitedUsage
|
|
1093
|
+
hasSoftLimit
|
|
1089
1094
|
usageLimit
|
|
1090
1095
|
period
|
|
1091
1096
|
startDate
|
|
@@ -1145,6 +1150,7 @@ module Stigg
|
|
|
1145
1150
|
fragment MockPaywallPackageEntitlementFragment on Entitlement {
|
|
1146
1151
|
usageLimit
|
|
1147
1152
|
hasUnlimitedUsage
|
|
1153
|
+
hasSoftLimit
|
|
1148
1154
|
resetPeriod
|
|
1149
1155
|
hiddenFromWidgets
|
|
1150
1156
|
displayNameOverride
|
|
@@ -1301,14 +1307,14 @@ module Stigg
|
|
|
1301
1307
|
|
|
1302
1308
|
ReportUsageFragment = <<~GRAPHQL
|
|
1303
1309
|
fragment ReportUsageFragment on UsageMeasurementWithCurrentUsage {
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1310
|
+
id
|
|
1311
|
+
featureId
|
|
1312
|
+
customerId
|
|
1313
|
+
resourceId
|
|
1314
|
+
currentUsage
|
|
1315
|
+
nextResetDate
|
|
1316
|
+
timestamp
|
|
1317
|
+
}
|
|
1312
1318
|
GRAPHQL
|
|
1313
1319
|
end
|
|
1314
1320
|
|
|
@@ -12837,6 +12837,18 @@
|
|
|
12837
12837
|
"isDeprecated": false,
|
|
12838
12838
|
"deprecationReason": null
|
|
12839
12839
|
},
|
|
12840
|
+
{
|
|
12841
|
+
"name": "hasSoftLimit",
|
|
12842
|
+
"description": null,
|
|
12843
|
+
"args": [],
|
|
12844
|
+
"type": {
|
|
12845
|
+
"kind": "SCALAR",
|
|
12846
|
+
"name": "Boolean",
|
|
12847
|
+
"ofType": null
|
|
12848
|
+
},
|
|
12849
|
+
"isDeprecated": false,
|
|
12850
|
+
"deprecationReason": null
|
|
12851
|
+
},
|
|
12840
12852
|
{
|
|
12841
12853
|
"name": "hasUnlimitedUsage",
|
|
12842
12854
|
"description": null,
|
|
@@ -19696,6 +19708,18 @@
|
|
|
19696
19708
|
"isDeprecated": false,
|
|
19697
19709
|
"deprecationReason": null
|
|
19698
19710
|
},
|
|
19711
|
+
{
|
|
19712
|
+
"name": "hasSoftLimit",
|
|
19713
|
+
"description": null,
|
|
19714
|
+
"type": {
|
|
19715
|
+
"kind": "SCALAR",
|
|
19716
|
+
"name": "Boolean",
|
|
19717
|
+
"ofType": null
|
|
19718
|
+
},
|
|
19719
|
+
"defaultValue": "false",
|
|
19720
|
+
"isDeprecated": false,
|
|
19721
|
+
"deprecationReason": null
|
|
19722
|
+
},
|
|
19699
19723
|
{
|
|
19700
19724
|
"name": "hasUnlimitedUsage",
|
|
19701
19725
|
"description": null,
|
|
@@ -39130,6 +39154,22 @@
|
|
|
39130
39154
|
"isDeprecated": false,
|
|
39131
39155
|
"deprecationReason": null
|
|
39132
39156
|
},
|
|
39157
|
+
{
|
|
39158
|
+
"name": "hasSoftLimit",
|
|
39159
|
+
"description": null,
|
|
39160
|
+
"args": [],
|
|
39161
|
+
"type": {
|
|
39162
|
+
"kind": "NON_NULL",
|
|
39163
|
+
"name": null,
|
|
39164
|
+
"ofType": {
|
|
39165
|
+
"kind": "SCALAR",
|
|
39166
|
+
"name": "Boolean",
|
|
39167
|
+
"ofType": null
|
|
39168
|
+
}
|
|
39169
|
+
},
|
|
39170
|
+
"isDeprecated": false,
|
|
39171
|
+
"deprecationReason": null
|
|
39172
|
+
},
|
|
39133
39173
|
{
|
|
39134
39174
|
"name": "hasUnlimitedUsage",
|
|
39135
39175
|
"description": null,
|
|
@@ -39617,6 +39657,18 @@
|
|
|
39617
39657
|
"isDeprecated": false,
|
|
39618
39658
|
"deprecationReason": null
|
|
39619
39659
|
},
|
|
39660
|
+
{
|
|
39661
|
+
"name": "hasSoftLimit",
|
|
39662
|
+
"description": null,
|
|
39663
|
+
"args": [],
|
|
39664
|
+
"type": {
|
|
39665
|
+
"kind": "SCALAR",
|
|
39666
|
+
"name": "Boolean",
|
|
39667
|
+
"ofType": null
|
|
39668
|
+
},
|
|
39669
|
+
"isDeprecated": false,
|
|
39670
|
+
"deprecationReason": null
|
|
39671
|
+
},
|
|
39620
39672
|
{
|
|
39621
39673
|
"name": "hasUnlimitedUsage",
|
|
39622
39674
|
"description": null,
|
|
@@ -59841,6 +59893,22 @@
|
|
|
59841
59893
|
"isDeprecated": false,
|
|
59842
59894
|
"deprecationReason": null
|
|
59843
59895
|
},
|
|
59896
|
+
{
|
|
59897
|
+
"name": "hasSoftLimit",
|
|
59898
|
+
"description": null,
|
|
59899
|
+
"args": [],
|
|
59900
|
+
"type": {
|
|
59901
|
+
"kind": "NON_NULL",
|
|
59902
|
+
"name": null,
|
|
59903
|
+
"ofType": {
|
|
59904
|
+
"kind": "SCALAR",
|
|
59905
|
+
"name": "Boolean",
|
|
59906
|
+
"ofType": null
|
|
59907
|
+
}
|
|
59908
|
+
},
|
|
59909
|
+
"isDeprecated": false,
|
|
59910
|
+
"deprecationReason": null
|
|
59911
|
+
},
|
|
59844
59912
|
{
|
|
59845
59913
|
"name": "hasUnlimitedUsage",
|
|
59846
59914
|
"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: 1.
|
|
4
|
+
version: 1.35.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|