stigg-api-client 1.208.0 → 1.211.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: de63274d4d66a126e31d52950118d0e28f4c8a21a58dd267771761dc71cd18cd
4
- data.tar.gz: 7a55a9853af2a937688e2ad74b8136c4abb276065018723feadbab5b0dd9ae22
3
+ metadata.gz: 62f35126864916f55b38c4705da50e4a18234de61398608cae24018ee96efee4
4
+ data.tar.gz: 81edaedb1701e599a644afab60a94deefcccd4cb08dea393773e7d586cea81b6
5
5
  SHA512:
6
- metadata.gz: a140b0ec10562365a7f9482199bf7a7ef600bb253e495bf3110b6a8bb55debb39bb13ad959971e0862c599e8065bdaac68d481bb94b59e8a8585f9967329f5f6
7
- data.tar.gz: 508c921fe44f114774c9d1d25e47e3e218c82a77401de8b2871b4a3486583647ab410fc53783f40a34b2ef1b11980c10b30ac763a84f266954b39f03c3b258b2
6
+ metadata.gz: 1ac0131ed3c27befdc96ec0c9c21ae5c9c029947ae929f7112d9b1ecd6066f0c5f817a785772f812f1003ee1958bc43bcbd9acfbed834fc4d0445eb35d30f9c9
7
+ data.tar.gz: ae5258c7c50c0d49eeb1c3e69a20894b48167c074d6353e83786459710b393cb55fdf7a351855e2b80c72e2a5a4a18336f528fd7059508210837e24bac68cf05
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.208.0)
4
+ stigg-api-client (1.211.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4041,6 +4041,92 @@
4041
4041
  "enumValues": null,
4042
4042
  "possibleTypes": null
4043
4043
  },
4044
+ {
4045
+ "kind": "OBJECT",
4046
+ "name": "AutoCancellationRule",
4047
+ "description": "Auto cancellation rule - when subscription for source plan is canceled, other subscriptions to target plan would be cancelled as well",
4048
+ "fields": [
4049
+ {
4050
+ "name": "sourcePlan",
4051
+ "description": "The source plan.",
4052
+ "args": [],
4053
+ "type": {
4054
+ "kind": "NON_NULL",
4055
+ "name": null,
4056
+ "ofType": {
4057
+ "kind": "OBJECT",
4058
+ "name": "Plan",
4059
+ "ofType": null
4060
+ }
4061
+ },
4062
+ "isDeprecated": false,
4063
+ "deprecationReason": null
4064
+ },
4065
+ {
4066
+ "name": "targetPlan",
4067
+ "description": "The target plan.",
4068
+ "args": [],
4069
+ "type": {
4070
+ "kind": "NON_NULL",
4071
+ "name": null,
4072
+ "ofType": {
4073
+ "kind": "OBJECT",
4074
+ "name": "Plan",
4075
+ "ofType": null
4076
+ }
4077
+ },
4078
+ "isDeprecated": false,
4079
+ "deprecationReason": null
4080
+ }
4081
+ ],
4082
+ "inputFields": null,
4083
+ "interfaces": [],
4084
+ "enumValues": null,
4085
+ "possibleTypes": null
4086
+ },
4087
+ {
4088
+ "kind": "INPUT_OBJECT",
4089
+ "name": "AutoCancellationRuleInput",
4090
+ "description": "The input of the auto cancellation rule.",
4091
+ "fields": null,
4092
+ "inputFields": [
4093
+ {
4094
+ "name": "sourcePlanId",
4095
+ "description": "The id of the source plan.",
4096
+ "type": {
4097
+ "kind": "NON_NULL",
4098
+ "name": null,
4099
+ "ofType": {
4100
+ "kind": "SCALAR",
4101
+ "name": "String",
4102
+ "ofType": null
4103
+ }
4104
+ },
4105
+ "defaultValue": null,
4106
+ "isDeprecated": false,
4107
+ "deprecationReason": null
4108
+ },
4109
+ {
4110
+ "name": "targetPlanId",
4111
+ "description": "The id of the target plan.",
4112
+ "type": {
4113
+ "kind": "NON_NULL",
4114
+ "name": null,
4115
+ "ofType": {
4116
+ "kind": "SCALAR",
4117
+ "name": "String",
4118
+ "ofType": null
4119
+ }
4120
+ },
4121
+ "defaultValue": null,
4122
+ "isDeprecated": false,
4123
+ "deprecationReason": null
4124
+ }
4125
+ ],
4126
+ "interfaces": null,
4127
+ "enumValues": null,
4128
+ "possibleTypes": null
4129
+ },
4044
4130
  {
4045
4131
  "kind": "OBJECT",
4046
4132
  "name": "AwsDimension",
@@ -9680,6 +9766,26 @@
9680
9766
  "isDeprecated": false,
9681
9767
  "deprecationReason": null
9682
9768
  },
9769
+ {
9770
+ "name": "autoCancellationRules",
9771
+ "description": "Auto cancellation rules",
9772
+ "type": {
9773
+ "kind": "LIST",
9774
+ "name": null,
9775
+ "ofType": {
9776
+ "kind": "NON_NULL",
9777
+ "name": null,
9778
+ "ofType": {
9779
+ "kind": "INPUT_OBJECT",
9780
+ "name": "AutoCancellationRuleInput",
9781
+ "ofType": null
9782
+ }
9783
+ }
9784
+ },
9785
+ "defaultValue": null,
9786
+ "isDeprecated": false,
9787
+ "deprecationReason": null
9788
+ },
9683
9789
  {
9684
9790
  "name": "awsDimensionsMapping",
9685
9791
  "description": null,
@@ -23674,6 +23780,12 @@
23674
23780
  "isDeprecated": false,
23675
23781
  "deprecationReason": null
23676
23782
  },
23783
+ {
23784
+ "name": "MultiSubscriptionCantBeAutoCancellationSourceError",
23785
+ "description": "Multi subscription product cannot be a source of auto-cancellation rules",
23786
+ "isDeprecated": false,
23787
+ "deprecationReason": null
23788
+ },
23677
23789
  {
23678
23790
  "name": "NoFeatureEntitlementInSubscription",
23679
23791
  "description": null,
@@ -23854,6 +23966,12 @@
23854
23966
  "isDeprecated": false,
23855
23967
  "deprecationReason": null
23856
23968
  },
23969
+ {
23970
+ "name": "SingleSubscriptionCantBeAutoCancellationTargetError",
23971
+ "description": "Single subscription product cannot be a target of auto-cancellation rules",
23972
+ "isDeprecated": false,
23973
+ "deprecationReason": null
23974
+ },
23857
23975
  {
23858
23976
  "name": "StripeCustomerIsDeleted",
23859
23977
  "description": null,
@@ -45760,6 +45878,18 @@
45760
45878
  "isDeprecated": false,
45761
45879
  "deprecationReason": null
45762
45880
  },
45881
+ {
45882
+ "name": "multipleSubscriptions",
45883
+ "description": null,
45884
+ "type": {
45885
+ "kind": "INPUT_OBJECT",
45886
+ "name": "BooleanFieldComparison",
45887
+ "ofType": null
45888
+ },
45889
+ "defaultValue": null,
45890
+ "isDeprecated": false,
45891
+ "deprecationReason": null
45892
+ },
45763
45893
  {
45764
45894
  "name": "or",
45765
45895
  "description": null,
@@ -51186,6 +51316,18 @@
51186
51316
  "isDeprecated": false,
51187
51317
  "deprecationReason": null
51188
51318
  },
51319
+ {
51320
+ "name": "multipleSubscriptions",
51321
+ "description": null,
51322
+ "type": {
51323
+ "kind": "INPUT_OBJECT",
51324
+ "name": "BooleanFieldComparison",
51325
+ "ofType": null
51326
+ },
51327
+ "defaultValue": null,
51328
+ "isDeprecated": false,
51329
+ "deprecationReason": null
51330
+ },
51189
51331
  {
51190
51332
  "name": "or",
51191
51333
  "description": null,
@@ -54566,6 +54708,30 @@
54566
54708
  "isDeprecated": false,
54567
54709
  "deprecationReason": null
54568
54710
  },
54711
+ {
54712
+ "name": "autoCancellationRules",
54713
+ "description": null,
54714
+ "args": [],
54715
+ "type": {
54716
+ "kind": "NON_NULL",
54717
+ "name": null,
54718
+ "ofType": {
54719
+ "kind": "LIST",
54720
+ "name": null,
54721
+ "ofType": {
54722
+ "kind": "NON_NULL",
54723
+ "name": null,
54724
+ "ofType": {
54725
+ "kind": "OBJECT",
54726
+ "name": "AutoCancellationRule",
54727
+ "ofType": null
54728
+ }
54729
+ }
54730
+ }
54731
+ },
54732
+ "isDeprecated": false,
54733
+ "deprecationReason": null
54734
+ },
54569
54735
  {
54570
54736
  "name": "awsMarketplaceProductCode",
54571
54737
  "description": null,
@@ -54925,6 +55091,18 @@
54925
55091
  "isDeprecated": false,
54926
55092
  "deprecationReason": null
54927
55093
  },
55094
+ {
55095
+ "name": "multipleSubscriptions",
55096
+ "description": null,
55097
+ "args": [],
55098
+ "type": {
55099
+ "kind": "SCALAR",
55100
+ "name": "Boolean",
55101
+ "ofType": null
55102
+ },
55103
+ "isDeprecated": false,
55104
+ "deprecationReason": null
55105
+ },
54928
55106
  {
54929
55107
  "name": "refId",
54930
55108
  "description": null,
@@ -55150,6 +55328,18 @@
55150
55328
  "isDeprecated": false,
55151
55329
  "deprecationReason": null
55152
55330
  },
55331
+ {
55332
+ "name": "multipleSubscriptions",
55333
+ "description": null,
55334
+ "args": [],
55335
+ "type": {
55336
+ "kind": "SCALAR",
55337
+ "name": "Int",
55338
+ "ofType": null
55339
+ },
55340
+ "isDeprecated": false,
55341
+ "deprecationReason": null
55342
+ },
55153
55343
  {
55154
55344
  "name": "refId",
55155
55345
  "description": null,
@@ -55643,6 +55833,18 @@
55643
55833
  "isDeprecated": false,
55644
55834
  "deprecationReason": null
55645
55835
  },
55836
+ {
55837
+ "name": "multipleSubscriptions",
55838
+ "description": null,
55839
+ "type": {
55840
+ "kind": "INPUT_OBJECT",
55841
+ "name": "BooleanFieldComparison",
55842
+ "ofType": null
55843
+ },
55844
+ "defaultValue": null,
55845
+ "isDeprecated": false,
55846
+ "deprecationReason": null
55847
+ },
55646
55848
  {
55647
55849
  "name": "or",
55648
55850
  "description": null,
@@ -56267,6 +56469,12 @@
56267
56469
  "isDeprecated": false,
56268
56470
  "deprecationReason": null
56269
56471
  },
56472
+ {
56473
+ "name": "multipleSubscriptions",
56474
+ "description": null,
56475
+ "isDeprecated": false,
56476
+ "deprecationReason": null
56477
+ },
56270
56478
  {
56271
56479
  "name": "refId",
56272
56480
  "description": null,
@@ -56300,6 +56508,26 @@
56300
56508
  "isDeprecated": false,
56301
56509
  "deprecationReason": null
56302
56510
  },
56511
+ {
56512
+ "name": "autoCancellationRules",
56513
+ "description": "Auto cancellation rules",
56514
+ "type": {
56515
+ "kind": "LIST",
56516
+ "name": null,
56517
+ "ofType": {
56518
+ "kind": "NON_NULL",
56519
+ "name": null,
56520
+ "ofType": {
56521
+ "kind": "INPUT_OBJECT",
56522
+ "name": "AutoCancellationRuleInput",
56523
+ "ofType": null
56524
+ }
56525
+ }
56526
+ },
56527
+ "defaultValue": null,
56528
+ "isDeprecated": false,
56529
+ "deprecationReason": null
56530
+ },
56303
56531
  {
56304
56532
  "name": "description",
56305
56533
  "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 = "1.208.0"
4
+ VERSION = "1.211.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: 1.208.0
4
+ version: 1.211.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-06-04 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient