stigg-api-client 1.141.0 → 1.146.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: 2f6ee9c74b35670f82589614029f181c3ae7a7b362a9df5f95a15d4a2171add4
4
- data.tar.gz: ddd6b5a5a3520543624655178b0c2e112f3ce92d55855d14b4e3ff596be3ba02
3
+ metadata.gz: 966fe669b41b74765443333ef48c5b214a4b537b5bd50973bdc58f854054b04c
4
+ data.tar.gz: b8bc40c81dd945b581aef1806731add242cd9b3e656522918ea932636dfd3f7f
5
5
  SHA512:
6
- metadata.gz: e360325aedacc899ab8d8c3d06c18eee4526757d8826922b622beb82a5fb5f64755d81a3f13e2b279639de5490c49c8c7f0f0aa5df43a1df297dd6c583df7f43
7
- data.tar.gz: ae9f4d847d85f767eaf70a9f36a25c0185709bec480a871351c56f85b9b10f8cddc8127ab6082a48996f163fd54b2b34838cb2af7759f3729a29a913763e16bc
6
+ metadata.gz: ff53a5f234f66e305fbfa24c708b0436110991d69cfea4ddca7c5d1563516ee3f18d3b68b9ad6dcfad03e4bc3a38f632241cfd3d2a0453452bea1f9fd20f5160
7
+ data.tar.gz: 4d058976300089dfd08bd7ba4a78a64eeb7f9e835c28cdff4ae9ffd25194ae67c232331cf6c56a5f1ab2e2ece2a2c93321ba673c2f88d0237c903d3a006f5539
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.141.0)
4
+ stigg-api-client (1.146.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -23140,6 +23140,12 @@
23140
23140
  "isDeprecated": false,
23141
23141
  "deprecationReason": null
23142
23142
  },
23143
+ {
23144
+ "name": "MissingSubscriptionInvoiceError",
23145
+ "description": null,
23146
+ "isDeprecated": false,
23147
+ "deprecationReason": null
23148
+ },
23143
23149
  {
23144
23150
  "name": "NoFeatureEntitlementInSubscription",
23145
23151
  "description": null,
@@ -23338,6 +23344,12 @@
23338
23344
  "isDeprecated": false,
23339
23345
  "deprecationReason": null
23340
23346
  },
23347
+ {
23348
+ "name": "SubscriptionInvoiceStatusError",
23349
+ "description": null,
23350
+ "isDeprecated": false,
23351
+ "deprecationReason": null
23352
+ },
23341
23353
  {
23342
23354
  "name": "SubscriptionMustHaveSinglePlanError",
23343
23355
  "description": null,
@@ -24458,6 +24470,12 @@
24458
24470
  "isDeprecated": false,
24459
24471
  "deprecationReason": null
24460
24472
  },
24473
+ {
24474
+ "name": "SUBSCRIPTION_SPENT_LIMIT_EXCEEDED",
24475
+ "description": null,
24476
+ "isDeprecated": false,
24477
+ "deprecationReason": null
24478
+ },
24461
24479
  {
24462
24480
  "name": "SUBSCRIPTION_TRIAL_CONVERTED",
24463
24481
  "description": null,
@@ -31358,13 +31376,9 @@
31358
31376
  "description": null,
31359
31377
  "args": [],
31360
31378
  "type": {
31361
- "kind": "NON_NULL",
31362
- "name": null,
31363
- "ofType": {
31364
- "kind": "SCALAR",
31365
- "name": "DateTime",
31366
- "ofType": null
31367
- }
31379
+ "kind": "SCALAR",
31380
+ "name": "DateTime",
31381
+ "ofType": null
31368
31382
  },
31369
31383
  "isDeprecated": false,
31370
31384
  "deprecationReason": null
@@ -33715,6 +33729,45 @@
33715
33729
  "enumValues": null,
33716
33730
  "possibleTypes": null
33717
33731
  },
33732
+ {
33733
+ "kind": "INPUT_OBJECT",
33734
+ "name": "MarkInvoiceAsPaidInput",
33735
+ "description": "Input for triggering the subscription invoice as paid",
33736
+ "fields": null,
33737
+ "inputFields": [
33738
+ {
33739
+ "name": "environmentId",
33740
+ "description": "Environment ID",
33741
+ "type": {
33742
+ "kind": "SCALAR",
33743
+ "name": "String",
33744
+ "ofType": null
33745
+ },
33746
+ "defaultValue": null,
33747
+ "isDeprecated": false,
33748
+ "deprecationReason": null
33749
+ },
33750
+ {
33751
+ "name": "subscriptionId",
33752
+ "description": "The subscription entity id to trigger mark invoice as paid",
33753
+ "type": {
33754
+ "kind": "NON_NULL",
33755
+ "name": null,
33756
+ "ofType": {
33757
+ "kind": "SCALAR",
33758
+ "name": "String",
33759
+ "ofType": null
33760
+ }
33761
+ },
33762
+ "defaultValue": null,
33763
+ "isDeprecated": false,
33764
+ "deprecationReason": null
33765
+ }
33766
+ ],
33767
+ "interfaces": null,
33768
+ "enumValues": null,
33769
+ "possibleTypes": null
33770
+ },
33718
33771
  {
33719
33772
  "kind": "OBJECT",
33720
33773
  "name": "Member",
@@ -37367,6 +37420,39 @@
37367
37420
  "isDeprecated": false,
37368
37421
  "deprecationReason": null
37369
37422
  },
37423
+ {
37424
+ "name": "markInvoiceAsPaid",
37425
+ "description": "Triggers mark invoice as paid for the given subscription",
37426
+ "args": [
37427
+ {
37428
+ "name": "input",
37429
+ "description": null,
37430
+ "type": {
37431
+ "kind": "NON_NULL",
37432
+ "name": null,
37433
+ "ofType": {
37434
+ "kind": "INPUT_OBJECT",
37435
+ "name": "MarkInvoiceAsPaidInput",
37436
+ "ofType": null
37437
+ }
37438
+ },
37439
+ "defaultValue": null,
37440
+ "isDeprecated": false,
37441
+ "deprecationReason": null
37442
+ }
37443
+ ],
37444
+ "type": {
37445
+ "kind": "NON_NULL",
37446
+ "name": null,
37447
+ "ofType": {
37448
+ "kind": "SCALAR",
37449
+ "name": "Boolean",
37450
+ "ofType": null
37451
+ }
37452
+ },
37453
+ "isDeprecated": false,
37454
+ "deprecationReason": null
37455
+ },
37370
37456
  {
37371
37457
  "name": "mergeEnvironment",
37372
37458
  "description": "Merge data from an existing environment to another environment or to a new environment.",
@@ -68142,13 +68228,9 @@
68142
68228
  "description": null,
68143
68229
  "args": [],
68144
68230
  "type": {
68145
- "kind": "NON_NULL",
68146
- "name": null,
68147
- "ofType": {
68148
- "kind": "SCALAR",
68149
- "name": "DateTime",
68150
- "ofType": null
68151
- }
68231
+ "kind": "SCALAR",
68232
+ "name": "DateTime",
68233
+ "ofType": null
68152
68234
  },
68153
68235
  "isDeprecated": false,
68154
68236
  "deprecationReason": 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.141.0"
4
+ VERSION = "1.146.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: 1.141.0
4
+ version: 1.146.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-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient