stigg-api-client 1.32.1 → 1.37.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 860707984b16320cb6863799a802e10353158003ae473cb83ea350ed3f681b71
4
- data.tar.gz: ac2139d581e65c36930dd9774c064d1d13c561b5076b39c48fed1079e64c0670
3
+ metadata.gz: 9093dec2dff9b99ca77a829b354f01d45250bff2498c750e82cc99983315dd93
4
+ data.tar.gz: e5526a9ea3fe15b17253e57b8494abe26bf5c189ec7d5018041636609de55aed
5
5
  SHA512:
6
- metadata.gz: 03ef0300994f0c40a4904192cc23187675b20932ac53a4fe059ad2f5be34c87ffda8031b943ca09b06cec3e1d4ccf15cd6a40acbc26f83d18465b2ba757169ba
7
- data.tar.gz: c19963aabea04e893f59f2ad85d656c7fd7e7fb9c4a7a9387470365f1ec121315bafeb6691d8ffcc8a6ce31a1fa9b72243eecbeb4f7c5f88b3a2d540e4260723
6
+ metadata.gz: e1e80b9c7badc458ad8658a09f55d797d495828e028ea27e43c2251de3748ee4a0aea5d5169aa2c68bc19ad4bc1a14c40940c756881c5f4374ac5a195193addc
7
+ data.tar.gz: 782482c231323de88bab7275f95a51353240218dcf5b7aec3749a55ddf434aad58466ce57405b61029fcf20f224b61ad054723b4b58c3292a633a64ea5249247
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.32.1)
4
+ stigg-api-client (1.37.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 {
@@ -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
- id
1305
- featureId
1306
- customerId
1307
- resourceId
1308
- currentUsage
1309
- nextResetDate
1310
- timestamp
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,
@@ -17133,6 +17145,18 @@
17133
17145
  "isDeprecated": false,
17134
17146
  "deprecationReason": null
17135
17147
  },
17148
+ {
17149
+ "name": "hasSoftLimit",
17150
+ "description": null,
17151
+ "type": {
17152
+ "kind": "INPUT_OBJECT",
17153
+ "name": "BooleanFieldComparison",
17154
+ "ofType": null
17155
+ },
17156
+ "defaultValue": null,
17157
+ "isDeprecated": false,
17158
+ "deprecationReason": null
17159
+ },
17136
17160
  {
17137
17161
  "name": "id",
17138
17162
  "description": null,
@@ -19390,13 +19414,9 @@
19390
19414
  "description": null,
19391
19415
  "args": [],
19392
19416
  "type": {
19393
- "kind": "NON_NULL",
19394
- "name": null,
19395
- "ofType": {
19396
- "kind": "SCALAR",
19397
- "name": "Boolean",
19398
- "ofType": null
19399
- }
19417
+ "kind": "SCALAR",
19418
+ "name": "Boolean",
19419
+ "ofType": null
19400
19420
  },
19401
19421
  "isDeprecated": false,
19402
19422
  "deprecationReason": null
@@ -19696,6 +19716,18 @@
19696
19716
  "isDeprecated": false,
19697
19717
  "deprecationReason": null
19698
19718
  },
19719
+ {
19720
+ "name": "hasSoftLimit",
19721
+ "description": null,
19722
+ "type": {
19723
+ "kind": "SCALAR",
19724
+ "name": "Boolean",
19725
+ "ofType": null
19726
+ },
19727
+ "defaultValue": "false",
19728
+ "isDeprecated": false,
19729
+ "deprecationReason": null
19730
+ },
19699
19731
  {
19700
19732
  "name": "hasUnlimitedUsage",
19701
19733
  "description": null,
@@ -20264,13 +20296,9 @@
20264
20296
  "description": null,
20265
20297
  "args": [],
20266
20298
  "type": {
20267
- "kind": "NON_NULL",
20268
- "name": null,
20269
- "ofType": {
20270
- "kind": "SCALAR",
20271
- "name": "Boolean",
20272
- "ofType": null
20273
- }
20299
+ "kind": "SCALAR",
20300
+ "name": "Boolean",
20301
+ "ofType": null
20274
20302
  },
20275
20303
  "isDeprecated": false,
20276
20304
  "deprecationReason": null
@@ -39130,6 +39158,18 @@
39130
39158
  "isDeprecated": false,
39131
39159
  "deprecationReason": null
39132
39160
  },
39161
+ {
39162
+ "name": "hasSoftLimit",
39163
+ "description": null,
39164
+ "args": [],
39165
+ "type": {
39166
+ "kind": "SCALAR",
39167
+ "name": "Boolean",
39168
+ "ofType": null
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,
@@ -46521,13 +46573,9 @@
46521
46573
  "description": null,
46522
46574
  "args": [],
46523
46575
  "type": {
46524
- "kind": "NON_NULL",
46525
- "name": null,
46526
- "ofType": {
46527
- "kind": "SCALAR",
46528
- "name": "Boolean",
46529
- "ofType": null
46530
- }
46576
+ "kind": "SCALAR",
46577
+ "name": "Boolean",
46578
+ "ofType": null
46531
46579
  },
46532
46580
  "isDeprecated": false,
46533
46581
  "deprecationReason": null
@@ -49990,13 +50038,9 @@
49990
50038
  "description": null,
49991
50039
  "args": [],
49992
50040
  "type": {
49993
- "kind": "NON_NULL",
49994
- "name": null,
49995
- "ofType": {
49996
- "kind": "SCALAR",
49997
- "name": "Boolean",
49998
- "ofType": null
49999
- }
50041
+ "kind": "SCALAR",
50042
+ "name": "Boolean",
50043
+ "ofType": null
50000
50044
  },
50001
50045
  "isDeprecated": false,
50002
50046
  "deprecationReason": null
@@ -59841,6 +59885,18 @@
59841
59885
  "isDeprecated": false,
59842
59886
  "deprecationReason": null
59843
59887
  },
59888
+ {
59889
+ "name": "hasSoftLimit",
59890
+ "description": null,
59891
+ "args": [],
59892
+ "type": {
59893
+ "kind": "SCALAR",
59894
+ "name": "Boolean",
59895
+ "ofType": null
59896
+ },
59897
+ "isDeprecated": false,
59898
+ "deprecationReason": null
59899
+ },
59844
59900
  {
59845
59901
  "name": "hasUnlimitedUsage",
59846
59902
  "description": null,
@@ -63543,6 +63599,18 @@
63543
63599
  "isDeprecated": false,
63544
63600
  "deprecationReason": null
63545
63601
  },
63602
+ {
63603
+ "name": "hasSoftLimit",
63604
+ "description": null,
63605
+ "args": [],
63606
+ "type": {
63607
+ "kind": "SCALAR",
63608
+ "name": "Boolean",
63609
+ "ofType": null
63610
+ },
63611
+ "isDeprecated": false,
63612
+ "deprecationReason": null
63613
+ },
63546
63614
  {
63547
63615
  "name": "id",
63548
63616
  "description": null,
@@ -63662,6 +63730,18 @@
63662
63730
  "isDeprecated": false,
63663
63731
  "deprecationReason": null
63664
63732
  },
63733
+ {
63734
+ "name": "hasSoftLimit",
63735
+ "description": null,
63736
+ "args": [],
63737
+ "type": {
63738
+ "kind": "SCALAR",
63739
+ "name": "Boolean",
63740
+ "ofType": null
63741
+ },
63742
+ "isDeprecated": false,
63743
+ "deprecationReason": null
63744
+ },
63665
63745
  {
63666
63746
  "name": "id",
63667
63747
  "description": null,
@@ -63768,6 +63848,18 @@
63768
63848
  "isDeprecated": false,
63769
63849
  "deprecationReason": null
63770
63850
  },
63851
+ {
63852
+ "name": "hasSoftLimit",
63853
+ "description": null,
63854
+ "args": [],
63855
+ "type": {
63856
+ "kind": "SCALAR",
63857
+ "name": "Int",
63858
+ "ofType": null
63859
+ },
63860
+ "isDeprecated": false,
63861
+ "deprecationReason": null
63862
+ },
63771
63863
  {
63772
63864
  "name": "id",
63773
63865
  "description": null,
@@ -63915,6 +64007,18 @@
63915
64007
  "isDeprecated": false,
63916
64008
  "deprecationReason": null
63917
64009
  },
64010
+ {
64011
+ "name": "hasSoftLimit",
64012
+ "description": null,
64013
+ "type": {
64014
+ "kind": "INPUT_OBJECT",
64015
+ "name": "BooleanFieldComparison",
64016
+ "ofType": null
64017
+ },
64018
+ "defaultValue": null,
64019
+ "isDeprecated": false,
64020
+ "deprecationReason": null
64021
+ },
63918
64022
  {
63919
64023
  "name": "id",
63920
64024
  "description": null,
@@ -64784,6 +64888,12 @@
64784
64888
  "isDeprecated": false,
64785
64889
  "deprecationReason": null
64786
64890
  },
64891
+ {
64892
+ "name": "hasSoftLimit",
64893
+ "description": null,
64894
+ "isDeprecated": false,
64895
+ "deprecationReason": null
64896
+ },
64787
64897
  {
64788
64898
  "name": "id",
64789
64899
  "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.32.1"
4
+ VERSION = "1.37.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.32.1
4
+ version: 1.37.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-06 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient