stigg-api-client 2.71.1 → 2.76.0

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: e74052375584e72e0b30bfd8dc70fc95e795b972661521c544f2ce3144907934
4
- data.tar.gz: ef77b19e35704e227bdcdcca709b99615b22eaee8cfb17f010ce5a9c1242f5a8
3
+ metadata.gz: 9e61b08c0711ed0c6a1e2cc654a3c39e036116d2472675162c06d91160e626c5
4
+ data.tar.gz: b7f2178ebb90ce5a82eaf0f570d7b77e4d42eb23b6e69e1160129be21aa374c3
5
5
  SHA512:
6
- metadata.gz: 74b68b15cac15c61faad568c68f8db8f39ca5d3b22e7ca846cfd93343d5dfc88ee813135ddc1025e9314858a28785de33350ae448c02a7cd5c0a0c6483355762
7
- data.tar.gz: 96500c261c0e5342468e47e876e871140e87b3c0cb22420ed823db2e20279e68b16cac6ede9b194e350dc59320a54ab85d07d26d25c1093b294e1bc41c344852
6
+ metadata.gz: 5ad776fc725debc2bb4a290291bee2572ab2fd63d5f8d5820bb0ef6467555756761833d1b88783d48c03159718469bb95dbcbe89f0f93244cc4d4a50e2ce5772
7
+ data.tar.gz: 07251d80791a257a8f8b3983b7ee2256adbb4480328b6b657d13f402a05b5a9d2b0811fbc2e4858acf46b5d60e588c0555debe34921fdb42a3b8406bdc1852f4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.71.1)
4
+ stigg-api-client (2.76.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -52991,6 +52991,30 @@
52991
52991
  "isDeprecated": false,
52992
52992
  "deprecationReason": null
52993
52993
  },
52994
+ {
52995
+ "name": "resetPeriod",
52996
+ "description": null,
52997
+ "args": [],
52998
+ "type": {
52999
+ "kind": "ENUM",
53000
+ "name": "EntitlementResetPeriod",
53001
+ "ofType": null
53002
+ },
53003
+ "isDeprecated": false,
53004
+ "deprecationReason": null
53005
+ },
53006
+ {
53007
+ "name": "resetPeriodConfiguration",
53008
+ "description": null,
53009
+ "args": [],
53010
+ "type": {
53011
+ "kind": "UNION",
53012
+ "name": "ResetPeriodConfiguration",
53013
+ "ofType": null
53014
+ },
53015
+ "isDeprecated": false,
53016
+ "deprecationReason": null
53017
+ },
52994
53018
  {
52995
53019
  "name": "tiers",
52996
53020
  "description": null,
@@ -53440,6 +53464,30 @@
53440
53464
  "isDeprecated": false,
53441
53465
  "deprecationReason": null
53442
53466
  },
53467
+ {
53468
+ "name": "resetPeriod",
53469
+ "description": null,
53470
+ "args": [],
53471
+ "type": {
53472
+ "kind": "ENUM",
53473
+ "name": "EntitlementResetPeriod",
53474
+ "ofType": null
53475
+ },
53476
+ "isDeprecated": false,
53477
+ "deprecationReason": null
53478
+ },
53479
+ {
53480
+ "name": "resetPeriodConfiguration",
53481
+ "description": null,
53482
+ "args": [],
53483
+ "type": {
53484
+ "kind": "UNION",
53485
+ "name": "ResetPeriodConfiguration",
53486
+ "ofType": null
53487
+ },
53488
+ "isDeprecated": false,
53489
+ "deprecationReason": null
53490
+ },
53443
53491
  {
53444
53492
  "name": "tiers",
53445
53493
  "description": null,
@@ -54285,6 +54333,18 @@
54285
54333
  "description": null,
54286
54334
  "fields": null,
54287
54335
  "inputFields": [
54336
+ {
54337
+ "name": "addonId",
54338
+ "description": "The corresponding addon id of the price",
54339
+ "type": {
54340
+ "kind": "SCALAR",
54341
+ "name": "String",
54342
+ "ofType": null
54343
+ },
54344
+ "defaultValue": null,
54345
+ "isDeprecated": false,
54346
+ "deprecationReason": null
54347
+ },
54288
54348
  {
54289
54349
  "name": "baseCharge",
54290
54350
  "description": "Whether the price is a base charge",
@@ -54713,6 +54773,18 @@
54713
54773
  "isDeprecated": false,
54714
54774
  "deprecationReason": null
54715
54775
  },
54776
+ {
54777
+ "name": "monthlyResetPeriodConfiguration",
54778
+ "description": null,
54779
+ "type": {
54780
+ "kind": "INPUT_OBJECT",
54781
+ "name": "MonthlyResetPeriodConfigInput",
54782
+ "ofType": null
54783
+ },
54784
+ "defaultValue": null,
54785
+ "isDeprecated": false,
54786
+ "deprecationReason": null
54787
+ },
54716
54788
  {
54717
54789
  "name": "pricePeriods",
54718
54790
  "description": null,
@@ -54737,6 +54809,18 @@
54737
54809
  "isDeprecated": false,
54738
54810
  "deprecationReason": null
54739
54811
  },
54812
+ {
54813
+ "name": "resetPeriod",
54814
+ "description": null,
54815
+ "type": {
54816
+ "kind": "ENUM",
54817
+ "name": "EntitlementResetPeriod",
54818
+ "ofType": null
54819
+ },
54820
+ "defaultValue": null,
54821
+ "isDeprecated": false,
54822
+ "deprecationReason": null
54823
+ },
54740
54824
  {
54741
54825
  "name": "tiersMode",
54742
54826
  "description": null,
@@ -54748,6 +54832,30 @@
54748
54832
  "defaultValue": null,
54749
54833
  "isDeprecated": false,
54750
54834
  "deprecationReason": null
54835
+ },
54836
+ {
54837
+ "name": "weeklyResetPeriodConfiguration",
54838
+ "description": null,
54839
+ "type": {
54840
+ "kind": "INPUT_OBJECT",
54841
+ "name": "WeeklyResetPeriodConfigInput",
54842
+ "ofType": null
54843
+ },
54844
+ "defaultValue": null,
54845
+ "isDeprecated": false,
54846
+ "deprecationReason": null
54847
+ },
54848
+ {
54849
+ "name": "yearlyResetPeriodConfiguration",
54850
+ "description": null,
54851
+ "type": {
54852
+ "kind": "INPUT_OBJECT",
54853
+ "name": "YearlyResetPeriodConfigInput",
54854
+ "ofType": null
54855
+ },
54856
+ "defaultValue": null,
54857
+ "isDeprecated": false,
54858
+ "deprecationReason": null
54751
54859
  }
54752
54860
  ],
54753
54861
  "interfaces": 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 = "2.71.1"
4
+ VERSION = "2.76.0"
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: 2.71.1
4
+ version: 2.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-12 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient