stigg-api-client 2.194.7 → 2.196.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 +168 -0
- 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: e6ba3ef701a48517a32a4ec0b7cdd7e29bd952b7020985e29df79e14d385115f
|
4
|
+
data.tar.gz: 9333b86ad0c7704ecf0d9ccd6bb6864d73515b79a73abce53b28d4127fb634ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 707c14374f45e5181c2908e0c08e5ef8cd37468ab6a0c9fbf05125ce00083e3754ec7b97c3e43030fbf86eacd44f7ab2578a95d2e26477a200cbe617221e701d
|
7
|
+
data.tar.gz: c1a1a72830ce61412b68bd3650c80121de56f33c0dbd51bd3e087f615dae6c7b1dba0179c5d38d151f68a9b29bbb06d1809b35b4b554c8c89d619f93c9637464
|
data/Gemfile.lock
CHANGED
@@ -20458,6 +20458,57 @@
|
|
20458
20458
|
"enumValues": null,
|
20459
20459
|
"possibleTypes": null
|
20460
20460
|
},
|
20461
|
+
{
|
20462
|
+
"kind": "INPUT_OBJECT",
|
20463
|
+
"name": "DelegateSubscriptionToCustomerInput",
|
20464
|
+
"description": "The input for delegating a subscription to a customer",
|
20465
|
+
"fields": null,
|
20466
|
+
"inputFields": [
|
20467
|
+
{
|
20468
|
+
"name": "destinationCustomerId",
|
20469
|
+
"description": "The customer ID which will manage the subscription (the paying customer of the subscription will not change)",
|
20470
|
+
"type": {
|
20471
|
+
"kind": "SCALAR",
|
20472
|
+
"name": "String",
|
20473
|
+
"ofType": null
|
20474
|
+
},
|
20475
|
+
"defaultValue": null,
|
20476
|
+
"isDeprecated": false,
|
20477
|
+
"deprecationReason": null
|
20478
|
+
},
|
20479
|
+
{
|
20480
|
+
"name": "environmentId",
|
20481
|
+
"description": "The environment ID of the subscription to delegate",
|
20482
|
+
"type": {
|
20483
|
+
"kind": "SCALAR",
|
20484
|
+
"name": "String",
|
20485
|
+
"ofType": null
|
20486
|
+
},
|
20487
|
+
"defaultValue": null,
|
20488
|
+
"isDeprecated": false,
|
20489
|
+
"deprecationReason": null
|
20490
|
+
},
|
20491
|
+
{
|
20492
|
+
"name": "subscriptionId",
|
20493
|
+
"description": "The ID of the subscription to delegate",
|
20494
|
+
"type": {
|
20495
|
+
"kind": "NON_NULL",
|
20496
|
+
"name": null,
|
20497
|
+
"ofType": {
|
20498
|
+
"kind": "SCALAR",
|
20499
|
+
"name": "String",
|
20500
|
+
"ofType": null
|
20501
|
+
}
|
20502
|
+
},
|
20503
|
+
"defaultValue": null,
|
20504
|
+
"isDeprecated": false,
|
20505
|
+
"deprecationReason": null
|
20506
|
+
}
|
20507
|
+
],
|
20508
|
+
"interfaces": null,
|
20509
|
+
"enumValues": null,
|
20510
|
+
"possibleTypes": null
|
20511
|
+
},
|
20461
20512
|
{
|
20462
20513
|
"kind": "INPUT_OBJECT",
|
20463
20514
|
"name": "DeleteFeatureInput",
|
@@ -39314,6 +39365,39 @@
|
|
39314
39365
|
"isDeprecated": true,
|
39315
39366
|
"deprecationReason": "Deprecated query, use 'reportUsage' instead"
|
39316
39367
|
},
|
39368
|
+
{
|
39369
|
+
"name": "delegateSubscriptionToCustomer",
|
39370
|
+
"description": "Delegates a subscription to a different customer (the paying customer of the subscription will not change)",
|
39371
|
+
"args": [
|
39372
|
+
{
|
39373
|
+
"name": "input",
|
39374
|
+
"description": null,
|
39375
|
+
"type": {
|
39376
|
+
"kind": "NON_NULL",
|
39377
|
+
"name": null,
|
39378
|
+
"ofType": {
|
39379
|
+
"kind": "INPUT_OBJECT",
|
39380
|
+
"name": "DelegateSubscriptionToCustomerInput",
|
39381
|
+
"ofType": null
|
39382
|
+
}
|
39383
|
+
},
|
39384
|
+
"defaultValue": null,
|
39385
|
+
"isDeprecated": false,
|
39386
|
+
"deprecationReason": null
|
39387
|
+
}
|
39388
|
+
],
|
39389
|
+
"type": {
|
39390
|
+
"kind": "NON_NULL",
|
39391
|
+
"name": null,
|
39392
|
+
"ofType": {
|
39393
|
+
"kind": "OBJECT",
|
39394
|
+
"name": "CustomerSubscription",
|
39395
|
+
"ofType": null
|
39396
|
+
}
|
39397
|
+
},
|
39398
|
+
"isDeprecated": false,
|
39399
|
+
"deprecationReason": null
|
39400
|
+
},
|
39317
39401
|
{
|
39318
39402
|
"name": "deleteFeature",
|
39319
39403
|
"description": null,
|
@@ -41451,6 +41535,39 @@
|
|
41451
41535
|
"ofType": null
|
41452
41536
|
}
|
41453
41537
|
},
|
41538
|
+
"isDeprecated": true,
|
41539
|
+
"deprecationReason": "Deprecated mutation, use 'transferSubscriptionToResource' instead"
|
41540
|
+
},
|
41541
|
+
{
|
41542
|
+
"name": "transferSubscriptionToResource",
|
41543
|
+
"description": "Transfers a subscription to a different resource",
|
41544
|
+
"args": [
|
41545
|
+
{
|
41546
|
+
"name": "input",
|
41547
|
+
"description": null,
|
41548
|
+
"type": {
|
41549
|
+
"kind": "NON_NULL",
|
41550
|
+
"name": null,
|
41551
|
+
"ofType": {
|
41552
|
+
"kind": "INPUT_OBJECT",
|
41553
|
+
"name": "TransferSubscriptionToResourceInput",
|
41554
|
+
"ofType": null
|
41555
|
+
}
|
41556
|
+
},
|
41557
|
+
"defaultValue": null,
|
41558
|
+
"isDeprecated": false,
|
41559
|
+
"deprecationReason": null
|
41560
|
+
}
|
41561
|
+
],
|
41562
|
+
"type": {
|
41563
|
+
"kind": "NON_NULL",
|
41564
|
+
"name": null,
|
41565
|
+
"ofType": {
|
41566
|
+
"kind": "OBJECT",
|
41567
|
+
"name": "CustomerSubscription",
|
41568
|
+
"ofType": null
|
41569
|
+
}
|
41570
|
+
},
|
41454
41571
|
"isDeprecated": false,
|
41455
41572
|
"deprecationReason": null
|
41456
41573
|
},
|
@@ -77378,6 +77495,57 @@
|
|
77378
77495
|
"enumValues": null,
|
77379
77496
|
"possibleTypes": null
|
77380
77497
|
},
|
77498
|
+
{
|
77499
|
+
"kind": "INPUT_OBJECT",
|
77500
|
+
"name": "TransferSubscriptionToResourceInput",
|
77501
|
+
"description": "The input for transferring a subscription to a resource",
|
77502
|
+
"fields": null,
|
77503
|
+
"inputFields": [
|
77504
|
+
{
|
77505
|
+
"name": "destinationResourceId",
|
77506
|
+
"description": "The resource ID to transfer the subscription to",
|
77507
|
+
"type": {
|
77508
|
+
"kind": "SCALAR",
|
77509
|
+
"name": "String",
|
77510
|
+
"ofType": null
|
77511
|
+
},
|
77512
|
+
"defaultValue": null,
|
77513
|
+
"isDeprecated": false,
|
77514
|
+
"deprecationReason": null
|
77515
|
+
},
|
77516
|
+
{
|
77517
|
+
"name": "environmentId",
|
77518
|
+
"description": "The environment ID of the subscription to transfer",
|
77519
|
+
"type": {
|
77520
|
+
"kind": "SCALAR",
|
77521
|
+
"name": "String",
|
77522
|
+
"ofType": null
|
77523
|
+
},
|
77524
|
+
"defaultValue": null,
|
77525
|
+
"isDeprecated": false,
|
77526
|
+
"deprecationReason": null
|
77527
|
+
},
|
77528
|
+
{
|
77529
|
+
"name": "subscriptionId",
|
77530
|
+
"description": "The ID of the subscription to transfer",
|
77531
|
+
"type": {
|
77532
|
+
"kind": "NON_NULL",
|
77533
|
+
"name": null,
|
77534
|
+
"ofType": {
|
77535
|
+
"kind": "SCALAR",
|
77536
|
+
"name": "String",
|
77537
|
+
"ofType": null
|
77538
|
+
}
|
77539
|
+
},
|
77540
|
+
"defaultValue": null,
|
77541
|
+
"isDeprecated": false,
|
77542
|
+
"deprecationReason": null
|
77543
|
+
}
|
77544
|
+
],
|
77545
|
+
"interfaces": null,
|
77546
|
+
"enumValues": null,
|
77547
|
+
"possibleTypes": null
|
77548
|
+
},
|
77381
77549
|
{
|
77382
77550
|
"kind": "OBJECT",
|
77383
77551
|
"name": "TrialConfiguration",
|
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.196.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-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|