stigg-api-client 0.690.0 → 0.693.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: dc63890a6b8337baf79aec136b142a04aedf212f4f5acbb8a4d53472a3079191
4
- data.tar.gz: b14d19b6da05a4b33ca98f9ffd2b12c1fabcfd04e651cbab6efbe399cd8c0d91
3
+ metadata.gz: cb0b313fe3f5b56e6030cff43e68376cdd8b84f4cca2d30fc1d0c04909f6ff55
4
+ data.tar.gz: 92c53de49903078c9a7a9beabecadd4ecf2256cc962f79fc30b17660bec22237
5
5
  SHA512:
6
- metadata.gz: f23544ae468d39a45de70a9efecc9b3f5e041cc83885ea232e85c7e1f670ea040e416faffdc47908e9093eb243bdaa61021f7d92a7eee534a37e63fd9ac1d356
7
- data.tar.gz: 5464f14748e092274fdfa2e9075edc28f27180cb21fb365e91c9ee934de2aa7a6455777bc7ade0eda812490dd20a4db26b6dbb79c9074ed9f363941bbbe41d1e
6
+ metadata.gz: 3ba4bd7b2c129af6f630f0682010074f614eede67c9564e6f07ee0df4b5ae80a4dc431fe03566cc3b8164e6a32a37abaa846d60f15bdc2c20a4938471eddbedb
7
+ data.tar.gz: 672062f51240f9907a87a4115d1286b271b0950e9c6d802185d1a6827a8985c9823c1e490cad648ca88d57adb42bfa5dbb36eb58595f119d4d03aa74feddf52a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.690.0)
4
+ stigg-api-client (0.693.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -3722,57 +3722,6 @@
3722
3722
  "enumValues": null,
3723
3723
  "possibleTypes": null
3724
3724
  },
3725
- {
3726
- "kind": "INPUT_OBJECT",
3727
- "name": "AwsMarketplaceConfigurationInput",
3728
- "description": null,
3729
- "fields": null,
3730
- "inputFields": [
3731
- {
3732
- "name": "awsProductId",
3733
- "description": null,
3734
- "type": {
3735
- "kind": "NON_NULL",
3736
- "name": null,
3737
- "ofType": {
3738
- "kind": "SCALAR",
3739
- "name": "String",
3740
- "ofType": null
3741
- }
3742
- },
3743
- "defaultValue": null,
3744
- "isDeprecated": false,
3745
- "deprecationReason": null
3746
- },
3747
- {
3748
- "name": "dimensionsMapping",
3749
- "description": null,
3750
- "type": {
3751
- "kind": "NON_NULL",
3752
- "name": null,
3753
- "ofType": {
3754
- "kind": "LIST",
3755
- "name": null,
3756
- "ofType": {
3757
- "kind": "NON_NULL",
3758
- "name": null,
3759
- "ofType": {
3760
- "kind": "INPUT_OBJECT",
3761
- "name": "DimensionsMappingInput",
3762
- "ofType": null
3763
- }
3764
- }
3765
- }
3766
- },
3767
- "defaultValue": null,
3768
- "isDeprecated": false,
3769
- "deprecationReason": null
3770
- }
3771
- ],
3772
- "interfaces": null,
3773
- "enumValues": null,
3774
- "possibleTypes": null
3775
- },
3776
3725
  {
3777
3726
  "kind": "OBJECT",
3778
3727
  "name": "AwsMarketplaceCredentials",
@@ -8467,6 +8416,149 @@
8467
8416
  "enumValues": null,
8468
8417
  "possibleTypes": null
8469
8418
  },
8419
+ {
8420
+ "kind": "INPUT_OBJECT",
8421
+ "name": "CreateOrUpdateAwsMarketplaceProductInput",
8422
+ "description": null,
8423
+ "fields": null,
8424
+ "inputFields": [
8425
+ {
8426
+ "name": "additionalMetaData",
8427
+ "description": null,
8428
+ "type": {
8429
+ "kind": "SCALAR",
8430
+ "name": "JSON",
8431
+ "ofType": null
8432
+ },
8433
+ "defaultValue": null,
8434
+ "isDeprecated": false,
8435
+ "deprecationReason": null
8436
+ },
8437
+ {
8438
+ "name": "awsDimensionsMapping",
8439
+ "description": null,
8440
+ "type": {
8441
+ "kind": "NON_NULL",
8442
+ "name": null,
8443
+ "ofType": {
8444
+ "kind": "LIST",
8445
+ "name": null,
8446
+ "ofType": {
8447
+ "kind": "NON_NULL",
8448
+ "name": null,
8449
+ "ofType": {
8450
+ "kind": "INPUT_OBJECT",
8451
+ "name": "DimensionsMappingInput",
8452
+ "ofType": null
8453
+ }
8454
+ }
8455
+ }
8456
+ },
8457
+ "defaultValue": null,
8458
+ "isDeprecated": false,
8459
+ "deprecationReason": null
8460
+ },
8461
+ {
8462
+ "name": "awsProductId",
8463
+ "description": null,
8464
+ "type": {
8465
+ "kind": "SCALAR",
8466
+ "name": "String",
8467
+ "ofType": null
8468
+ },
8469
+ "defaultValue": null,
8470
+ "isDeprecated": false,
8471
+ "deprecationReason": null
8472
+ },
8473
+ {
8474
+ "name": "description",
8475
+ "description": null,
8476
+ "type": {
8477
+ "kind": "SCALAR",
8478
+ "name": "String",
8479
+ "ofType": null
8480
+ },
8481
+ "defaultValue": null,
8482
+ "isDeprecated": false,
8483
+ "deprecationReason": null
8484
+ },
8485
+ {
8486
+ "name": "displayName",
8487
+ "description": null,
8488
+ "type": {
8489
+ "kind": "SCALAR",
8490
+ "name": "String",
8491
+ "ofType": null
8492
+ },
8493
+ "defaultValue": null,
8494
+ "isDeprecated": false,
8495
+ "deprecationReason": null
8496
+ },
8497
+ {
8498
+ "name": "environmentId",
8499
+ "description": null,
8500
+ "type": {
8501
+ "kind": "SCALAR",
8502
+ "name": "String",
8503
+ "ofType": null
8504
+ },
8505
+ "defaultValue": null,
8506
+ "isDeprecated": false,
8507
+ "deprecationReason": null
8508
+ },
8509
+ {
8510
+ "name": "multipleSubscriptions",
8511
+ "description": null,
8512
+ "type": {
8513
+ "kind": "SCALAR",
8514
+ "name": "Boolean",
8515
+ "ofType": null
8516
+ },
8517
+ "defaultValue": null,
8518
+ "isDeprecated": false,
8519
+ "deprecationReason": null
8520
+ },
8521
+ {
8522
+ "name": "productId",
8523
+ "description": null,
8524
+ "type": {
8525
+ "kind": "SCALAR",
8526
+ "name": "String",
8527
+ "ofType": null
8528
+ },
8529
+ "defaultValue": null,
8530
+ "isDeprecated": false,
8531
+ "deprecationReason": null
8532
+ },
8533
+ {
8534
+ "name": "productSettings",
8535
+ "description": null,
8536
+ "type": {
8537
+ "kind": "INPUT_OBJECT",
8538
+ "name": "ProductSettingsInput",
8539
+ "ofType": null
8540
+ },
8541
+ "defaultValue": null,
8542
+ "isDeprecated": false,
8543
+ "deprecationReason": null
8544
+ },
8545
+ {
8546
+ "name": "refId",
8547
+ "description": null,
8548
+ "type": {
8549
+ "kind": "SCALAR",
8550
+ "name": "String",
8551
+ "ofType": null
8552
+ },
8553
+ "defaultValue": null,
8554
+ "isDeprecated": false,
8555
+ "deprecationReason": null
8556
+ }
8557
+ ],
8558
+ "interfaces": null,
8559
+ "enumValues": null,
8560
+ "possibleTypes": null
8561
+ },
8470
8562
  {
8471
8563
  "kind": "UNION",
8472
8564
  "name": "Credentials",
@@ -18536,6 +18628,101 @@
18536
18628
  "enumValues": null,
18537
18629
  "possibleTypes": null
18538
18630
  },
18631
+ {
18632
+ "kind": "INPUT_OBJECT",
18633
+ "name": "DuplicateProductInput",
18634
+ "description": null,
18635
+ "fields": null,
18636
+ "inputFields": [
18637
+ {
18638
+ "name": "billingDisplayName",
18639
+ "description": null,
18640
+ "type": {
18641
+ "kind": "SCALAR",
18642
+ "name": "String",
18643
+ "ofType": null
18644
+ },
18645
+ "defaultValue": null,
18646
+ "isDeprecated": false,
18647
+ "deprecationReason": null
18648
+ },
18649
+ {
18650
+ "name": "description",
18651
+ "description": null,
18652
+ "type": {
18653
+ "kind": "SCALAR",
18654
+ "name": "String",
18655
+ "ofType": null
18656
+ },
18657
+ "defaultValue": null,
18658
+ "isDeprecated": false,
18659
+ "deprecationReason": null
18660
+ },
18661
+ {
18662
+ "name": "displayName",
18663
+ "description": null,
18664
+ "type": {
18665
+ "kind": "SCALAR",
18666
+ "name": "String",
18667
+ "ofType": null
18668
+ },
18669
+ "defaultValue": null,
18670
+ "isDeprecated": false,
18671
+ "deprecationReason": null
18672
+ },
18673
+ {
18674
+ "name": "environmentId",
18675
+ "description": null,
18676
+ "type": {
18677
+ "kind": "NON_NULL",
18678
+ "name": null,
18679
+ "ofType": {
18680
+ "kind": "SCALAR",
18681
+ "name": "String",
18682
+ "ofType": null
18683
+ }
18684
+ },
18685
+ "defaultValue": null,
18686
+ "isDeprecated": false,
18687
+ "deprecationReason": null
18688
+ },
18689
+ {
18690
+ "name": "refId",
18691
+ "description": null,
18692
+ "type": {
18693
+ "kind": "NON_NULL",
18694
+ "name": null,
18695
+ "ofType": {
18696
+ "kind": "SCALAR",
18697
+ "name": "String",
18698
+ "ofType": null
18699
+ }
18700
+ },
18701
+ "defaultValue": null,
18702
+ "isDeprecated": false,
18703
+ "deprecationReason": null
18704
+ },
18705
+ {
18706
+ "name": "sourceProductId",
18707
+ "description": null,
18708
+ "type": {
18709
+ "kind": "NON_NULL",
18710
+ "name": null,
18711
+ "ofType": {
18712
+ "kind": "SCALAR",
18713
+ "name": "String",
18714
+ "ofType": null
18715
+ }
18716
+ },
18717
+ "defaultValue": null,
18718
+ "isDeprecated": false,
18719
+ "deprecationReason": null
18720
+ }
18721
+ ],
18722
+ "interfaces": null,
18723
+ "enumValues": null,
18724
+ "possibleTypes": null
18725
+ },
18539
18726
  {
18540
18727
  "kind": "OBJECT",
18541
18728
  "name": "DuplicatedEntityNotAllowedError",
@@ -20875,6 +21062,12 @@
20875
21062
  "isDeprecated": false,
20876
21063
  "deprecationReason": null
20877
21064
  },
21065
+ {
21066
+ "name": "AwsMarketplaceIntegrationValidationError",
21067
+ "description": null,
21068
+ "isDeprecated": false,
21069
+ "deprecationReason": null
21070
+ },
20878
21071
  {
20879
21072
  "name": "BadUserInput",
20880
21073
  "description": null,
@@ -20995,6 +21188,12 @@
20995
21188
  "isDeprecated": false,
20996
21189
  "deprecationReason": null
20997
21190
  },
21191
+ {
21192
+ "name": "DuplicateProductValidationError",
21193
+ "description": null,
21194
+ "isDeprecated": false,
21195
+ "deprecationReason": null
21196
+ },
20998
21197
  {
20999
21198
  "name": "DuplicatedEntityNotAllowed",
21000
21199
  "description": null,
@@ -21103,6 +21302,12 @@
21103
21302
  "isDeprecated": false,
21104
21303
  "deprecationReason": null
21105
21304
  },
21305
+ {
21306
+ "name": "IntegrationValidationError",
21307
+ "description": null,
21308
+ "isDeprecated": false,
21309
+ "deprecationReason": null
21310
+ },
21106
21311
  {
21107
21312
  "name": "IntegrityViolation",
21108
21313
  "description": null,
@@ -33575,6 +33780,39 @@
33575
33780
  "isDeprecated": false,
33576
33781
  "deprecationReason": null
33577
33782
  },
33783
+ {
33784
+ "name": "createOrUpdateAwsMarketplaceProduct",
33785
+ "description": null,
33786
+ "args": [
33787
+ {
33788
+ "name": "input",
33789
+ "description": null,
33790
+ "type": {
33791
+ "kind": "NON_NULL",
33792
+ "name": null,
33793
+ "ofType": {
33794
+ "kind": "INPUT_OBJECT",
33795
+ "name": "CreateOrUpdateAwsMarketplaceProductInput",
33796
+ "ofType": null
33797
+ }
33798
+ },
33799
+ "defaultValue": null,
33800
+ "isDeprecated": false,
33801
+ "deprecationReason": null
33802
+ }
33803
+ ],
33804
+ "type": {
33805
+ "kind": "NON_NULL",
33806
+ "name": null,
33807
+ "ofType": {
33808
+ "kind": "OBJECT",
33809
+ "name": "Product",
33810
+ "ofType": null
33811
+ }
33812
+ },
33813
+ "isDeprecated": false,
33814
+ "deprecationReason": null
33815
+ },
33578
33816
  {
33579
33817
  "name": "createPlanDraft",
33580
33818
  "description": null,
@@ -33971,6 +34209,39 @@
33971
34209
  "isDeprecated": false,
33972
34210
  "deprecationReason": null
33973
34211
  },
34212
+ {
34213
+ "name": "duplicateProducts",
34214
+ "description": null,
34215
+ "args": [
34216
+ {
34217
+ "name": "input",
34218
+ "description": null,
34219
+ "type": {
34220
+ "kind": "NON_NULL",
34221
+ "name": null,
34222
+ "ofType": {
34223
+ "kind": "INPUT_OBJECT",
34224
+ "name": "DuplicateProductInput",
34225
+ "ofType": null
34226
+ }
34227
+ },
34228
+ "defaultValue": null,
34229
+ "isDeprecated": false,
34230
+ "deprecationReason": null
34231
+ }
34232
+ ],
34233
+ "type": {
34234
+ "kind": "NON_NULL",
34235
+ "name": null,
34236
+ "ofType": {
34237
+ "kind": "OBJECT",
34238
+ "name": "Product",
34239
+ "ofType": null
34240
+ }
34241
+ },
34242
+ "isDeprecated": false,
34243
+ "deprecationReason": null
34244
+ },
33974
34245
  {
33975
34246
  "name": "estimateSubscription",
33976
34247
  "description": null,
@@ -46843,18 +47114,6 @@
46843
47114
  "isDeprecated": false,
46844
47115
  "deprecationReason": null
46845
47116
  },
46846
- {
46847
- "name": "awsMarketplaceConfiguration",
46848
- "description": null,
46849
- "type": {
46850
- "kind": "INPUT_OBJECT",
46851
- "name": "AwsMarketplaceConfigurationInput",
46852
- "ofType": null
46853
- },
46854
- "defaultValue": null,
46855
- "isDeprecated": false,
46856
- "deprecationReason": null
46857
- },
46858
47117
  {
46859
47118
  "name": "description",
46860
47119
  "description": null,
@@ -46895,18 +47154,6 @@
46895
47154
  "isDeprecated": false,
46896
47155
  "deprecationReason": null
46897
47156
  },
46898
- {
46899
- "name": "integrationType",
46900
- "description": null,
46901
- "type": {
46902
- "kind": "ENUM",
46903
- "name": "ProductIntegrationType",
46904
- "ofType": null
46905
- },
46906
- "defaultValue": null,
46907
- "isDeprecated": false,
46908
- "deprecationReason": null
46909
- },
46910
47157
  {
46911
47158
  "name": "multipleSubscriptions",
46912
47159
  "description": null,
@@ -47361,23 +47608,6 @@
47361
47608
  "enumValues": null,
47362
47609
  "possibleTypes": null
47363
47610
  },
47364
- {
47365
- "kind": "ENUM",
47366
- "name": "ProductIntegrationType",
47367
- "description": "The type of the product integration",
47368
- "fields": null,
47369
- "inputFields": null,
47370
- "interfaces": null,
47371
- "enumValues": [
47372
- {
47373
- "name": "AWSMarketplace",
47374
- "description": null,
47375
- "isDeprecated": false,
47376
- "deprecationReason": null
47377
- }
47378
- ],
47379
- "possibleTypes": null
47380
- },
47381
47611
  {
47382
47612
  "kind": "OBJECT",
47383
47613
  "name": "ProductMaxAggregate",
@@ -47962,18 +48192,6 @@
47962
48192
  "isDeprecated": false,
47963
48193
  "deprecationReason": null
47964
48194
  },
47965
- {
47966
- "name": "awsMarketplaceConfiguration",
47967
- "description": null,
47968
- "type": {
47969
- "kind": "INPUT_OBJECT",
47970
- "name": "UpdateAwsMarketplaceConfigurationInput",
47971
- "ofType": null
47972
- },
47973
- "defaultValue": null,
47974
- "isDeprecated": false,
47975
- "deprecationReason": null
47976
- },
47977
48195
  {
47978
48196
  "name": "description",
47979
48197
  "description": null,
@@ -65101,41 +65319,6 @@
65101
65319
  "enumValues": null,
65102
65320
  "possibleTypes": null
65103
65321
  },
65104
- {
65105
- "kind": "INPUT_OBJECT",
65106
- "name": "UpdateAwsMarketplaceConfigurationInput",
65107
- "description": null,
65108
- "fields": null,
65109
- "inputFields": [
65110
- {
65111
- "name": "dimensionsMapping",
65112
- "description": null,
65113
- "type": {
65114
- "kind": "NON_NULL",
65115
- "name": null,
65116
- "ofType": {
65117
- "kind": "LIST",
65118
- "name": null,
65119
- "ofType": {
65120
- "kind": "NON_NULL",
65121
- "name": null,
65122
- "ofType": {
65123
- "kind": "INPUT_OBJECT",
65124
- "name": "DimensionsMappingInput",
65125
- "ofType": null
65126
- }
65127
- }
65128
- }
65129
- },
65130
- "defaultValue": null,
65131
- "isDeprecated": false,
65132
- "deprecationReason": null
65133
- }
65134
- ],
65135
- "interfaces": null,
65136
- "enumValues": null,
65137
- "possibleTypes": null
65138
- },
65139
65322
  {
65140
65323
  "kind": "INPUT_OBJECT",
65141
65324
  "name": "UpdateCouponInput",
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.690.0"
4
+ VERSION = "0.693.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.690.0
4
+ version: 0.693.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-12-03 00:00:00.000000000 Z
11
+ date: 2023-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient