stigg-api-client 0.471.0 → 0.475.5

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: 936e07984426b471a600ba89675b38128448ccaba4ce76743e952114a820cbdd
4
- data.tar.gz: 417b662b7251523e5efb2635ba42b9b6343b8ff3bcfa23877ca6b545e06fa929
3
+ metadata.gz: 11b1edaf8057dd1ba166baeb4c359fb019ff82402bbf73c190b66a5a7f05789d
4
+ data.tar.gz: f30ee36768e0f150c53fec16a7aa714e3eb5266ed09b7e693245f04618d971c2
5
5
  SHA512:
6
- metadata.gz: d03b0afd248610297b17a5ed8cc51f65727c2632e4b1682a512618e40b0705ca725bd658a6a23a7afb5bade54a7cda2ec0b25ca1a2c8e6cf468a92d9dfd642e9
7
- data.tar.gz: 20fad83005e8c04c1755412186c88876c17b09988009528057ddf33622c481be40a31d4891cf4d7665eff1f0eea56c8d1dd25a363cbb8a21d749ac37b4ff639f
6
+ metadata.gz: a1387625a85222912288cb6a70a68ae9b68d6f7870ed55f2f62aeddec486f41355f11351c0d38e24566b2fe96bfb82b1cd25cafdc3237933d1505109c5b1554d
7
+ data.tar.gz: 93afedb9c18f85b37b74980ded8044fd2b2ecd5db354a6a80a8e49efc42b3028150cd609b705eb2c3de3f7ce707e320337e7d38c195557644d14a07f2b9dc771
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.471.0)
4
+ stigg-api-client (0.475.5)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -685,10 +685,32 @@ module Stigg
685
685
  }
686
686
  GRAPHQL
687
687
 
688
+ CustomerPortalSubscriptionPriceFragment = <<~GRAPHQL
689
+ fragment CustomerPortalSubscriptionPriceFragment on CustomerPortalSubscriptionPrice {
690
+ billingPeriod
691
+ billingModel
692
+ price {
693
+ amount
694
+ currency
695
+ }
696
+ feature {
697
+ id
698
+ refId
699
+ displayName
700
+ featureUnits
701
+ featureUnitsPlural
702
+ }
703
+ }
704
+ GRAPHQL
705
+
688
706
  CustomerPortalSubscriptionFragment = <<~GRAPHQL
689
707
  fragment CustomerPortalSubscriptionFragment on CustomerPortalSubscription {
690
708
  subscriptionId
691
709
  planName
710
+ pricingType
711
+ prices {
712
+ ...CustomerPortalSubscriptionPriceFragment
713
+ }
692
714
  pricing {
693
715
  unitQuantity
694
716
  billingPeriod
@@ -714,12 +736,15 @@ module Stigg
714
736
  totalPrice {
715
737
  subTotal {
716
738
  amount
739
+ currency
717
740
  }
718
741
  total {
719
742
  amount
743
+ currency
720
744
  }
721
745
  addonsTotal {
722
746
  amount
747
+ currency
723
748
  }
724
749
  }
725
750
  addons {
@@ -1233,6 +1258,7 @@ module Stigg
1233
1258
  }
1234
1259
  #{Fragment::CustomerPortalFragment}
1235
1260
  #{Fragment::CustomerPortalSubscriptionFragment}
1261
+ #{Fragment::CustomerPortalSubscriptionPriceFragment}
1236
1262
  #{Fragment::CustomerPortalSubscriptionAddon}
1237
1263
  #{Fragment::CustomerPortalSubscriptionScheduledUpdateData}
1238
1264
  #{Fragment::CustomerPortalEntitlement}
@@ -10628,6 +10628,18 @@
10628
10628
  "isDeprecated": false,
10629
10629
  "deprecationReason": null
10630
10630
  },
10631
+ {
10632
+ "name": "productId",
10633
+ "description": null,
10634
+ "type": {
10635
+ "kind": "SCALAR",
10636
+ "name": "String",
10637
+ "ofType": null
10638
+ },
10639
+ "defaultValue": null,
10640
+ "isDeprecated": false,
10641
+ "deprecationReason": null
10642
+ },
10631
10643
  {
10632
10644
  "name": "resourceId",
10633
10645
  "description": null,
@@ -10718,6 +10730,22 @@
10718
10730
  "isDeprecated": false,
10719
10731
  "deprecationReason": null
10720
10732
  },
10733
+ {
10734
+ "name": "id",
10735
+ "description": null,
10736
+ "args": [],
10737
+ "type": {
10738
+ "kind": "NON_NULL",
10739
+ "name": null,
10740
+ "ofType": {
10741
+ "kind": "SCALAR",
10742
+ "name": "String",
10743
+ "ofType": null
10744
+ }
10745
+ },
10746
+ "isDeprecated": false,
10747
+ "deprecationReason": null
10748
+ },
10721
10749
  {
10722
10750
  "name": "meterType",
10723
10751
  "description": null,
@@ -10729,6 +10757,22 @@
10729
10757
  },
10730
10758
  "isDeprecated": false,
10731
10759
  "deprecationReason": null
10760
+ },
10761
+ {
10762
+ "name": "refId",
10763
+ "description": null,
10764
+ "args": [],
10765
+ "type": {
10766
+ "kind": "NON_NULL",
10767
+ "name": null,
10768
+ "ofType": {
10769
+ "kind": "SCALAR",
10770
+ "name": "String",
10771
+ "ofType": null
10772
+ }
10773
+ },
10774
+ "isDeprecated": false,
10775
+ "deprecationReason": null
10732
10776
  }
10733
10777
  ],
10734
10778
  "inputFields": null,
@@ -10900,6 +10944,30 @@
10900
10944
  "isDeprecated": false,
10901
10945
  "deprecationReason": null
10902
10946
  },
10947
+ {
10948
+ "name": "prices",
10949
+ "description": null,
10950
+ "args": [],
10951
+ "type": {
10952
+ "kind": "NON_NULL",
10953
+ "name": null,
10954
+ "ofType": {
10955
+ "kind": "LIST",
10956
+ "name": null,
10957
+ "ofType": {
10958
+ "kind": "NON_NULL",
10959
+ "name": null,
10960
+ "ofType": {
10961
+ "kind": "OBJECT",
10962
+ "name": "CustomerPortalSubscriptionPrice",
10963
+ "ofType": null
10964
+ }
10965
+ }
10966
+ }
10967
+ },
10968
+ "isDeprecated": false,
10969
+ "deprecationReason": null
10970
+ },
10903
10971
  {
10904
10972
  "name": "pricing",
10905
10973
  "description": null,
@@ -10913,6 +10981,22 @@
10913
10981
  "ofType": null
10914
10982
  }
10915
10983
  },
10984
+ "isDeprecated": true,
10985
+ "deprecationReason": "use prices field instead"
10986
+ },
10987
+ {
10988
+ "name": "pricingType",
10989
+ "description": null,
10990
+ "args": [],
10991
+ "type": {
10992
+ "kind": "NON_NULL",
10993
+ "name": null,
10994
+ "ofType": {
10995
+ "kind": "ENUM",
10996
+ "name": "PricingType",
10997
+ "ofType": null
10998
+ }
10999
+ },
10916
11000
  "isDeprecated": false,
10917
11001
  "deprecationReason": null
10918
11002
  },
@@ -10998,6 +11082,65 @@
10998
11082
  "enumValues": null,
10999
11083
  "possibleTypes": null
11000
11084
  },
11085
+ {
11086
+ "kind": "OBJECT",
11087
+ "name": "CustomerPortalSubscriptionPrice",
11088
+ "description": null,
11089
+ "fields": [
11090
+ {
11091
+ "name": "billingModel",
11092
+ "description": null,
11093
+ "args": [],
11094
+ "type": {
11095
+ "kind": "ENUM",
11096
+ "name": "BillingModel",
11097
+ "ofType": null
11098
+ },
11099
+ "isDeprecated": false,
11100
+ "deprecationReason": null
11101
+ },
11102
+ {
11103
+ "name": "billingPeriod",
11104
+ "description": null,
11105
+ "args": [],
11106
+ "type": {
11107
+ "kind": "ENUM",
11108
+ "name": "BillingPeriod",
11109
+ "ofType": null
11110
+ },
11111
+ "isDeprecated": false,
11112
+ "deprecationReason": null
11113
+ },
11114
+ {
11115
+ "name": "feature",
11116
+ "description": null,
11117
+ "args": [],
11118
+ "type": {
11119
+ "kind": "OBJECT",
11120
+ "name": "CustomerPortalPricingFeature",
11121
+ "ofType": null
11122
+ },
11123
+ "isDeprecated": false,
11124
+ "deprecationReason": null
11125
+ },
11126
+ {
11127
+ "name": "price",
11128
+ "description": null,
11129
+ "args": [],
11130
+ "type": {
11131
+ "kind": "OBJECT",
11132
+ "name": "Money",
11133
+ "ofType": null
11134
+ },
11135
+ "isDeprecated": false,
11136
+ "deprecationReason": null
11137
+ }
11138
+ ],
11139
+ "inputFields": null,
11140
+ "interfaces": [],
11141
+ "enumValues": null,
11142
+ "possibleTypes": null
11143
+ },
11001
11144
  {
11002
11145
  "kind": "OBJECT",
11003
11146
  "name": "CustomerPortalSubscriptionPricing",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.471.0"
4
+ VERSION = "0.475.5"
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: 0.471.0
4
+ version: 0.475.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient