stigg-api-client 2.336.0 → 2.349.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 +477 -1
- 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: 66002b916daecf41ddf2e3e61c1100143b5a10ddf87321bb81fb18d32613742a
|
4
|
+
data.tar.gz: 44a0404a8bd30c301492a0a4cf57f9c200b7212064b0b2aedd4a3e586b4e4b04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b4fc1d14310100eda0b5ad5873a6f1fd7b8ba16c88d44f7840abba92c49df738c92d8fe1606f32f8d1129996301676fca62091e3ec0fdd45dc4185e2054f73d
|
7
|
+
data.tar.gz: 253ff3100f70ff26c83b33494e0c5dc46bf347c5a6290c3327ddc380df24435a1d8e1ef795d4f29aa0b640c009947222c615376fe0ee88ee6416cd85b7ad580b
|
data/Gemfile.lock
CHANGED
@@ -10876,6 +10876,93 @@
|
|
10876
10876
|
"enumValues": null,
|
10877
10877
|
"possibleTypes": null
|
10878
10878
|
},
|
10879
|
+
{
|
10880
|
+
"kind": "INPUT_OBJECT",
|
10881
|
+
"name": "CreateWorkflowTriggerInput",
|
10882
|
+
"description": "Create workflow trigger input",
|
10883
|
+
"fields": null,
|
10884
|
+
"inputFields": [
|
10885
|
+
{
|
10886
|
+
"name": "configuration",
|
10887
|
+
"description": "A JSON containing the configuration for each event log type",
|
10888
|
+
"type": {
|
10889
|
+
"kind": "SCALAR",
|
10890
|
+
"name": "JSON",
|
10891
|
+
"ofType": null
|
10892
|
+
},
|
10893
|
+
"defaultValue": null,
|
10894
|
+
"isDeprecated": false,
|
10895
|
+
"deprecationReason": null
|
10896
|
+
},
|
10897
|
+
{
|
10898
|
+
"name": "endpoint",
|
10899
|
+
"description": "Workflow trigger endpoint",
|
10900
|
+
"type": {
|
10901
|
+
"kind": "NON_NULL",
|
10902
|
+
"name": null,
|
10903
|
+
"ofType": {
|
10904
|
+
"kind": "SCALAR",
|
10905
|
+
"name": "String",
|
10906
|
+
"ofType": null
|
10907
|
+
}
|
10908
|
+
},
|
10909
|
+
"defaultValue": null,
|
10910
|
+
"isDeprecated": false,
|
10911
|
+
"deprecationReason": null
|
10912
|
+
},
|
10913
|
+
{
|
10914
|
+
"name": "environmentId",
|
10915
|
+
"description": "Environment id",
|
10916
|
+
"type": {
|
10917
|
+
"kind": "SCALAR",
|
10918
|
+
"name": "String",
|
10919
|
+
"ofType": null
|
10920
|
+
},
|
10921
|
+
"defaultValue": null,
|
10922
|
+
"isDeprecated": false,
|
10923
|
+
"deprecationReason": null
|
10924
|
+
},
|
10925
|
+
{
|
10926
|
+
"name": "eventLogTypes",
|
10927
|
+
"description": "Event log types",
|
10928
|
+
"type": {
|
10929
|
+
"kind": "NON_NULL",
|
10930
|
+
"name": null,
|
10931
|
+
"ofType": {
|
10932
|
+
"kind": "LIST",
|
10933
|
+
"name": null,
|
10934
|
+
"ofType": {
|
10935
|
+
"kind": "NON_NULL",
|
10936
|
+
"name": null,
|
10937
|
+
"ofType": {
|
10938
|
+
"kind": "ENUM",
|
10939
|
+
"name": "EventLogType",
|
10940
|
+
"ofType": null
|
10941
|
+
}
|
10942
|
+
}
|
10943
|
+
}
|
10944
|
+
},
|
10945
|
+
"defaultValue": null,
|
10946
|
+
"isDeprecated": false,
|
10947
|
+
"deprecationReason": null
|
10948
|
+
},
|
10949
|
+
{
|
10950
|
+
"name": "triggerId",
|
10951
|
+
"description": "Workflow trigger id",
|
10952
|
+
"type": {
|
10953
|
+
"kind": "SCALAR",
|
10954
|
+
"name": "String",
|
10955
|
+
"ofType": null
|
10956
|
+
},
|
10957
|
+
"defaultValue": null,
|
10958
|
+
"isDeprecated": false,
|
10959
|
+
"deprecationReason": null
|
10960
|
+
}
|
10961
|
+
],
|
10962
|
+
"interfaces": null,
|
10963
|
+
"enumValues": null,
|
10964
|
+
"possibleTypes": null
|
10965
|
+
},
|
10879
10966
|
{
|
10880
10967
|
"kind": "UNION",
|
10881
10968
|
"name": "Credentials",
|
@@ -21514,6 +21601,45 @@
|
|
21514
21601
|
"enumValues": null,
|
21515
21602
|
"possibleTypes": null
|
21516
21603
|
},
|
21604
|
+
{
|
21605
|
+
"kind": "INPUT_OBJECT",
|
21606
|
+
"name": "DeleteWorkflowTriggerInput",
|
21607
|
+
"description": "Delete workflow trigger input",
|
21608
|
+
"fields": null,
|
21609
|
+
"inputFields": [
|
21610
|
+
{
|
21611
|
+
"name": "environmentId",
|
21612
|
+
"description": "Environment id",
|
21613
|
+
"type": {
|
21614
|
+
"kind": "SCALAR",
|
21615
|
+
"name": "String",
|
21616
|
+
"ofType": null
|
21617
|
+
},
|
21618
|
+
"defaultValue": null,
|
21619
|
+
"isDeprecated": false,
|
21620
|
+
"deprecationReason": null
|
21621
|
+
},
|
21622
|
+
{
|
21623
|
+
"name": "workflowTriggerId",
|
21624
|
+
"description": "Workflow trigger id",
|
21625
|
+
"type": {
|
21626
|
+
"kind": "NON_NULL",
|
21627
|
+
"name": null,
|
21628
|
+
"ofType": {
|
21629
|
+
"kind": "SCALAR",
|
21630
|
+
"name": "String",
|
21631
|
+
"ofType": null
|
21632
|
+
}
|
21633
|
+
},
|
21634
|
+
"defaultValue": null,
|
21635
|
+
"isDeprecated": false,
|
21636
|
+
"deprecationReason": null
|
21637
|
+
}
|
21638
|
+
],
|
21639
|
+
"interfaces": null,
|
21640
|
+
"enumValues": null,
|
21641
|
+
"possibleTypes": null
|
21642
|
+
},
|
21517
21643
|
{
|
21518
21644
|
"kind": "ENUM",
|
21519
21645
|
"name": "Department",
|
@@ -25684,6 +25810,12 @@
|
|
25684
25810
|
"description": null,
|
25685
25811
|
"isDeprecated": false,
|
25686
25812
|
"deprecationReason": null
|
25813
|
+
},
|
25814
|
+
{
|
25815
|
+
"name": "WorkflowTriggerNotFound",
|
25816
|
+
"description": "Workflow trigger not found",
|
25817
|
+
"isDeprecated": false,
|
25818
|
+
"deprecationReason": null
|
25687
25819
|
}
|
25688
25820
|
],
|
25689
25821
|
"possibleTypes": null
|
@@ -32394,6 +32526,53 @@
|
|
32394
32526
|
"enumValues": null,
|
32395
32527
|
"possibleTypes": null
|
32396
32528
|
},
|
32529
|
+
{
|
32530
|
+
"kind": "INPUT_OBJECT",
|
32531
|
+
"name": "GetWorkflowTriggersInput",
|
32532
|
+
"description": "Get workflow triggers input",
|
32533
|
+
"fields": null,
|
32534
|
+
"inputFields": [
|
32535
|
+
{
|
32536
|
+
"name": "environmentId",
|
32537
|
+
"description": "Environment id",
|
32538
|
+
"type": {
|
32539
|
+
"kind": "SCALAR",
|
32540
|
+
"name": "String",
|
32541
|
+
"ofType": null
|
32542
|
+
},
|
32543
|
+
"defaultValue": null,
|
32544
|
+
"isDeprecated": false,
|
32545
|
+
"deprecationReason": null
|
32546
|
+
},
|
32547
|
+
{
|
32548
|
+
"name": "triggerId",
|
32549
|
+
"description": "Trigger id",
|
32550
|
+
"type": {
|
32551
|
+
"kind": "SCALAR",
|
32552
|
+
"name": "String",
|
32553
|
+
"ofType": null
|
32554
|
+
},
|
32555
|
+
"defaultValue": null,
|
32556
|
+
"isDeprecated": false,
|
32557
|
+
"deprecationReason": null
|
32558
|
+
},
|
32559
|
+
{
|
32560
|
+
"name": "workflowTriggerId",
|
32561
|
+
"description": "Workflow trigger id",
|
32562
|
+
"type": {
|
32563
|
+
"kind": "SCALAR",
|
32564
|
+
"name": "String",
|
32565
|
+
"ofType": null
|
32566
|
+
},
|
32567
|
+
"defaultValue": null,
|
32568
|
+
"isDeprecated": false,
|
32569
|
+
"deprecationReason": null
|
32570
|
+
}
|
32571
|
+
],
|
32572
|
+
"interfaces": null,
|
32573
|
+
"enumValues": null,
|
32574
|
+
"possibleTypes": null
|
32575
|
+
},
|
32397
32576
|
{
|
32398
32577
|
"kind": "INPUT_OBJECT",
|
32399
32578
|
"name": "GrantPromotionalEntitlementInput",
|
@@ -40963,6 +41142,39 @@
|
|
40963
41142
|
"isDeprecated": true,
|
40964
41143
|
"deprecationReason": "Deprecated query, use 'reportUsage' instead"
|
40965
41144
|
},
|
41145
|
+
{
|
41146
|
+
"name": "createWorkflowTrigger",
|
41147
|
+
"description": "Create a new workflow trigger",
|
41148
|
+
"args": [
|
41149
|
+
{
|
41150
|
+
"name": "input",
|
41151
|
+
"description": null,
|
41152
|
+
"type": {
|
41153
|
+
"kind": "NON_NULL",
|
41154
|
+
"name": null,
|
41155
|
+
"ofType": {
|
41156
|
+
"kind": "INPUT_OBJECT",
|
41157
|
+
"name": "CreateWorkflowTriggerInput",
|
41158
|
+
"ofType": null
|
41159
|
+
}
|
41160
|
+
},
|
41161
|
+
"defaultValue": null,
|
41162
|
+
"isDeprecated": false,
|
41163
|
+
"deprecationReason": null
|
41164
|
+
}
|
41165
|
+
],
|
41166
|
+
"type": {
|
41167
|
+
"kind": "NON_NULL",
|
41168
|
+
"name": null,
|
41169
|
+
"ofType": {
|
41170
|
+
"kind": "OBJECT",
|
41171
|
+
"name": "WorkflowTriggerDTO",
|
41172
|
+
"ofType": null
|
41173
|
+
}
|
41174
|
+
},
|
41175
|
+
"isDeprecated": false,
|
41176
|
+
"deprecationReason": null
|
41177
|
+
},
|
40966
41178
|
{
|
40967
41179
|
"name": "delegateSubscriptionToCustomer",
|
40968
41180
|
"description": "Delegates a subscription to a different customer (the paying customer of the subscription will not change)",
|
@@ -41260,6 +41472,35 @@
|
|
41260
41472
|
"isDeprecated": false,
|
41261
41473
|
"deprecationReason": null
|
41262
41474
|
},
|
41475
|
+
{
|
41476
|
+
"name": "deleteWorkflowTrigger",
|
41477
|
+
"description": "Delete a workflow trigger",
|
41478
|
+
"args": [
|
41479
|
+
{
|
41480
|
+
"name": "input",
|
41481
|
+
"description": null,
|
41482
|
+
"type": {
|
41483
|
+
"kind": "NON_NULL",
|
41484
|
+
"name": null,
|
41485
|
+
"ofType": {
|
41486
|
+
"kind": "INPUT_OBJECT",
|
41487
|
+
"name": "DeleteWorkflowTriggerInput",
|
41488
|
+
"ofType": null
|
41489
|
+
}
|
41490
|
+
},
|
41491
|
+
"defaultValue": null,
|
41492
|
+
"isDeprecated": false,
|
41493
|
+
"deprecationReason": null
|
41494
|
+
}
|
41495
|
+
],
|
41496
|
+
"type": {
|
41497
|
+
"kind": "SCALAR",
|
41498
|
+
"name": "String",
|
41499
|
+
"ofType": null
|
41500
|
+
},
|
41501
|
+
"isDeprecated": false,
|
41502
|
+
"deprecationReason": null
|
41503
|
+
},
|
41263
41504
|
{
|
41264
41505
|
"name": "detachCustomerPaymentMethod",
|
41265
41506
|
"description": null,
|
@@ -43305,6 +43546,39 @@
|
|
43305
43546
|
"isDeprecated": false,
|
43306
43547
|
"deprecationReason": null
|
43307
43548
|
},
|
43549
|
+
{
|
43550
|
+
"name": "triggerWorkflow",
|
43551
|
+
"description": "Trigger a workflow",
|
43552
|
+
"args": [
|
43553
|
+
{
|
43554
|
+
"name": "input",
|
43555
|
+
"description": null,
|
43556
|
+
"type": {
|
43557
|
+
"kind": "NON_NULL",
|
43558
|
+
"name": null,
|
43559
|
+
"ofType": {
|
43560
|
+
"kind": "INPUT_OBJECT",
|
43561
|
+
"name": "TriggerWorkflowInput",
|
43562
|
+
"ofType": null
|
43563
|
+
}
|
43564
|
+
},
|
43565
|
+
"defaultValue": null,
|
43566
|
+
"isDeprecated": false,
|
43567
|
+
"deprecationReason": null
|
43568
|
+
}
|
43569
|
+
],
|
43570
|
+
"type": {
|
43571
|
+
"kind": "NON_NULL",
|
43572
|
+
"name": null,
|
43573
|
+
"ofType": {
|
43574
|
+
"kind": "OBJECT",
|
43575
|
+
"name": "TriggerWorkflowDTO",
|
43576
|
+
"ofType": null
|
43577
|
+
}
|
43578
|
+
},
|
43579
|
+
"isDeprecated": false,
|
43580
|
+
"deprecationReason": null
|
43581
|
+
},
|
43308
43582
|
{
|
43309
43583
|
"name": "unarchiveAddon",
|
43310
43584
|
"description": "Un-archive an addon by id",
|
@@ -44008,7 +44282,7 @@
|
|
44008
44282
|
},
|
44009
44283
|
{
|
44010
44284
|
"name": "workflowsLogin",
|
44011
|
-
"description":
|
44285
|
+
"description": "Authentication for the workflows UI",
|
44012
44286
|
"args": [
|
44013
44287
|
{
|
44014
44288
|
"name": "input",
|
@@ -66290,6 +66564,47 @@
|
|
66290
66564
|
},
|
66291
66565
|
"isDeprecated": false,
|
66292
66566
|
"deprecationReason": null
|
66567
|
+
},
|
66568
|
+
{
|
66569
|
+
"name": "workflowTriggers",
|
66570
|
+
"description": "Get all workflow triggers",
|
66571
|
+
"args": [
|
66572
|
+
{
|
66573
|
+
"name": "input",
|
66574
|
+
"description": null,
|
66575
|
+
"type": {
|
66576
|
+
"kind": "NON_NULL",
|
66577
|
+
"name": null,
|
66578
|
+
"ofType": {
|
66579
|
+
"kind": "INPUT_OBJECT",
|
66580
|
+
"name": "GetWorkflowTriggersInput",
|
66581
|
+
"ofType": null
|
66582
|
+
}
|
66583
|
+
},
|
66584
|
+
"defaultValue": null,
|
66585
|
+
"isDeprecated": false,
|
66586
|
+
"deprecationReason": null
|
66587
|
+
}
|
66588
|
+
],
|
66589
|
+
"type": {
|
66590
|
+
"kind": "NON_NULL",
|
66591
|
+
"name": null,
|
66592
|
+
"ofType": {
|
66593
|
+
"kind": "LIST",
|
66594
|
+
"name": null,
|
66595
|
+
"ofType": {
|
66596
|
+
"kind": "NON_NULL",
|
66597
|
+
"name": null,
|
66598
|
+
"ofType": {
|
66599
|
+
"kind": "OBJECT",
|
66600
|
+
"name": "WorkflowTriggerDTO",
|
66601
|
+
"ofType": null
|
66602
|
+
}
|
66603
|
+
}
|
66604
|
+
}
|
66605
|
+
},
|
66606
|
+
"isDeprecated": false,
|
66607
|
+
"deprecationReason": null
|
66293
66608
|
}
|
66294
66609
|
],
|
66295
66610
|
"inputFields": null,
|
@@ -80440,6 +80755,84 @@
|
|
80440
80755
|
"enumValues": null,
|
80441
80756
|
"possibleTypes": null
|
80442
80757
|
},
|
80758
|
+
{
|
80759
|
+
"kind": "OBJECT",
|
80760
|
+
"name": "TriggerWorkflowDTO",
|
80761
|
+
"description": "Trigger workflow",
|
80762
|
+
"fields": [
|
80763
|
+
{
|
80764
|
+
"name": "response",
|
80765
|
+
"description": "Workflow payload",
|
80766
|
+
"args": [],
|
80767
|
+
"type": {
|
80768
|
+
"kind": "SCALAR",
|
80769
|
+
"name": "JSON",
|
80770
|
+
"ofType": null
|
80771
|
+
},
|
80772
|
+
"isDeprecated": false,
|
80773
|
+
"deprecationReason": null
|
80774
|
+
},
|
80775
|
+
{
|
80776
|
+
"name": "success",
|
80777
|
+
"description": "Trigger workflow success",
|
80778
|
+
"args": [],
|
80779
|
+
"type": {
|
80780
|
+
"kind": "NON_NULL",
|
80781
|
+
"name": null,
|
80782
|
+
"ofType": {
|
80783
|
+
"kind": "SCALAR",
|
80784
|
+
"name": "Boolean",
|
80785
|
+
"ofType": null
|
80786
|
+
}
|
80787
|
+
},
|
80788
|
+
"isDeprecated": false,
|
80789
|
+
"deprecationReason": null
|
80790
|
+
}
|
80791
|
+
],
|
80792
|
+
"inputFields": null,
|
80793
|
+
"interfaces": [],
|
80794
|
+
"enumValues": null,
|
80795
|
+
"possibleTypes": null
|
80796
|
+
},
|
80797
|
+
{
|
80798
|
+
"kind": "INPUT_OBJECT",
|
80799
|
+
"name": "TriggerWorkflowInput",
|
80800
|
+
"description": "Trigger workflow input",
|
80801
|
+
"fields": null,
|
80802
|
+
"inputFields": [
|
80803
|
+
{
|
80804
|
+
"name": "payload",
|
80805
|
+
"description": "Workflow payload",
|
80806
|
+
"type": {
|
80807
|
+
"kind": "SCALAR",
|
80808
|
+
"name": "JSON",
|
80809
|
+
"ofType": null
|
80810
|
+
},
|
80811
|
+
"defaultValue": null,
|
80812
|
+
"isDeprecated": false,
|
80813
|
+
"deprecationReason": null
|
80814
|
+
},
|
80815
|
+
{
|
80816
|
+
"name": "triggerId",
|
80817
|
+
"description": "Trigger id",
|
80818
|
+
"type": {
|
80819
|
+
"kind": "NON_NULL",
|
80820
|
+
"name": null,
|
80821
|
+
"ofType": {
|
80822
|
+
"kind": "SCALAR",
|
80823
|
+
"name": "String",
|
80824
|
+
"ofType": null
|
80825
|
+
}
|
80826
|
+
},
|
80827
|
+
"defaultValue": null,
|
80828
|
+
"isDeprecated": false,
|
80829
|
+
"deprecationReason": null
|
80830
|
+
}
|
80831
|
+
],
|
80832
|
+
"interfaces": null,
|
80833
|
+
"enumValues": null,
|
80834
|
+
"possibleTypes": null
|
80835
|
+
},
|
80443
80836
|
{
|
80444
80837
|
"kind": "OBJECT",
|
80445
80838
|
"name": "TypographyConfiguration",
|
@@ -86256,6 +86649,89 @@
|
|
86256
86649
|
],
|
86257
86650
|
"possibleTypes": null
|
86258
86651
|
},
|
86652
|
+
{
|
86653
|
+
"kind": "OBJECT",
|
86654
|
+
"name": "WorkflowTriggerDTO",
|
86655
|
+
"description": "Workflow trigger",
|
86656
|
+
"fields": [
|
86657
|
+
{
|
86658
|
+
"name": "endpoint",
|
86659
|
+
"description": "Workflow trigger endpoint",
|
86660
|
+
"args": [],
|
86661
|
+
"type": {
|
86662
|
+
"kind": "NON_NULL",
|
86663
|
+
"name": null,
|
86664
|
+
"ofType": {
|
86665
|
+
"kind": "SCALAR",
|
86666
|
+
"name": "String",
|
86667
|
+
"ofType": null
|
86668
|
+
}
|
86669
|
+
},
|
86670
|
+
"isDeprecated": false,
|
86671
|
+
"deprecationReason": null
|
86672
|
+
},
|
86673
|
+
{
|
86674
|
+
"name": "eventLogTypes",
|
86675
|
+
"description": "Event log types",
|
86676
|
+
"args": [],
|
86677
|
+
"type": {
|
86678
|
+
"kind": "NON_NULL",
|
86679
|
+
"name": null,
|
86680
|
+
"ofType": {
|
86681
|
+
"kind": "LIST",
|
86682
|
+
"name": null,
|
86683
|
+
"ofType": {
|
86684
|
+
"kind": "NON_NULL",
|
86685
|
+
"name": null,
|
86686
|
+
"ofType": {
|
86687
|
+
"kind": "ENUM",
|
86688
|
+
"name": "EventLogType",
|
86689
|
+
"ofType": null
|
86690
|
+
}
|
86691
|
+
}
|
86692
|
+
}
|
86693
|
+
},
|
86694
|
+
"isDeprecated": false,
|
86695
|
+
"deprecationReason": null
|
86696
|
+
},
|
86697
|
+
{
|
86698
|
+
"name": "id",
|
86699
|
+
"description": "Workflow id",
|
86700
|
+
"args": [],
|
86701
|
+
"type": {
|
86702
|
+
"kind": "NON_NULL",
|
86703
|
+
"name": null,
|
86704
|
+
"ofType": {
|
86705
|
+
"kind": "SCALAR",
|
86706
|
+
"name": "String",
|
86707
|
+
"ofType": null
|
86708
|
+
}
|
86709
|
+
},
|
86710
|
+
"isDeprecated": false,
|
86711
|
+
"deprecationReason": null
|
86712
|
+
},
|
86713
|
+
{
|
86714
|
+
"name": "triggerId",
|
86715
|
+
"description": "Workflow trigger id",
|
86716
|
+
"args": [],
|
86717
|
+
"type": {
|
86718
|
+
"kind": "NON_NULL",
|
86719
|
+
"name": null,
|
86720
|
+
"ofType": {
|
86721
|
+
"kind": "SCALAR",
|
86722
|
+
"name": "String",
|
86723
|
+
"ofType": null
|
86724
|
+
}
|
86725
|
+
},
|
86726
|
+
"isDeprecated": false,
|
86727
|
+
"deprecationReason": null
|
86728
|
+
}
|
86729
|
+
],
|
86730
|
+
"inputFields": null,
|
86731
|
+
"interfaces": [],
|
86732
|
+
"enumValues": null,
|
86733
|
+
"possibleTypes": null
|
86734
|
+
},
|
86259
86735
|
{
|
86260
86736
|
"kind": "OBJECT",
|
86261
86737
|
"name": "WorkflowsLoginDTO",
|
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.349.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-04-
|
11
|
+
date: 2025-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|