stigg-api-client 1.222.0 → 1.226.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +5 -1
- data/lib/stigg/generated/schema.json +547 -554
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
|
@@ -9640,33 +9640,6 @@
|
|
|
9640
9640
|
"enumValues": null,
|
|
9641
9641
|
"possibleTypes": null
|
|
9642
9642
|
},
|
|
9643
|
-
{
|
|
9644
|
-
"kind": "INPUT_OBJECT",
|
|
9645
|
-
"name": "CreateOneFeatureInput",
|
|
9646
|
-
"description": null,
|
|
9647
|
-
"fields": null,
|
|
9648
|
-
"inputFields": [
|
|
9649
|
-
{
|
|
9650
|
-
"name": "feature",
|
|
9651
|
-
"description": "The record to create",
|
|
9652
|
-
"type": {
|
|
9653
|
-
"kind": "NON_NULL",
|
|
9654
|
-
"name": null,
|
|
9655
|
-
"ofType": {
|
|
9656
|
-
"kind": "INPUT_OBJECT",
|
|
9657
|
-
"name": "FeatureInput",
|
|
9658
|
-
"ofType": null
|
|
9659
|
-
}
|
|
9660
|
-
},
|
|
9661
|
-
"defaultValue": null,
|
|
9662
|
-
"isDeprecated": false,
|
|
9663
|
-
"deprecationReason": null
|
|
9664
|
-
}
|
|
9665
|
-
],
|
|
9666
|
-
"interfaces": null,
|
|
9667
|
-
"enumValues": null,
|
|
9668
|
-
"possibleTypes": null
|
|
9669
|
-
},
|
|
9670
9643
|
{
|
|
9671
9644
|
"kind": "INPUT_OBJECT",
|
|
9672
9645
|
"name": "CreateOneHookInput",
|
|
@@ -21679,6 +21652,18 @@
|
|
|
21679
21652
|
},
|
|
21680
21653
|
"isDeprecated": false,
|
|
21681
21654
|
"deprecationReason": null
|
|
21655
|
+
},
|
|
21656
|
+
{
|
|
21657
|
+
"name": "unitTransformation",
|
|
21658
|
+
"description": "Unit transformation to be applied to the reported usage",
|
|
21659
|
+
"args": [],
|
|
21660
|
+
"type": {
|
|
21661
|
+
"kind": "OBJECT",
|
|
21662
|
+
"name": "UnitTransformation",
|
|
21663
|
+
"ofType": null
|
|
21664
|
+
},
|
|
21665
|
+
"isDeprecated": false,
|
|
21666
|
+
"deprecationReason": null
|
|
21682
21667
|
}
|
|
21683
21668
|
],
|
|
21684
21669
|
"inputFields": null,
|
|
@@ -23468,6 +23453,12 @@
|
|
|
23468
23453
|
"isDeprecated": false,
|
|
23469
23454
|
"deprecationReason": null
|
|
23470
23455
|
},
|
|
23456
|
+
{
|
|
23457
|
+
"name": "CannotUpdateUnitTransformationError",
|
|
23458
|
+
"description": "Can not update unit transformation since this feature has connected active subscriptions",
|
|
23459
|
+
"isDeprecated": false,
|
|
23460
|
+
"deprecationReason": null
|
|
23461
|
+
},
|
|
23471
23462
|
{
|
|
23472
23463
|
"name": "CannotUpsertToPackageThatHasDraft",
|
|
23473
23464
|
"description": null,
|
|
@@ -24884,6 +24875,18 @@
|
|
|
24884
24875
|
"isDeprecated": false,
|
|
24885
24876
|
"deprecationReason": null
|
|
24886
24877
|
},
|
|
24878
|
+
{
|
|
24879
|
+
"name": "id",
|
|
24880
|
+
"description": null,
|
|
24881
|
+
"args": [],
|
|
24882
|
+
"type": {
|
|
24883
|
+
"kind": "SCALAR",
|
|
24884
|
+
"name": "String",
|
|
24885
|
+
"ofType": null
|
|
24886
|
+
},
|
|
24887
|
+
"isDeprecated": false,
|
|
24888
|
+
"deprecationReason": null
|
|
24889
|
+
},
|
|
24887
24890
|
{
|
|
24888
24891
|
"name": "parentEntityId",
|
|
24889
24892
|
"description": null,
|
|
@@ -25006,6 +25009,18 @@
|
|
|
25006
25009
|
"isDeprecated": false,
|
|
25007
25010
|
"deprecationReason": null
|
|
25008
25011
|
},
|
|
25012
|
+
{
|
|
25013
|
+
"name": "id",
|
|
25014
|
+
"description": null,
|
|
25015
|
+
"args": [],
|
|
25016
|
+
"type": {
|
|
25017
|
+
"kind": "SCALAR",
|
|
25018
|
+
"name": "Int",
|
|
25019
|
+
"ofType": null
|
|
25020
|
+
},
|
|
25021
|
+
"isDeprecated": false,
|
|
25022
|
+
"deprecationReason": null
|
|
25023
|
+
},
|
|
25009
25024
|
{
|
|
25010
25025
|
"name": "parentEntityId",
|
|
25011
25026
|
"description": null,
|
|
@@ -25321,6 +25336,18 @@
|
|
|
25321
25336
|
"isDeprecated": false,
|
|
25322
25337
|
"deprecationReason": null
|
|
25323
25338
|
},
|
|
25339
|
+
{
|
|
25340
|
+
"name": "id",
|
|
25341
|
+
"description": null,
|
|
25342
|
+
"type": {
|
|
25343
|
+
"kind": "INPUT_OBJECT",
|
|
25344
|
+
"name": "EventLogIdFilterComparison",
|
|
25345
|
+
"ofType": null
|
|
25346
|
+
},
|
|
25347
|
+
"defaultValue": null,
|
|
25348
|
+
"isDeprecated": false,
|
|
25349
|
+
"deprecationReason": null
|
|
25350
|
+
},
|
|
25324
25351
|
{
|
|
25325
25352
|
"name": "or",
|
|
25326
25353
|
"description": null,
|
|
@@ -25358,6 +25385,29 @@
|
|
|
25358
25385
|
"enumValues": null,
|
|
25359
25386
|
"possibleTypes": null
|
|
25360
25387
|
},
|
|
25388
|
+
{
|
|
25389
|
+
"kind": "INPUT_OBJECT",
|
|
25390
|
+
"name": "EventLogIdFilterComparison",
|
|
25391
|
+
"description": null,
|
|
25392
|
+
"fields": null,
|
|
25393
|
+
"inputFields": [
|
|
25394
|
+
{
|
|
25395
|
+
"name": "eq",
|
|
25396
|
+
"description": null,
|
|
25397
|
+
"type": {
|
|
25398
|
+
"kind": "SCALAR",
|
|
25399
|
+
"name": "String",
|
|
25400
|
+
"ofType": null
|
|
25401
|
+
},
|
|
25402
|
+
"defaultValue": null,
|
|
25403
|
+
"isDeprecated": false,
|
|
25404
|
+
"deprecationReason": null
|
|
25405
|
+
}
|
|
25406
|
+
],
|
|
25407
|
+
"interfaces": null,
|
|
25408
|
+
"enumValues": null,
|
|
25409
|
+
"possibleTypes": null
|
|
25410
|
+
},
|
|
25361
25411
|
{
|
|
25362
25412
|
"kind": "OBJECT",
|
|
25363
25413
|
"name": "EventLogMaxAggregate",
|
|
@@ -25411,6 +25461,18 @@
|
|
|
25411
25461
|
"isDeprecated": false,
|
|
25412
25462
|
"deprecationReason": null
|
|
25413
25463
|
},
|
|
25464
|
+
{
|
|
25465
|
+
"name": "id",
|
|
25466
|
+
"description": null,
|
|
25467
|
+
"args": [],
|
|
25468
|
+
"type": {
|
|
25469
|
+
"kind": "SCALAR",
|
|
25470
|
+
"name": "String",
|
|
25471
|
+
"ofType": null
|
|
25472
|
+
},
|
|
25473
|
+
"isDeprecated": false,
|
|
25474
|
+
"deprecationReason": null
|
|
25475
|
+
},
|
|
25414
25476
|
{
|
|
25415
25477
|
"name": "parentEntityId",
|
|
25416
25478
|
"description": null,
|
|
@@ -25482,6 +25544,18 @@
|
|
|
25482
25544
|
"isDeprecated": false,
|
|
25483
25545
|
"deprecationReason": null
|
|
25484
25546
|
},
|
|
25547
|
+
{
|
|
25548
|
+
"name": "id",
|
|
25549
|
+
"description": null,
|
|
25550
|
+
"args": [],
|
|
25551
|
+
"type": {
|
|
25552
|
+
"kind": "SCALAR",
|
|
25553
|
+
"name": "String",
|
|
25554
|
+
"ofType": null
|
|
25555
|
+
},
|
|
25556
|
+
"isDeprecated": false,
|
|
25557
|
+
"deprecationReason": null
|
|
25558
|
+
},
|
|
25485
25559
|
{
|
|
25486
25560
|
"name": "parentEntityId",
|
|
25487
25561
|
"description": null,
|
|
@@ -25630,6 +25704,12 @@
|
|
|
25630
25704
|
"isDeprecated": false,
|
|
25631
25705
|
"deprecationReason": null
|
|
25632
25706
|
},
|
|
25707
|
+
{
|
|
25708
|
+
"name": "id",
|
|
25709
|
+
"description": null,
|
|
25710
|
+
"isDeprecated": false,
|
|
25711
|
+
"deprecationReason": null
|
|
25712
|
+
},
|
|
25633
25713
|
{
|
|
25634
25714
|
"name": "parentEntityId",
|
|
25635
25715
|
"description": null,
|
|
@@ -28143,6 +28223,18 @@
|
|
|
28143
28223
|
"isDeprecated": false,
|
|
28144
28224
|
"deprecationReason": null
|
|
28145
28225
|
},
|
|
28226
|
+
{
|
|
28227
|
+
"name": "unitTransformation",
|
|
28228
|
+
"description": "Unit transformation to be applied to the reported usage",
|
|
28229
|
+
"args": [],
|
|
28230
|
+
"type": {
|
|
28231
|
+
"kind": "OBJECT",
|
|
28232
|
+
"name": "UnitTransformation",
|
|
28233
|
+
"ofType": null
|
|
28234
|
+
},
|
|
28235
|
+
"isDeprecated": false,
|
|
28236
|
+
"deprecationReason": null
|
|
28237
|
+
},
|
|
28146
28238
|
{
|
|
28147
28239
|
"name": "updatedAt",
|
|
28148
28240
|
"description": null,
|
|
@@ -28904,146 +28996,158 @@
|
|
|
28904
28996
|
"defaultValue": null,
|
|
28905
28997
|
"isDeprecated": false,
|
|
28906
28998
|
"deprecationReason": null
|
|
28907
|
-
}
|
|
28908
|
-
],
|
|
28909
|
-
"interfaces": null,
|
|
28910
|
-
"enumValues": null,
|
|
28911
|
-
"possibleTypes": null
|
|
28912
|
-
},
|
|
28913
|
-
{
|
|
28914
|
-
"kind": "OBJECT",
|
|
28915
|
-
"name": "FeatureMaxAggregate",
|
|
28916
|
-
"description": null,
|
|
28917
|
-
"fields": [
|
|
28918
|
-
{
|
|
28919
|
-
"name": "createdAt",
|
|
28920
|
-
"description": null,
|
|
28921
|
-
"args": [],
|
|
28922
|
-
"type": {
|
|
28923
|
-
"kind": "SCALAR",
|
|
28924
|
-
"name": "DateTime",
|
|
28925
|
-
"ofType": null
|
|
28926
|
-
},
|
|
28927
|
-
"isDeprecated": false,
|
|
28928
|
-
"deprecationReason": null
|
|
28929
|
-
},
|
|
28930
|
-
{
|
|
28931
|
-
"name": "description",
|
|
28932
|
-
"description": null,
|
|
28933
|
-
"args": [],
|
|
28934
|
-
"type": {
|
|
28935
|
-
"kind": "SCALAR",
|
|
28936
|
-
"name": "String",
|
|
28937
|
-
"ofType": null
|
|
28938
|
-
},
|
|
28939
|
-
"isDeprecated": false,
|
|
28940
|
-
"deprecationReason": null
|
|
28941
|
-
},
|
|
28942
|
-
{
|
|
28943
|
-
"name": "displayName",
|
|
28944
|
-
"description": null,
|
|
28945
|
-
"args": [],
|
|
28946
|
-
"type": {
|
|
28947
|
-
"kind": "SCALAR",
|
|
28948
|
-
"name": "String",
|
|
28949
|
-
"ofType": null
|
|
28950
|
-
},
|
|
28951
|
-
"isDeprecated": false,
|
|
28952
|
-
"deprecationReason": null
|
|
28953
|
-
},
|
|
28954
|
-
{
|
|
28955
|
-
"name": "environmentId",
|
|
28956
|
-
"description": null,
|
|
28957
|
-
"args": [],
|
|
28958
|
-
"type": {
|
|
28959
|
-
"kind": "SCALAR",
|
|
28960
|
-
"name": "String",
|
|
28961
|
-
"ofType": null
|
|
28962
|
-
},
|
|
28963
|
-
"isDeprecated": false,
|
|
28964
|
-
"deprecationReason": null
|
|
28965
|
-
},
|
|
28966
|
-
{
|
|
28967
|
-
"name": "featureStatus",
|
|
28968
|
-
"description": null,
|
|
28969
|
-
"args": [],
|
|
28970
|
-
"type": {
|
|
28971
|
-
"kind": "ENUM",
|
|
28972
|
-
"name": "FeatureStatus",
|
|
28973
|
-
"ofType": null
|
|
28974
|
-
},
|
|
28975
|
-
"isDeprecated": false,
|
|
28976
|
-
"deprecationReason": null
|
|
28977
|
-
},
|
|
28978
|
-
{
|
|
28979
|
-
"name": "featureType",
|
|
28980
|
-
"description": null,
|
|
28981
|
-
"args": [],
|
|
28982
|
-
"type": {
|
|
28983
|
-
"kind": "ENUM",
|
|
28984
|
-
"name": "FeatureType",
|
|
28985
|
-
"ofType": null
|
|
28986
|
-
},
|
|
28987
|
-
"isDeprecated": false,
|
|
28988
|
-
"deprecationReason": null
|
|
28989
|
-
},
|
|
28990
|
-
{
|
|
28991
|
-
"name": "id",
|
|
28992
|
-
"description": null,
|
|
28993
|
-
"args": [],
|
|
28994
|
-
"type": {
|
|
28995
|
-
"kind": "SCALAR",
|
|
28996
|
-
"name": "String",
|
|
28997
|
-
"ofType": null
|
|
28998
|
-
},
|
|
28999
|
-
"isDeprecated": false,
|
|
29000
|
-
"deprecationReason": null
|
|
29001
|
-
},
|
|
29002
|
-
{
|
|
29003
|
-
"name": "meterType",
|
|
29004
|
-
"description": null,
|
|
29005
|
-
"args": [],
|
|
29006
|
-
"type": {
|
|
29007
|
-
"kind": "ENUM",
|
|
29008
|
-
"name": "MeterType",
|
|
29009
|
-
"ofType": null
|
|
29010
|
-
},
|
|
29011
|
-
"isDeprecated": false,
|
|
29012
|
-
"deprecationReason": null
|
|
29013
28999
|
},
|
|
29014
29000
|
{
|
|
29015
|
-
"name": "
|
|
29016
|
-
"description":
|
|
29017
|
-
"args": [],
|
|
29001
|
+
"name": "unitTransformation",
|
|
29002
|
+
"description": "Unit transformation to be applied to the reported usage",
|
|
29018
29003
|
"type": {
|
|
29019
|
-
"kind": "
|
|
29020
|
-
"name": "
|
|
29021
|
-
"ofType": null
|
|
29022
|
-
},
|
|
29023
|
-
"isDeprecated": false,
|
|
29024
|
-
"deprecationReason": null
|
|
29025
|
-
},
|
|
29026
|
-
{
|
|
29027
|
-
"name": "updatedAt",
|
|
29028
|
-
"description": null,
|
|
29029
|
-
"args": [],
|
|
29030
|
-
"type": {
|
|
29031
|
-
"kind": "SCALAR",
|
|
29032
|
-
"name": "DateTime",
|
|
29004
|
+
"kind": "INPUT_OBJECT",
|
|
29005
|
+
"name": "UnitTransformationInput",
|
|
29033
29006
|
"ofType": null
|
|
29034
29007
|
},
|
|
29008
|
+
"defaultValue": null,
|
|
29035
29009
|
"isDeprecated": false,
|
|
29036
29010
|
"deprecationReason": null
|
|
29037
29011
|
}
|
|
29038
29012
|
],
|
|
29039
|
-
"
|
|
29040
|
-
"interfaces": [],
|
|
29013
|
+
"interfaces": null,
|
|
29041
29014
|
"enumValues": null,
|
|
29042
29015
|
"possibleTypes": null
|
|
29043
29016
|
},
|
|
29044
29017
|
{
|
|
29045
29018
|
"kind": "OBJECT",
|
|
29046
|
-
"name": "
|
|
29019
|
+
"name": "FeatureMaxAggregate",
|
|
29020
|
+
"description": null,
|
|
29021
|
+
"fields": [
|
|
29022
|
+
{
|
|
29023
|
+
"name": "createdAt",
|
|
29024
|
+
"description": null,
|
|
29025
|
+
"args": [],
|
|
29026
|
+
"type": {
|
|
29027
|
+
"kind": "SCALAR",
|
|
29028
|
+
"name": "DateTime",
|
|
29029
|
+
"ofType": null
|
|
29030
|
+
},
|
|
29031
|
+
"isDeprecated": false,
|
|
29032
|
+
"deprecationReason": null
|
|
29033
|
+
},
|
|
29034
|
+
{
|
|
29035
|
+
"name": "description",
|
|
29036
|
+
"description": null,
|
|
29037
|
+
"args": [],
|
|
29038
|
+
"type": {
|
|
29039
|
+
"kind": "SCALAR",
|
|
29040
|
+
"name": "String",
|
|
29041
|
+
"ofType": null
|
|
29042
|
+
},
|
|
29043
|
+
"isDeprecated": false,
|
|
29044
|
+
"deprecationReason": null
|
|
29045
|
+
},
|
|
29046
|
+
{
|
|
29047
|
+
"name": "displayName",
|
|
29048
|
+
"description": null,
|
|
29049
|
+
"args": [],
|
|
29050
|
+
"type": {
|
|
29051
|
+
"kind": "SCALAR",
|
|
29052
|
+
"name": "String",
|
|
29053
|
+
"ofType": null
|
|
29054
|
+
},
|
|
29055
|
+
"isDeprecated": false,
|
|
29056
|
+
"deprecationReason": null
|
|
29057
|
+
},
|
|
29058
|
+
{
|
|
29059
|
+
"name": "environmentId",
|
|
29060
|
+
"description": null,
|
|
29061
|
+
"args": [],
|
|
29062
|
+
"type": {
|
|
29063
|
+
"kind": "SCALAR",
|
|
29064
|
+
"name": "String",
|
|
29065
|
+
"ofType": null
|
|
29066
|
+
},
|
|
29067
|
+
"isDeprecated": false,
|
|
29068
|
+
"deprecationReason": null
|
|
29069
|
+
},
|
|
29070
|
+
{
|
|
29071
|
+
"name": "featureStatus",
|
|
29072
|
+
"description": null,
|
|
29073
|
+
"args": [],
|
|
29074
|
+
"type": {
|
|
29075
|
+
"kind": "ENUM",
|
|
29076
|
+
"name": "FeatureStatus",
|
|
29077
|
+
"ofType": null
|
|
29078
|
+
},
|
|
29079
|
+
"isDeprecated": false,
|
|
29080
|
+
"deprecationReason": null
|
|
29081
|
+
},
|
|
29082
|
+
{
|
|
29083
|
+
"name": "featureType",
|
|
29084
|
+
"description": null,
|
|
29085
|
+
"args": [],
|
|
29086
|
+
"type": {
|
|
29087
|
+
"kind": "ENUM",
|
|
29088
|
+
"name": "FeatureType",
|
|
29089
|
+
"ofType": null
|
|
29090
|
+
},
|
|
29091
|
+
"isDeprecated": false,
|
|
29092
|
+
"deprecationReason": null
|
|
29093
|
+
},
|
|
29094
|
+
{
|
|
29095
|
+
"name": "id",
|
|
29096
|
+
"description": null,
|
|
29097
|
+
"args": [],
|
|
29098
|
+
"type": {
|
|
29099
|
+
"kind": "SCALAR",
|
|
29100
|
+
"name": "String",
|
|
29101
|
+
"ofType": null
|
|
29102
|
+
},
|
|
29103
|
+
"isDeprecated": false,
|
|
29104
|
+
"deprecationReason": null
|
|
29105
|
+
},
|
|
29106
|
+
{
|
|
29107
|
+
"name": "meterType",
|
|
29108
|
+
"description": null,
|
|
29109
|
+
"args": [],
|
|
29110
|
+
"type": {
|
|
29111
|
+
"kind": "ENUM",
|
|
29112
|
+
"name": "MeterType",
|
|
29113
|
+
"ofType": null
|
|
29114
|
+
},
|
|
29115
|
+
"isDeprecated": false,
|
|
29116
|
+
"deprecationReason": null
|
|
29117
|
+
},
|
|
29118
|
+
{
|
|
29119
|
+
"name": "refId",
|
|
29120
|
+
"description": null,
|
|
29121
|
+
"args": [],
|
|
29122
|
+
"type": {
|
|
29123
|
+
"kind": "SCALAR",
|
|
29124
|
+
"name": "String",
|
|
29125
|
+
"ofType": null
|
|
29126
|
+
},
|
|
29127
|
+
"isDeprecated": false,
|
|
29128
|
+
"deprecationReason": null
|
|
29129
|
+
},
|
|
29130
|
+
{
|
|
29131
|
+
"name": "updatedAt",
|
|
29132
|
+
"description": null,
|
|
29133
|
+
"args": [],
|
|
29134
|
+
"type": {
|
|
29135
|
+
"kind": "SCALAR",
|
|
29136
|
+
"name": "DateTime",
|
|
29137
|
+
"ofType": null
|
|
29138
|
+
},
|
|
29139
|
+
"isDeprecated": false,
|
|
29140
|
+
"deprecationReason": null
|
|
29141
|
+
}
|
|
29142
|
+
],
|
|
29143
|
+
"inputFields": null,
|
|
29144
|
+
"interfaces": [],
|
|
29145
|
+
"enumValues": null,
|
|
29146
|
+
"possibleTypes": null
|
|
29147
|
+
},
|
|
29148
|
+
{
|
|
29149
|
+
"kind": "OBJECT",
|
|
29150
|
+
"name": "FeatureMinAggregate",
|
|
29047
29151
|
"description": null,
|
|
29048
29152
|
"fields": [
|
|
29049
29153
|
{
|
|
@@ -38039,39 +38143,6 @@
|
|
|
38039
38143
|
"isDeprecated": false,
|
|
38040
38144
|
"deprecationReason": null
|
|
38041
38145
|
},
|
|
38042
|
-
{
|
|
38043
|
-
"name": "createOneFeature",
|
|
38044
|
-
"description": null,
|
|
38045
|
-
"args": [
|
|
38046
|
-
{
|
|
38047
|
-
"name": "input",
|
|
38048
|
-
"description": null,
|
|
38049
|
-
"type": {
|
|
38050
|
-
"kind": "NON_NULL",
|
|
38051
|
-
"name": null,
|
|
38052
|
-
"ofType": {
|
|
38053
|
-
"kind": "INPUT_OBJECT",
|
|
38054
|
-
"name": "CreateOneFeatureInput",
|
|
38055
|
-
"ofType": null
|
|
38056
|
-
}
|
|
38057
|
-
},
|
|
38058
|
-
"defaultValue": null,
|
|
38059
|
-
"isDeprecated": false,
|
|
38060
|
-
"deprecationReason": null
|
|
38061
|
-
}
|
|
38062
|
-
],
|
|
38063
|
-
"type": {
|
|
38064
|
-
"kind": "NON_NULL",
|
|
38065
|
-
"name": null,
|
|
38066
|
-
"ofType": {
|
|
38067
|
-
"kind": "OBJECT",
|
|
38068
|
-
"name": "Feature",
|
|
38069
|
-
"ofType": null
|
|
38070
|
-
}
|
|
38071
|
-
},
|
|
38072
|
-
"isDeprecated": false,
|
|
38073
|
-
"deprecationReason": null
|
|
38074
|
-
},
|
|
38075
38146
|
{
|
|
38076
38147
|
"name": "createOneHook",
|
|
38077
38148
|
"description": null,
|
|
@@ -41045,39 +41116,6 @@
|
|
|
41045
41116
|
"isDeprecated": false,
|
|
41046
41117
|
"deprecationReason": null
|
|
41047
41118
|
},
|
|
41048
|
-
{
|
|
41049
|
-
"name": "updateOneFeature",
|
|
41050
|
-
"description": null,
|
|
41051
|
-
"args": [
|
|
41052
|
-
{
|
|
41053
|
-
"name": "input",
|
|
41054
|
-
"description": null,
|
|
41055
|
-
"type": {
|
|
41056
|
-
"kind": "NON_NULL",
|
|
41057
|
-
"name": null,
|
|
41058
|
-
"ofType": {
|
|
41059
|
-
"kind": "INPUT_OBJECT",
|
|
41060
|
-
"name": "UpdateOneFeatureInput",
|
|
41061
|
-
"ofType": null
|
|
41062
|
-
}
|
|
41063
|
-
},
|
|
41064
|
-
"defaultValue": null,
|
|
41065
|
-
"isDeprecated": false,
|
|
41066
|
-
"deprecationReason": null
|
|
41067
|
-
}
|
|
41068
|
-
],
|
|
41069
|
-
"type": {
|
|
41070
|
-
"kind": "NON_NULL",
|
|
41071
|
-
"name": null,
|
|
41072
|
-
"ofType": {
|
|
41073
|
-
"kind": "OBJECT",
|
|
41074
|
-
"name": "Feature",
|
|
41075
|
-
"ofType": null
|
|
41076
|
-
}
|
|
41077
|
-
},
|
|
41078
|
-
"isDeprecated": false,
|
|
41079
|
-
"deprecationReason": null
|
|
41080
|
-
},
|
|
41081
41119
|
{
|
|
41082
41120
|
"name": "updateOneHook",
|
|
41083
41121
|
"description": null,
|
|
@@ -76605,19 +76643,19 @@
|
|
|
76605
76643
|
},
|
|
76606
76644
|
{
|
|
76607
76645
|
"kind": "OBJECT",
|
|
76608
|
-
"name": "
|
|
76609
|
-
"description":
|
|
76646
|
+
"name": "UnitTransformation",
|
|
76647
|
+
"description": "Transformation to the reported usage",
|
|
76610
76648
|
"fields": [
|
|
76611
76649
|
{
|
|
76612
|
-
"name": "
|
|
76613
|
-
"description":
|
|
76650
|
+
"name": "divide",
|
|
76651
|
+
"description": "Divide usage by this number",
|
|
76614
76652
|
"args": [],
|
|
76615
76653
|
"type": {
|
|
76616
76654
|
"kind": "NON_NULL",
|
|
76617
76655
|
"name": null,
|
|
76618
76656
|
"ofType": {
|
|
76619
76657
|
"kind": "SCALAR",
|
|
76620
|
-
"name": "
|
|
76658
|
+
"name": "Float",
|
|
76621
76659
|
"ofType": null
|
|
76622
76660
|
}
|
|
76623
76661
|
},
|
|
@@ -76625,58 +76663,39 @@
|
|
|
76625
76663
|
"deprecationReason": null
|
|
76626
76664
|
},
|
|
76627
76665
|
{
|
|
76628
|
-
"name": "
|
|
76629
|
-
"description":
|
|
76666
|
+
"name": "featureUnits",
|
|
76667
|
+
"description": "Singular feature units after the transformation",
|
|
76630
76668
|
"args": [],
|
|
76631
76669
|
"type": {
|
|
76632
|
-
"kind": "
|
|
76633
|
-
"name":
|
|
76634
|
-
"ofType":
|
|
76635
|
-
"kind": "SCALAR",
|
|
76636
|
-
"name": "String",
|
|
76637
|
-
"ofType": null
|
|
76638
|
-
}
|
|
76670
|
+
"kind": "SCALAR",
|
|
76671
|
+
"name": "String",
|
|
76672
|
+
"ofType": null
|
|
76639
76673
|
},
|
|
76640
76674
|
"isDeprecated": false,
|
|
76641
76675
|
"deprecationReason": null
|
|
76642
|
-
}
|
|
76643
|
-
],
|
|
76644
|
-
"inputFields": null,
|
|
76645
|
-
"interfaces": [],
|
|
76646
|
-
"enumValues": null,
|
|
76647
|
-
"possibleTypes": null
|
|
76648
|
-
},
|
|
76649
|
-
{
|
|
76650
|
-
"kind": "OBJECT",
|
|
76651
|
-
"name": "UnsupportedVendorIdentifierError",
|
|
76652
|
-
"description": null,
|
|
76653
|
-
"fields": [
|
|
76676
|
+
},
|
|
76654
76677
|
{
|
|
76655
|
-
"name": "
|
|
76656
|
-
"description":
|
|
76678
|
+
"name": "featureUnitsPlural",
|
|
76679
|
+
"description": "Plural feature units after the transformation",
|
|
76657
76680
|
"args": [],
|
|
76658
76681
|
"type": {
|
|
76659
|
-
"kind": "
|
|
76660
|
-
"name":
|
|
76661
|
-
"ofType":
|
|
76662
|
-
"kind": "SCALAR",
|
|
76663
|
-
"name": "String",
|
|
76664
|
-
"ofType": null
|
|
76665
|
-
}
|
|
76682
|
+
"kind": "SCALAR",
|
|
76683
|
+
"name": "String",
|
|
76684
|
+
"ofType": null
|
|
76666
76685
|
},
|
|
76667
76686
|
"isDeprecated": false,
|
|
76668
76687
|
"deprecationReason": null
|
|
76669
76688
|
},
|
|
76670
76689
|
{
|
|
76671
|
-
"name": "
|
|
76672
|
-
"description":
|
|
76690
|
+
"name": "round",
|
|
76691
|
+
"description": "After division, either round the result up or down",
|
|
76673
76692
|
"args": [],
|
|
76674
76693
|
"type": {
|
|
76675
76694
|
"kind": "NON_NULL",
|
|
76676
76695
|
"name": null,
|
|
76677
76696
|
"ofType": {
|
|
76678
|
-
"kind": "
|
|
76679
|
-
"name": "
|
|
76697
|
+
"kind": "ENUM",
|
|
76698
|
+
"name": "UnitTransformationRound",
|
|
76680
76699
|
"ofType": null
|
|
76681
76700
|
}
|
|
76682
76701
|
},
|
|
@@ -76691,19 +76710,19 @@
|
|
|
76691
76710
|
},
|
|
76692
76711
|
{
|
|
76693
76712
|
"kind": "INPUT_OBJECT",
|
|
76694
|
-
"name": "
|
|
76695
|
-
"description":
|
|
76713
|
+
"name": "UnitTransformationInput",
|
|
76714
|
+
"description": "Input for unit transformation to be applied to the reported usage",
|
|
76696
76715
|
"fields": null,
|
|
76697
76716
|
"inputFields": [
|
|
76698
76717
|
{
|
|
76699
|
-
"name": "
|
|
76700
|
-
"description":
|
|
76718
|
+
"name": "divide",
|
|
76719
|
+
"description": "Divide usage by this number",
|
|
76701
76720
|
"type": {
|
|
76702
76721
|
"kind": "NON_NULL",
|
|
76703
76722
|
"name": null,
|
|
76704
76723
|
"ofType": {
|
|
76705
76724
|
"kind": "SCALAR",
|
|
76706
|
-
"name": "
|
|
76725
|
+
"name": "Int",
|
|
76707
76726
|
"ofType": null
|
|
76708
76727
|
}
|
|
76709
76728
|
},
|
|
@@ -76712,8 +76731,8 @@
|
|
|
76712
76731
|
"deprecationReason": null
|
|
76713
76732
|
},
|
|
76714
76733
|
{
|
|
76715
|
-
"name": "
|
|
76716
|
-
"description":
|
|
76734
|
+
"name": "featureUnits",
|
|
76735
|
+
"description": "Singular feature units after the transformation",
|
|
76717
76736
|
"type": {
|
|
76718
76737
|
"kind": "SCALAR",
|
|
76719
76738
|
"name": "String",
|
|
@@ -76724,11 +76743,11 @@
|
|
|
76724
76743
|
"deprecationReason": null
|
|
76725
76744
|
},
|
|
76726
76745
|
{
|
|
76727
|
-
"name": "
|
|
76728
|
-
"description":
|
|
76746
|
+
"name": "featureUnitsPlural",
|
|
76747
|
+
"description": "Plural feature units after the transformation",
|
|
76729
76748
|
"type": {
|
|
76730
|
-
"kind": "
|
|
76731
|
-
"name": "
|
|
76749
|
+
"kind": "SCALAR",
|
|
76750
|
+
"name": "String",
|
|
76732
76751
|
"ofType": null
|
|
76733
76752
|
},
|
|
76734
76753
|
"defaultValue": null,
|
|
@@ -76736,26 +76755,14 @@
|
|
|
76736
76755
|
"deprecationReason": null
|
|
76737
76756
|
},
|
|
76738
76757
|
{
|
|
76739
|
-
"name": "
|
|
76740
|
-
"description":
|
|
76758
|
+
"name": "round",
|
|
76759
|
+
"description": "After division, either round the result up or down",
|
|
76741
76760
|
"type": {
|
|
76742
76761
|
"kind": "ENUM",
|
|
76743
|
-
"name": "
|
|
76744
|
-
"ofType": null
|
|
76745
|
-
},
|
|
76746
|
-
"defaultValue": null,
|
|
76747
|
-
"isDeprecated": false,
|
|
76748
|
-
"deprecationReason": null
|
|
76749
|
-
},
|
|
76750
|
-
{
|
|
76751
|
-
"name": "timezone",
|
|
76752
|
-
"description": null,
|
|
76753
|
-
"type": {
|
|
76754
|
-
"kind": "SCALAR",
|
|
76755
|
-
"name": "String",
|
|
76762
|
+
"name": "UnitTransformationRound",
|
|
76756
76763
|
"ofType": null
|
|
76757
76764
|
},
|
|
76758
|
-
"defaultValue":
|
|
76765
|
+
"defaultValue": "UP",
|
|
76759
76766
|
"isDeprecated": false,
|
|
76760
76767
|
"deprecationReason": null
|
|
76761
76768
|
}
|
|
@@ -76765,50 +76772,37 @@
|
|
|
76765
76772
|
"possibleTypes": null
|
|
76766
76773
|
},
|
|
76767
76774
|
{
|
|
76768
|
-
"kind": "
|
|
76769
|
-
"name": "
|
|
76770
|
-
"description":
|
|
76775
|
+
"kind": "ENUM",
|
|
76776
|
+
"name": "UnitTransformationRound",
|
|
76777
|
+
"description": "Unit transformation round type",
|
|
76771
76778
|
"fields": null,
|
|
76772
|
-
"inputFields":
|
|
76773
|
-
|
|
76774
|
-
|
|
76775
|
-
"description": null,
|
|
76776
|
-
"type": {
|
|
76777
|
-
"kind": "SCALAR",
|
|
76778
|
-
"name": "JSON",
|
|
76779
|
-
"ofType": null
|
|
76780
|
-
},
|
|
76781
|
-
"defaultValue": null,
|
|
76782
|
-
"isDeprecated": false,
|
|
76783
|
-
"deprecationReason": null
|
|
76784
|
-
},
|
|
76779
|
+
"inputFields": null,
|
|
76780
|
+
"interfaces": null,
|
|
76781
|
+
"enumValues": [
|
|
76785
76782
|
{
|
|
76786
|
-
"name": "
|
|
76787
|
-
"description":
|
|
76788
|
-
"type": {
|
|
76789
|
-
"kind": "SCALAR",
|
|
76790
|
-
"name": "String",
|
|
76791
|
-
"ofType": null
|
|
76792
|
-
},
|
|
76793
|
-
"defaultValue": null,
|
|
76783
|
+
"name": "DOWN",
|
|
76784
|
+
"description": "Apply round down after transformation",
|
|
76794
76785
|
"isDeprecated": false,
|
|
76795
76786
|
"deprecationReason": null
|
|
76796
76787
|
},
|
|
76797
76788
|
{
|
|
76798
|
-
"name": "
|
|
76799
|
-
"description":
|
|
76800
|
-
"type": {
|
|
76801
|
-
"kind": "SCALAR",
|
|
76802
|
-
"name": "String",
|
|
76803
|
-
"ofType": null
|
|
76804
|
-
},
|
|
76805
|
-
"defaultValue": null,
|
|
76789
|
+
"name": "UP",
|
|
76790
|
+
"description": "Apply round up after transformation",
|
|
76806
76791
|
"isDeprecated": false,
|
|
76807
76792
|
"deprecationReason": null
|
|
76808
|
-
}
|
|
76793
|
+
}
|
|
76794
|
+
],
|
|
76795
|
+
"possibleTypes": null
|
|
76796
|
+
},
|
|
76797
|
+
{
|
|
76798
|
+
"kind": "OBJECT",
|
|
76799
|
+
"name": "UnsupportedFeatureTypeError",
|
|
76800
|
+
"description": null,
|
|
76801
|
+
"fields": [
|
|
76809
76802
|
{
|
|
76810
|
-
"name": "
|
|
76803
|
+
"name": "code",
|
|
76811
76804
|
"description": null,
|
|
76805
|
+
"args": [],
|
|
76812
76806
|
"type": {
|
|
76813
76807
|
"kind": "NON_NULL",
|
|
76814
76808
|
"name": null,
|
|
@@ -76818,13 +76812,13 @@
|
|
|
76818
76812
|
"ofType": null
|
|
76819
76813
|
}
|
|
76820
76814
|
},
|
|
76821
|
-
"defaultValue": null,
|
|
76822
76815
|
"isDeprecated": false,
|
|
76823
76816
|
"deprecationReason": null
|
|
76824
76817
|
},
|
|
76825
76818
|
{
|
|
76826
|
-
"name": "
|
|
76819
|
+
"name": "featureType",
|
|
76827
76820
|
"description": null,
|
|
76821
|
+
"args": [],
|
|
76828
76822
|
"type": {
|
|
76829
76823
|
"kind": "NON_NULL",
|
|
76830
76824
|
"name": null,
|
|
@@ -76834,119 +76828,82 @@
|
|
|
76834
76828
|
"ofType": null
|
|
76835
76829
|
}
|
|
76836
76830
|
},
|
|
76837
|
-
"defaultValue": null,
|
|
76838
76831
|
"isDeprecated": false,
|
|
76839
76832
|
"deprecationReason": null
|
|
76840
76833
|
}
|
|
76841
76834
|
],
|
|
76842
|
-
"
|
|
76835
|
+
"inputFields": null,
|
|
76836
|
+
"interfaces": [],
|
|
76843
76837
|
"enumValues": null,
|
|
76844
76838
|
"possibleTypes": null
|
|
76845
76839
|
},
|
|
76846
76840
|
{
|
|
76847
|
-
"kind": "
|
|
76848
|
-
"name": "
|
|
76841
|
+
"kind": "OBJECT",
|
|
76842
|
+
"name": "UnsupportedVendorIdentifierError",
|
|
76849
76843
|
"description": null,
|
|
76850
|
-
"fields":
|
|
76851
|
-
"inputFields": [
|
|
76852
|
-
{
|
|
76853
|
-
"name": "additionalMetaData",
|
|
76854
|
-
"description": null,
|
|
76855
|
-
"type": {
|
|
76856
|
-
"kind": "SCALAR",
|
|
76857
|
-
"name": "JSON",
|
|
76858
|
-
"ofType": null
|
|
76859
|
-
},
|
|
76860
|
-
"defaultValue": null,
|
|
76861
|
-
"isDeprecated": false,
|
|
76862
|
-
"deprecationReason": null
|
|
76863
|
-
},
|
|
76864
|
-
{
|
|
76865
|
-
"name": "awsMarketplaceCustomerId",
|
|
76866
|
-
"description": null,
|
|
76867
|
-
"type": {
|
|
76868
|
-
"kind": "SCALAR",
|
|
76869
|
-
"name": "String",
|
|
76870
|
-
"ofType": null
|
|
76871
|
-
},
|
|
76872
|
-
"defaultValue": null,
|
|
76873
|
-
"isDeprecated": false,
|
|
76874
|
-
"deprecationReason": null
|
|
76875
|
-
},
|
|
76876
|
-
{
|
|
76877
|
-
"name": "billingId",
|
|
76878
|
-
"description": null,
|
|
76879
|
-
"type": {
|
|
76880
|
-
"kind": "SCALAR",
|
|
76881
|
-
"name": "String",
|
|
76882
|
-
"ofType": null
|
|
76883
|
-
},
|
|
76884
|
-
"defaultValue": null,
|
|
76885
|
-
"isDeprecated": false,
|
|
76886
|
-
"deprecationReason": null
|
|
76887
|
-
},
|
|
76888
|
-
{
|
|
76889
|
-
"name": "billingInformation",
|
|
76890
|
-
"description": null,
|
|
76891
|
-
"type": {
|
|
76892
|
-
"kind": "INPUT_OBJECT",
|
|
76893
|
-
"name": "CustomerBillingInfo",
|
|
76894
|
-
"ofType": null
|
|
76895
|
-
},
|
|
76896
|
-
"defaultValue": null,
|
|
76897
|
-
"isDeprecated": false,
|
|
76898
|
-
"deprecationReason": null
|
|
76899
|
-
},
|
|
76900
|
-
{
|
|
76901
|
-
"name": "couponRefId",
|
|
76902
|
-
"description": null,
|
|
76903
|
-
"type": {
|
|
76904
|
-
"kind": "SCALAR",
|
|
76905
|
-
"name": "String",
|
|
76906
|
-
"ofType": null
|
|
76907
|
-
},
|
|
76908
|
-
"defaultValue": null,
|
|
76909
|
-
"isDeprecated": false,
|
|
76910
|
-
"deprecationReason": null
|
|
76911
|
-
},
|
|
76844
|
+
"fields": [
|
|
76912
76845
|
{
|
|
76913
|
-
"name": "
|
|
76846
|
+
"name": "code",
|
|
76914
76847
|
"description": null,
|
|
76848
|
+
"args": [],
|
|
76915
76849
|
"type": {
|
|
76916
|
-
"kind": "
|
|
76917
|
-
"name":
|
|
76918
|
-
"ofType":
|
|
76850
|
+
"kind": "NON_NULL",
|
|
76851
|
+
"name": null,
|
|
76852
|
+
"ofType": {
|
|
76853
|
+
"kind": "SCALAR",
|
|
76854
|
+
"name": "String",
|
|
76855
|
+
"ofType": null
|
|
76856
|
+
}
|
|
76919
76857
|
},
|
|
76920
|
-
"defaultValue": null,
|
|
76921
76858
|
"isDeprecated": false,
|
|
76922
76859
|
"deprecationReason": null
|
|
76923
76860
|
},
|
|
76924
76861
|
{
|
|
76925
|
-
"name": "
|
|
76862
|
+
"name": "vendorIdentifier",
|
|
76926
76863
|
"description": null,
|
|
76864
|
+
"args": [],
|
|
76927
76865
|
"type": {
|
|
76928
|
-
"kind": "
|
|
76929
|
-
"name":
|
|
76930
|
-
"ofType":
|
|
76866
|
+
"kind": "NON_NULL",
|
|
76867
|
+
"name": null,
|
|
76868
|
+
"ofType": {
|
|
76869
|
+
"kind": "SCALAR",
|
|
76870
|
+
"name": "String",
|
|
76871
|
+
"ofType": null
|
|
76872
|
+
}
|
|
76931
76873
|
},
|
|
76932
|
-
"defaultValue": null,
|
|
76933
76874
|
"isDeprecated": false,
|
|
76934
76875
|
"deprecationReason": null
|
|
76935
|
-
}
|
|
76876
|
+
}
|
|
76877
|
+
],
|
|
76878
|
+
"inputFields": null,
|
|
76879
|
+
"interfaces": [],
|
|
76880
|
+
"enumValues": null,
|
|
76881
|
+
"possibleTypes": null
|
|
76882
|
+
},
|
|
76883
|
+
{
|
|
76884
|
+
"kind": "INPUT_OBJECT",
|
|
76885
|
+
"name": "UpdateAccountInput",
|
|
76886
|
+
"description": null,
|
|
76887
|
+
"fields": null,
|
|
76888
|
+
"inputFields": [
|
|
76936
76889
|
{
|
|
76937
|
-
"name": "
|
|
76890
|
+
"name": "displayName",
|
|
76938
76891
|
"description": null,
|
|
76939
76892
|
"type": {
|
|
76940
|
-
"kind": "
|
|
76941
|
-
"name":
|
|
76942
|
-
"ofType":
|
|
76893
|
+
"kind": "NON_NULL",
|
|
76894
|
+
"name": null,
|
|
76895
|
+
"ofType": {
|
|
76896
|
+
"kind": "SCALAR",
|
|
76897
|
+
"name": "String",
|
|
76898
|
+
"ofType": null
|
|
76899
|
+
}
|
|
76943
76900
|
},
|
|
76944
76901
|
"defaultValue": null,
|
|
76945
76902
|
"isDeprecated": false,
|
|
76946
76903
|
"deprecationReason": null
|
|
76947
76904
|
},
|
|
76948
76905
|
{
|
|
76949
|
-
"name": "
|
|
76906
|
+
"name": "id",
|
|
76950
76907
|
"description": null,
|
|
76951
76908
|
"type": {
|
|
76952
76909
|
"kind": "SCALAR",
|
|
@@ -76958,11 +76915,11 @@
|
|
|
76958
76915
|
"deprecationReason": null
|
|
76959
76916
|
},
|
|
76960
76917
|
{
|
|
76961
|
-
"name": "
|
|
76918
|
+
"name": "subscriptionBillingAnchor",
|
|
76962
76919
|
"description": null,
|
|
76963
76920
|
"type": {
|
|
76964
|
-
"kind": "
|
|
76965
|
-
"name": "
|
|
76921
|
+
"kind": "ENUM",
|
|
76922
|
+
"name": "BillingAnchor",
|
|
76966
76923
|
"ofType": null
|
|
76967
76924
|
},
|
|
76968
76925
|
"defaultValue": null,
|
|
@@ -76970,11 +76927,11 @@
|
|
|
76970
76927
|
"deprecationReason": null
|
|
76971
76928
|
},
|
|
76972
76929
|
{
|
|
76973
|
-
"name": "
|
|
76930
|
+
"name": "subscriptionProrationBehavior",
|
|
76974
76931
|
"description": null,
|
|
76975
76932
|
"type": {
|
|
76976
|
-
"kind": "
|
|
76977
|
-
"name": "
|
|
76933
|
+
"kind": "ENUM",
|
|
76934
|
+
"name": "ProrationBehavior",
|
|
76978
76935
|
"ofType": null
|
|
76979
76936
|
},
|
|
76980
76937
|
"defaultValue": null,
|
|
@@ -76982,7 +76939,7 @@
|
|
|
76982
76939
|
"deprecationReason": null
|
|
76983
76940
|
},
|
|
76984
76941
|
{
|
|
76985
|
-
"name": "
|
|
76942
|
+
"name": "timezone",
|
|
76986
76943
|
"description": null,
|
|
76987
76944
|
"type": {
|
|
76988
76945
|
"kind": "SCALAR",
|
|
@@ -76992,75 +76949,24 @@
|
|
|
76992
76949
|
"defaultValue": null,
|
|
76993
76950
|
"isDeprecated": false,
|
|
76994
76951
|
"deprecationReason": null
|
|
76995
|
-
},
|
|
76996
|
-
{
|
|
76997
|
-
"name": "shouldWaitSync",
|
|
76998
|
-
"description": null,
|
|
76999
|
-
"type": {
|
|
77000
|
-
"kind": "SCALAR",
|
|
77001
|
-
"name": "Boolean",
|
|
77002
|
-
"ofType": null
|
|
77003
|
-
},
|
|
77004
|
-
"defaultValue": "false",
|
|
77005
|
-
"isDeprecated": false,
|
|
77006
|
-
"deprecationReason": null
|
|
77007
76952
|
}
|
|
77008
76953
|
],
|
|
77009
76954
|
"interfaces": null,
|
|
77010
76955
|
"enumValues": null,
|
|
77011
76956
|
"possibleTypes": null
|
|
77012
76957
|
},
|
|
77013
|
-
{
|
|
77014
|
-
"kind": "OBJECT",
|
|
77015
|
-
"name": "UpdateEntitlementsOrderDTO",
|
|
77016
|
-
"description": null,
|
|
77017
|
-
"fields": [
|
|
77018
|
-
{
|
|
77019
|
-
"name": "id",
|
|
77020
|
-
"description": null,
|
|
77021
|
-
"args": [],
|
|
77022
|
-
"type": {
|
|
77023
|
-
"kind": "NON_NULL",
|
|
77024
|
-
"name": null,
|
|
77025
|
-
"ofType": {
|
|
77026
|
-
"kind": "SCALAR",
|
|
77027
|
-
"name": "String",
|
|
77028
|
-
"ofType": null
|
|
77029
|
-
}
|
|
77030
|
-
},
|
|
77031
|
-
"isDeprecated": false,
|
|
77032
|
-
"deprecationReason": null
|
|
77033
|
-
},
|
|
77034
|
-
{
|
|
77035
|
-
"name": "order",
|
|
77036
|
-
"description": null,
|
|
77037
|
-
"args": [],
|
|
77038
|
-
"type": {
|
|
77039
|
-
"kind": "SCALAR",
|
|
77040
|
-
"name": "Float",
|
|
77041
|
-
"ofType": null
|
|
77042
|
-
},
|
|
77043
|
-
"isDeprecated": false,
|
|
77044
|
-
"deprecationReason": null
|
|
77045
|
-
}
|
|
77046
|
-
],
|
|
77047
|
-
"inputFields": null,
|
|
77048
|
-
"interfaces": [],
|
|
77049
|
-
"enumValues": null,
|
|
77050
|
-
"possibleTypes": null
|
|
77051
|
-
},
|
|
77052
76958
|
{
|
|
77053
76959
|
"kind": "INPUT_OBJECT",
|
|
77054
|
-
"name": "
|
|
76960
|
+
"name": "UpdateCouponInput",
|
|
77055
76961
|
"description": null,
|
|
77056
76962
|
"fields": null,
|
|
77057
76963
|
"inputFields": [
|
|
77058
76964
|
{
|
|
77059
|
-
"name": "
|
|
76965
|
+
"name": "additionalMetaData",
|
|
77060
76966
|
"description": null,
|
|
77061
76967
|
"type": {
|
|
77062
76968
|
"kind": "SCALAR",
|
|
77063
|
-
"name": "
|
|
76969
|
+
"name": "JSON",
|
|
77064
76970
|
"ofType": null
|
|
77065
76971
|
},
|
|
77066
76972
|
"defaultValue": null,
|
|
@@ -77094,6 +77000,61 @@
|
|
|
77094
77000
|
{
|
|
77095
77001
|
"name": "name",
|
|
77096
77002
|
"description": null,
|
|
77003
|
+
"type": {
|
|
77004
|
+
"kind": "NON_NULL",
|
|
77005
|
+
"name": null,
|
|
77006
|
+
"ofType": {
|
|
77007
|
+
"kind": "SCALAR",
|
|
77008
|
+
"name": "String",
|
|
77009
|
+
"ofType": null
|
|
77010
|
+
}
|
|
77011
|
+
},
|
|
77012
|
+
"defaultValue": null,
|
|
77013
|
+
"isDeprecated": false,
|
|
77014
|
+
"deprecationReason": null
|
|
77015
|
+
},
|
|
77016
|
+
{
|
|
77017
|
+
"name": "refId",
|
|
77018
|
+
"description": null,
|
|
77019
|
+
"type": {
|
|
77020
|
+
"kind": "NON_NULL",
|
|
77021
|
+
"name": null,
|
|
77022
|
+
"ofType": {
|
|
77023
|
+
"kind": "SCALAR",
|
|
77024
|
+
"name": "String",
|
|
77025
|
+
"ofType": null
|
|
77026
|
+
}
|
|
77027
|
+
},
|
|
77028
|
+
"defaultValue": null,
|
|
77029
|
+
"isDeprecated": false,
|
|
77030
|
+
"deprecationReason": null
|
|
77031
|
+
}
|
|
77032
|
+
],
|
|
77033
|
+
"interfaces": null,
|
|
77034
|
+
"enumValues": null,
|
|
77035
|
+
"possibleTypes": null
|
|
77036
|
+
},
|
|
77037
|
+
{
|
|
77038
|
+
"kind": "INPUT_OBJECT",
|
|
77039
|
+
"name": "UpdateCustomerInput",
|
|
77040
|
+
"description": null,
|
|
77041
|
+
"fields": null,
|
|
77042
|
+
"inputFields": [
|
|
77043
|
+
{
|
|
77044
|
+
"name": "additionalMetaData",
|
|
77045
|
+
"description": null,
|
|
77046
|
+
"type": {
|
|
77047
|
+
"kind": "SCALAR",
|
|
77048
|
+
"name": "JSON",
|
|
77049
|
+
"ofType": null
|
|
77050
|
+
},
|
|
77051
|
+
"defaultValue": null,
|
|
77052
|
+
"isDeprecated": false,
|
|
77053
|
+
"deprecationReason": null
|
|
77054
|
+
},
|
|
77055
|
+
{
|
|
77056
|
+
"name": "awsMarketplaceCustomerId",
|
|
77057
|
+
"description": null,
|
|
77097
77058
|
"type": {
|
|
77098
77059
|
"kind": "SCALAR",
|
|
77099
77060
|
"name": "String",
|
|
@@ -77104,7 +77065,7 @@
|
|
|
77104
77065
|
"deprecationReason": null
|
|
77105
77066
|
},
|
|
77106
77067
|
{
|
|
77107
|
-
"name": "
|
|
77068
|
+
"name": "billingId",
|
|
77108
77069
|
"description": null,
|
|
77109
77070
|
"type": {
|
|
77110
77071
|
"kind": "SCALAR",
|
|
@@ -77116,11 +77077,11 @@
|
|
|
77116
77077
|
"deprecationReason": null
|
|
77117
77078
|
},
|
|
77118
77079
|
{
|
|
77119
|
-
"name": "
|
|
77080
|
+
"name": "billingInformation",
|
|
77120
77081
|
"description": null,
|
|
77121
77082
|
"type": {
|
|
77122
77083
|
"kind": "INPUT_OBJECT",
|
|
77123
|
-
"name": "
|
|
77084
|
+
"name": "CustomerBillingInfo",
|
|
77124
77085
|
"ofType": null
|
|
77125
77086
|
},
|
|
77126
77087
|
"defaultValue": null,
|
|
@@ -77128,23 +77089,19 @@
|
|
|
77128
77089
|
"deprecationReason": null
|
|
77129
77090
|
},
|
|
77130
77091
|
{
|
|
77131
|
-
"name": "
|
|
77092
|
+
"name": "couponRefId",
|
|
77132
77093
|
"description": null,
|
|
77133
77094
|
"type": {
|
|
77134
|
-
"kind": "
|
|
77135
|
-
"name":
|
|
77136
|
-
"ofType":
|
|
77137
|
-
"kind": "SCALAR",
|
|
77138
|
-
"name": "String",
|
|
77139
|
-
"ofType": null
|
|
77140
|
-
}
|
|
77095
|
+
"kind": "SCALAR",
|
|
77096
|
+
"name": "String",
|
|
77097
|
+
"ofType": null
|
|
77141
77098
|
},
|
|
77142
77099
|
"defaultValue": null,
|
|
77143
77100
|
"isDeprecated": false,
|
|
77144
77101
|
"deprecationReason": null
|
|
77145
77102
|
},
|
|
77146
77103
|
{
|
|
77147
|
-
"name": "
|
|
77104
|
+
"name": "crmId",
|
|
77148
77105
|
"description": null,
|
|
77149
77106
|
"type": {
|
|
77150
77107
|
"kind": "SCALAR",
|
|
@@ -77156,34 +77113,23 @@
|
|
|
77156
77113
|
"deprecationReason": null
|
|
77157
77114
|
},
|
|
77158
77115
|
{
|
|
77159
|
-
"name": "
|
|
77116
|
+
"name": "customerId",
|
|
77160
77117
|
"description": null,
|
|
77161
77118
|
"type": {
|
|
77162
77119
|
"kind": "SCALAR",
|
|
77163
|
-
"name": "
|
|
77120
|
+
"name": "String",
|
|
77164
77121
|
"ofType": null
|
|
77165
77122
|
},
|
|
77166
77123
|
"defaultValue": null,
|
|
77167
77124
|
"isDeprecated": false,
|
|
77168
77125
|
"deprecationReason": null
|
|
77169
|
-
}
|
|
77170
|
-
],
|
|
77171
|
-
"interfaces": null,
|
|
77172
|
-
"enumValues": null,
|
|
77173
|
-
"possibleTypes": null
|
|
77174
|
-
},
|
|
77175
|
-
{
|
|
77176
|
-
"kind": "INPUT_OBJECT",
|
|
77177
|
-
"name": "UpdateFeature",
|
|
77178
|
-
"description": null,
|
|
77179
|
-
"fields": null,
|
|
77180
|
-
"inputFields": [
|
|
77126
|
+
},
|
|
77181
77127
|
{
|
|
77182
|
-
"name": "
|
|
77128
|
+
"name": "email",
|
|
77183
77129
|
"description": null,
|
|
77184
77130
|
"type": {
|
|
77185
77131
|
"kind": "SCALAR",
|
|
77186
|
-
"name": "
|
|
77132
|
+
"name": "String",
|
|
77187
77133
|
"ofType": null
|
|
77188
77134
|
},
|
|
77189
77135
|
"defaultValue": null,
|
|
@@ -77191,11 +77137,11 @@
|
|
|
77191
77137
|
"deprecationReason": null
|
|
77192
77138
|
},
|
|
77193
77139
|
{
|
|
77194
|
-
"name": "
|
|
77140
|
+
"name": "environmentId",
|
|
77195
77141
|
"description": null,
|
|
77196
77142
|
"type": {
|
|
77197
77143
|
"kind": "SCALAR",
|
|
77198
|
-
"name": "
|
|
77144
|
+
"name": "String",
|
|
77199
77145
|
"ofType": null
|
|
77200
77146
|
},
|
|
77201
77147
|
"defaultValue": null,
|
|
@@ -77203,7 +77149,7 @@
|
|
|
77203
77149
|
"deprecationReason": null
|
|
77204
77150
|
},
|
|
77205
77151
|
{
|
|
77206
|
-
"name": "
|
|
77152
|
+
"name": "name",
|
|
77207
77153
|
"description": null,
|
|
77208
77154
|
"type": {
|
|
77209
77155
|
"kind": "SCALAR",
|
|
@@ -77215,7 +77161,7 @@
|
|
|
77215
77161
|
"deprecationReason": null
|
|
77216
77162
|
},
|
|
77217
77163
|
{
|
|
77218
|
-
"name": "
|
|
77164
|
+
"name": "refId",
|
|
77219
77165
|
"description": null,
|
|
77220
77166
|
"type": {
|
|
77221
77167
|
"kind": "SCALAR",
|
|
@@ -77227,7 +77173,7 @@
|
|
|
77227
77173
|
"deprecationReason": null
|
|
77228
77174
|
},
|
|
77229
77175
|
{
|
|
77230
|
-
"name": "
|
|
77176
|
+
"name": "salesforceId",
|
|
77231
77177
|
"description": null,
|
|
77232
77178
|
"type": {
|
|
77233
77179
|
"kind": "SCALAR",
|
|
@@ -77239,11 +77185,73 @@
|
|
|
77239
77185
|
"deprecationReason": null
|
|
77240
77186
|
},
|
|
77241
77187
|
{
|
|
77242
|
-
"name": "
|
|
77188
|
+
"name": "shouldWaitSync",
|
|
77243
77189
|
"description": null,
|
|
77244
77190
|
"type": {
|
|
77245
|
-
"kind": "
|
|
77246
|
-
"name": "
|
|
77191
|
+
"kind": "SCALAR",
|
|
77192
|
+
"name": "Boolean",
|
|
77193
|
+
"ofType": null
|
|
77194
|
+
},
|
|
77195
|
+
"defaultValue": "false",
|
|
77196
|
+
"isDeprecated": false,
|
|
77197
|
+
"deprecationReason": null
|
|
77198
|
+
}
|
|
77199
|
+
],
|
|
77200
|
+
"interfaces": null,
|
|
77201
|
+
"enumValues": null,
|
|
77202
|
+
"possibleTypes": null
|
|
77203
|
+
},
|
|
77204
|
+
{
|
|
77205
|
+
"kind": "OBJECT",
|
|
77206
|
+
"name": "UpdateEntitlementsOrderDTO",
|
|
77207
|
+
"description": null,
|
|
77208
|
+
"fields": [
|
|
77209
|
+
{
|
|
77210
|
+
"name": "id",
|
|
77211
|
+
"description": null,
|
|
77212
|
+
"args": [],
|
|
77213
|
+
"type": {
|
|
77214
|
+
"kind": "NON_NULL",
|
|
77215
|
+
"name": null,
|
|
77216
|
+
"ofType": {
|
|
77217
|
+
"kind": "SCALAR",
|
|
77218
|
+
"name": "String",
|
|
77219
|
+
"ofType": null
|
|
77220
|
+
}
|
|
77221
|
+
},
|
|
77222
|
+
"isDeprecated": false,
|
|
77223
|
+
"deprecationReason": null
|
|
77224
|
+
},
|
|
77225
|
+
{
|
|
77226
|
+
"name": "order",
|
|
77227
|
+
"description": null,
|
|
77228
|
+
"args": [],
|
|
77229
|
+
"type": {
|
|
77230
|
+
"kind": "SCALAR",
|
|
77231
|
+
"name": "Float",
|
|
77232
|
+
"ofType": null
|
|
77233
|
+
},
|
|
77234
|
+
"isDeprecated": false,
|
|
77235
|
+
"deprecationReason": null
|
|
77236
|
+
}
|
|
77237
|
+
],
|
|
77238
|
+
"inputFields": null,
|
|
77239
|
+
"interfaces": [],
|
|
77240
|
+
"enumValues": null,
|
|
77241
|
+
"possibleTypes": null
|
|
77242
|
+
},
|
|
77243
|
+
{
|
|
77244
|
+
"kind": "INPUT_OBJECT",
|
|
77245
|
+
"name": "UpdateExperimentInput",
|
|
77246
|
+
"description": null,
|
|
77247
|
+
"fields": null,
|
|
77248
|
+
"inputFields": [
|
|
77249
|
+
{
|
|
77250
|
+
"name": "controlGroupName",
|
|
77251
|
+
"description": null,
|
|
77252
|
+
"type": {
|
|
77253
|
+
"kind": "SCALAR",
|
|
77254
|
+
"name": "String",
|
|
77247
77255
|
"ofType": null
|
|
77248
77256
|
},
|
|
77249
77257
|
"defaultValue": null,
|
|
@@ -77251,11 +77259,11 @@
|
|
|
77251
77259
|
"deprecationReason": null
|
|
77252
77260
|
},
|
|
77253
77261
|
{
|
|
77254
|
-
"name": "
|
|
77262
|
+
"name": "description",
|
|
77255
77263
|
"description": null,
|
|
77256
77264
|
"type": {
|
|
77257
|
-
"kind": "
|
|
77258
|
-
"name": "
|
|
77265
|
+
"kind": "SCALAR",
|
|
77266
|
+
"name": "String",
|
|
77259
77267
|
"ofType": null
|
|
77260
77268
|
},
|
|
77261
77269
|
"defaultValue": null,
|
|
@@ -77263,7 +77271,7 @@
|
|
|
77263
77271
|
"deprecationReason": null
|
|
77264
77272
|
},
|
|
77265
77273
|
{
|
|
77266
|
-
"name": "
|
|
77274
|
+
"name": "environmentId",
|
|
77267
77275
|
"description": null,
|
|
77268
77276
|
"type": {
|
|
77269
77277
|
"kind": "SCALAR",
|
|
@@ -77275,7 +77283,7 @@
|
|
|
77275
77283
|
"deprecationReason": null
|
|
77276
77284
|
},
|
|
77277
77285
|
{
|
|
77278
|
-
"name": "
|
|
77286
|
+
"name": "name",
|
|
77279
77287
|
"description": null,
|
|
77280
77288
|
"type": {
|
|
77281
77289
|
"kind": "SCALAR",
|
|
@@ -77287,7 +77295,7 @@
|
|
|
77287
77295
|
"deprecationReason": null
|
|
77288
77296
|
},
|
|
77289
77297
|
{
|
|
77290
|
-
"name": "
|
|
77298
|
+
"name": "productId",
|
|
77291
77299
|
"description": null,
|
|
77292
77300
|
"type": {
|
|
77293
77301
|
"kind": "SCALAR",
|
|
@@ -77299,11 +77307,11 @@
|
|
|
77299
77307
|
"deprecationReason": null
|
|
77300
77308
|
},
|
|
77301
77309
|
{
|
|
77302
|
-
"name": "
|
|
77310
|
+
"name": "productSettings",
|
|
77303
77311
|
"description": null,
|
|
77304
77312
|
"type": {
|
|
77305
|
-
"kind": "
|
|
77306
|
-
"name": "
|
|
77313
|
+
"kind": "INPUT_OBJECT",
|
|
77314
|
+
"name": "ProductSettingsInput",
|
|
77307
77315
|
"ofType": null
|
|
77308
77316
|
},
|
|
77309
77317
|
"defaultValue": null,
|
|
@@ -77313,6 +77321,22 @@
|
|
|
77313
77321
|
{
|
|
77314
77322
|
"name": "refId",
|
|
77315
77323
|
"description": null,
|
|
77324
|
+
"type": {
|
|
77325
|
+
"kind": "NON_NULL",
|
|
77326
|
+
"name": null,
|
|
77327
|
+
"ofType": {
|
|
77328
|
+
"kind": "SCALAR",
|
|
77329
|
+
"name": "String",
|
|
77330
|
+
"ofType": null
|
|
77331
|
+
}
|
|
77332
|
+
},
|
|
77333
|
+
"defaultValue": null,
|
|
77334
|
+
"isDeprecated": false,
|
|
77335
|
+
"deprecationReason": null
|
|
77336
|
+
},
|
|
77337
|
+
{
|
|
77338
|
+
"name": "variantGroupName",
|
|
77339
|
+
"description": null,
|
|
77316
77340
|
"type": {
|
|
77317
77341
|
"kind": "SCALAR",
|
|
77318
77342
|
"name": "String",
|
|
@@ -77323,11 +77347,11 @@
|
|
|
77323
77347
|
"deprecationReason": null
|
|
77324
77348
|
},
|
|
77325
77349
|
{
|
|
77326
|
-
"name": "
|
|
77350
|
+
"name": "variantPercentage",
|
|
77327
77351
|
"description": null,
|
|
77328
77352
|
"type": {
|
|
77329
77353
|
"kind": "SCALAR",
|
|
77330
|
-
"name": "
|
|
77354
|
+
"name": "Float",
|
|
77331
77355
|
"ofType": null
|
|
77332
77356
|
},
|
|
77333
77357
|
"defaultValue": null,
|
|
@@ -77448,6 +77472,18 @@
|
|
|
77448
77472
|
"defaultValue": null,
|
|
77449
77473
|
"isDeprecated": false,
|
|
77450
77474
|
"deprecationReason": null
|
|
77475
|
+
},
|
|
77476
|
+
{
|
|
77477
|
+
"name": "unitTransformation",
|
|
77478
|
+
"description": "Unit transformation to be applied to the reported usage",
|
|
77479
|
+
"type": {
|
|
77480
|
+
"kind": "INPUT_OBJECT",
|
|
77481
|
+
"name": "UnitTransformationInput",
|
|
77482
|
+
"ofType": null
|
|
77483
|
+
},
|
|
77484
|
+
"defaultValue": null,
|
|
77485
|
+
"isDeprecated": false,
|
|
77486
|
+
"deprecationReason": null
|
|
77451
77487
|
}
|
|
77452
77488
|
],
|
|
77453
77489
|
"interfaces": null,
|
|
@@ -77687,49 +77723,6 @@
|
|
|
77687
77723
|
"enumValues": null,
|
|
77688
77724
|
"possibleTypes": null
|
|
77689
77725
|
},
|
|
77690
|
-
{
|
|
77691
|
-
"kind": "INPUT_OBJECT",
|
|
77692
|
-
"name": "UpdateOneFeatureInput",
|
|
77693
|
-
"description": null,
|
|
77694
|
-
"fields": null,
|
|
77695
|
-
"inputFields": [
|
|
77696
|
-
{
|
|
77697
|
-
"name": "id",
|
|
77698
|
-
"description": "The id of the record to update",
|
|
77699
|
-
"type": {
|
|
77700
|
-
"kind": "NON_NULL",
|
|
77701
|
-
"name": null,
|
|
77702
|
-
"ofType": {
|
|
77703
|
-
"kind": "SCALAR",
|
|
77704
|
-
"name": "String",
|
|
77705
|
-
"ofType": null
|
|
77706
|
-
}
|
|
77707
|
-
},
|
|
77708
|
-
"defaultValue": null,
|
|
77709
|
-
"isDeprecated": false,
|
|
77710
|
-
"deprecationReason": null
|
|
77711
|
-
},
|
|
77712
|
-
{
|
|
77713
|
-
"name": "update",
|
|
77714
|
-
"description": "The update to apply.",
|
|
77715
|
-
"type": {
|
|
77716
|
-
"kind": "NON_NULL",
|
|
77717
|
-
"name": null,
|
|
77718
|
-
"ofType": {
|
|
77719
|
-
"kind": "INPUT_OBJECT",
|
|
77720
|
-
"name": "UpdateFeature",
|
|
77721
|
-
"ofType": null
|
|
77722
|
-
}
|
|
77723
|
-
},
|
|
77724
|
-
"defaultValue": null,
|
|
77725
|
-
"isDeprecated": false,
|
|
77726
|
-
"deprecationReason": null
|
|
77727
|
-
}
|
|
77728
|
-
],
|
|
77729
|
-
"interfaces": null,
|
|
77730
|
-
"enumValues": null,
|
|
77731
|
-
"possibleTypes": null
|
|
77732
|
-
},
|
|
77733
77726
|
{
|
|
77734
77727
|
"kind": "INPUT_OBJECT",
|
|
77735
77728
|
"name": "UpdateOneHookInput",
|