stigg-api-client 0.524.0 → 0.528.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: dd60cc365a65a0f32e3a5e0dcc8c8381db66287806b1138267a176858e36abf3
4
- data.tar.gz: dd936e7dcdac5c5f87cbb1b19a4295f013c00872081194cece0f1b9ef65217c7
3
+ metadata.gz: d19f8408ef4a36a285e9578cc5bf921e7c7395b7f1ec010ca5d1be8fd2ca9a98
4
+ data.tar.gz: b5e58848a006d76e14c42e6c7964fc6564906d1586a2265beb4412f9a9e2c9c2
5
5
  SHA512:
6
- metadata.gz: 4868c5a6337dc39ed031405cc9453e631b32ee6b43502aa332f5b623fff57eb4957b47292260182997c33fc8abaddb02460440684909c14fe259618347195953
7
- data.tar.gz: 6b4f9ddc9be531ee8a51a1999bcda066209573a7e0efbdc7f9de8a40ed92fb2d49cbaa69d43be468ed2373e3d0287babc33ef7260e230cac55f9ec0c71f2d8c0
6
+ metadata.gz: 181173d4f9a32830c4cd4c45ae16879adb793814caa7561e6a169cffc94dbcc874d36a47aa0f6a436514e6890bfb6d2b3314d06e89c1d45cca791ffaca805961
7
+ data.tar.gz: cc1d5d6a0fccc79bfddcaa00a792769c739338766a60b4311d02b13839f11da86c60b59a6262b1e50aa60666e2b48e6f835e74b6b544a549690ca7e81d6d487d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.524.0)
4
+ stigg-api-client (0.528.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -155,6 +155,10 @@ module Stigg
155
155
  effectiveEndDate
156
156
  currentBillingPeriodEnd
157
157
  pricingType
158
+ latestInvoice {
159
+ ...SubscriptionInvoiceFragment
160
+ }
161
+ paymentCollection
158
162
  resource {
159
163
  ...CustomerResourceFragment
160
164
  }
@@ -245,6 +249,18 @@ module Stigg
245
249
  }
246
250
  GRAPHQL
247
251
 
252
+ SubscriptionInvoiceFragment = <<~GRAPHQL
253
+ fragment SubscriptionInvoiceFragment on SubscriptionInvoice {
254
+ billingId
255
+ status
256
+ createdAt
257
+ updatedAt
258
+ requiresAction
259
+ paymentUrl
260
+ errorMessage
261
+ }
262
+ GRAPHQL
263
+
248
264
  SubscriptionFragment = <<~GRAPHQL
249
265
  fragment SubscriptionFragment on CustomerSubscription {
250
266
  id
@@ -259,6 +275,10 @@ module Stigg
259
275
  additionalMetaData
260
276
  billingId
261
277
  billingLinkUrl
278
+ latestInvoice {
279
+ ...SubscriptionInvoiceFragment
280
+ }
281
+ paymentCollection
262
282
  resource {
263
283
  ...CustomerResourceFragment
264
284
  }
@@ -1032,6 +1052,7 @@ module Stigg
1032
1052
  }
1033
1053
  #{Fragment::SlimCustomerFragment}
1034
1054
  #{Fragment::SlimSubscriptionFragment}
1055
+ #{Fragment::SubscriptionInvoiceFragment}
1035
1056
  #{Fragment::CustomerResourceFragment}
1036
1057
  #{Fragment::PriceFragment}
1037
1058
  #{Fragment::TotalPriceFragment}
@@ -1072,6 +1093,7 @@ module Stigg
1072
1093
  }
1073
1094
  }
1074
1095
  #{Fragment::SlimSubscriptionFragment}
1096
+ #{Fragment::SubscriptionInvoiceFragment}
1075
1097
  #{Fragment::CustomerResourceFragment}
1076
1098
  #{Fragment::PriceFragment}
1077
1099
  #{Fragment::TotalPriceFragment}
@@ -1090,6 +1112,7 @@ module Stigg
1090
1112
  }
1091
1113
  }
1092
1114
  #{Fragment::SlimSubscriptionFragment}
1115
+ #{Fragment::SubscriptionInvoiceFragment}
1093
1116
  #{Fragment::CustomerResourceFragment}
1094
1117
  #{Fragment::PriceFragment}
1095
1118
  #{Fragment::TotalPriceFragment}
@@ -1102,6 +1125,7 @@ module Stigg
1102
1125
  }
1103
1126
  }
1104
1127
  #{Fragment::SlimSubscriptionFragment}
1128
+ #{Fragment::SubscriptionInvoiceFragment}
1105
1129
  #{Fragment::CustomerResourceFragment}
1106
1130
  #{Fragment::PriceFragment}
1107
1131
  #{Fragment::TotalPriceFragment}
@@ -1167,6 +1191,7 @@ module Stigg
1167
1191
  }
1168
1192
  }
1169
1193
  #{Fragment::SlimSubscriptionFragment}
1194
+ #{Fragment::SubscriptionInvoiceFragment}
1170
1195
  #{Fragment::CustomerResourceFragment}
1171
1196
  #{Fragment::PriceFragment}
1172
1197
  #{Fragment::TotalPriceFragment}
@@ -1202,6 +1227,7 @@ module Stigg
1202
1227
  #{Fragment::CouponFragment}
1203
1228
  #{Fragment::PromotionalEntitlementFragment}
1204
1229
  #{Fragment::SubscriptionFragment}
1230
+ #{Fragment::SubscriptionInvoiceFragment}
1205
1231
  #{Fragment::CustomerResourceFragment}
1206
1232
  #{Fragment::PriceFragment}
1207
1233
  #{Fragment::TotalPriceFragment}
@@ -1220,6 +1246,7 @@ module Stigg
1220
1246
  }
1221
1247
  }
1222
1248
  #{Fragment::SubscriptionFragment}
1249
+ #{Fragment::SubscriptionInvoiceFragment}
1223
1250
  #{Fragment::CustomerResourceFragment}
1224
1251
  #{Fragment::PriceFragment}
1225
1252
  #{Fragment::TotalPriceFragment}
@@ -1266,6 +1293,7 @@ module Stigg
1266
1293
  #{Fragment::CouponFragment}
1267
1294
  #{Fragment::PromotionalEntitlementFragment}
1268
1295
  #{Fragment::SubscriptionFragment}
1296
+ #{Fragment::SubscriptionInvoiceFragment}
1269
1297
  #{Fragment::CustomerResourceFragment}
1270
1298
  #{Fragment::TotalPriceFragment}
1271
1299
  #{Fragment::SubscriptionScheduledUpdateData}
@@ -41406,6 +41406,38 @@
41406
41406
  "isDeprecated": false,
41407
41407
  "deprecationReason": null
41408
41408
  },
41409
+ {
41410
+ "name": "tiers",
41411
+ "description": null,
41412
+ "args": [],
41413
+ "type": {
41414
+ "kind": "LIST",
41415
+ "name": null,
41416
+ "ofType": {
41417
+ "kind": "NON_NULL",
41418
+ "name": null,
41419
+ "ofType": {
41420
+ "kind": "OBJECT",
41421
+ "name": "PriceTier",
41422
+ "ofType": null
41423
+ }
41424
+ }
41425
+ },
41426
+ "isDeprecated": false,
41427
+ "deprecationReason": null
41428
+ },
41429
+ {
41430
+ "name": "tiersMode",
41431
+ "description": null,
41432
+ "args": [],
41433
+ "type": {
41434
+ "kind": "ENUM",
41435
+ "name": "TiersMode",
41436
+ "ofType": null
41437
+ },
41438
+ "isDeprecated": false,
41439
+ "deprecationReason": null
41440
+ },
41409
41441
  {
41410
41442
  "name": "usedInSubscriptions",
41411
41443
  "description": null,
@@ -41488,6 +41520,18 @@
41488
41520
  },
41489
41521
  "isDeprecated": false,
41490
41522
  "deprecationReason": null
41523
+ },
41524
+ {
41525
+ "name": "tiersMode",
41526
+ "description": null,
41527
+ "args": [],
41528
+ "type": {
41529
+ "kind": "ENUM",
41530
+ "name": "TiersMode",
41531
+ "ofType": null
41532
+ },
41533
+ "isDeprecated": false,
41534
+ "deprecationReason": null
41491
41535
  }
41492
41536
  ],
41493
41537
  "inputFields": null,
@@ -41559,6 +41603,18 @@
41559
41603
  },
41560
41604
  "isDeprecated": false,
41561
41605
  "deprecationReason": null
41606
+ },
41607
+ {
41608
+ "name": "tiersMode",
41609
+ "description": null,
41610
+ "args": [],
41611
+ "type": {
41612
+ "kind": "SCALAR",
41613
+ "name": "Int",
41614
+ "ofType": null
41615
+ },
41616
+ "isDeprecated": false,
41617
+ "deprecationReason": null
41562
41618
  }
41563
41619
  ],
41564
41620
  "inputFields": null,
@@ -41739,6 +41795,38 @@
41739
41795
  "isDeprecated": false,
41740
41796
  "deprecationReason": null
41741
41797
  },
41798
+ {
41799
+ "name": "tiers",
41800
+ "description": null,
41801
+ "args": [],
41802
+ "type": {
41803
+ "kind": "LIST",
41804
+ "name": null,
41805
+ "ofType": {
41806
+ "kind": "NON_NULL",
41807
+ "name": null,
41808
+ "ofType": {
41809
+ "kind": "OBJECT",
41810
+ "name": "PriceTier",
41811
+ "ofType": null
41812
+ }
41813
+ }
41814
+ },
41815
+ "isDeprecated": false,
41816
+ "deprecationReason": null
41817
+ },
41818
+ {
41819
+ "name": "tiersMode",
41820
+ "description": null,
41821
+ "args": [],
41822
+ "type": {
41823
+ "kind": "ENUM",
41824
+ "name": "TiersMode",
41825
+ "ofType": null
41826
+ },
41827
+ "isDeprecated": false,
41828
+ "deprecationReason": null
41829
+ },
41742
41830
  {
41743
41831
  "name": "usedInSubscriptions",
41744
41832
  "description": null,
@@ -42064,6 +42152,18 @@
42064
42152
  "defaultValue": null,
42065
42153
  "isDeprecated": false,
42066
42154
  "deprecationReason": null
42155
+ },
42156
+ {
42157
+ "name": "tiersMode",
42158
+ "description": null,
42159
+ "type": {
42160
+ "kind": "INPUT_OBJECT",
42161
+ "name": "TiersModeFilterComparison",
42162
+ "ofType": null
42163
+ },
42164
+ "defaultValue": null,
42165
+ "isDeprecated": false,
42166
+ "deprecationReason": null
42067
42167
  }
42068
42168
  ],
42069
42169
  "interfaces": null,
@@ -42341,6 +42441,18 @@
42341
42441
  },
42342
42442
  "isDeprecated": false,
42343
42443
  "deprecationReason": null
42444
+ },
42445
+ {
42446
+ "name": "tiersMode",
42447
+ "description": null,
42448
+ "args": [],
42449
+ "type": {
42450
+ "kind": "ENUM",
42451
+ "name": "TiersMode",
42452
+ "ofType": null
42453
+ },
42454
+ "isDeprecated": false,
42455
+ "deprecationReason": null
42344
42456
  }
42345
42457
  ],
42346
42458
  "inputFields": null,
@@ -42412,6 +42524,18 @@
42412
42524
  },
42413
42525
  "isDeprecated": false,
42414
42526
  "deprecationReason": null
42527
+ },
42528
+ {
42529
+ "name": "tiersMode",
42530
+ "description": null,
42531
+ "args": [],
42532
+ "type": {
42533
+ "kind": "ENUM",
42534
+ "name": "TiersMode",
42535
+ "ofType": null
42536
+ },
42537
+ "isDeprecated": false,
42538
+ "deprecationReason": null
42415
42539
  }
42416
42540
  ],
42417
42541
  "inputFields": null,
@@ -42500,12 +42624,28 @@
42500
42624
  "name": "price",
42501
42625
  "description": null,
42502
42626
  "type": {
42503
- "kind": "NON_NULL",
42627
+ "kind": "INPUT_OBJECT",
42628
+ "name": "MoneyInputDTO",
42629
+ "ofType": null
42630
+ },
42631
+ "defaultValue": null,
42632
+ "isDeprecated": false,
42633
+ "deprecationReason": null
42634
+ },
42635
+ {
42636
+ "name": "tiers",
42637
+ "description": null,
42638
+ "type": {
42639
+ "kind": "LIST",
42504
42640
  "name": null,
42505
42641
  "ofType": {
42506
- "kind": "INPUT_OBJECT",
42507
- "name": "MoneyInputDTO",
42508
- "ofType": null
42642
+ "kind": "NON_NULL",
42643
+ "name": null,
42644
+ "ofType": {
42645
+ "kind": "INPUT_OBJECT",
42646
+ "name": "PriceTierInput",
42647
+ "ofType": null
42648
+ }
42509
42649
  }
42510
42650
  },
42511
42651
  "defaultValue": null,
@@ -42609,10 +42749,102 @@
42609
42749
  "description": null,
42610
42750
  "isDeprecated": false,
42611
42751
  "deprecationReason": null
42752
+ },
42753
+ {
42754
+ "name": "tiersMode",
42755
+ "description": null,
42756
+ "isDeprecated": false,
42757
+ "deprecationReason": null
42612
42758
  }
42613
42759
  ],
42614
42760
  "possibleTypes": null
42615
42761
  },
42762
+ {
42763
+ "kind": "OBJECT",
42764
+ "name": "PriceTier",
42765
+ "description": null,
42766
+ "fields": [
42767
+ {
42768
+ "name": "unitPrice",
42769
+ "description": null,
42770
+ "args": [],
42771
+ "type": {
42772
+ "kind": "NON_NULL",
42773
+ "name": null,
42774
+ "ofType": {
42775
+ "kind": "OBJECT",
42776
+ "name": "Money",
42777
+ "ofType": null
42778
+ }
42779
+ },
42780
+ "isDeprecated": false,
42781
+ "deprecationReason": null
42782
+ },
42783
+ {
42784
+ "name": "upTo",
42785
+ "description": null,
42786
+ "args": [],
42787
+ "type": {
42788
+ "kind": "NON_NULL",
42789
+ "name": null,
42790
+ "ofType": {
42791
+ "kind": "SCALAR",
42792
+ "name": "Float",
42793
+ "ofType": null
42794
+ }
42795
+ },
42796
+ "isDeprecated": false,
42797
+ "deprecationReason": null
42798
+ }
42799
+ ],
42800
+ "inputFields": null,
42801
+ "interfaces": [],
42802
+ "enumValues": null,
42803
+ "possibleTypes": null
42804
+ },
42805
+ {
42806
+ "kind": "INPUT_OBJECT",
42807
+ "name": "PriceTierInput",
42808
+ "description": null,
42809
+ "fields": null,
42810
+ "inputFields": [
42811
+ {
42812
+ "name": "unitPrice",
42813
+ "description": null,
42814
+ "type": {
42815
+ "kind": "NON_NULL",
42816
+ "name": null,
42817
+ "ofType": {
42818
+ "kind": "INPUT_OBJECT",
42819
+ "name": "MoneyInputDTO",
42820
+ "ofType": null
42821
+ }
42822
+ },
42823
+ "defaultValue": null,
42824
+ "isDeprecated": false,
42825
+ "deprecationReason": null
42826
+ },
42827
+ {
42828
+ "name": "upTo",
42829
+ "description": null,
42830
+ "type": {
42831
+ "kind": "NON_NULL",
42832
+ "name": null,
42833
+ "ofType": {
42834
+ "kind": "SCALAR",
42835
+ "name": "Float",
42836
+ "ofType": null
42837
+ }
42838
+ },
42839
+ "defaultValue": null,
42840
+ "isDeprecated": false,
42841
+ "deprecationReason": null
42842
+ }
42843
+ ],
42844
+ "interfaces": null,
42845
+ "enumValues": null,
42846
+ "possibleTypes": null
42847
+ },
42616
42848
  {
42617
42849
  "kind": "INPUT_OBJECT",
42618
42850
  "name": "PricingModelCreateInput",
@@ -42694,6 +42926,18 @@
42694
42926
  "defaultValue": null,
42695
42927
  "isDeprecated": false,
42696
42928
  "deprecationReason": null
42929
+ },
42930
+ {
42931
+ "name": "tiersMode",
42932
+ "description": null,
42933
+ "type": {
42934
+ "kind": "ENUM",
42935
+ "name": "TiersMode",
42936
+ "ofType": null
42937
+ },
42938
+ "defaultValue": null,
42939
+ "isDeprecated": false,
42940
+ "deprecationReason": null
42697
42941
  }
42698
42942
  ],
42699
42943
  "interfaces": null,
@@ -52975,6 +53219,18 @@
52975
53219
  "defaultValue": null,
52976
53220
  "isDeprecated": false,
52977
53221
  "deprecationReason": null
53222
+ },
53223
+ {
53224
+ "name": "tiersMode",
53225
+ "description": null,
53226
+ "type": {
53227
+ "kind": "INPUT_OBJECT",
53228
+ "name": "TiersModeFilterComparison",
53229
+ "ofType": null
53230
+ },
53231
+ "defaultValue": null,
53232
+ "isDeprecated": false,
53233
+ "deprecationReason": null
52978
53234
  }
52979
53235
  ],
52980
53236
  "interfaces": null,
@@ -57989,6 +58245,18 @@
57989
58245
  "defaultValue": null,
57990
58246
  "isDeprecated": false,
57991
58247
  "deprecationReason": null
58248
+ },
58249
+ {
58250
+ "name": "tiersMode",
58251
+ "description": null,
58252
+ "type": {
58253
+ "kind": "INPUT_OBJECT",
58254
+ "name": "TiersModeFilterComparison",
58255
+ "ofType": null
58256
+ },
58257
+ "defaultValue": null,
58258
+ "isDeprecated": false,
58259
+ "deprecationReason": null
57992
58260
  }
57993
58261
  ],
57994
58262
  "interfaces": null,
@@ -59669,6 +59937,224 @@
59669
59937
  "enumValues": null,
59670
59938
  "possibleTypes": null
59671
59939
  },
59940
+ {
59941
+ "kind": "ENUM",
59942
+ "name": "TiersMode",
59943
+ "description": "Tiers mode.",
59944
+ "fields": null,
59945
+ "inputFields": null,
59946
+ "interfaces": null,
59947
+ "enumValues": [
59948
+ {
59949
+ "name": "GRADUATED",
59950
+ "description": null,
59951
+ "isDeprecated": false,
59952
+ "deprecationReason": null
59953
+ },
59954
+ {
59955
+ "name": "VOLUME",
59956
+ "description": null,
59957
+ "isDeprecated": false,
59958
+ "deprecationReason": null
59959
+ }
59960
+ ],
59961
+ "possibleTypes": null
59962
+ },
59963
+ {
59964
+ "kind": "INPUT_OBJECT",
59965
+ "name": "TiersModeFilterComparison",
59966
+ "description": null,
59967
+ "fields": null,
59968
+ "inputFields": [
59969
+ {
59970
+ "name": "eq",
59971
+ "description": null,
59972
+ "type": {
59973
+ "kind": "ENUM",
59974
+ "name": "TiersMode",
59975
+ "ofType": null
59976
+ },
59977
+ "defaultValue": null,
59978
+ "isDeprecated": false,
59979
+ "deprecationReason": null
59980
+ },
59981
+ {
59982
+ "name": "gt",
59983
+ "description": null,
59984
+ "type": {
59985
+ "kind": "ENUM",
59986
+ "name": "TiersMode",
59987
+ "ofType": null
59988
+ },
59989
+ "defaultValue": null,
59990
+ "isDeprecated": false,
59991
+ "deprecationReason": null
59992
+ },
59993
+ {
59994
+ "name": "gte",
59995
+ "description": null,
59996
+ "type": {
59997
+ "kind": "ENUM",
59998
+ "name": "TiersMode",
59999
+ "ofType": null
60000
+ },
60001
+ "defaultValue": null,
60002
+ "isDeprecated": false,
60003
+ "deprecationReason": null
60004
+ },
60005
+ {
60006
+ "name": "iLike",
60007
+ "description": null,
60008
+ "type": {
60009
+ "kind": "ENUM",
60010
+ "name": "TiersMode",
60011
+ "ofType": null
60012
+ },
60013
+ "defaultValue": null,
60014
+ "isDeprecated": false,
60015
+ "deprecationReason": null
60016
+ },
60017
+ {
60018
+ "name": "in",
60019
+ "description": null,
60020
+ "type": {
60021
+ "kind": "LIST",
60022
+ "name": null,
60023
+ "ofType": {
60024
+ "kind": "NON_NULL",
60025
+ "name": null,
60026
+ "ofType": {
60027
+ "kind": "ENUM",
60028
+ "name": "TiersMode",
60029
+ "ofType": null
60030
+ }
60031
+ }
60032
+ },
60033
+ "defaultValue": null,
60034
+ "isDeprecated": false,
60035
+ "deprecationReason": null
60036
+ },
60037
+ {
60038
+ "name": "is",
60039
+ "description": null,
60040
+ "type": {
60041
+ "kind": "SCALAR",
60042
+ "name": "Boolean",
60043
+ "ofType": null
60044
+ },
60045
+ "defaultValue": null,
60046
+ "isDeprecated": false,
60047
+ "deprecationReason": null
60048
+ },
60049
+ {
60050
+ "name": "isNot",
60051
+ "description": null,
60052
+ "type": {
60053
+ "kind": "SCALAR",
60054
+ "name": "Boolean",
60055
+ "ofType": null
60056
+ },
60057
+ "defaultValue": null,
60058
+ "isDeprecated": false,
60059
+ "deprecationReason": null
60060
+ },
60061
+ {
60062
+ "name": "like",
60063
+ "description": null,
60064
+ "type": {
60065
+ "kind": "ENUM",
60066
+ "name": "TiersMode",
60067
+ "ofType": null
60068
+ },
60069
+ "defaultValue": null,
60070
+ "isDeprecated": false,
60071
+ "deprecationReason": null
60072
+ },
60073
+ {
60074
+ "name": "lt",
60075
+ "description": null,
60076
+ "type": {
60077
+ "kind": "ENUM",
60078
+ "name": "TiersMode",
60079
+ "ofType": null
60080
+ },
60081
+ "defaultValue": null,
60082
+ "isDeprecated": false,
60083
+ "deprecationReason": null
60084
+ },
60085
+ {
60086
+ "name": "lte",
60087
+ "description": null,
60088
+ "type": {
60089
+ "kind": "ENUM",
60090
+ "name": "TiersMode",
60091
+ "ofType": null
60092
+ },
60093
+ "defaultValue": null,
60094
+ "isDeprecated": false,
60095
+ "deprecationReason": null
60096
+ },
60097
+ {
60098
+ "name": "neq",
60099
+ "description": null,
60100
+ "type": {
60101
+ "kind": "ENUM",
60102
+ "name": "TiersMode",
60103
+ "ofType": null
60104
+ },
60105
+ "defaultValue": null,
60106
+ "isDeprecated": false,
60107
+ "deprecationReason": null
60108
+ },
60109
+ {
60110
+ "name": "notILike",
60111
+ "description": null,
60112
+ "type": {
60113
+ "kind": "ENUM",
60114
+ "name": "TiersMode",
60115
+ "ofType": null
60116
+ },
60117
+ "defaultValue": null,
60118
+ "isDeprecated": false,
60119
+ "deprecationReason": null
60120
+ },
60121
+ {
60122
+ "name": "notIn",
60123
+ "description": null,
60124
+ "type": {
60125
+ "kind": "LIST",
60126
+ "name": null,
60127
+ "ofType": {
60128
+ "kind": "NON_NULL",
60129
+ "name": null,
60130
+ "ofType": {
60131
+ "kind": "ENUM",
60132
+ "name": "TiersMode",
60133
+ "ofType": null
60134
+ }
60135
+ }
60136
+ },
60137
+ "defaultValue": null,
60138
+ "isDeprecated": false,
60139
+ "deprecationReason": null
60140
+ },
60141
+ {
60142
+ "name": "notLike",
60143
+ "description": null,
60144
+ "type": {
60145
+ "kind": "ENUM",
60146
+ "name": "TiersMode",
60147
+ "ofType": null
60148
+ },
60149
+ "defaultValue": null,
60150
+ "isDeprecated": false,
60151
+ "deprecationReason": null
60152
+ }
60153
+ ],
60154
+ "interfaces": null,
60155
+ "enumValues": null,
60156
+ "possibleTypes": null
60157
+ },
59672
60158
  {
59673
60159
  "kind": "OBJECT",
59674
60160
  "name": "TrialMinDateError",
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.524.0"
4
+ VERSION = "0.528.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: 0.524.0
4
+ version: 0.528.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient