stigg-api-client 5.66.0 → 5.71.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 +462 -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: 7487712a7aef41f4a859a8bbdcb0775849d44696a14341620511b7d57f005c57
|
|
4
|
+
data.tar.gz: 667005ff153754ba596634bbb1960da15d86997baa15eae4e057d9e63925f7a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6227fa9fed79cdcbf27ca8f5dbc3ef15a6595c04e215ef1428ad0e8fe7e4f113972c1ab6a8d9563b4cd14d7fcd595d857a520d8bb9149efacc133a8a6f5f3683
|
|
7
|
+
data.tar.gz: 1b550fa9c463a6ad584ef3b2781f514755c05431d29edb1e8bbfecc377f188d81145f71e3600306c07542a2b545391f9d9ddabcd503d8a7a6bce65437b4a962e
|
data/Gemfile.lock
CHANGED
|
@@ -7469,6 +7469,393 @@
|
|
|
7469
7469
|
"enumValues": null,
|
|
7470
7470
|
"possibleTypes": null
|
|
7471
7471
|
},
|
|
7472
|
+
{
|
|
7473
|
+
"kind": "OBJECT",
|
|
7474
|
+
"name": "BillingProduct",
|
|
7475
|
+
"description": "Billing product information",
|
|
7476
|
+
"fields": [
|
|
7477
|
+
{
|
|
7478
|
+
"name": "description",
|
|
7479
|
+
"description": "Product description",
|
|
7480
|
+
"args": [],
|
|
7481
|
+
"type": {
|
|
7482
|
+
"kind": "SCALAR",
|
|
7483
|
+
"name": "String",
|
|
7484
|
+
"ofType": null
|
|
7485
|
+
},
|
|
7486
|
+
"isDeprecated": false,
|
|
7487
|
+
"deprecationReason": null
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
"name": "id",
|
|
7491
|
+
"description": "Unique identifier for the entity",
|
|
7492
|
+
"args": [],
|
|
7493
|
+
"type": {
|
|
7494
|
+
"kind": "NON_NULL",
|
|
7495
|
+
"name": null,
|
|
7496
|
+
"ofType": {
|
|
7497
|
+
"kind": "SCALAR",
|
|
7498
|
+
"name": "String",
|
|
7499
|
+
"ofType": null
|
|
7500
|
+
}
|
|
7501
|
+
},
|
|
7502
|
+
"isDeprecated": false,
|
|
7503
|
+
"deprecationReason": null
|
|
7504
|
+
},
|
|
7505
|
+
{
|
|
7506
|
+
"name": "name",
|
|
7507
|
+
"description": "Product name",
|
|
7508
|
+
"args": [],
|
|
7509
|
+
"type": {
|
|
7510
|
+
"kind": "NON_NULL",
|
|
7511
|
+
"name": null,
|
|
7512
|
+
"ofType": {
|
|
7513
|
+
"kind": "SCALAR",
|
|
7514
|
+
"name": "String",
|
|
7515
|
+
"ofType": null
|
|
7516
|
+
}
|
|
7517
|
+
},
|
|
7518
|
+
"isDeprecated": false,
|
|
7519
|
+
"deprecationReason": null
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"name": "plans",
|
|
7523
|
+
"description": "List of plans associated with the product",
|
|
7524
|
+
"args": [],
|
|
7525
|
+
"type": {
|
|
7526
|
+
"kind": "LIST",
|
|
7527
|
+
"name": null,
|
|
7528
|
+
"ofType": {
|
|
7529
|
+
"kind": "NON_NULL",
|
|
7530
|
+
"name": null,
|
|
7531
|
+
"ofType": {
|
|
7532
|
+
"kind": "OBJECT",
|
|
7533
|
+
"name": "BillingProductPlan",
|
|
7534
|
+
"ofType": null
|
|
7535
|
+
}
|
|
7536
|
+
}
|
|
7537
|
+
},
|
|
7538
|
+
"isDeprecated": false,
|
|
7539
|
+
"deprecationReason": null
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"name": "prices",
|
|
7543
|
+
"description": "List of prices associated with the product",
|
|
7544
|
+
"args": [],
|
|
7545
|
+
"type": {
|
|
7546
|
+
"kind": "LIST",
|
|
7547
|
+
"name": null,
|
|
7548
|
+
"ofType": {
|
|
7549
|
+
"kind": "NON_NULL",
|
|
7550
|
+
"name": null,
|
|
7551
|
+
"ofType": {
|
|
7552
|
+
"kind": "OBJECT",
|
|
7553
|
+
"name": "BillingProductPrice",
|
|
7554
|
+
"ofType": null
|
|
7555
|
+
}
|
|
7556
|
+
}
|
|
7557
|
+
},
|
|
7558
|
+
"isDeprecated": false,
|
|
7559
|
+
"deprecationReason": null
|
|
7560
|
+
},
|
|
7561
|
+
{
|
|
7562
|
+
"name": "updatedAt",
|
|
7563
|
+
"description": "Timestamp of when the record was last updated",
|
|
7564
|
+
"args": [],
|
|
7565
|
+
"type": {
|
|
7566
|
+
"kind": "NON_NULL",
|
|
7567
|
+
"name": null,
|
|
7568
|
+
"ofType": {
|
|
7569
|
+
"kind": "SCALAR",
|
|
7570
|
+
"name": "DateTime",
|
|
7571
|
+
"ofType": null
|
|
7572
|
+
}
|
|
7573
|
+
},
|
|
7574
|
+
"isDeprecated": false,
|
|
7575
|
+
"deprecationReason": null
|
|
7576
|
+
}
|
|
7577
|
+
],
|
|
7578
|
+
"inputFields": null,
|
|
7579
|
+
"interfaces": [],
|
|
7580
|
+
"enumValues": null,
|
|
7581
|
+
"possibleTypes": null
|
|
7582
|
+
},
|
|
7583
|
+
{
|
|
7584
|
+
"kind": "OBJECT",
|
|
7585
|
+
"name": "BillingProductPlan",
|
|
7586
|
+
"description": "Price information for a Billing product plan",
|
|
7587
|
+
"fields": [
|
|
7588
|
+
{
|
|
7589
|
+
"name": "active",
|
|
7590
|
+
"description": "Indicates if the plan is active",
|
|
7591
|
+
"args": [],
|
|
7592
|
+
"type": {
|
|
7593
|
+
"kind": "SCALAR",
|
|
7594
|
+
"name": "Boolean",
|
|
7595
|
+
"ofType": null
|
|
7596
|
+
},
|
|
7597
|
+
"isDeprecated": false,
|
|
7598
|
+
"deprecationReason": null
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"name": "description",
|
|
7602
|
+
"description": "Description of the plan",
|
|
7603
|
+
"args": [],
|
|
7604
|
+
"type": {
|
|
7605
|
+
"kind": "SCALAR",
|
|
7606
|
+
"name": "String",
|
|
7607
|
+
"ofType": null
|
|
7608
|
+
},
|
|
7609
|
+
"isDeprecated": false,
|
|
7610
|
+
"deprecationReason": null
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"name": "id",
|
|
7614
|
+
"description": "Plan ID",
|
|
7615
|
+
"args": [],
|
|
7616
|
+
"type": {
|
|
7617
|
+
"kind": "NON_NULL",
|
|
7618
|
+
"name": null,
|
|
7619
|
+
"ofType": {
|
|
7620
|
+
"kind": "SCALAR",
|
|
7621
|
+
"name": "String",
|
|
7622
|
+
"ofType": null
|
|
7623
|
+
}
|
|
7624
|
+
},
|
|
7625
|
+
"isDeprecated": false,
|
|
7626
|
+
"deprecationReason": null
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
"name": "name",
|
|
7630
|
+
"description": "Plan name",
|
|
7631
|
+
"args": [],
|
|
7632
|
+
"type": {
|
|
7633
|
+
"kind": "NON_NULL",
|
|
7634
|
+
"name": null,
|
|
7635
|
+
"ofType": {
|
|
7636
|
+
"kind": "SCALAR",
|
|
7637
|
+
"name": "String",
|
|
7638
|
+
"ofType": null
|
|
7639
|
+
}
|
|
7640
|
+
},
|
|
7641
|
+
"isDeprecated": false,
|
|
7642
|
+
"deprecationReason": null
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "prices",
|
|
7646
|
+
"description": "List of prices for the plan",
|
|
7647
|
+
"args": [],
|
|
7648
|
+
"type": {
|
|
7649
|
+
"kind": "NON_NULL",
|
|
7650
|
+
"name": null,
|
|
7651
|
+
"ofType": {
|
|
7652
|
+
"kind": "LIST",
|
|
7653
|
+
"name": null,
|
|
7654
|
+
"ofType": {
|
|
7655
|
+
"kind": "NON_NULL",
|
|
7656
|
+
"name": null,
|
|
7657
|
+
"ofType": {
|
|
7658
|
+
"kind": "OBJECT",
|
|
7659
|
+
"name": "BillingProductPrice",
|
|
7660
|
+
"ofType": null
|
|
7661
|
+
}
|
|
7662
|
+
}
|
|
7663
|
+
}
|
|
7664
|
+
},
|
|
7665
|
+
"isDeprecated": false,
|
|
7666
|
+
"deprecationReason": null
|
|
7667
|
+
}
|
|
7668
|
+
],
|
|
7669
|
+
"inputFields": null,
|
|
7670
|
+
"interfaces": [],
|
|
7671
|
+
"enumValues": null,
|
|
7672
|
+
"possibleTypes": null
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"kind": "OBJECT",
|
|
7676
|
+
"name": "BillingProductPrice",
|
|
7677
|
+
"description": "Price information for a Billing product",
|
|
7678
|
+
"fields": [
|
|
7679
|
+
{
|
|
7680
|
+
"name": "amount",
|
|
7681
|
+
"description": "Price amount",
|
|
7682
|
+
"args": [],
|
|
7683
|
+
"type": {
|
|
7684
|
+
"kind": "NON_NULL",
|
|
7685
|
+
"name": null,
|
|
7686
|
+
"ofType": {
|
|
7687
|
+
"kind": "SCALAR",
|
|
7688
|
+
"name": "Float",
|
|
7689
|
+
"ofType": null
|
|
7690
|
+
}
|
|
7691
|
+
},
|
|
7692
|
+
"isDeprecated": false,
|
|
7693
|
+
"deprecationReason": null
|
|
7694
|
+
},
|
|
7695
|
+
{
|
|
7696
|
+
"name": "billingPeriod",
|
|
7697
|
+
"description": "Billing period for the price",
|
|
7698
|
+
"args": [],
|
|
7699
|
+
"type": {
|
|
7700
|
+
"kind": "ENUM",
|
|
7701
|
+
"name": "BillingPeriod",
|
|
7702
|
+
"ofType": null
|
|
7703
|
+
},
|
|
7704
|
+
"isDeprecated": false,
|
|
7705
|
+
"deprecationReason": null
|
|
7706
|
+
},
|
|
7707
|
+
{
|
|
7708
|
+
"name": "chargeModel",
|
|
7709
|
+
"description": "Charge model for the price",
|
|
7710
|
+
"args": [],
|
|
7711
|
+
"type": {
|
|
7712
|
+
"kind": "SCALAR",
|
|
7713
|
+
"name": "String",
|
|
7714
|
+
"ofType": null
|
|
7715
|
+
},
|
|
7716
|
+
"isDeprecated": false,
|
|
7717
|
+
"deprecationReason": null
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"name": "discountPercent",
|
|
7721
|
+
"description": "Discount percentage applied to the price",
|
|
7722
|
+
"args": [],
|
|
7723
|
+
"type": {
|
|
7724
|
+
"kind": "SCALAR",
|
|
7725
|
+
"name": "Float",
|
|
7726
|
+
"ofType": null
|
|
7727
|
+
},
|
|
7728
|
+
"isDeprecated": false,
|
|
7729
|
+
"deprecationReason": null
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"name": "id",
|
|
7733
|
+
"description": "Price ID",
|
|
7734
|
+
"args": [],
|
|
7735
|
+
"type": {
|
|
7736
|
+
"kind": "NON_NULL",
|
|
7737
|
+
"name": null,
|
|
7738
|
+
"ofType": {
|
|
7739
|
+
"kind": "SCALAR",
|
|
7740
|
+
"name": "String",
|
|
7741
|
+
"ofType": null
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7744
|
+
"isDeprecated": false,
|
|
7745
|
+
"deprecationReason": null
|
|
7746
|
+
},
|
|
7747
|
+
{
|
|
7748
|
+
"name": "usage",
|
|
7749
|
+
"description": "Indicates if the price is usage-based",
|
|
7750
|
+
"args": [],
|
|
7751
|
+
"type": {
|
|
7752
|
+
"kind": "SCALAR",
|
|
7753
|
+
"name": "Boolean",
|
|
7754
|
+
"ofType": null
|
|
7755
|
+
},
|
|
7756
|
+
"isDeprecated": false,
|
|
7757
|
+
"deprecationReason": null
|
|
7758
|
+
}
|
|
7759
|
+
],
|
|
7760
|
+
"inputFields": null,
|
|
7761
|
+
"interfaces": [],
|
|
7762
|
+
"enumValues": null,
|
|
7763
|
+
"possibleTypes": null
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
"kind": "INPUT_OBJECT",
|
|
7767
|
+
"name": "BillingProductsInput",
|
|
7768
|
+
"description": "Input parameters for getting Billing integration products",
|
|
7769
|
+
"fields": null,
|
|
7770
|
+
"inputFields": [
|
|
7771
|
+
{
|
|
7772
|
+
"name": "integrationId",
|
|
7773
|
+
"description": "ID of the Billing integration to fetch products from",
|
|
7774
|
+
"type": {
|
|
7775
|
+
"kind": "SCALAR",
|
|
7776
|
+
"name": "String",
|
|
7777
|
+
"ofType": null
|
|
7778
|
+
},
|
|
7779
|
+
"defaultValue": null,
|
|
7780
|
+
"isDeprecated": false,
|
|
7781
|
+
"deprecationReason": null
|
|
7782
|
+
},
|
|
7783
|
+
{
|
|
7784
|
+
"name": "nextPage",
|
|
7785
|
+
"description": "Token for retrieving the next page of results",
|
|
7786
|
+
"type": {
|
|
7787
|
+
"kind": "SCALAR",
|
|
7788
|
+
"name": "String",
|
|
7789
|
+
"ofType": null
|
|
7790
|
+
},
|
|
7791
|
+
"defaultValue": null,
|
|
7792
|
+
"isDeprecated": false,
|
|
7793
|
+
"deprecationReason": null
|
|
7794
|
+
},
|
|
7795
|
+
{
|
|
7796
|
+
"name": "productNameOrId",
|
|
7797
|
+
"description": "Name or ID of the product to search for",
|
|
7798
|
+
"type": {
|
|
7799
|
+
"kind": "SCALAR",
|
|
7800
|
+
"name": "String",
|
|
7801
|
+
"ofType": null
|
|
7802
|
+
},
|
|
7803
|
+
"defaultValue": null,
|
|
7804
|
+
"isDeprecated": false,
|
|
7805
|
+
"deprecationReason": null
|
|
7806
|
+
}
|
|
7807
|
+
],
|
|
7808
|
+
"interfaces": null,
|
|
7809
|
+
"enumValues": null,
|
|
7810
|
+
"possibleTypes": null
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"kind": "OBJECT",
|
|
7814
|
+
"name": "BillingProductsResult",
|
|
7815
|
+
"description": "Results from searching Billing integration products",
|
|
7816
|
+
"fields": [
|
|
7817
|
+
{
|
|
7818
|
+
"name": "nextPage",
|
|
7819
|
+
"description": "Token for the next page of results",
|
|
7820
|
+
"args": [],
|
|
7821
|
+
"type": {
|
|
7822
|
+
"kind": "SCALAR",
|
|
7823
|
+
"name": "String",
|
|
7824
|
+
"ofType": null
|
|
7825
|
+
},
|
|
7826
|
+
"isDeprecated": false,
|
|
7827
|
+
"deprecationReason": null
|
|
7828
|
+
},
|
|
7829
|
+
{
|
|
7830
|
+
"name": "products",
|
|
7831
|
+
"description": "List of found Billing products",
|
|
7832
|
+
"args": [],
|
|
7833
|
+
"type": {
|
|
7834
|
+
"kind": "NON_NULL",
|
|
7835
|
+
"name": null,
|
|
7836
|
+
"ofType": {
|
|
7837
|
+
"kind": "LIST",
|
|
7838
|
+
"name": null,
|
|
7839
|
+
"ofType": {
|
|
7840
|
+
"kind": "NON_NULL",
|
|
7841
|
+
"name": null,
|
|
7842
|
+
"ofType": {
|
|
7843
|
+
"kind": "OBJECT",
|
|
7844
|
+
"name": "BillingProduct",
|
|
7845
|
+
"ofType": null
|
|
7846
|
+
}
|
|
7847
|
+
}
|
|
7848
|
+
}
|
|
7849
|
+
},
|
|
7850
|
+
"isDeprecated": false,
|
|
7851
|
+
"deprecationReason": null
|
|
7852
|
+
}
|
|
7853
|
+
],
|
|
7854
|
+
"inputFields": null,
|
|
7855
|
+
"interfaces": [],
|
|
7856
|
+
"enumValues": null,
|
|
7857
|
+
"possibleTypes": null
|
|
7858
|
+
},
|
|
7472
7859
|
{
|
|
7473
7860
|
"kind": "ENUM",
|
|
7474
7861
|
"name": "BillingVendorIdentifier",
|
|
@@ -30997,6 +31384,12 @@
|
|
|
30997
31384
|
"isDeprecated": false,
|
|
30998
31385
|
"deprecationReason": null
|
|
30999
31386
|
},
|
|
31387
|
+
{
|
|
31388
|
+
"name": "VendorIsNotSupported",
|
|
31389
|
+
"description": null,
|
|
31390
|
+
"isDeprecated": false,
|
|
31391
|
+
"deprecationReason": null
|
|
31392
|
+
},
|
|
31000
31393
|
{
|
|
31001
31394
|
"name": "VersionExceedsMaxValueError",
|
|
31002
31395
|
"description": null,
|
|
@@ -54818,6 +55211,18 @@
|
|
|
54818
55211
|
"isDeprecated": false,
|
|
54819
55212
|
"deprecationReason": null
|
|
54820
55213
|
},
|
|
55214
|
+
{
|
|
55215
|
+
"name": "billingId",
|
|
55216
|
+
"description": "The unique identifier for the entity in the billing provider",
|
|
55217
|
+
"type": {
|
|
55218
|
+
"kind": "SCALAR",
|
|
55219
|
+
"name": "String",
|
|
55220
|
+
"ofType": null
|
|
55221
|
+
},
|
|
55222
|
+
"defaultValue": null,
|
|
55223
|
+
"isDeprecated": false,
|
|
55224
|
+
"deprecationReason": null
|
|
55225
|
+
},
|
|
54821
55226
|
{
|
|
54822
55227
|
"name": "billingModel",
|
|
54823
55228
|
"description": "The billing model of the base pricing model",
|
|
@@ -60204,6 +60609,18 @@
|
|
|
60204
60609
|
"isDeprecated": false,
|
|
60205
60610
|
"deprecationReason": null
|
|
60206
60611
|
},
|
|
60612
|
+
{
|
|
60613
|
+
"name": "priceGroupPackageBillingId",
|
|
60614
|
+
"description": "The billing ID of the price group package",
|
|
60615
|
+
"type": {
|
|
60616
|
+
"kind": "SCALAR",
|
|
60617
|
+
"name": "String",
|
|
60618
|
+
"ofType": null
|
|
60619
|
+
},
|
|
60620
|
+
"defaultValue": null,
|
|
60621
|
+
"isDeprecated": false,
|
|
60622
|
+
"deprecationReason": null
|
|
60623
|
+
},
|
|
60207
60624
|
{
|
|
60208
60625
|
"name": "pricingModels",
|
|
60209
60626
|
"description": "The list of pricing models of the package pricing",
|
|
@@ -68601,6 +69018,18 @@
|
|
|
68601
69018
|
"isDeprecated": false,
|
|
68602
69019
|
"deprecationReason": null
|
|
68603
69020
|
},
|
|
69021
|
+
{
|
|
69022
|
+
"name": "billingId",
|
|
69023
|
+
"description": "The unique identifier for the entity in the billing provider",
|
|
69024
|
+
"type": {
|
|
69025
|
+
"kind": "SCALAR",
|
|
69026
|
+
"name": "String",
|
|
69027
|
+
"ofType": null
|
|
69028
|
+
},
|
|
69029
|
+
"defaultValue": null,
|
|
69030
|
+
"isDeprecated": false,
|
|
69031
|
+
"deprecationReason": null
|
|
69032
|
+
},
|
|
68604
69033
|
{
|
|
68605
69034
|
"name": "billingModel",
|
|
68606
69035
|
"description": "The billing model of the base pricing model",
|
|
@@ -75257,6 +75686,39 @@
|
|
|
75257
75686
|
"isDeprecated": false,
|
|
75258
75687
|
"deprecationReason": null
|
|
75259
75688
|
},
|
|
75689
|
+
{
|
|
75690
|
+
"name": "billingProducts",
|
|
75691
|
+
"description": "List billing products",
|
|
75692
|
+
"args": [
|
|
75693
|
+
{
|
|
75694
|
+
"name": "input",
|
|
75695
|
+
"description": null,
|
|
75696
|
+
"type": {
|
|
75697
|
+
"kind": "NON_NULL",
|
|
75698
|
+
"name": null,
|
|
75699
|
+
"ofType": {
|
|
75700
|
+
"kind": "INPUT_OBJECT",
|
|
75701
|
+
"name": "BillingProductsInput",
|
|
75702
|
+
"ofType": null
|
|
75703
|
+
}
|
|
75704
|
+
},
|
|
75705
|
+
"defaultValue": null,
|
|
75706
|
+
"isDeprecated": false,
|
|
75707
|
+
"deprecationReason": null
|
|
75708
|
+
}
|
|
75709
|
+
],
|
|
75710
|
+
"type": {
|
|
75711
|
+
"kind": "NON_NULL",
|
|
75712
|
+
"name": null,
|
|
75713
|
+
"ofType": {
|
|
75714
|
+
"kind": "OBJECT",
|
|
75715
|
+
"name": "BillingProductsResult",
|
|
75716
|
+
"ofType": null
|
|
75717
|
+
}
|
|
75718
|
+
},
|
|
75719
|
+
"isDeprecated": false,
|
|
75720
|
+
"deprecationReason": null
|
|
75721
|
+
},
|
|
75260
75722
|
{
|
|
75261
75723
|
"name": "cachedEntitlements",
|
|
75262
75724
|
"description": "Retrieve entitlements from the cache to optimize performance.",
|
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: 5.
|
|
4
|
+
version: 5.71.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-12-
|
|
11
|
+
date: 2025-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|