stigg-api-client 1.208.0 → 1.212.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: de63274d4d66a126e31d52950118d0e28f4c8a21a58dd267771761dc71cd18cd
4
- data.tar.gz: 7a55a9853af2a937688e2ad74b8136c4abb276065018723feadbab5b0dd9ae22
3
+ metadata.gz: 2a67214c3e069abfd8bdc6052e51a0489fc0f632fb7c24ecc1072713b8115e21
4
+ data.tar.gz: 1160ba10156f13fc8861244441a9b62fa731a09d65023979473a9b9803a691cd
5
5
  SHA512:
6
- metadata.gz: a140b0ec10562365a7f9482199bf7a7ef600bb253e495bf3110b6a8bb55debb39bb13ad959971e0862c599e8065bdaac68d481bb94b59e8a8585f9967329f5f6
7
- data.tar.gz: 508c921fe44f114774c9d1d25e47e3e218c82a77401de8b2871b4a3486583647ab410fc53783f40a34b2ef1b11980c10b30ac763a84f266954b39f03c3b258b2
6
+ metadata.gz: 5f8b8cd10f62645979d1a7dc332474cf73ac63cc556a806559156167e980ddda3042a55e2fbf4ddd1b04183dfd10a6730695d9f69624fcebd648a3d06d50b0f1
7
+ data.tar.gz: db7cf7a79c545b9a2fd98af134b287e415973bbf825ba02bfcf3ce2caae7e5a3e387d545b0741958f03b9e2b184258977e79ca8bce5bcf9f4615d49a5e3a1e0d
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.212.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,
@@ -23268,7 +23374,13 @@
23268
23374
  },
23269
23375
  {
23270
23376
  "name": "AuthCustomerMismatch",
23271
- "description": null,
23377
+ "description": "The authenticated customer does not match the customer in the request",
23378
+ "isDeprecated": false,
23379
+ "deprecationReason": null
23380
+ },
23381
+ {
23382
+ "name": "AuthCustomerReadonly",
23383
+ "description": "The authenticated customer has read-only permissions and cannot perform this operation",
23272
23384
  "isDeprecated": false,
23273
23385
  "deprecationReason": null
23274
23386
  },
@@ -23674,6 +23786,12 @@
23674
23786
  "isDeprecated": false,
23675
23787
  "deprecationReason": null
23676
23788
  },
23789
+ {
23790
+ "name": "MultiSubscriptionCantBeAutoCancellationSourceError",
23791
+ "description": "Multi subscription product cannot be a source of auto-cancellation rules",
23792
+ "isDeprecated": false,
23793
+ "deprecationReason": null
23794
+ },
23677
23795
  {
23678
23796
  "name": "NoFeatureEntitlementInSubscription",
23679
23797
  "description": null,
@@ -23854,6 +23972,12 @@
23854
23972
  "isDeprecated": false,
23855
23973
  "deprecationReason": null
23856
23974
  },
23975
+ {
23976
+ "name": "SingleSubscriptionCantBeAutoCancellationTargetError",
23977
+ "description": "Single subscription product cannot be a target of auto-cancellation rules",
23978
+ "isDeprecated": false,
23979
+ "deprecationReason": null
23980
+ },
23857
23981
  {
23858
23982
  "name": "StripeCustomerIsDeleted",
23859
23983
  "description": null,
@@ -45760,6 +45884,18 @@
45760
45884
  "isDeprecated": false,
45761
45885
  "deprecationReason": null
45762
45886
  },
45887
+ {
45888
+ "name": "multipleSubscriptions",
45889
+ "description": null,
45890
+ "type": {
45891
+ "kind": "INPUT_OBJECT",
45892
+ "name": "BooleanFieldComparison",
45893
+ "ofType": null
45894
+ },
45895
+ "defaultValue": null,
45896
+ "isDeprecated": false,
45897
+ "deprecationReason": null
45898
+ },
45763
45899
  {
45764
45900
  "name": "or",
45765
45901
  "description": null,
@@ -51186,6 +51322,18 @@
51186
51322
  "isDeprecated": false,
51187
51323
  "deprecationReason": null
51188
51324
  },
51325
+ {
51326
+ "name": "multipleSubscriptions",
51327
+ "description": null,
51328
+ "type": {
51329
+ "kind": "INPUT_OBJECT",
51330
+ "name": "BooleanFieldComparison",
51331
+ "ofType": null
51332
+ },
51333
+ "defaultValue": null,
51334
+ "isDeprecated": false,
51335
+ "deprecationReason": null
51336
+ },
51189
51337
  {
51190
51338
  "name": "or",
51191
51339
  "description": null,
@@ -54566,6 +54714,30 @@
54566
54714
  "isDeprecated": false,
54567
54715
  "deprecationReason": null
54568
54716
  },
54717
+ {
54718
+ "name": "autoCancellationRules",
54719
+ "description": null,
54720
+ "args": [],
54721
+ "type": {
54722
+ "kind": "NON_NULL",
54723
+ "name": null,
54724
+ "ofType": {
54725
+ "kind": "LIST",
54726
+ "name": null,
54727
+ "ofType": {
54728
+ "kind": "NON_NULL",
54729
+ "name": null,
54730
+ "ofType": {
54731
+ "kind": "OBJECT",
54732
+ "name": "AutoCancellationRule",
54733
+ "ofType": null
54734
+ }
54735
+ }
54736
+ }
54737
+ },
54738
+ "isDeprecated": false,
54739
+ "deprecationReason": null
54740
+ },
54569
54741
  {
54570
54742
  "name": "awsMarketplaceProductCode",
54571
54743
  "description": null,
@@ -54925,6 +55097,18 @@
54925
55097
  "isDeprecated": false,
54926
55098
  "deprecationReason": null
54927
55099
  },
55100
+ {
55101
+ "name": "multipleSubscriptions",
55102
+ "description": null,
55103
+ "args": [],
55104
+ "type": {
55105
+ "kind": "SCALAR",
55106
+ "name": "Boolean",
55107
+ "ofType": null
55108
+ },
55109
+ "isDeprecated": false,
55110
+ "deprecationReason": null
55111
+ },
54928
55112
  {
54929
55113
  "name": "refId",
54930
55114
  "description": null,
@@ -55150,6 +55334,18 @@
55150
55334
  "isDeprecated": false,
55151
55335
  "deprecationReason": null
55152
55336
  },
55337
+ {
55338
+ "name": "multipleSubscriptions",
55339
+ "description": null,
55340
+ "args": [],
55341
+ "type": {
55342
+ "kind": "SCALAR",
55343
+ "name": "Int",
55344
+ "ofType": null
55345
+ },
55346
+ "isDeprecated": false,
55347
+ "deprecationReason": null
55348
+ },
55153
55349
  {
55154
55350
  "name": "refId",
55155
55351
  "description": null,
@@ -55643,6 +55839,18 @@
55643
55839
  "isDeprecated": false,
55644
55840
  "deprecationReason": null
55645
55841
  },
55842
+ {
55843
+ "name": "multipleSubscriptions",
55844
+ "description": null,
55845
+ "type": {
55846
+ "kind": "INPUT_OBJECT",
55847
+ "name": "BooleanFieldComparison",
55848
+ "ofType": null
55849
+ },
55850
+ "defaultValue": null,
55851
+ "isDeprecated": false,
55852
+ "deprecationReason": null
55853
+ },
55646
55854
  {
55647
55855
  "name": "or",
55648
55856
  "description": null,
@@ -56267,6 +56475,12 @@
56267
56475
  "isDeprecated": false,
56268
56476
  "deprecationReason": null
56269
56477
  },
56478
+ {
56479
+ "name": "multipleSubscriptions",
56480
+ "description": null,
56481
+ "isDeprecated": false,
56482
+ "deprecationReason": null
56483
+ },
56270
56484
  {
56271
56485
  "name": "refId",
56272
56486
  "description": null,
@@ -56300,6 +56514,26 @@
56300
56514
  "isDeprecated": false,
56301
56515
  "deprecationReason": null
56302
56516
  },
56517
+ {
56518
+ "name": "autoCancellationRules",
56519
+ "description": "Auto cancellation rules",
56520
+ "type": {
56521
+ "kind": "LIST",
56522
+ "name": null,
56523
+ "ofType": {
56524
+ "kind": "NON_NULL",
56525
+ "name": null,
56526
+ "ofType": {
56527
+ "kind": "INPUT_OBJECT",
56528
+ "name": "AutoCancellationRuleInput",
56529
+ "ofType": null
56530
+ }
56531
+ }
56532
+ },
56533
+ "defaultValue": null,
56534
+ "isDeprecated": false,
56535
+ "deprecationReason": null
56536
+ },
56303
56537
  {
56304
56538
  "name": "description",
56305
56539
  "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.212.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.212.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