stigg-api-client 1.74.1 → 1.75.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 +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce18b02fe38e3eacb8b486be259d2cea3164dc5cebdce6fd929a2912ec25af2a
|
|
4
|
+
data.tar.gz: 576fba87cb5098328ec8900213fab022156b7879757edb67ddf06a84d817eb41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d422751d99b999f97d5ea6f2053a3013aec3e0f1c7025b0e26bf2da96ee6053def87363d60dc21d6ddc3c38001277f1b065870e71b750c9e060141e38651dd0
|
|
7
|
+
data.tar.gz: 771ab830da435a90999ae9258740682cb275c85865da76365ae9c5b7d38948f3fd79c66dc018c7e2e954cfa28f4c17415bc29643d53b9ea136667a9809b6c92f
|
data/Gemfile.lock
CHANGED
|
@@ -37720,6 +37720,39 @@
|
|
|
37720
37720
|
"isDeprecated": false,
|
|
37721
37721
|
"deprecationReason": null
|
|
37722
37722
|
},
|
|
37723
|
+
{
|
|
37724
|
+
"name": "triggerSubscriptionUsageSync",
|
|
37725
|
+
"description": "Triggers the subscription usage sync for the given subscription",
|
|
37726
|
+
"args": [
|
|
37727
|
+
{
|
|
37728
|
+
"name": "input",
|
|
37729
|
+
"description": null,
|
|
37730
|
+
"type": {
|
|
37731
|
+
"kind": "NON_NULL",
|
|
37732
|
+
"name": null,
|
|
37733
|
+
"ofType": {
|
|
37734
|
+
"kind": "INPUT_OBJECT",
|
|
37735
|
+
"name": "TriggerSubscriptionUsageSyncInput",
|
|
37736
|
+
"ofType": null
|
|
37737
|
+
}
|
|
37738
|
+
},
|
|
37739
|
+
"defaultValue": null,
|
|
37740
|
+
"isDeprecated": false,
|
|
37741
|
+
"deprecationReason": null
|
|
37742
|
+
}
|
|
37743
|
+
],
|
|
37744
|
+
"type": {
|
|
37745
|
+
"kind": "NON_NULL",
|
|
37746
|
+
"name": null,
|
|
37747
|
+
"ofType": {
|
|
37748
|
+
"kind": "SCALAR",
|
|
37749
|
+
"name": "Boolean",
|
|
37750
|
+
"ofType": null
|
|
37751
|
+
}
|
|
37752
|
+
},
|
|
37753
|
+
"isDeprecated": false,
|
|
37754
|
+
"deprecationReason": null
|
|
37755
|
+
},
|
|
37723
37756
|
{
|
|
37724
37757
|
"name": "unarchiveCustomer",
|
|
37725
37758
|
"description": null,
|
|
@@ -70489,6 +70522,57 @@
|
|
|
70489
70522
|
"enumValues": null,
|
|
70490
70523
|
"possibleTypes": null
|
|
70491
70524
|
},
|
|
70525
|
+
{
|
|
70526
|
+
"kind": "INPUT_OBJECT",
|
|
70527
|
+
"name": "TriggerSubscriptionUsageSyncInput",
|
|
70528
|
+
"description": "Input for triggering usage sync",
|
|
70529
|
+
"fields": null,
|
|
70530
|
+
"inputFields": [
|
|
70531
|
+
{
|
|
70532
|
+
"name": "customerId",
|
|
70533
|
+
"description": "The customer id to trigger usage sync for",
|
|
70534
|
+
"type": {
|
|
70535
|
+
"kind": "NON_NULL",
|
|
70536
|
+
"name": null,
|
|
70537
|
+
"ofType": {
|
|
70538
|
+
"kind": "SCALAR",
|
|
70539
|
+
"name": "String",
|
|
70540
|
+
"ofType": null
|
|
70541
|
+
}
|
|
70542
|
+
},
|
|
70543
|
+
"defaultValue": null,
|
|
70544
|
+
"isDeprecated": false,
|
|
70545
|
+
"deprecationReason": null
|
|
70546
|
+
},
|
|
70547
|
+
{
|
|
70548
|
+
"name": "environmentId",
|
|
70549
|
+
"description": "The environment id to trigger usage sync for",
|
|
70550
|
+
"type": {
|
|
70551
|
+
"kind": "SCALAR",
|
|
70552
|
+
"name": "String",
|
|
70553
|
+
"ofType": null
|
|
70554
|
+
},
|
|
70555
|
+
"defaultValue": null,
|
|
70556
|
+
"isDeprecated": false,
|
|
70557
|
+
"deprecationReason": null
|
|
70558
|
+
},
|
|
70559
|
+
{
|
|
70560
|
+
"name": "resourceId",
|
|
70561
|
+
"description": "The resource id to trigger usage sync for",
|
|
70562
|
+
"type": {
|
|
70563
|
+
"kind": "SCALAR",
|
|
70564
|
+
"name": "String",
|
|
70565
|
+
"ofType": null
|
|
70566
|
+
},
|
|
70567
|
+
"defaultValue": null,
|
|
70568
|
+
"isDeprecated": false,
|
|
70569
|
+
"deprecationReason": null
|
|
70570
|
+
}
|
|
70571
|
+
],
|
|
70572
|
+
"interfaces": null,
|
|
70573
|
+
"enumValues": null,
|
|
70574
|
+
"possibleTypes": null
|
|
70575
|
+
},
|
|
70492
70576
|
{
|
|
70493
70577
|
"kind": "OBJECT",
|
|
70494
70578
|
"name": "TypographyConfiguration",
|
data/lib/stigg/version.rb
CHANGED