stigg-api-client 2.323.4 → 2.325.3

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: cc11f299d0b5a4d21ff566530033ecfca35397744d49d74f7b6f4ce85b19c455
4
- data.tar.gz: 2f58f681d4c27dcf7ee788904c7e10447a188a84340a56d80ce7ba5d22ee4286
3
+ metadata.gz: 6c7ab0a0892985d27ee2f339c937e3aaeb4ad684f39e59be75fe0833c4ddacf4
4
+ data.tar.gz: 7d80d943078d6afde5ee79c1bfe5a781a835fe58bcc6a862251b09cc1d40b5b8
5
5
  SHA512:
6
- metadata.gz: dff58d751a3f23c2980277cb844dbeeae1619c65ba5c13f9934f73456ea0b2f5029dc488f0de22a9603685308305cd8aa5bc44551cd6848c77d11482e6374a6b
7
- data.tar.gz: 95e4a25151fceafb0a5d76f61d95598eca9566f3e14c6fd0a3016e889bd432439077257a53d74d6a87107cf8576cb214da400f11e49a6531e6583a920d6c5fa5
6
+ metadata.gz: 42ea41e4357c2b96a32e8566dd4cb6bbbedfa478782e129d004809e7bb6b61456f3cde5c38799b754c456216387579fef2fe305b7131ad5cf2ce594b652def2f
7
+ data.tar.gz: 55d6c8b0fa766b9d53d703236b9fd46e17b1006afcf8eefa3c5523f9eec72734b37aa235594045c4c2e9258c9f02ab54ec0511c44be10d76679774d327e26688
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.323.4)
4
+ stigg-api-client (2.325.3)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2654,6 +2654,45 @@
2654
2654
  "enumValues": null,
2655
2655
  "possibleTypes": null
2656
2656
  },
2657
+ {
2658
+ "kind": "INPUT_OBJECT",
2659
+ "name": "AddonUnArchiveInput",
2660
+ "description": "Un-archive addon input",
2661
+ "fields": null,
2662
+ "inputFields": [
2663
+ {
2664
+ "name": "environmentId",
2665
+ "description": "Environment ID to unarchive the add-on in",
2666
+ "type": {
2667
+ "kind": "SCALAR",
2668
+ "name": "String",
2669
+ "ofType": null
2670
+ },
2671
+ "defaultValue": null,
2672
+ "isDeprecated": false,
2673
+ "deprecationReason": null
2674
+ },
2675
+ {
2676
+ "name": "id",
2677
+ "description": "Add-on ID to unarchive",
2678
+ "type": {
2679
+ "kind": "NON_NULL",
2680
+ "name": null,
2681
+ "ofType": {
2682
+ "kind": "SCALAR",
2683
+ "name": "String",
2684
+ "ofType": null
2685
+ }
2686
+ },
2687
+ "defaultValue": null,
2688
+ "isDeprecated": false,
2689
+ "deprecationReason": null
2690
+ }
2691
+ ],
2692
+ "interfaces": null,
2693
+ "enumValues": null,
2694
+ "possibleTypes": null
2695
+ },
2657
2696
  {
2658
2697
  "kind": "INPUT_OBJECT",
2659
2698
  "name": "AddonUpdateInput",
@@ -4037,6 +4076,18 @@
4037
4076
  "isDeprecated": false,
4038
4077
  "deprecationReason": null
4039
4078
  },
4079
+ {
4080
+ "name": "integrationId",
4081
+ "description": "The billing integration to use for this payment method",
4082
+ "type": {
4083
+ "kind": "SCALAR",
4084
+ "name": "String",
4085
+ "ofType": null
4086
+ },
4087
+ "defaultValue": null,
4088
+ "isDeprecated": false,
4089
+ "deprecationReason": null
4090
+ },
4040
4091
  {
4041
4092
  "name": "paymentMethodId",
4042
4093
  "description": null,
@@ -12489,6 +12540,18 @@
12489
12540
  "isDeprecated": false,
12490
12541
  "deprecationReason": null
12491
12542
  },
12543
+ {
12544
+ "name": "integrationId",
12545
+ "description": "The billing integration to use for this customer",
12546
+ "type": {
12547
+ "kind": "SCALAR",
12548
+ "name": "String",
12549
+ "ofType": null
12550
+ },
12551
+ "defaultValue": null,
12552
+ "isDeprecated": false,
12553
+ "deprecationReason": null
12554
+ },
12492
12555
  {
12493
12556
  "name": "invoiceCustomFields",
12494
12557
  "description": null,
@@ -24833,6 +24896,12 @@
24833
24896
  "isDeprecated": false,
24834
24897
  "deprecationReason": null
24835
24898
  },
24899
+ {
24900
+ "name": "CannotChangeBillingIntegration",
24901
+ "description": "Cannot change billing integration at current customer state",
24902
+ "isDeprecated": false,
24903
+ "deprecationReason": null
24904
+ },
24836
24905
  {
24837
24906
  "name": "CannotDeleteCustomerError",
24838
24907
  "description": null,
@@ -25055,6 +25124,12 @@
25055
25124
  "isDeprecated": false,
25056
25125
  "deprecationReason": null
25057
25126
  },
25127
+ {
25128
+ "name": "FailedToImportSubscriptions",
25129
+ "description": "Failed to import subscriptions",
25130
+ "isDeprecated": false,
25131
+ "deprecationReason": null
25132
+ },
25058
25133
  {
25059
25134
  "name": "FeatureNotFound",
25060
25135
  "description": null,
@@ -35813,6 +35888,18 @@
35813
35888
  "defaultValue": null,
35814
35889
  "isDeprecated": false,
35815
35890
  "deprecationReason": null
35891
+ },
35892
+ {
35893
+ "name": "integrationId",
35894
+ "description": "The billing integration to use for this payment method",
35895
+ "type": {
35896
+ "kind": "SCALAR",
35897
+ "name": "String",
35898
+ "ofType": null
35899
+ },
35900
+ "defaultValue": null,
35901
+ "isDeprecated": false,
35902
+ "deprecationReason": null
35816
35903
  }
35817
35904
  ],
35818
35905
  "interfaces": null,
@@ -43155,6 +43242,39 @@
43155
43242
  "isDeprecated": false,
43156
43243
  "deprecationReason": null
43157
43244
  },
43245
+ {
43246
+ "name": "unarchiveAddon",
43247
+ "description": "Un-archive an addon by id",
43248
+ "args": [
43249
+ {
43250
+ "name": "input",
43251
+ "description": null,
43252
+ "type": {
43253
+ "kind": "NON_NULL",
43254
+ "name": null,
43255
+ "ofType": {
43256
+ "kind": "INPUT_OBJECT",
43257
+ "name": "AddonUnArchiveInput",
43258
+ "ofType": null
43259
+ }
43260
+ },
43261
+ "defaultValue": null,
43262
+ "isDeprecated": false,
43263
+ "deprecationReason": null
43264
+ }
43265
+ ],
43266
+ "type": {
43267
+ "kind": "NON_NULL",
43268
+ "name": null,
43269
+ "ofType": {
43270
+ "kind": "OBJECT",
43271
+ "name": "Addon",
43272
+ "ofType": null
43273
+ }
43274
+ },
43275
+ "isDeprecated": false,
43276
+ "deprecationReason": null
43277
+ },
43158
43278
  {
43159
43279
  "name": "unarchiveCustomer",
43160
43280
  "description": null,
@@ -43221,6 +43341,72 @@
43221
43341
  "isDeprecated": false,
43222
43342
  "deprecationReason": null
43223
43343
  },
43344
+ {
43345
+ "name": "unarchiveFeature",
43346
+ "description": "Unarchive a feature",
43347
+ "args": [
43348
+ {
43349
+ "name": "input",
43350
+ "description": null,
43351
+ "type": {
43352
+ "kind": "NON_NULL",
43353
+ "name": null,
43354
+ "ofType": {
43355
+ "kind": "INPUT_OBJECT",
43356
+ "name": "UnArchiveFeatureInput",
43357
+ "ofType": null
43358
+ }
43359
+ },
43360
+ "defaultValue": null,
43361
+ "isDeprecated": false,
43362
+ "deprecationReason": null
43363
+ }
43364
+ ],
43365
+ "type": {
43366
+ "kind": "NON_NULL",
43367
+ "name": null,
43368
+ "ofType": {
43369
+ "kind": "OBJECT",
43370
+ "name": "Feature",
43371
+ "ofType": null
43372
+ }
43373
+ },
43374
+ "isDeprecated": false,
43375
+ "deprecationReason": null
43376
+ },
43377
+ {
43378
+ "name": "unarchivePlan",
43379
+ "description": "Unarchive a plan",
43380
+ "args": [
43381
+ {
43382
+ "name": "input",
43383
+ "description": null,
43384
+ "type": {
43385
+ "kind": "NON_NULL",
43386
+ "name": null,
43387
+ "ofType": {
43388
+ "kind": "INPUT_OBJECT",
43389
+ "name": "UnArchivePlanInput",
43390
+ "ofType": null
43391
+ }
43392
+ },
43393
+ "defaultValue": null,
43394
+ "isDeprecated": false,
43395
+ "deprecationReason": null
43396
+ }
43397
+ ],
43398
+ "type": {
43399
+ "kind": "NON_NULL",
43400
+ "name": null,
43401
+ "ofType": {
43402
+ "kind": "OBJECT",
43403
+ "name": "Plan",
43404
+ "ofType": null
43405
+ }
43406
+ },
43407
+ "isDeprecated": false,
43408
+ "deprecationReason": null
43409
+ },
43224
43410
  {
43225
43411
  "name": "updateAccount",
43226
43412
  "description": null,
@@ -54942,6 +55128,18 @@
54942
55128
  "defaultValue": null,
54943
55129
  "isDeprecated": false,
54944
55130
  "deprecationReason": null
55131
+ },
55132
+ {
55133
+ "name": "integrationId",
55134
+ "description": "The billing integration to use for this payment method",
55135
+ "type": {
55136
+ "kind": "SCALAR",
55137
+ "name": "String",
55138
+ "ofType": null
55139
+ },
55140
+ "defaultValue": null,
55141
+ "isDeprecated": false,
55142
+ "deprecationReason": null
54945
55143
  }
54946
55144
  ],
54947
55145
  "interfaces": null,
@@ -80246,6 +80444,84 @@
80246
80444
  "enumValues": null,
80247
80445
  "possibleTypes": null
80248
80446
  },
80447
+ {
80448
+ "kind": "INPUT_OBJECT",
80449
+ "name": "UnArchiveFeatureInput",
80450
+ "description": "Input for un-archiving a feature",
80451
+ "fields": null,
80452
+ "inputFields": [
80453
+ {
80454
+ "name": "environmentId",
80455
+ "description": "Environment ID to unarchive the feature in",
80456
+ "type": {
80457
+ "kind": "SCALAR",
80458
+ "name": "String",
80459
+ "ofType": null
80460
+ },
80461
+ "defaultValue": null,
80462
+ "isDeprecated": false,
80463
+ "deprecationReason": null
80464
+ },
80465
+ {
80466
+ "name": "id",
80467
+ "description": "Feature ID to unarchive",
80468
+ "type": {
80469
+ "kind": "NON_NULL",
80470
+ "name": null,
80471
+ "ofType": {
80472
+ "kind": "SCALAR",
80473
+ "name": "String",
80474
+ "ofType": null
80475
+ }
80476
+ },
80477
+ "defaultValue": null,
80478
+ "isDeprecated": false,
80479
+ "deprecationReason": null
80480
+ }
80481
+ ],
80482
+ "interfaces": null,
80483
+ "enumValues": null,
80484
+ "possibleTypes": null
80485
+ },
80486
+ {
80487
+ "kind": "INPUT_OBJECT",
80488
+ "name": "UnArchivePlanInput",
80489
+ "description": "Input for un-archiving a plan",
80490
+ "fields": null,
80491
+ "inputFields": [
80492
+ {
80493
+ "name": "environmentId",
80494
+ "description": "Environment ID to unarchive the plan in",
80495
+ "type": {
80496
+ "kind": "SCALAR",
80497
+ "name": "String",
80498
+ "ofType": null
80499
+ },
80500
+ "defaultValue": null,
80501
+ "isDeprecated": false,
80502
+ "deprecationReason": null
80503
+ },
80504
+ {
80505
+ "name": "id",
80506
+ "description": "Plan ID to unarchive",
80507
+ "type": {
80508
+ "kind": "NON_NULL",
80509
+ "name": null,
80510
+ "ofType": {
80511
+ "kind": "SCALAR",
80512
+ "name": "String",
80513
+ "ofType": null
80514
+ }
80515
+ },
80516
+ "defaultValue": null,
80517
+ "isDeprecated": false,
80518
+ "deprecationReason": null
80519
+ }
80520
+ ],
80521
+ "interfaces": null,
80522
+ "enumValues": null,
80523
+ "possibleTypes": null
80524
+ },
80249
80525
  {
80250
80526
  "kind": "OBJECT",
80251
80527
  "name": "UnPublishedPackageError",
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.323.4"
4
+ VERSION = "2.325.3"
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.323.4
4
+ version: 2.325.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient