stigg-api-client 1.30.0 → 1.35.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c998d9cd75e3a8024f420ef27e3a387ff8d819357e6179c7ccb0a0005c36f865
4
- data.tar.gz: e926240210e767457e1b9b29c6a03a565cdf0c1e352887c88dbe09496a20de09
3
+ metadata.gz: 8b94d974403a48394d64604bb642df6dacbef50b7e12041180a8be10985db991
4
+ data.tar.gz: 5e9a6a4c36e052bf81134676d7654d2d971229ea414fcabacd5d28b868da2c36
5
5
  SHA512:
6
- metadata.gz: 015335711b61b59ef22462d4a7676b62fb21fb5242f6e2c6b2050567bc3a3d2fd085a0a2f205fff177ab0a36f49c3b3c54532dc351122f4987d7b8ba3ee755b2
7
- data.tar.gz: e58ab2997c0791b2b008134bc1491e296d1be605088ccfc8e211be91c361e97e38339bd309a7510eed805b352f83c643c2aba5eb1c52b32eb1e98f02c2ddc690
6
+ metadata.gz: 968e3a198086ff3591b6a03773526ac1afdf551ec1a5e57f559c719d1e447a0c1778cdea9592b199f893eddd6f086c90cfce77333c44ff398ddb93666535578f
7
+ data.tar.gz: 7a9c2d4016cb4a5ce9659ad3870297e7a4c2032099a3063952566a01e29257784696f50eb7a1fb779d41f8b6c6100b416256eff25625f3d2b519ae71d0c81886
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.30.0)
4
+ stigg-api-client (1.35.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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
- ...OveragePriceFragment
180
+ ...OveragePriceFragment
180
181
  }
181
182
  pricingType
182
183
  defaultTrialConfig {
@@ -322,6 +323,7 @@ module Stigg
322
323
  SubscriptionFragment = <<~GRAPHQL
323
324
  fragment SubscriptionFragment on CustomerSubscription {
324
325
  id
326
+ subscriptionId
325
327
  startDate
326
328
  endDate
327
329
  trialEndDate
@@ -382,6 +384,7 @@ module Stigg
382
384
  usageLimit
383
385
  featureId
384
386
  hasUnlimitedUsage
387
+ hasSoftLimit
385
388
  resetPeriod
386
389
  endDate
387
390
  isVisible
@@ -736,6 +739,7 @@ module Stigg
736
739
  resourceId
737
740
  usageLimit
738
741
  hasUnlimitedUsage
742
+ hasSoftLimit
739
743
  currentUsage
740
744
  requestedUsage
741
745
  entitlementUpdatedAt
@@ -1070,6 +1074,7 @@ module Stigg
1070
1074
  usageLimit
1071
1075
  currentUsage
1072
1076
  hasUnlimitedUsage
1077
+ hasSoftLimit
1073
1078
  nextResetDate
1074
1079
  resetPeriod
1075
1080
  resetPeriodConfiguration {
@@ -1085,6 +1090,7 @@ module Stigg
1085
1090
  fragment CustomerPortalPromotionalEntitlementFragment on CustomerPortalPromotionalEntitlement {
1086
1091
  displayName
1087
1092
  hasUnlimitedUsage
1093
+ hasSoftLimit
1088
1094
  usageLimit
1089
1095
  period
1090
1096
  startDate
@@ -1144,6 +1150,7 @@ module Stigg
1144
1150
  fragment MockPaywallPackageEntitlementFragment on Entitlement {
1145
1151
  usageLimit
1146
1152
  hasUnlimitedUsage
1153
+ hasSoftLimit
1147
1154
  resetPeriod
1148
1155
  hiddenFromWidgets
1149
1156
  displayNameOverride
@@ -1300,14 +1307,14 @@ module Stigg
1300
1307
 
1301
1308
  ReportUsageFragment = <<~GRAPHQL
1302
1309
  fragment ReportUsageFragment on UsageMeasurementWithCurrentUsage {
1303
- id
1304
- featureId
1305
- customerId
1306
- resourceId
1307
- currentUsage
1308
- nextResetDate
1309
- timestamp
1310
- }
1310
+ id
1311
+ featureId
1312
+ customerId
1313
+ resourceId
1314
+ currentUsage
1315
+ nextResetDate
1316
+ timestamp
1317
+ }
1311
1318
  GRAPHQL
1312
1319
  end
1313
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.30.0"
4
+ VERSION = "1.35.1"
5
5
  end
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.30.0
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-05 00:00:00.000000000 Z
11
+ date: 2024-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient