stigg-api-client 2.323.0 → 2.324.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +270 -12
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5b4547397c3691680cb9170454907bfe2f29eb8bf15a021d65a9c20c152960f
|
4
|
+
data.tar.gz: 81926b71dce5df49b68e403968e0d6a41be791b29ae6d1d03d0c3c7a186b66e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53cc20f52775cabf1e39697e63f9bdd1c22fd97e3755605bbbead4b32ff3cd06bbf50177f4f575ed601ba6bf53ddf805778229855edc42b2e76949fca0523127
|
7
|
+
data.tar.gz: 0d41061ece5fdcad5088577ad44e11031aeff3d5243ce14d9b936e78bf6e11ad2a60e7a21b561b389711de99563af5b7c113749c674a333bc5fbb0eef652778b
|
data/Gemfile.lock
CHANGED
@@ -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,
|
@@ -25079,18 +25148,6 @@
|
|
25079
25148
|
"isDeprecated": false,
|
25080
25149
|
"deprecationReason": null
|
25081
25150
|
},
|
25082
|
-
{
|
25083
|
-
"name": "GraphQLBatchedOperationsLimitExceeded",
|
25084
|
-
"description": "Too many batched operations were used in a single request",
|
25085
|
-
"isDeprecated": false,
|
25086
|
-
"deprecationReason": null
|
25087
|
-
},
|
25088
|
-
{
|
25089
|
-
"name": "GraphQLUnsupportedDirective",
|
25090
|
-
"description": "Unsupported directive",
|
25091
|
-
"isDeprecated": false,
|
25092
|
-
"deprecationReason": null
|
25093
|
-
},
|
25094
25151
|
{
|
25095
25152
|
"name": "HubspotIntegrationError",
|
25096
25153
|
"description": null,
|
@@ -35825,6 +35882,18 @@
|
|
35825
35882
|
"defaultValue": null,
|
35826
35883
|
"isDeprecated": false,
|
35827
35884
|
"deprecationReason": null
|
35885
|
+
},
|
35886
|
+
{
|
35887
|
+
"name": "integrationId",
|
35888
|
+
"description": "The billing integration to use for this payment method",
|
35889
|
+
"type": {
|
35890
|
+
"kind": "SCALAR",
|
35891
|
+
"name": "String",
|
35892
|
+
"ofType": null
|
35893
|
+
},
|
35894
|
+
"defaultValue": null,
|
35895
|
+
"isDeprecated": false,
|
35896
|
+
"deprecationReason": null
|
35828
35897
|
}
|
35829
35898
|
],
|
35830
35899
|
"interfaces": null,
|
@@ -43167,6 +43236,39 @@
|
|
43167
43236
|
"isDeprecated": false,
|
43168
43237
|
"deprecationReason": null
|
43169
43238
|
},
|
43239
|
+
{
|
43240
|
+
"name": "unarchiveAddon",
|
43241
|
+
"description": "Un-archive an addon by id",
|
43242
|
+
"args": [
|
43243
|
+
{
|
43244
|
+
"name": "input",
|
43245
|
+
"description": null,
|
43246
|
+
"type": {
|
43247
|
+
"kind": "NON_NULL",
|
43248
|
+
"name": null,
|
43249
|
+
"ofType": {
|
43250
|
+
"kind": "INPUT_OBJECT",
|
43251
|
+
"name": "AddonUnArchiveInput",
|
43252
|
+
"ofType": null
|
43253
|
+
}
|
43254
|
+
},
|
43255
|
+
"defaultValue": null,
|
43256
|
+
"isDeprecated": false,
|
43257
|
+
"deprecationReason": null
|
43258
|
+
}
|
43259
|
+
],
|
43260
|
+
"type": {
|
43261
|
+
"kind": "NON_NULL",
|
43262
|
+
"name": null,
|
43263
|
+
"ofType": {
|
43264
|
+
"kind": "OBJECT",
|
43265
|
+
"name": "Addon",
|
43266
|
+
"ofType": null
|
43267
|
+
}
|
43268
|
+
},
|
43269
|
+
"isDeprecated": false,
|
43270
|
+
"deprecationReason": null
|
43271
|
+
},
|
43170
43272
|
{
|
43171
43273
|
"name": "unarchiveCustomer",
|
43172
43274
|
"description": null,
|
@@ -43233,6 +43335,72 @@
|
|
43233
43335
|
"isDeprecated": false,
|
43234
43336
|
"deprecationReason": null
|
43235
43337
|
},
|
43338
|
+
{
|
43339
|
+
"name": "unarchiveFeature",
|
43340
|
+
"description": "Unarchive a feature",
|
43341
|
+
"args": [
|
43342
|
+
{
|
43343
|
+
"name": "input",
|
43344
|
+
"description": null,
|
43345
|
+
"type": {
|
43346
|
+
"kind": "NON_NULL",
|
43347
|
+
"name": null,
|
43348
|
+
"ofType": {
|
43349
|
+
"kind": "INPUT_OBJECT",
|
43350
|
+
"name": "UnArchiveFeatureInput",
|
43351
|
+
"ofType": null
|
43352
|
+
}
|
43353
|
+
},
|
43354
|
+
"defaultValue": null,
|
43355
|
+
"isDeprecated": false,
|
43356
|
+
"deprecationReason": null
|
43357
|
+
}
|
43358
|
+
],
|
43359
|
+
"type": {
|
43360
|
+
"kind": "NON_NULL",
|
43361
|
+
"name": null,
|
43362
|
+
"ofType": {
|
43363
|
+
"kind": "OBJECT",
|
43364
|
+
"name": "Feature",
|
43365
|
+
"ofType": null
|
43366
|
+
}
|
43367
|
+
},
|
43368
|
+
"isDeprecated": false,
|
43369
|
+
"deprecationReason": null
|
43370
|
+
},
|
43371
|
+
{
|
43372
|
+
"name": "unarchivePlan",
|
43373
|
+
"description": "Unarchive a plan",
|
43374
|
+
"args": [
|
43375
|
+
{
|
43376
|
+
"name": "input",
|
43377
|
+
"description": null,
|
43378
|
+
"type": {
|
43379
|
+
"kind": "NON_NULL",
|
43380
|
+
"name": null,
|
43381
|
+
"ofType": {
|
43382
|
+
"kind": "INPUT_OBJECT",
|
43383
|
+
"name": "UnArchivePlanInput",
|
43384
|
+
"ofType": null
|
43385
|
+
}
|
43386
|
+
},
|
43387
|
+
"defaultValue": null,
|
43388
|
+
"isDeprecated": false,
|
43389
|
+
"deprecationReason": null
|
43390
|
+
}
|
43391
|
+
],
|
43392
|
+
"type": {
|
43393
|
+
"kind": "NON_NULL",
|
43394
|
+
"name": null,
|
43395
|
+
"ofType": {
|
43396
|
+
"kind": "OBJECT",
|
43397
|
+
"name": "Plan",
|
43398
|
+
"ofType": null
|
43399
|
+
}
|
43400
|
+
},
|
43401
|
+
"isDeprecated": false,
|
43402
|
+
"deprecationReason": null
|
43403
|
+
},
|
43236
43404
|
{
|
43237
43405
|
"name": "updateAccount",
|
43238
43406
|
"description": null,
|
@@ -54954,6 +55122,18 @@
|
|
54954
55122
|
"defaultValue": null,
|
54955
55123
|
"isDeprecated": false,
|
54956
55124
|
"deprecationReason": null
|
55125
|
+
},
|
55126
|
+
{
|
55127
|
+
"name": "integrationId",
|
55128
|
+
"description": "The billing integration to use for this payment method",
|
55129
|
+
"type": {
|
55130
|
+
"kind": "SCALAR",
|
55131
|
+
"name": "String",
|
55132
|
+
"ofType": null
|
55133
|
+
},
|
55134
|
+
"defaultValue": null,
|
55135
|
+
"isDeprecated": false,
|
55136
|
+
"deprecationReason": null
|
54957
55137
|
}
|
54958
55138
|
],
|
54959
55139
|
"interfaces": null,
|
@@ -80258,6 +80438,84 @@
|
|
80258
80438
|
"enumValues": null,
|
80259
80439
|
"possibleTypes": null
|
80260
80440
|
},
|
80441
|
+
{
|
80442
|
+
"kind": "INPUT_OBJECT",
|
80443
|
+
"name": "UnArchiveFeatureInput",
|
80444
|
+
"description": "Input for un-archiving a feature",
|
80445
|
+
"fields": null,
|
80446
|
+
"inputFields": [
|
80447
|
+
{
|
80448
|
+
"name": "environmentId",
|
80449
|
+
"description": "Environment ID to unarchive the feature in",
|
80450
|
+
"type": {
|
80451
|
+
"kind": "SCALAR",
|
80452
|
+
"name": "String",
|
80453
|
+
"ofType": null
|
80454
|
+
},
|
80455
|
+
"defaultValue": null,
|
80456
|
+
"isDeprecated": false,
|
80457
|
+
"deprecationReason": null
|
80458
|
+
},
|
80459
|
+
{
|
80460
|
+
"name": "id",
|
80461
|
+
"description": "Feature ID to unarchive",
|
80462
|
+
"type": {
|
80463
|
+
"kind": "NON_NULL",
|
80464
|
+
"name": null,
|
80465
|
+
"ofType": {
|
80466
|
+
"kind": "SCALAR",
|
80467
|
+
"name": "String",
|
80468
|
+
"ofType": null
|
80469
|
+
}
|
80470
|
+
},
|
80471
|
+
"defaultValue": null,
|
80472
|
+
"isDeprecated": false,
|
80473
|
+
"deprecationReason": null
|
80474
|
+
}
|
80475
|
+
],
|
80476
|
+
"interfaces": null,
|
80477
|
+
"enumValues": null,
|
80478
|
+
"possibleTypes": null
|
80479
|
+
},
|
80480
|
+
{
|
80481
|
+
"kind": "INPUT_OBJECT",
|
80482
|
+
"name": "UnArchivePlanInput",
|
80483
|
+
"description": "Input for un-archiving a plan",
|
80484
|
+
"fields": null,
|
80485
|
+
"inputFields": [
|
80486
|
+
{
|
80487
|
+
"name": "environmentId",
|
80488
|
+
"description": "Environment ID to unarchive the plan in",
|
80489
|
+
"type": {
|
80490
|
+
"kind": "SCALAR",
|
80491
|
+
"name": "String",
|
80492
|
+
"ofType": null
|
80493
|
+
},
|
80494
|
+
"defaultValue": null,
|
80495
|
+
"isDeprecated": false,
|
80496
|
+
"deprecationReason": null
|
80497
|
+
},
|
80498
|
+
{
|
80499
|
+
"name": "id",
|
80500
|
+
"description": "Plan ID to unarchive",
|
80501
|
+
"type": {
|
80502
|
+
"kind": "NON_NULL",
|
80503
|
+
"name": null,
|
80504
|
+
"ofType": {
|
80505
|
+
"kind": "SCALAR",
|
80506
|
+
"name": "String",
|
80507
|
+
"ofType": null
|
80508
|
+
}
|
80509
|
+
},
|
80510
|
+
"defaultValue": null,
|
80511
|
+
"isDeprecated": false,
|
80512
|
+
"deprecationReason": null
|
80513
|
+
}
|
80514
|
+
],
|
80515
|
+
"interfaces": null,
|
80516
|
+
"enumValues": null,
|
80517
|
+
"possibleTypes": null
|
80518
|
+
},
|
80261
80519
|
{
|
80262
80520
|
"kind": "OBJECT",
|
80263
80521
|
"name": "UnPublishedPackageError",
|
data/lib/stigg/version.rb
CHANGED
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.
|
4
|
+
version: 2.324.0
|
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
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|