stigg-api-client 2.122.0 → 2.131.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: 5cc12cf8a890f51f8a385b194e5feffc39057bb3f62182ddde1fded06ae76ec5
4
- data.tar.gz: 0a3d2cbbd4b811e050010a4e224bfeb8f28380c6ba1dcbb17685b9b3247e490b
3
+ metadata.gz: 341d1e3a045a6ca177b7f863b6c81b5c6ae513a0b1f0ca61e7772a747f58d1ea
4
+ data.tar.gz: 8b8a571523bf36f403fd7710b2ef87d2854f2c1abbf5723a6d2032f5e916658d
5
5
  SHA512:
6
- metadata.gz: 20c86e8cea48e7632be1602f1bc303b38abe1e23e34320a9205dee6e93c168cd57e48bc80e2453c27f651ced731fcb7a2629854e8163927f40dc94a5a62b5d66
7
- data.tar.gz: '09e1b4021cdc3079841ef5a79401883feedcfd5607e5aa6a31e3428fe11e80e7210eb8b7b78491e064c53de718834ca44814b18a45074b33469d608ecd25d42f'
6
+ metadata.gz: 02ba174c9b529dcf991d4de6f4e63a388ecd58c0692fd07419cc9bb04e921a9a9b6add7c31948f3a68f5447a05a34f681788d5610d28bbc6ad3ddaca3dd4da25
7
+ data.tar.gz: 56a7bdfee3b8438a753975ee227e54c8d9ac2de654c0d0393923ee5fcb9e32f36d58b8747021ae3ea8fc2ba0e8089c03bbe99ccea5612c621046530505137f24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.122.0)
4
+ stigg-api-client (2.131.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1126,6 +1126,7 @@ module Stigg
1126
1126
  CustomerPortalSubscriptionFragment = <<~GRAPHQL
1127
1127
  fragment CustomerPortalSubscriptionFragment on CustomerPortalSubscription {
1128
1128
  subscriptionId
1129
+ planId
1129
1130
  planName
1130
1131
  pricingType
1131
1132
  prices {
@@ -14581,6 +14581,22 @@
14581
14581
  "isDeprecated": false,
14582
14582
  "deprecationReason": null
14583
14583
  },
14584
+ {
14585
+ "name": "planId",
14586
+ "description": null,
14587
+ "args": [],
14588
+ "type": {
14589
+ "kind": "NON_NULL",
14590
+ "name": null,
14591
+ "ofType": {
14592
+ "kind": "SCALAR",
14593
+ "name": "String",
14594
+ "ofType": null
14595
+ }
14596
+ },
14597
+ "isDeprecated": false,
14598
+ "deprecationReason": null
14599
+ },
14584
14600
  {
14585
14601
  "name": "planName",
14586
14602
  "description": null,
@@ -28489,6 +28505,54 @@
28489
28505
  "isDeprecated": false,
28490
28506
  "deprecationReason": null
28491
28507
  },
28508
+ {
28509
+ "name": "failedBillingIds",
28510
+ "description": null,
28511
+ "args": [],
28512
+ "type": {
28513
+ "kind": "NON_NULL",
28514
+ "name": null,
28515
+ "ofType": {
28516
+ "kind": "LIST",
28517
+ "name": null,
28518
+ "ofType": {
28519
+ "kind": "NON_NULL",
28520
+ "name": null,
28521
+ "ofType": {
28522
+ "kind": "SCALAR",
28523
+ "name": "String",
28524
+ "ofType": null
28525
+ }
28526
+ }
28527
+ }
28528
+ },
28529
+ "isDeprecated": false,
28530
+ "deprecationReason": null
28531
+ },
28532
+ {
28533
+ "name": "failedCustomerIds",
28534
+ "description": null,
28535
+ "args": [],
28536
+ "type": {
28537
+ "kind": "NON_NULL",
28538
+ "name": null,
28539
+ "ofType": {
28540
+ "kind": "LIST",
28541
+ "name": null,
28542
+ "ofType": {
28543
+ "kind": "NON_NULL",
28544
+ "name": null,
28545
+ "ofType": {
28546
+ "kind": "SCALAR",
28547
+ "name": "String",
28548
+ "ofType": null
28549
+ }
28550
+ }
28551
+ }
28552
+ },
28553
+ "isDeprecated": false,
28554
+ "deprecationReason": null
28555
+ },
28492
28556
  {
28493
28557
  "name": "isValidationError",
28494
28558
  "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.122.0"
4
+ VERSION = "2.131.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: 2.122.0
4
+ version: 2.131.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-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient