stigg-api-client 2.100.0 → 2.101.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28538c110eed4ad2e8e9f16a372d4689ff38cfc9225e90523baa16e321a334e8
4
- data.tar.gz: ad837e8275d4d10dca32a6187c0075f8a5f2fb7d6dfe7b0d13744220bfdafa88
3
+ metadata.gz: '0681ec9a108a8b2364e87a767fca2dd73a9fc5c2a497baf801dcb22ec8ba6ee9'
4
+ data.tar.gz: 6f8e8279aceb3497020d81b88f909338d4b5642a462eab78abc2ac165dc58fa1
5
5
  SHA512:
6
- metadata.gz: 18ba9ca74579d2279259afb77fe16fe336937c7e57263ab0a45295463a3f42037f1133c2d75d7662a3912b3640ebc27adb608af17282086266dcf63ccacb2ed1
7
- data.tar.gz: '08d049201541c5419f8c6b3e3d95503828c4efd7113f2646c4e065932839c85c5ffedb140f9c28bd783be7fbdc32e1a1e6b754ebe65aedb8e776d0789e5e2982'
6
+ metadata.gz: 871e4f3b5bc614130ed85f0f09260486b533278275f2eeb145ccd388b13fed99caa21a39d19a4a00a455ef3c01d0cb2297f772419a50a800ad3b3bd9f9ec286f
7
+ data.tar.gz: 8f61c9d9d996cf2dc03b7ce4912f422a9308ec2cb815e2cff896e0b5dd369d53d00c7c98e214cec49ce6dbffa241a320833fd209df3d9c07ab89aa5e3f1d4adf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.100.0)
4
+ stigg-api-client (2.101.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -235,6 +235,9 @@ module Stigg
235
235
  customer {
236
236
  customerId
237
237
  }
238
+ payingCustomer {
239
+ customerId
240
+ }
238
241
  resource {
239
242
  resourceId
240
243
  }
@@ -274,8 +277,8 @@ module Stigg
274
277
  experimentInfo {
275
278
  name
276
279
  id
277
- groupName
278
280
  groupType
281
+ groupName
279
282
  }
280
283
  prices {
281
284
  usageLimit
@@ -362,6 +365,9 @@ module Stigg
362
365
  fragment SubscriptionFragment on CustomerSubscription {
363
366
  id
364
367
  subscriptionId
368
+ payingCustomer {
369
+ ...SlimCustomerFragment
370
+ }
365
371
  startDate
366
372
  endDate
367
373
  trialEndDate
@@ -1633,6 +1639,7 @@ module Stigg
1633
1639
  }
1634
1640
  #{Fragment::ApplySubscriptionFragment}
1635
1641
  #{Fragment::SubscriptionFragment}
1642
+ #{Fragment::SlimCustomerFragment}
1636
1643
  #{Fragment::SubscriptionInvoiceFragment}
1637
1644
  #{Fragment::CustomerResourceFragment}
1638
1645
  #{Fragment::PriceFragment}
@@ -1869,6 +1876,7 @@ module Stigg
1869
1876
  }
1870
1877
  }
1871
1878
  #{Fragment::SubscriptionFragment}
1879
+ #{Fragment::SlimCustomerFragment}
1872
1880
  #{Fragment::SubscriptionInvoiceFragment}
1873
1881
  #{Fragment::CustomerResourceFragment}
1874
1882
  #{Fragment::PriceFragment}
@@ -1902,6 +1910,7 @@ module Stigg
1902
1910
  }
1903
1911
  }
1904
1912
  #{Fragment::SubscriptionFragment}
1913
+ #{Fragment::SlimCustomerFragment}
1905
1914
  #{Fragment::SubscriptionInvoiceFragment}
1906
1915
  #{Fragment::CustomerResourceFragment}
1907
1916
  #{Fragment::PriceFragment}
@@ -12751,6 +12751,18 @@
12751
12751
  "isDeprecated": false,
12752
12752
  "deprecationReason": null
12753
12753
  },
12754
+ {
12755
+ "name": "payingCustomerId",
12756
+ "description": null,
12757
+ "type": {
12758
+ "kind": "INPUT_OBJECT",
12759
+ "name": "StringFieldComparison",
12760
+ "ofType": null
12761
+ },
12762
+ "defaultValue": null,
12763
+ "isDeprecated": false,
12764
+ "deprecationReason": null
12765
+ },
12754
12766
  {
12755
12767
  "name": "paymentCollection",
12756
12768
  "description": null,
@@ -15785,6 +15797,18 @@
15785
15797
  "isDeprecated": false,
15786
15798
  "deprecationReason": null
15787
15799
  },
15800
+ {
15801
+ "name": "payingCustomerId",
15802
+ "description": null,
15803
+ "type": {
15804
+ "kind": "INPUT_OBJECT",
15805
+ "name": "StringFieldComparison",
15806
+ "ofType": null
15807
+ },
15808
+ "defaultValue": null,
15809
+ "isDeprecated": false,
15810
+ "deprecationReason": null
15811
+ },
15788
15812
  {
15789
15813
  "name": "paymentCollection",
15790
15814
  "description": null,
@@ -16758,6 +16782,30 @@
16758
16782
  "isDeprecated": false,
16759
16783
  "deprecationReason": null
16760
16784
  },
16785
+ {
16786
+ "name": "payingCustomer",
16787
+ "description": null,
16788
+ "args": [],
16789
+ "type": {
16790
+ "kind": "OBJECT",
16791
+ "name": "Customer",
16792
+ "ofType": null
16793
+ },
16794
+ "isDeprecated": false,
16795
+ "deprecationReason": null
16796
+ },
16797
+ {
16798
+ "name": "payingCustomerId",
16799
+ "description": null,
16800
+ "args": [],
16801
+ "type": {
16802
+ "kind": "SCALAR",
16803
+ "name": "String",
16804
+ "ofType": null
16805
+ },
16806
+ "isDeprecated": false,
16807
+ "deprecationReason": null
16808
+ },
16761
16809
  {
16762
16810
  "name": "paymentCollection",
16763
16811
  "description": null,
@@ -17291,6 +17339,18 @@
17291
17339
  "isDeprecated": false,
17292
17340
  "deprecationReason": null
17293
17341
  },
17342
+ {
17343
+ "name": "payingCustomerId",
17344
+ "description": null,
17345
+ "args": [],
17346
+ "type": {
17347
+ "kind": "SCALAR",
17348
+ "name": "String",
17349
+ "ofType": null
17350
+ },
17351
+ "isDeprecated": false,
17352
+ "deprecationReason": null
17353
+ },
17294
17354
  {
17295
17355
  "name": "paymentCollection",
17296
17356
  "description": null,
@@ -17645,6 +17705,18 @@
17645
17705
  "isDeprecated": false,
17646
17706
  "deprecationReason": null
17647
17707
  },
17708
+ {
17709
+ "name": "payingCustomerId",
17710
+ "description": null,
17711
+ "args": [],
17712
+ "type": {
17713
+ "kind": "SCALAR",
17714
+ "name": "Int",
17715
+ "ofType": null
17716
+ },
17717
+ "isDeprecated": false,
17718
+ "deprecationReason": null
17719
+ },
17648
17720
  {
17649
17721
  "name": "paymentCollection",
17650
17722
  "description": null,
@@ -18040,6 +18112,30 @@
18040
18112
  "isDeprecated": false,
18041
18113
  "deprecationReason": null
18042
18114
  },
18115
+ {
18116
+ "name": "payingCustomer",
18117
+ "description": null,
18118
+ "type": {
18119
+ "kind": "INPUT_OBJECT",
18120
+ "name": "CustomerSubscriptionFilterCustomerFilter",
18121
+ "ofType": null
18122
+ },
18123
+ "defaultValue": null,
18124
+ "isDeprecated": false,
18125
+ "deprecationReason": null
18126
+ },
18127
+ {
18128
+ "name": "payingCustomerId",
18129
+ "description": null,
18130
+ "type": {
18131
+ "kind": "INPUT_OBJECT",
18132
+ "name": "StringFieldComparison",
18133
+ "ofType": null
18134
+ },
18135
+ "defaultValue": null,
18136
+ "isDeprecated": false,
18137
+ "deprecationReason": null
18138
+ },
18043
18139
  {
18044
18140
  "name": "paymentCollection",
18045
18141
  "description": null,
@@ -19232,6 +19328,18 @@
19232
19328
  "isDeprecated": false,
19233
19329
  "deprecationReason": null
19234
19330
  },
19331
+ {
19332
+ "name": "payingCustomerId",
19333
+ "description": null,
19334
+ "args": [],
19335
+ "type": {
19336
+ "kind": "SCALAR",
19337
+ "name": "String",
19338
+ "ofType": null
19339
+ },
19340
+ "isDeprecated": false,
19341
+ "deprecationReason": null
19342
+ },
19235
19343
  {
19236
19344
  "name": "paymentCollection",
19237
19345
  "description": null,
@@ -19519,6 +19627,18 @@
19519
19627
  "isDeprecated": false,
19520
19628
  "deprecationReason": null
19521
19629
  },
19630
+ {
19631
+ "name": "payingCustomerId",
19632
+ "description": null,
19633
+ "args": [],
19634
+ "type": {
19635
+ "kind": "SCALAR",
19636
+ "name": "String",
19637
+ "ofType": null
19638
+ },
19639
+ "isDeprecated": false,
19640
+ "deprecationReason": null
19641
+ },
19522
19642
  {
19523
19643
  "name": "paymentCollection",
19524
19644
  "description": null,
@@ -19774,6 +19894,12 @@
19774
19894
  "isDeprecated": false,
19775
19895
  "deprecationReason": null
19776
19896
  },
19897
+ {
19898
+ "name": "payingCustomerId",
19899
+ "description": null,
19900
+ "isDeprecated": false,
19901
+ "deprecationReason": null
19902
+ },
19777
19903
  {
19778
19904
  "name": "paymentCollection",
19779
19905
  "description": null,
@@ -67592,6 +67718,18 @@
67592
67718
  "isDeprecated": false,
67593
67719
  "deprecationReason": null
67594
67720
  },
67721
+ {
67722
+ "name": "payingCustomerId",
67723
+ "description": null,
67724
+ "type": {
67725
+ "kind": "INPUT_OBJECT",
67726
+ "name": "StringFieldComparison",
67727
+ "ofType": null
67728
+ },
67729
+ "defaultValue": null,
67730
+ "isDeprecated": false,
67731
+ "deprecationReason": null
67732
+ },
67595
67733
  {
67596
67734
  "name": "paymentCollection",
67597
67735
  "description": null,
@@ -69735,6 +69873,18 @@
69735
69873
  "isDeprecated": false,
69736
69874
  "deprecationReason": null
69737
69875
  },
69876
+ {
69877
+ "name": "payingCustomerId",
69878
+ "description": null,
69879
+ "type": {
69880
+ "kind": "INPUT_OBJECT",
69881
+ "name": "StringFieldComparison",
69882
+ "ofType": null
69883
+ },
69884
+ "defaultValue": null,
69885
+ "isDeprecated": false,
69886
+ "deprecationReason": null
69887
+ },
69738
69888
  {
69739
69889
  "name": "paymentCollection",
69740
69890
  "description": null,
@@ -74591,6 +74741,18 @@
74591
74741
  "isDeprecated": false,
74592
74742
  "deprecationReason": null
74593
74743
  },
74744
+ {
74745
+ "name": "payingCustomerId",
74746
+ "description": null,
74747
+ "type": {
74748
+ "kind": "INPUT_OBJECT",
74749
+ "name": "StringFieldComparison",
74750
+ "ofType": null
74751
+ },
74752
+ "defaultValue": null,
74753
+ "isDeprecated": false,
74754
+ "deprecationReason": null
74755
+ },
74594
74756
  {
74595
74757
  "name": "paymentCollection",
74596
74758
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.100.0"
4
+ VERSION = "2.101.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: 2.100.0
4
+ version: 2.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient