stigg-api-client 1.142.0 → 1.146.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 +84 -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: 966fe669b41b74765443333ef48c5b214a4b537b5bd50973bdc58f854054b04c
|
|
4
|
+
data.tar.gz: b8bc40c81dd945b581aef1806731add242cd9b3e656522918ea932636dfd3f7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff53a5f234f66e305fbfa24c708b0436110991d69cfea4ddca7c5d1563516ee3f18d3b68b9ad6dcfad03e4bc3a38f632241cfd3d2a0453452bea1f9fd20f5160
|
|
7
|
+
data.tar.gz: 4d058976300089dfd08bd7ba4a78a64eeb7f9e835c28cdff4ae9ffd25194ae67c232331cf6c56a5f1ab2e2ece2a2c93321ba673c2f88d0237c903d3a006f5539
|
data/Gemfile.lock
CHANGED
|
@@ -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,
|
|
@@ -33717,6 +33729,45 @@
|
|
|
33717
33729
|
"enumValues": null,
|
|
33718
33730
|
"possibleTypes": null
|
|
33719
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
|
+
},
|
|
33720
33771
|
{
|
|
33721
33772
|
"kind": "OBJECT",
|
|
33722
33773
|
"name": "Member",
|
|
@@ -37369,6 +37420,39 @@
|
|
|
37369
37420
|
"isDeprecated": false,
|
|
37370
37421
|
"deprecationReason": null
|
|
37371
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
|
+
},
|
|
37372
37456
|
{
|
|
37373
37457
|
"name": "mergeEnvironment",
|
|
37374
37458
|
"description": "Merge data from an existing environment to another environment or to a new environment.",
|
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: 1.
|
|
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-
|
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|