stigg-api-client 0.659.0 → 0.664.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.
@@ -1229,6 +1229,18 @@
1229
1229
  "isDeprecated": false,
1230
1230
  "deprecationReason": null
1231
1231
  },
1232
+ {
1233
+ "name": "awsMarketplacePlanDimension",
1234
+ "description": null,
1235
+ "type": {
1236
+ "kind": "SCALAR",
1237
+ "name": "String",
1238
+ "ofType": null
1239
+ },
1240
+ "defaultValue": null,
1241
+ "isDeprecated": false,
1242
+ "deprecationReason": null
1243
+ },
1232
1244
  {
1233
1245
  "name": "billingId",
1234
1246
  "description": null,
@@ -1301,6 +1313,18 @@
1301
1313
  "isDeprecated": false,
1302
1314
  "deprecationReason": null
1303
1315
  },
1316
+ {
1317
+ "name": "pricingType",
1318
+ "description": null,
1319
+ "type": {
1320
+ "kind": "ENUM",
1321
+ "name": "PricingType",
1322
+ "ofType": null
1323
+ },
1324
+ "defaultValue": null,
1325
+ "isDeprecated": false,
1326
+ "deprecationReason": null
1327
+ },
1304
1328
  {
1305
1329
  "name": "productId",
1306
1330
  "description": null,
@@ -3583,6 +3607,341 @@
3583
3607
  "enumValues": null,
3584
3608
  "possibleTypes": null
3585
3609
  },
3610
+ {
3611
+ "kind": "OBJECT",
3612
+ "name": "AwsDimension",
3613
+ "description": null,
3614
+ "fields": [
3615
+ {
3616
+ "name": "description",
3617
+ "description": null,
3618
+ "args": [],
3619
+ "type": {
3620
+ "kind": "NON_NULL",
3621
+ "name": null,
3622
+ "ofType": {
3623
+ "kind": "SCALAR",
3624
+ "name": "String",
3625
+ "ofType": null
3626
+ }
3627
+ },
3628
+ "isDeprecated": false,
3629
+ "deprecationReason": null
3630
+ },
3631
+ {
3632
+ "name": "key",
3633
+ "description": null,
3634
+ "args": [],
3635
+ "type": {
3636
+ "kind": "NON_NULL",
3637
+ "name": null,
3638
+ "ofType": {
3639
+ "kind": "SCALAR",
3640
+ "name": "String",
3641
+ "ofType": null
3642
+ }
3643
+ },
3644
+ "isDeprecated": false,
3645
+ "deprecationReason": null
3646
+ },
3647
+ {
3648
+ "name": "name",
3649
+ "description": null,
3650
+ "args": [],
3651
+ "type": {
3652
+ "kind": "NON_NULL",
3653
+ "name": null,
3654
+ "ofType": {
3655
+ "kind": "SCALAR",
3656
+ "name": "String",
3657
+ "ofType": null
3658
+ }
3659
+ },
3660
+ "isDeprecated": false,
3661
+ "deprecationReason": null
3662
+ },
3663
+ {
3664
+ "name": "stiggPlanId",
3665
+ "description": null,
3666
+ "args": [],
3667
+ "type": {
3668
+ "kind": "SCALAR",
3669
+ "name": "String",
3670
+ "ofType": null
3671
+ },
3672
+ "isDeprecated": false,
3673
+ "deprecationReason": null
3674
+ },
3675
+ {
3676
+ "name": "stiggPlanName",
3677
+ "description": null,
3678
+ "args": [],
3679
+ "type": {
3680
+ "kind": "SCALAR",
3681
+ "name": "String",
3682
+ "ofType": null
3683
+ },
3684
+ "isDeprecated": false,
3685
+ "deprecationReason": null
3686
+ },
3687
+ {
3688
+ "name": "type",
3689
+ "description": null,
3690
+ "args": [],
3691
+ "type": {
3692
+ "kind": "NON_NULL",
3693
+ "name": null,
3694
+ "ofType": {
3695
+ "kind": "SCALAR",
3696
+ "name": "String",
3697
+ "ofType": null
3698
+ }
3699
+ },
3700
+ "isDeprecated": false,
3701
+ "deprecationReason": null
3702
+ },
3703
+ {
3704
+ "name": "unit",
3705
+ "description": null,
3706
+ "args": [],
3707
+ "type": {
3708
+ "kind": "NON_NULL",
3709
+ "name": null,
3710
+ "ofType": {
3711
+ "kind": "SCALAR",
3712
+ "name": "String",
3713
+ "ofType": null
3714
+ }
3715
+ },
3716
+ "isDeprecated": false,
3717
+ "deprecationReason": null
3718
+ }
3719
+ ],
3720
+ "inputFields": null,
3721
+ "interfaces": [],
3722
+ "enumValues": null,
3723
+ "possibleTypes": null
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
+ {
3777
+ "kind": "OBJECT",
3778
+ "name": "AwsMarketplaceCredentials",
3779
+ "description": null,
3780
+ "fields": [
3781
+ {
3782
+ "name": "awsRoleArn",
3783
+ "description": null,
3784
+ "args": [],
3785
+ "type": {
3786
+ "kind": "NON_NULL",
3787
+ "name": null,
3788
+ "ofType": {
3789
+ "kind": "SCALAR",
3790
+ "name": "String",
3791
+ "ofType": null
3792
+ }
3793
+ },
3794
+ "isDeprecated": false,
3795
+ "deprecationReason": null
3796
+ }
3797
+ ],
3798
+ "inputFields": null,
3799
+ "interfaces": [],
3800
+ "enumValues": null,
3801
+ "possibleTypes": null
3802
+ },
3803
+ {
3804
+ "kind": "INPUT_OBJECT",
3805
+ "name": "AwsMarketplaceCredentialsInput",
3806
+ "description": null,
3807
+ "fields": null,
3808
+ "inputFields": [
3809
+ {
3810
+ "name": "awsRoleArn",
3811
+ "description": null,
3812
+ "type": {
3813
+ "kind": "NON_NULL",
3814
+ "name": null,
3815
+ "ofType": {
3816
+ "kind": "SCALAR",
3817
+ "name": "String",
3818
+ "ofType": null
3819
+ }
3820
+ },
3821
+ "defaultValue": null,
3822
+ "isDeprecated": false,
3823
+ "deprecationReason": null
3824
+ }
3825
+ ],
3826
+ "interfaces": null,
3827
+ "enumValues": null,
3828
+ "possibleTypes": null
3829
+ },
3830
+ {
3831
+ "kind": "OBJECT",
3832
+ "name": "AwsProduct",
3833
+ "description": null,
3834
+ "fields": [
3835
+ {
3836
+ "name": "description",
3837
+ "description": null,
3838
+ "args": [],
3839
+ "type": {
3840
+ "kind": "NON_NULL",
3841
+ "name": null,
3842
+ "ofType": {
3843
+ "kind": "SCALAR",
3844
+ "name": "String",
3845
+ "ofType": null
3846
+ }
3847
+ },
3848
+ "isDeprecated": false,
3849
+ "deprecationReason": null
3850
+ },
3851
+ {
3852
+ "name": "logoUrl",
3853
+ "description": null,
3854
+ "args": [],
3855
+ "type": {
3856
+ "kind": "SCALAR",
3857
+ "name": "String",
3858
+ "ofType": null
3859
+ },
3860
+ "isDeprecated": false,
3861
+ "deprecationReason": null
3862
+ },
3863
+ {
3864
+ "name": "productCode",
3865
+ "description": null,
3866
+ "args": [],
3867
+ "type": {
3868
+ "kind": "NON_NULL",
3869
+ "name": null,
3870
+ "ofType": {
3871
+ "kind": "SCALAR",
3872
+ "name": "String",
3873
+ "ofType": null
3874
+ }
3875
+ },
3876
+ "isDeprecated": false,
3877
+ "deprecationReason": null
3878
+ },
3879
+ {
3880
+ "name": "productId",
3881
+ "description": null,
3882
+ "args": [],
3883
+ "type": {
3884
+ "kind": "NON_NULL",
3885
+ "name": null,
3886
+ "ofType": {
3887
+ "kind": "SCALAR",
3888
+ "name": "String",
3889
+ "ofType": null
3890
+ }
3891
+ },
3892
+ "isDeprecated": false,
3893
+ "deprecationReason": null
3894
+ },
3895
+ {
3896
+ "name": "stiggProductId",
3897
+ "description": null,
3898
+ "args": [],
3899
+ "type": {
3900
+ "kind": "SCALAR",
3901
+ "name": "String",
3902
+ "ofType": null
3903
+ },
3904
+ "isDeprecated": false,
3905
+ "deprecationReason": null
3906
+ },
3907
+ {
3908
+ "name": "title",
3909
+ "description": null,
3910
+ "args": [],
3911
+ "type": {
3912
+ "kind": "NON_NULL",
3913
+ "name": null,
3914
+ "ofType": {
3915
+ "kind": "SCALAR",
3916
+ "name": "String",
3917
+ "ofType": null
3918
+ }
3919
+ },
3920
+ "isDeprecated": false,
3921
+ "deprecationReason": null
3922
+ },
3923
+ {
3924
+ "name": "visibility",
3925
+ "description": null,
3926
+ "args": [],
3927
+ "type": {
3928
+ "kind": "NON_NULL",
3929
+ "name": null,
3930
+ "ofType": {
3931
+ "kind": "SCALAR",
3932
+ "name": "String",
3933
+ "ofType": null
3934
+ }
3935
+ },
3936
+ "isDeprecated": false,
3937
+ "deprecationReason": null
3938
+ }
3939
+ ],
3940
+ "inputFields": null,
3941
+ "interfaces": [],
3942
+ "enumValues": null,
3943
+ "possibleTypes": null
3944
+ },
3586
3945
  {
3587
3946
  "kind": "OBJECT",
3588
3947
  "name": "BaseError",
@@ -7743,6 +8102,18 @@
7743
8102
  "description": null,
7744
8103
  "fields": null,
7745
8104
  "inputFields": [
8105
+ {
8106
+ "name": "awsMarketplaceCredentials",
8107
+ "description": null,
8108
+ "type": {
8109
+ "kind": "INPUT_OBJECT",
8110
+ "name": "AwsMarketplaceCredentialsInput",
8111
+ "ofType": null
8112
+ },
8113
+ "defaultValue": null,
8114
+ "isDeprecated": false,
8115
+ "deprecationReason": null
8116
+ },
7746
8117
  {
7747
8118
  "name": "environmentId",
7748
8119
  "description": null,
@@ -8093,6 +8464,11 @@
8093
8464
  "interfaces": null,
8094
8465
  "enumValues": null,
8095
8466
  "possibleTypes": [
8467
+ {
8468
+ "kind": "OBJECT",
8469
+ "name": "AwsMarketplaceCredentials",
8470
+ "ofType": null
8471
+ },
8096
8472
  {
8097
8473
  "kind": "OBJECT",
8098
8474
  "name": "HubspotCredentials",
@@ -10764,6 +11140,18 @@
10764
11140
  "isDeprecated": false,
10765
11141
  "deprecationReason": null
10766
11142
  },
11143
+ {
11144
+ "name": "awsMarketplaceCustomerId",
11145
+ "description": null,
11146
+ "type": {
11147
+ "kind": "SCALAR",
11148
+ "name": "String",
11149
+ "ofType": null
11150
+ },
11151
+ "defaultValue": null,
11152
+ "isDeprecated": false,
11153
+ "deprecationReason": null
11154
+ },
10767
11155
  {
10768
11156
  "name": "billingId",
10769
11157
  "description": null,
@@ -17809,6 +18197,65 @@
17809
18197
  ],
17810
18198
  "possibleTypes": null
17811
18199
  },
18200
+ {
18201
+ "kind": "INPUT_OBJECT",
18202
+ "name": "DimensionsMappingInput",
18203
+ "description": null,
18204
+ "fields": null,
18205
+ "inputFields": [
18206
+ {
18207
+ "name": "key",
18208
+ "description": null,
18209
+ "type": {
18210
+ "kind": "NON_NULL",
18211
+ "name": null,
18212
+ "ofType": {
18213
+ "kind": "SCALAR",
18214
+ "name": "String",
18215
+ "ofType": null
18216
+ }
18217
+ },
18218
+ "defaultValue": null,
18219
+ "isDeprecated": false,
18220
+ "deprecationReason": null
18221
+ },
18222
+ {
18223
+ "name": "planName",
18224
+ "description": null,
18225
+ "type": {
18226
+ "kind": "NON_NULL",
18227
+ "name": null,
18228
+ "ofType": {
18229
+ "kind": "SCALAR",
18230
+ "name": "String",
18231
+ "ofType": null
18232
+ }
18233
+ },
18234
+ "defaultValue": null,
18235
+ "isDeprecated": false,
18236
+ "deprecationReason": null
18237
+ },
18238
+ {
18239
+ "name": "planRefId",
18240
+ "description": null,
18241
+ "type": {
18242
+ "kind": "NON_NULL",
18243
+ "name": null,
18244
+ "ofType": {
18245
+ "kind": "SCALAR",
18246
+ "name": "String",
18247
+ "ofType": null
18248
+ }
18249
+ },
18250
+ "defaultValue": null,
18251
+ "isDeprecated": false,
18252
+ "deprecationReason": null
18253
+ }
18254
+ ],
18255
+ "interfaces": null,
18256
+ "enumValues": null,
18257
+ "possibleTypes": null
18258
+ },
17812
18259
  {
17813
18260
  "kind": "INPUT_OBJECT",
17814
18261
  "name": "DiscardPackageDraftInput",
@@ -20351,6 +20798,12 @@
20351
20798
  "isDeprecated": false,
20352
20799
  "deprecationReason": null
20353
20800
  },
20801
+ {
20802
+ "name": "AwsMarketplaceIntegrationError",
20803
+ "description": null,
20804
+ "isDeprecated": false,
20805
+ "deprecationReason": null
20806
+ },
20354
20807
  {
20355
20808
  "name": "BadUserInput",
20356
20809
  "description": null,
@@ -25818,6 +26271,33 @@
25818
26271
  "enumValues": null,
25819
26272
  "possibleTypes": null
25820
26273
  },
26274
+ {
26275
+ "kind": "OBJECT",
26276
+ "name": "GetAwsExternalIdResult",
26277
+ "description": null,
26278
+ "fields": [
26279
+ {
26280
+ "name": "externalId",
26281
+ "description": null,
26282
+ "args": [],
26283
+ "type": {
26284
+ "kind": "NON_NULL",
26285
+ "name": null,
26286
+ "ofType": {
26287
+ "kind": "SCALAR",
26288
+ "name": "String",
26289
+ "ofType": null
26290
+ }
26291
+ },
26292
+ "isDeprecated": false,
26293
+ "deprecationReason": null
26294
+ }
26295
+ ],
26296
+ "inputFields": null,
26297
+ "interfaces": [],
26298
+ "enumValues": null,
26299
+ "possibleTypes": null
26300
+ },
25821
26301
  {
25822
26302
  "kind": "INPUT_OBJECT",
25823
26303
  "name": "GetCustomerByRefIdInput",
@@ -30390,57 +30870,189 @@
30390
30870
  },
30391
30871
  {
30392
30872
  "kind": "OBJECT",
30393
- "name": "InvalidSubscriptionStatus",
30873
+ "name": "InvalidSubscriptionStatus",
30874
+ "description": null,
30875
+ "fields": [
30876
+ {
30877
+ "name": "code",
30878
+ "description": null,
30879
+ "args": [],
30880
+ "type": {
30881
+ "kind": "NON_NULL",
30882
+ "name": null,
30883
+ "ofType": {
30884
+ "kind": "SCALAR",
30885
+ "name": "String",
30886
+ "ofType": null
30887
+ }
30888
+ },
30889
+ "isDeprecated": false,
30890
+ "deprecationReason": null
30891
+ },
30892
+ {
30893
+ "name": "isValidationError",
30894
+ "description": null,
30895
+ "args": [],
30896
+ "type": {
30897
+ "kind": "NON_NULL",
30898
+ "name": null,
30899
+ "ofType": {
30900
+ "kind": "SCALAR",
30901
+ "name": "Boolean",
30902
+ "ofType": null
30903
+ }
30904
+ },
30905
+ "isDeprecated": false,
30906
+ "deprecationReason": null
30907
+ }
30908
+ ],
30909
+ "inputFields": null,
30910
+ "interfaces": [],
30911
+ "enumValues": null,
30912
+ "possibleTypes": null
30913
+ },
30914
+ {
30915
+ "kind": "SCALAR",
30916
+ "name": "JSON",
30917
+ "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
30918
+ "fields": null,
30919
+ "inputFields": null,
30920
+ "interfaces": null,
30921
+ "enumValues": null,
30922
+ "possibleTypes": null
30923
+ },
30924
+ {
30925
+ "kind": "OBJECT",
30926
+ "name": "ListAwsProductDimensionsDTO",
30394
30927
  "description": null,
30395
30928
  "fields": [
30396
30929
  {
30397
- "name": "code",
30930
+ "name": "dimensions",
30398
30931
  "description": null,
30399
30932
  "args": [],
30400
30933
  "type": {
30401
30934
  "kind": "NON_NULL",
30402
30935
  "name": null,
30403
30936
  "ofType": {
30404
- "kind": "SCALAR",
30405
- "name": "String",
30406
- "ofType": null
30937
+ "kind": "LIST",
30938
+ "name": null,
30939
+ "ofType": {
30940
+ "kind": "NON_NULL",
30941
+ "name": null,
30942
+ "ofType": {
30943
+ "kind": "OBJECT",
30944
+ "name": "AwsDimension",
30945
+ "ofType": null
30946
+ }
30947
+ }
30407
30948
  }
30408
30949
  },
30409
30950
  "isDeprecated": false,
30410
30951
  "deprecationReason": null
30952
+ }
30953
+ ],
30954
+ "inputFields": null,
30955
+ "interfaces": [],
30956
+ "enumValues": null,
30957
+ "possibleTypes": null
30958
+ },
30959
+ {
30960
+ "kind": "INPUT_OBJECT",
30961
+ "name": "ListAwsProductDimensionsInput",
30962
+ "description": null,
30963
+ "fields": null,
30964
+ "inputFields": [
30965
+ {
30966
+ "name": "environmentId",
30967
+ "description": null,
30968
+ "type": {
30969
+ "kind": "SCALAR",
30970
+ "name": "String",
30971
+ "ofType": null
30972
+ },
30973
+ "defaultValue": null,
30974
+ "isDeprecated": false,
30975
+ "deprecationReason": null
30411
30976
  },
30412
30977
  {
30413
- "name": "isValidationError",
30978
+ "name": "productId",
30414
30979
  "description": null,
30415
- "args": [],
30416
30980
  "type": {
30417
30981
  "kind": "NON_NULL",
30418
30982
  "name": null,
30419
30983
  "ofType": {
30420
30984
  "kind": "SCALAR",
30421
- "name": "Boolean",
30985
+ "name": "String",
30422
30986
  "ofType": null
30423
30987
  }
30424
30988
  },
30989
+ "defaultValue": null,
30425
30990
  "isDeprecated": false,
30426
30991
  "deprecationReason": null
30427
30992
  }
30428
30993
  ],
30429
- "inputFields": null,
30430
- "interfaces": [],
30994
+ "interfaces": null,
30431
30995
  "enumValues": null,
30432
30996
  "possibleTypes": null
30433
30997
  },
30434
30998
  {
30435
- "kind": "SCALAR",
30436
- "name": "JSON",
30437
- "description": "The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
30999
+ "kind": "INPUT_OBJECT",
31000
+ "name": "ListAwsProductsInput",
31001
+ "description": null,
30438
31002
  "fields": null,
30439
- "inputFields": null,
31003
+ "inputFields": [
31004
+ {
31005
+ "name": "environmentId",
31006
+ "description": null,
31007
+ "type": {
31008
+ "kind": "SCALAR",
31009
+ "name": "String",
31010
+ "ofType": null
31011
+ },
31012
+ "defaultValue": null,
31013
+ "isDeprecated": false,
31014
+ "deprecationReason": null
31015
+ }
31016
+ ],
30440
31017
  "interfaces": null,
30441
31018
  "enumValues": null,
30442
31019
  "possibleTypes": null
30443
31020
  },
31021
+ {
31022
+ "kind": "OBJECT",
31023
+ "name": "ListAwsProductsResult",
31024
+ "description": null,
31025
+ "fields": [
31026
+ {
31027
+ "name": "products",
31028
+ "description": null,
31029
+ "args": [],
31030
+ "type": {
31031
+ "kind": "NON_NULL",
31032
+ "name": null,
31033
+ "ofType": {
31034
+ "kind": "LIST",
31035
+ "name": null,
31036
+ "ofType": {
31037
+ "kind": "NON_NULL",
31038
+ "name": null,
31039
+ "ofType": {
31040
+ "kind": "OBJECT",
31041
+ "name": "AwsProduct",
31042
+ "ofType": null
31043
+ }
31044
+ }
31045
+ }
31046
+ },
31047
+ "isDeprecated": false,
31048
+ "deprecationReason": null
31049
+ }
31050
+ ],
31051
+ "inputFields": null,
31052
+ "interfaces": [],
31053
+ "enumValues": null,
31054
+ "possibleTypes": null
31055
+ },
30444
31056
  {
30445
31057
  "kind": "OBJECT",
30446
31058
  "name": "Member",
@@ -31772,6 +32384,49 @@
31772
32384
  "enumValues": null,
31773
32385
  "possibleTypes": null
31774
32386
  },
32387
+ {
32388
+ "kind": "OBJECT",
32389
+ "name": "MigrationCompleted",
32390
+ "description": null,
32391
+ "fields": [
32392
+ {
32393
+ "name": "accountId",
32394
+ "description": null,
32395
+ "args": [],
32396
+ "type": {
32397
+ "kind": "NON_NULL",
32398
+ "name": null,
32399
+ "ofType": {
32400
+ "kind": "SCALAR",
32401
+ "name": "String",
32402
+ "ofType": null
32403
+ }
32404
+ },
32405
+ "isDeprecated": false,
32406
+ "deprecationReason": null
32407
+ },
32408
+ {
32409
+ "name": "environmentId",
32410
+ "description": null,
32411
+ "args": [],
32412
+ "type": {
32413
+ "kind": "NON_NULL",
32414
+ "name": null,
32415
+ "ofType": {
32416
+ "kind": "SCALAR",
32417
+ "name": "String",
32418
+ "ofType": null
32419
+ }
32420
+ },
32421
+ "isDeprecated": false,
32422
+ "deprecationReason": null
32423
+ }
32424
+ ],
32425
+ "inputFields": null,
32426
+ "interfaces": [],
32427
+ "enumValues": null,
32428
+ "possibleTypes": null
32429
+ },
31775
32430
  {
31776
32431
  "kind": "OBJECT",
31777
32432
  "name": "MockPaywall",
@@ -41695,6 +42350,18 @@
41695
42350
  "isDeprecated": false,
41696
42351
  "deprecationReason": null
41697
42352
  },
42353
+ {
42354
+ "name": "awsMarketplacePlanDimension",
42355
+ "description": null,
42356
+ "type": {
42357
+ "kind": "SCALAR",
42358
+ "name": "String",
42359
+ "ofType": null
42360
+ },
42361
+ "defaultValue": null,
42362
+ "isDeprecated": false,
42363
+ "deprecationReason": null
42364
+ },
41698
42365
  {
41699
42366
  "name": "billingId",
41700
42367
  "description": null,
@@ -41779,6 +42446,18 @@
41779
42446
  "isDeprecated": false,
41780
42447
  "deprecationReason": null
41781
42448
  },
42449
+ {
42450
+ "name": "pricingType",
42451
+ "description": null,
42452
+ "type": {
42453
+ "kind": "ENUM",
42454
+ "name": "PricingType",
42455
+ "ofType": null
42456
+ },
42457
+ "defaultValue": null,
42458
+ "isDeprecated": false,
42459
+ "deprecationReason": null
42460
+ },
41782
42461
  {
41783
42462
  "name": "productId",
41784
42463
  "description": null,
@@ -45040,7 +45719,7 @@
45040
45719
  {
45041
45720
  "kind": "ENUM",
45042
45721
  "name": "PricingType",
45043
- "description": "Package pricing type.",
45722
+ "description": "Pricing Type.",
45044
45723
  "fields": null,
45045
45724
  "inputFields": null,
45046
45725
  "interfaces": null,
@@ -45882,6 +46561,18 @@
45882
46561
  "isDeprecated": false,
45883
46562
  "deprecationReason": null
45884
46563
  },
46564
+ {
46565
+ "name": "awsMarketplaceConfiguration",
46566
+ "description": null,
46567
+ "type": {
46568
+ "kind": "INPUT_OBJECT",
46569
+ "name": "AwsMarketplaceConfigurationInput",
46570
+ "ofType": null
46571
+ },
46572
+ "defaultValue": null,
46573
+ "isDeprecated": false,
46574
+ "deprecationReason": null
46575
+ },
45885
46576
  {
45886
46577
  "name": "description",
45887
46578
  "description": null,
@@ -45922,6 +46613,18 @@
45922
46613
  "isDeprecated": false,
45923
46614
  "deprecationReason": null
45924
46615
  },
46616
+ {
46617
+ "name": "integrationType",
46618
+ "description": null,
46619
+ "type": {
46620
+ "kind": "ENUM",
46621
+ "name": "ProductIntegrationType",
46622
+ "ofType": null
46623
+ },
46624
+ "defaultValue": null,
46625
+ "isDeprecated": false,
46626
+ "deprecationReason": null
46627
+ },
45925
46628
  {
45926
46629
  "name": "multipleSubscriptions",
45927
46630
  "description": null,
@@ -46328,6 +47031,23 @@
46328
47031
  "enumValues": null,
46329
47032
  "possibleTypes": null
46330
47033
  },
47034
+ {
47035
+ "kind": "ENUM",
47036
+ "name": "ProductIntegrationType",
47037
+ "description": "The type of the product integration",
47038
+ "fields": null,
47039
+ "inputFields": null,
47040
+ "interfaces": null,
47041
+ "enumValues": [
47042
+ {
47043
+ "name": "AWSMarketplace",
47044
+ "description": null,
47045
+ "isDeprecated": false,
47046
+ "deprecationReason": null
47047
+ }
47048
+ ],
47049
+ "possibleTypes": null
47050
+ },
46331
47051
  {
46332
47052
  "kind": "OBJECT",
46333
47053
  "name": "ProductMaxAggregate",
@@ -46852,6 +47572,18 @@
46852
47572
  "isDeprecated": false,
46853
47573
  "deprecationReason": null
46854
47574
  },
47575
+ {
47576
+ "name": "awsMarketplaceConfiguration",
47577
+ "description": null,
47578
+ "type": {
47579
+ "kind": "INPUT_OBJECT",
47580
+ "name": "UpdateAwsMarketplaceConfigurationInput",
47581
+ "ofType": null
47582
+ },
47583
+ "defaultValue": null,
47584
+ "isDeprecated": false,
47585
+ "deprecationReason": null
47586
+ },
46855
47587
  {
46856
47588
  "name": "description",
46857
47589
  "description": null,
@@ -48856,6 +49588,18 @@
48856
49588
  "isDeprecated": false,
48857
49589
  "deprecationReason": null
48858
49590
  },
49591
+ {
49592
+ "name": "awsMarketplaceCustomerId",
49593
+ "description": null,
49594
+ "type": {
49595
+ "kind": "SCALAR",
49596
+ "name": "String",
49597
+ "ofType": null
49598
+ },
49599
+ "defaultValue": null,
49600
+ "isDeprecated": false,
49601
+ "deprecationReason": null
49602
+ },
48859
49603
  {
48860
49604
  "name": "billingId",
48861
49605
  "description": null,
@@ -51086,6 +51830,22 @@
51086
51830
  "isDeprecated": false,
51087
51831
  "deprecationReason": null
51088
51832
  },
51833
+ {
51834
+ "name": "getAwsExternalId",
51835
+ "description": null,
51836
+ "args": [],
51837
+ "type": {
51838
+ "kind": "NON_NULL",
51839
+ "name": null,
51840
+ "ofType": {
51841
+ "kind": "OBJECT",
51842
+ "name": "GetAwsExternalIdResult",
51843
+ "ofType": null
51844
+ }
51845
+ },
51846
+ "isDeprecated": false,
51847
+ "deprecationReason": null
51848
+ },
51089
51849
  {
51090
51850
  "name": "getCustomerByRefId",
51091
51851
  "description": null,
@@ -51430,6 +52190,72 @@
51430
52190
  "isDeprecated": false,
51431
52191
  "deprecationReason": null
51432
52192
  },
52193
+ {
52194
+ "name": "listAwsProductDimensions",
52195
+ "description": null,
52196
+ "args": [
52197
+ {
52198
+ "name": "input",
52199
+ "description": null,
52200
+ "type": {
52201
+ "kind": "NON_NULL",
52202
+ "name": null,
52203
+ "ofType": {
52204
+ "kind": "INPUT_OBJECT",
52205
+ "name": "ListAwsProductDimensionsInput",
52206
+ "ofType": null
52207
+ }
52208
+ },
52209
+ "defaultValue": null,
52210
+ "isDeprecated": false,
52211
+ "deprecationReason": null
52212
+ }
52213
+ ],
52214
+ "type": {
52215
+ "kind": "NON_NULL",
52216
+ "name": null,
52217
+ "ofType": {
52218
+ "kind": "OBJECT",
52219
+ "name": "ListAwsProductDimensionsDTO",
52220
+ "ofType": null
52221
+ }
52222
+ },
52223
+ "isDeprecated": false,
52224
+ "deprecationReason": null
52225
+ },
52226
+ {
52227
+ "name": "listAwsProducts",
52228
+ "description": null,
52229
+ "args": [
52230
+ {
52231
+ "name": "input",
52232
+ "description": null,
52233
+ "type": {
52234
+ "kind": "NON_NULL",
52235
+ "name": null,
52236
+ "ofType": {
52237
+ "kind": "INPUT_OBJECT",
52238
+ "name": "ListAwsProductsInput",
52239
+ "ofType": null
52240
+ }
52241
+ },
52242
+ "defaultValue": null,
52243
+ "isDeprecated": false,
52244
+ "deprecationReason": null
52245
+ }
52246
+ ],
52247
+ "type": {
52248
+ "kind": "NON_NULL",
52249
+ "name": null,
52250
+ "ofType": {
52251
+ "kind": "OBJECT",
52252
+ "name": "ListAwsProductsResult",
52253
+ "ofType": null
52254
+ }
52255
+ },
52256
+ "isDeprecated": false,
52257
+ "deprecationReason": null
52258
+ },
51433
52259
  {
51434
52260
  "name": "members",
51435
52261
  "description": null,
@@ -54480,6 +55306,22 @@
54480
55306
  "isDeprecated": false,
54481
55307
  "deprecationReason": null
54482
55308
  },
55309
+ {
55310
+ "name": "migrationCompleted",
55311
+ "description": null,
55312
+ "args": [],
55313
+ "type": {
55314
+ "kind": "NON_NULL",
55315
+ "name": null,
55316
+ "ofType": {
55317
+ "kind": "OBJECT",
55318
+ "name": "MigrationCompleted",
55319
+ "ofType": null
55320
+ }
55321
+ },
55322
+ "isDeprecated": false,
55323
+ "deprecationReason": null
55324
+ },
54483
55325
  {
54484
55326
  "name": "usageUpdated",
54485
55327
  "description": null,
@@ -63385,12 +64227,286 @@
63385
64227
  },
63386
64228
  {
63387
64229
  "kind": "INPUT_OBJECT",
63388
- "name": "UnarchiveCustomerInput",
64230
+ "name": "UnarchiveCustomerInput",
64231
+ "description": null,
64232
+ "fields": null,
64233
+ "inputFields": [
64234
+ {
64235
+ "name": "customerId",
64236
+ "description": null,
64237
+ "type": {
64238
+ "kind": "NON_NULL",
64239
+ "name": null,
64240
+ "ofType": {
64241
+ "kind": "SCALAR",
64242
+ "name": "String",
64243
+ "ofType": null
64244
+ }
64245
+ },
64246
+ "defaultValue": null,
64247
+ "isDeprecated": false,
64248
+ "deprecationReason": null
64249
+ },
64250
+ {
64251
+ "name": "environmentId",
64252
+ "description": null,
64253
+ "type": {
64254
+ "kind": "SCALAR",
64255
+ "name": "String",
64256
+ "ofType": null
64257
+ },
64258
+ "defaultValue": null,
64259
+ "isDeprecated": false,
64260
+ "deprecationReason": null
64261
+ }
64262
+ ],
64263
+ "interfaces": null,
64264
+ "enumValues": null,
64265
+ "possibleTypes": null
64266
+ },
64267
+ {
64268
+ "kind": "INPUT_OBJECT",
64269
+ "name": "UnarchiveEnvironmentInput",
64270
+ "description": null,
64271
+ "fields": null,
64272
+ "inputFields": [
64273
+ {
64274
+ "name": "id",
64275
+ "description": null,
64276
+ "type": {
64277
+ "kind": "SCALAR",
64278
+ "name": "String",
64279
+ "ofType": null
64280
+ },
64281
+ "defaultValue": null,
64282
+ "isDeprecated": false,
64283
+ "deprecationReason": null
64284
+ },
64285
+ {
64286
+ "name": "slug",
64287
+ "description": null,
64288
+ "type": {
64289
+ "kind": "SCALAR",
64290
+ "name": "String",
64291
+ "ofType": null
64292
+ },
64293
+ "defaultValue": null,
64294
+ "isDeprecated": false,
64295
+ "deprecationReason": null
64296
+ }
64297
+ ],
64298
+ "interfaces": null,
64299
+ "enumValues": null,
64300
+ "possibleTypes": null
64301
+ },
64302
+ {
64303
+ "kind": "OBJECT",
64304
+ "name": "UncompatibleSubscriptionAddonError",
64305
+ "description": null,
64306
+ "fields": [
64307
+ {
64308
+ "name": "code",
64309
+ "description": null,
64310
+ "args": [],
64311
+ "type": {
64312
+ "kind": "NON_NULL",
64313
+ "name": null,
64314
+ "ofType": {
64315
+ "kind": "SCALAR",
64316
+ "name": "String",
64317
+ "ofType": null
64318
+ }
64319
+ },
64320
+ "isDeprecated": false,
64321
+ "deprecationReason": null
64322
+ },
64323
+ {
64324
+ "name": "isValidationError",
64325
+ "description": null,
64326
+ "args": [],
64327
+ "type": {
64328
+ "kind": "NON_NULL",
64329
+ "name": null,
64330
+ "ofType": {
64331
+ "kind": "SCALAR",
64332
+ "name": "Boolean",
64333
+ "ofType": null
64334
+ }
64335
+ },
64336
+ "isDeprecated": false,
64337
+ "deprecationReason": null
64338
+ },
64339
+ {
64340
+ "name": "nonCompatibleAddons",
64341
+ "description": null,
64342
+ "args": [],
64343
+ "type": {
64344
+ "kind": "LIST",
64345
+ "name": null,
64346
+ "ofType": {
64347
+ "kind": "NON_NULL",
64348
+ "name": null,
64349
+ "ofType": {
64350
+ "kind": "SCALAR",
64351
+ "name": "String",
64352
+ "ofType": null
64353
+ }
64354
+ }
64355
+ },
64356
+ "isDeprecated": false,
64357
+ "deprecationReason": null
64358
+ },
64359
+ {
64360
+ "name": "planDisplayName",
64361
+ "description": null,
64362
+ "args": [],
64363
+ "type": {
64364
+ "kind": "NON_NULL",
64365
+ "name": null,
64366
+ "ofType": {
64367
+ "kind": "SCALAR",
64368
+ "name": "String",
64369
+ "ofType": null
64370
+ }
64371
+ },
64372
+ "isDeprecated": false,
64373
+ "deprecationReason": null
64374
+ }
64375
+ ],
64376
+ "inputFields": null,
64377
+ "interfaces": [],
64378
+ "enumValues": null,
64379
+ "possibleTypes": null
64380
+ },
64381
+ {
64382
+ "kind": "OBJECT",
64383
+ "name": "UnitAmountChangeVariables",
64384
+ "description": null,
64385
+ "fields": [
64386
+ {
64387
+ "name": "featureId",
64388
+ "description": null,
64389
+ "args": [],
64390
+ "type": {
64391
+ "kind": "SCALAR",
64392
+ "name": "String",
64393
+ "ofType": null
64394
+ },
64395
+ "isDeprecated": false,
64396
+ "deprecationReason": null
64397
+ },
64398
+ {
64399
+ "name": "newUnitAmount",
64400
+ "description": null,
64401
+ "args": [],
64402
+ "type": {
64403
+ "kind": "SCALAR",
64404
+ "name": "Float",
64405
+ "ofType": null
64406
+ },
64407
+ "isDeprecated": false,
64408
+ "deprecationReason": null
64409
+ }
64410
+ ],
64411
+ "inputFields": null,
64412
+ "interfaces": [],
64413
+ "enumValues": null,
64414
+ "possibleTypes": null
64415
+ },
64416
+ {
64417
+ "kind": "OBJECT",
64418
+ "name": "UnsupportedFeatureTypeError",
64419
+ "description": null,
64420
+ "fields": [
64421
+ {
64422
+ "name": "code",
64423
+ "description": null,
64424
+ "args": [],
64425
+ "type": {
64426
+ "kind": "NON_NULL",
64427
+ "name": null,
64428
+ "ofType": {
64429
+ "kind": "SCALAR",
64430
+ "name": "String",
64431
+ "ofType": null
64432
+ }
64433
+ },
64434
+ "isDeprecated": false,
64435
+ "deprecationReason": null
64436
+ },
64437
+ {
64438
+ "name": "featureType",
64439
+ "description": null,
64440
+ "args": [],
64441
+ "type": {
64442
+ "kind": "NON_NULL",
64443
+ "name": null,
64444
+ "ofType": {
64445
+ "kind": "SCALAR",
64446
+ "name": "String",
64447
+ "ofType": null
64448
+ }
64449
+ },
64450
+ "isDeprecated": false,
64451
+ "deprecationReason": null
64452
+ }
64453
+ ],
64454
+ "inputFields": null,
64455
+ "interfaces": [],
64456
+ "enumValues": null,
64457
+ "possibleTypes": null
64458
+ },
64459
+ {
64460
+ "kind": "OBJECT",
64461
+ "name": "UnsupportedVendorIdentifierError",
64462
+ "description": null,
64463
+ "fields": [
64464
+ {
64465
+ "name": "code",
64466
+ "description": null,
64467
+ "args": [],
64468
+ "type": {
64469
+ "kind": "NON_NULL",
64470
+ "name": null,
64471
+ "ofType": {
64472
+ "kind": "SCALAR",
64473
+ "name": "String",
64474
+ "ofType": null
64475
+ }
64476
+ },
64477
+ "isDeprecated": false,
64478
+ "deprecationReason": null
64479
+ },
64480
+ {
64481
+ "name": "vendorIdentifier",
64482
+ "description": null,
64483
+ "args": [],
64484
+ "type": {
64485
+ "kind": "NON_NULL",
64486
+ "name": null,
64487
+ "ofType": {
64488
+ "kind": "SCALAR",
64489
+ "name": "String",
64490
+ "ofType": null
64491
+ }
64492
+ },
64493
+ "isDeprecated": false,
64494
+ "deprecationReason": null
64495
+ }
64496
+ ],
64497
+ "inputFields": null,
64498
+ "interfaces": [],
64499
+ "enumValues": null,
64500
+ "possibleTypes": null
64501
+ },
64502
+ {
64503
+ "kind": "INPUT_OBJECT",
64504
+ "name": "UpdateAccountInput",
63389
64505
  "description": null,
63390
64506
  "fields": null,
63391
64507
  "inputFields": [
63392
64508
  {
63393
- "name": "customerId",
64509
+ "name": "displayName",
63394
64510
  "description": null,
63395
64511
  "type": {
63396
64512
  "kind": "NON_NULL",
@@ -63405,29 +64521,6 @@
63405
64521
  "isDeprecated": false,
63406
64522
  "deprecationReason": null
63407
64523
  },
63408
- {
63409
- "name": "environmentId",
63410
- "description": null,
63411
- "type": {
63412
- "kind": "SCALAR",
63413
- "name": "String",
63414
- "ofType": null
63415
- },
63416
- "defaultValue": null,
63417
- "isDeprecated": false,
63418
- "deprecationReason": null
63419
- }
63420
- ],
63421
- "interfaces": null,
63422
- "enumValues": null,
63423
- "possibleTypes": null
63424
- },
63425
- {
63426
- "kind": "INPUT_OBJECT",
63427
- "name": "UnarchiveEnvironmentInput",
63428
- "description": null,
63429
- "fields": null,
63430
- "inputFields": [
63431
64524
  {
63432
64525
  "name": "id",
63433
64526
  "description": null,
@@ -63441,291 +64534,75 @@
63441
64534
  "deprecationReason": null
63442
64535
  },
63443
64536
  {
63444
- "name": "slug",
64537
+ "name": "subscriptionBillingAnchor",
63445
64538
  "description": null,
63446
64539
  "type": {
63447
- "kind": "SCALAR",
63448
- "name": "String",
64540
+ "kind": "ENUM",
64541
+ "name": "BillingAnchor",
63449
64542
  "ofType": null
63450
64543
  },
63451
64544
  "defaultValue": null,
63452
64545
  "isDeprecated": false,
63453
64546
  "deprecationReason": null
63454
- }
63455
- ],
63456
- "interfaces": null,
63457
- "enumValues": null,
63458
- "possibleTypes": null
63459
- },
63460
- {
63461
- "kind": "OBJECT",
63462
- "name": "UncompatibleSubscriptionAddonError",
63463
- "description": null,
63464
- "fields": [
63465
- {
63466
- "name": "code",
63467
- "description": null,
63468
- "args": [],
63469
- "type": {
63470
- "kind": "NON_NULL",
63471
- "name": null,
63472
- "ofType": {
63473
- "kind": "SCALAR",
63474
- "name": "String",
63475
- "ofType": null
63476
- }
63477
- },
63478
- "isDeprecated": false,
63479
- "deprecationReason": null
63480
- },
63481
- {
63482
- "name": "isValidationError",
63483
- "description": null,
63484
- "args": [],
63485
- "type": {
63486
- "kind": "NON_NULL",
63487
- "name": null,
63488
- "ofType": {
63489
- "kind": "SCALAR",
63490
- "name": "Boolean",
63491
- "ofType": null
63492
- }
63493
- },
63494
- "isDeprecated": false,
63495
- "deprecationReason": null
63496
- },
63497
- {
63498
- "name": "nonCompatibleAddons",
63499
- "description": null,
63500
- "args": [],
63501
- "type": {
63502
- "kind": "LIST",
63503
- "name": null,
63504
- "ofType": {
63505
- "kind": "NON_NULL",
63506
- "name": null,
63507
- "ofType": {
63508
- "kind": "SCALAR",
63509
- "name": "String",
63510
- "ofType": null
63511
- }
63512
- }
63513
- },
63514
- "isDeprecated": false,
63515
- "deprecationReason": null
63516
64547
  },
63517
64548
  {
63518
- "name": "planDisplayName",
63519
- "description": null,
63520
- "args": [],
63521
- "type": {
63522
- "kind": "NON_NULL",
63523
- "name": null,
63524
- "ofType": {
63525
- "kind": "SCALAR",
63526
- "name": "String",
63527
- "ofType": null
63528
- }
63529
- },
63530
- "isDeprecated": false,
63531
- "deprecationReason": null
63532
- }
63533
- ],
63534
- "inputFields": null,
63535
- "interfaces": [],
63536
- "enumValues": null,
63537
- "possibleTypes": null
63538
- },
63539
- {
63540
- "kind": "OBJECT",
63541
- "name": "UnitAmountChangeVariables",
63542
- "description": null,
63543
- "fields": [
63544
- {
63545
- "name": "featureId",
64549
+ "name": "subscriptionProrationBehavior",
63546
64550
  "description": null,
63547
- "args": [],
63548
64551
  "type": {
63549
- "kind": "SCALAR",
63550
- "name": "String",
64552
+ "kind": "ENUM",
64553
+ "name": "ProrationBehavior",
63551
64554
  "ofType": null
63552
64555
  },
64556
+ "defaultValue": null,
63553
64557
  "isDeprecated": false,
63554
64558
  "deprecationReason": null
63555
64559
  },
63556
64560
  {
63557
- "name": "newUnitAmount",
64561
+ "name": "timezone",
63558
64562
  "description": null,
63559
- "args": [],
63560
64563
  "type": {
63561
64564
  "kind": "SCALAR",
63562
- "name": "Float",
64565
+ "name": "String",
63563
64566
  "ofType": null
63564
64567
  },
64568
+ "defaultValue": null,
63565
64569
  "isDeprecated": false,
63566
64570
  "deprecationReason": null
63567
64571
  }
63568
64572
  ],
63569
- "inputFields": null,
63570
- "interfaces": [],
63571
- "enumValues": null,
63572
- "possibleTypes": null
63573
- },
63574
- {
63575
- "kind": "OBJECT",
63576
- "name": "UnsupportedFeatureTypeError",
63577
- "description": null,
63578
- "fields": [
63579
- {
63580
- "name": "code",
63581
- "description": null,
63582
- "args": [],
63583
- "type": {
63584
- "kind": "NON_NULL",
63585
- "name": null,
63586
- "ofType": {
63587
- "kind": "SCALAR",
63588
- "name": "String",
63589
- "ofType": null
63590
- }
63591
- },
63592
- "isDeprecated": false,
63593
- "deprecationReason": null
63594
- },
63595
- {
63596
- "name": "featureType",
63597
- "description": null,
63598
- "args": [],
63599
- "type": {
63600
- "kind": "NON_NULL",
63601
- "name": null,
63602
- "ofType": {
63603
- "kind": "SCALAR",
63604
- "name": "String",
63605
- "ofType": null
63606
- }
63607
- },
63608
- "isDeprecated": false,
63609
- "deprecationReason": null
63610
- }
63611
- ],
63612
- "inputFields": null,
63613
- "interfaces": [],
63614
- "enumValues": null,
63615
- "possibleTypes": null
63616
- },
63617
- {
63618
- "kind": "OBJECT",
63619
- "name": "UnsupportedVendorIdentifierError",
63620
- "description": null,
63621
- "fields": [
63622
- {
63623
- "name": "code",
63624
- "description": null,
63625
- "args": [],
63626
- "type": {
63627
- "kind": "NON_NULL",
63628
- "name": null,
63629
- "ofType": {
63630
- "kind": "SCALAR",
63631
- "name": "String",
63632
- "ofType": null
63633
- }
63634
- },
63635
- "isDeprecated": false,
63636
- "deprecationReason": null
63637
- },
63638
- {
63639
- "name": "vendorIdentifier",
63640
- "description": null,
63641
- "args": [],
63642
- "type": {
63643
- "kind": "NON_NULL",
63644
- "name": null,
63645
- "ofType": {
63646
- "kind": "SCALAR",
63647
- "name": "String",
63648
- "ofType": null
63649
- }
63650
- },
63651
- "isDeprecated": false,
63652
- "deprecationReason": null
63653
- }
63654
- ],
63655
- "inputFields": null,
63656
- "interfaces": [],
64573
+ "interfaces": null,
63657
64574
  "enumValues": null,
63658
64575
  "possibleTypes": null
63659
64576
  },
63660
64577
  {
63661
64578
  "kind": "INPUT_OBJECT",
63662
- "name": "UpdateAccountInput",
64579
+ "name": "UpdateAwsMarketplaceConfigurationInput",
63663
64580
  "description": null,
63664
64581
  "fields": null,
63665
64582
  "inputFields": [
63666
64583
  {
63667
- "name": "displayName",
64584
+ "name": "dimensionsMapping",
63668
64585
  "description": null,
63669
64586
  "type": {
63670
64587
  "kind": "NON_NULL",
63671
64588
  "name": null,
63672
64589
  "ofType": {
63673
- "kind": "SCALAR",
63674
- "name": "String",
63675
- "ofType": null
64590
+ "kind": "LIST",
64591
+ "name": null,
64592
+ "ofType": {
64593
+ "kind": "NON_NULL",
64594
+ "name": null,
64595
+ "ofType": {
64596
+ "kind": "INPUT_OBJECT",
64597
+ "name": "DimensionsMappingInput",
64598
+ "ofType": null
64599
+ }
64600
+ }
63676
64601
  }
63677
64602
  },
63678
64603
  "defaultValue": null,
63679
64604
  "isDeprecated": false,
63680
64605
  "deprecationReason": null
63681
- },
63682
- {
63683
- "name": "id",
63684
- "description": null,
63685
- "type": {
63686
- "kind": "SCALAR",
63687
- "name": "String",
63688
- "ofType": null
63689
- },
63690
- "defaultValue": null,
63691
- "isDeprecated": false,
63692
- "deprecationReason": null
63693
- },
63694
- {
63695
- "name": "subscriptionBillingAnchor",
63696
- "description": null,
63697
- "type": {
63698
- "kind": "ENUM",
63699
- "name": "BillingAnchor",
63700
- "ofType": null
63701
- },
63702
- "defaultValue": null,
63703
- "isDeprecated": false,
63704
- "deprecationReason": null
63705
- },
63706
- {
63707
- "name": "subscriptionProrationBehavior",
63708
- "description": null,
63709
- "type": {
63710
- "kind": "ENUM",
63711
- "name": "ProrationBehavior",
63712
- "ofType": null
63713
- },
63714
- "defaultValue": null,
63715
- "isDeprecated": false,
63716
- "deprecationReason": null
63717
- },
63718
- {
63719
- "name": "timezone",
63720
- "description": null,
63721
- "type": {
63722
- "kind": "SCALAR",
63723
- "name": "String",
63724
- "ofType": null
63725
- },
63726
- "defaultValue": null,
63727
- "isDeprecated": false,
63728
- "deprecationReason": null
63729
64606
  }
63730
64607
  ],
63731
64608
  "interfaces": null,
@@ -63829,6 +64706,18 @@
63829
64706
  "isDeprecated": false,
63830
64707
  "deprecationReason": null
63831
64708
  },
64709
+ {
64710
+ "name": "awsMarketplaceCustomerId",
64711
+ "description": null,
64712
+ "type": {
64713
+ "kind": "SCALAR",
64714
+ "name": "String",
64715
+ "ofType": null
64716
+ },
64717
+ "defaultValue": null,
64718
+ "isDeprecated": false,
64719
+ "deprecationReason": null
64720
+ },
63832
64721
  {
63833
64722
  "name": "billingId",
63834
64723
  "description": null,
@@ -67490,6 +68379,12 @@
67490
68379
  "inputFields": null,
67491
68380
  "interfaces": null,
67492
68381
  "enumValues": [
68382
+ {
68383
+ "name": "AWS_MARKETPLACE",
68384
+ "description": null,
68385
+ "isDeprecated": false,
68386
+ "deprecationReason": null
68387
+ },
67493
68388
  {
67494
68389
  "name": "HUBSPOT",
67495
68390
  "description": null,