stigg-api-client 1.52.0 → 1.54.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 +60 -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: 543ff7654185af70c3c3cf69630fd3b5af8f033aafb05c7a3f087f3cdfe5d204
|
|
4
|
+
data.tar.gz: 60739d592eb55d714b7f2cd459b10c415df843ed643ba30ca1a6bed328f00583
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b3b4d2b228d74334017443581c4c60bf975f17f106e43a955c9665a9843663445764a89da71f4ff0ddc81e3e933753d4dd329c94a09d144da7c9f72b31f9fde
|
|
7
|
+
data.tar.gz: 0d5c6e246a9f248da1ec503132af2cca56c22bd48e8b28927d6e44f0e0c3d1c0dba26479b6608076a355a4af02b319c65c3a5de8c3771090c574616e50ba5c22
|
data/Gemfile.lock
CHANGED
|
@@ -37168,6 +37168,39 @@
|
|
|
37168
37168
|
"isDeprecated": false,
|
|
37169
37169
|
"deprecationReason": null
|
|
37170
37170
|
},
|
|
37171
|
+
{
|
|
37172
|
+
"name": "triggerSubscriptionBillingMonthEndsSoonWebhook",
|
|
37173
|
+
"description": "Triggers the subscription billing month ends soon webhook for the given subscription",
|
|
37174
|
+
"args": [
|
|
37175
|
+
{
|
|
37176
|
+
"name": "input",
|
|
37177
|
+
"description": null,
|
|
37178
|
+
"type": {
|
|
37179
|
+
"kind": "NON_NULL",
|
|
37180
|
+
"name": null,
|
|
37181
|
+
"ofType": {
|
|
37182
|
+
"kind": "INPUT_OBJECT",
|
|
37183
|
+
"name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
|
|
37184
|
+
"ofType": null
|
|
37185
|
+
}
|
|
37186
|
+
},
|
|
37187
|
+
"defaultValue": null,
|
|
37188
|
+
"isDeprecated": false,
|
|
37189
|
+
"deprecationReason": null
|
|
37190
|
+
}
|
|
37191
|
+
],
|
|
37192
|
+
"type": {
|
|
37193
|
+
"kind": "NON_NULL",
|
|
37194
|
+
"name": null,
|
|
37195
|
+
"ofType": {
|
|
37196
|
+
"kind": "SCALAR",
|
|
37197
|
+
"name": "Boolean",
|
|
37198
|
+
"ofType": null
|
|
37199
|
+
}
|
|
37200
|
+
},
|
|
37201
|
+
"isDeprecated": false,
|
|
37202
|
+
"deprecationReason": null
|
|
37203
|
+
},
|
|
37171
37204
|
{
|
|
37172
37205
|
"name": "unarchiveCustomer",
|
|
37173
37206
|
"description": null,
|
|
@@ -67908,6 +67941,33 @@
|
|
|
67908
67941
|
"enumValues": null,
|
|
67909
67942
|
"possibleTypes": null
|
|
67910
67943
|
},
|
|
67944
|
+
{
|
|
67945
|
+
"kind": "INPUT_OBJECT",
|
|
67946
|
+
"name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
|
|
67947
|
+
"description": "Input for triggering the subscription billing month ends soon webhook",
|
|
67948
|
+
"fields": null,
|
|
67949
|
+
"inputFields": [
|
|
67950
|
+
{
|
|
67951
|
+
"name": "subscriptionId",
|
|
67952
|
+
"description": "The subscription reference id to trigger the webhook for",
|
|
67953
|
+
"type": {
|
|
67954
|
+
"kind": "NON_NULL",
|
|
67955
|
+
"name": null,
|
|
67956
|
+
"ofType": {
|
|
67957
|
+
"kind": "SCALAR",
|
|
67958
|
+
"name": "String",
|
|
67959
|
+
"ofType": null
|
|
67960
|
+
}
|
|
67961
|
+
},
|
|
67962
|
+
"defaultValue": null,
|
|
67963
|
+
"isDeprecated": false,
|
|
67964
|
+
"deprecationReason": null
|
|
67965
|
+
}
|
|
67966
|
+
],
|
|
67967
|
+
"interfaces": null,
|
|
67968
|
+
"enumValues": null,
|
|
67969
|
+
"possibleTypes": null
|
|
67970
|
+
},
|
|
67911
67971
|
{
|
|
67912
67972
|
"kind": "INPUT_OBJECT",
|
|
67913
67973
|
"name": "TriggerSubscriptionMigrationInput",
|
data/lib/stigg/version.rb
CHANGED