stigg-api-client 5.66.0 → 5.67.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c5520252f3985cf45951d799e1ff5b809d2144616b766f50e9178004a5329b6
4
- data.tar.gz: 6ff2738a2ed61547134c7e9a63c492ead30e2effe8721a0a1f5824d9f1672718
3
+ metadata.gz: d006994abeb27c36717ebf12da6f4b3d7942c81a96a3cf00a728cfe9b733a57a
4
+ data.tar.gz: 06322f695cf68dbef4fb9d7fd3851dc5881ae02a0326c6deb5bd76b5a0cf59ea
5
5
  SHA512:
6
- metadata.gz: f17866687b10ef18a5f000163f47c0d293a05a80a0da66df83d173a6e984d9656ffc3dcdf31ee355ab4bbb38288fccad257879618640cda3c8519b93663a3fcb
7
- data.tar.gz: 39ad1703a3411c63db2ca2a4b0fc17356300bcca34db8582a6f3ed70305896ad72123aabbbdb81959cda47fca030da3776d2d5ad57980e3be3b5586643403982
6
+ metadata.gz: eb8f6cdde19eab05e54866f88089f841f6d71db1391721225df42ae4e926aa08e0a10f580ec5887d92b8f806d630ed5a406fe237fc2ea8216682f32910ab0310
7
+ data.tar.gz: 74826c8ad6856d2ffd4422920fa6b7ec491bf9ec86c828e7fb9a66da75c1672fffb8c50df8e1462e81c6b50c318ac92b6077458d91d5d032d6fb3ff67b334c2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.66.0)
4
+ stigg-api-client (5.67.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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,
@@ -60120,6 +60513,18 @@
60120
60513
  "description": "Package Pricing Input",
60121
60514
  "fields": null,
60122
60515
  "inputFields": [
60516
+ {
60517
+ "name": "billingId",
60518
+ "description": "The unique identifier for the entity in the billing provider",
60519
+ "type": {
60520
+ "kind": "SCALAR",
60521
+ "name": "String",
60522
+ "ofType": null
60523
+ },
60524
+ "defaultValue": null,
60525
+ "isDeprecated": false,
60526
+ "deprecationReason": null
60527
+ },
60123
60528
  {
60124
60529
  "name": "environmentId",
60125
60530
  "description": "The unique identifier for the environment",
@@ -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 (Rate plan id in Zuora)",
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",
@@ -75257,6 +75674,39 @@
75257
75674
  "isDeprecated": false,
75258
75675
  "deprecationReason": null
75259
75676
  },
75677
+ {
75678
+ "name": "billingProducts",
75679
+ "description": "List billing products",
75680
+ "args": [
75681
+ {
75682
+ "name": "input",
75683
+ "description": null,
75684
+ "type": {
75685
+ "kind": "NON_NULL",
75686
+ "name": null,
75687
+ "ofType": {
75688
+ "kind": "INPUT_OBJECT",
75689
+ "name": "BillingProductsInput",
75690
+ "ofType": null
75691
+ }
75692
+ },
75693
+ "defaultValue": null,
75694
+ "isDeprecated": false,
75695
+ "deprecationReason": null
75696
+ }
75697
+ ],
75698
+ "type": {
75699
+ "kind": "NON_NULL",
75700
+ "name": null,
75701
+ "ofType": {
75702
+ "kind": "OBJECT",
75703
+ "name": "BillingProductsResult",
75704
+ "ofType": null
75705
+ }
75706
+ },
75707
+ "isDeprecated": false,
75708
+ "deprecationReason": null
75709
+ },
75260
75710
  {
75261
75711
  "name": "cachedEntitlements",
75262
75712
  "description": "Retrieve entitlements from the cache to optimize performance.",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.66.0"
4
+ VERSION = "5.67.0"
5
5
  end
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.66.0
4
+ version: 5.67.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-09 00:00:00.000000000 Z
11
+ date: 2025-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient