stigg-api-client 2.151.0 → 2.162.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: d110fbe7553e33356e1848098f00e20fd67ddfc7cab4eb720c90b67076e041dd
4
- data.tar.gz: feab756d40256dcdfcea1e3fc37f26383d03881ab3468f7e166bac2f48f8c1c6
3
+ metadata.gz: 002f00e6cedcb9c1864b5cd9051a12264eb8a69352c6a03702fd7d17c9673d53
4
+ data.tar.gz: 726e58f15dc38f46eb837318a007601b432adaae7f836e4b05c7c5fa62611173
5
5
  SHA512:
6
- metadata.gz: c31f74db42e3207b715fb318572dda295da4b1a96feaa09acf3a50c810ca536c4dc7f5f4b66603ae924de8ffa6f5a503addc29838c73c1d58a23165bea26cea3
7
- data.tar.gz: 914031232d843851d5bf421a843b35c819c9c7dde2db4f7f7c214500b87eb0a03317cd4cda050cd47714a9f1c1d70999239ee9a26685120d7b4c4d3bb9589b1f
6
+ metadata.gz: 3abb6d37b4665348ed6f31869a633bcec447a552f02fdbe33a0e59a29370038c68d33b5c81bd35a7b4f9a0b27c72e4aecaffdaa81fc63e3b963b93dae1ef643c
7
+ data.tar.gz: 2e85ed19eef44f7a2ef1390ddd30e6a0ee19e02e35dc3cf81657382288660260d30c5a1695b35882ad74f3df1c3d9aa67ac15ce38c4ca0c61023161e92c1e9de
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.151.0)
4
+ stigg-api-client (2.162.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -860,6 +860,9 @@ module Stigg
860
860
  ResetPeriodConfigurationFragment = <<~GRAPHQL
861
861
  fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration {
862
862
  __typename
863
+ ... on YearlyResetPeriodConfig {
864
+ yearlyAccordingTo
865
+ }
863
866
  ... on MonthlyResetPeriodConfig {
864
867
  monthlyAccordingTo
865
868
  }
@@ -24787,6 +24787,18 @@
24787
24787
  "isDeprecated": false,
24788
24788
  "deprecationReason": null
24789
24789
  },
24790
+ {
24791
+ "name": "payingCustomerId",
24792
+ "description": "The customer that will pay for the subscription",
24793
+ "type": {
24794
+ "kind": "SCALAR",
24795
+ "name": "String",
24796
+ "ofType": null
24797
+ },
24798
+ "defaultValue": null,
24799
+ "isDeprecated": false,
24800
+ "deprecationReason": null
24801
+ },
24790
24802
  {
24791
24803
  "name": "planId",
24792
24804
  "description": null,
@@ -53527,6 +53539,18 @@
53527
53539
  "isDeprecated": false,
53528
53540
  "deprecationReason": null
53529
53541
  },
53542
+ {
53543
+ "name": "payingCustomerId",
53544
+ "description": "The customer that will pay for the subscription",
53545
+ "type": {
53546
+ "kind": "SCALAR",
53547
+ "name": "String",
53548
+ "ofType": null
53549
+ },
53550
+ "defaultValue": null,
53551
+ "isDeprecated": false,
53552
+ "deprecationReason": null
53553
+ },
53530
53554
  {
53531
53555
  "name": "planId",
53532
53556
  "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 = "2.151.0"
4
+ VERSION = "2.162.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.151.0
4
+ version: 2.162.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-10-06 00:00:00.000000000 Z
11
+ date: 2024-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient