stigg-api-client 0.491.9 → 0.492.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6733,38 +6733,6 @@
6733
6733
  "isDeprecated": false,
6734
6734
  "deprecationReason": null
6735
6735
  },
6736
- {
6737
- "name": "environmentId",
6738
- "description": null,
6739
- "type": {
6740
- "kind": "NON_NULL",
6741
- "name": null,
6742
- "ofType": {
6743
- "kind": "SCALAR",
6744
- "name": "String",
6745
- "ofType": null
6746
- }
6747
- },
6748
- "defaultValue": null,
6749
- "isDeprecated": false,
6750
- "deprecationReason": null
6751
- },
6752
- {
6753
- "name": "featureId",
6754
- "description": null,
6755
- "type": {
6756
- "kind": "NON_NULL",
6757
- "name": null,
6758
- "ofType": {
6759
- "kind": "SCALAR",
6760
- "name": "String",
6761
- "ofType": null
6762
- }
6763
- },
6764
- "defaultValue": null,
6765
- "isDeprecated": false,
6766
- "deprecationReason": null
6767
- },
6768
6736
  {
6769
6737
  "name": "filters",
6770
6738
  "description": null,
@@ -6914,33 +6882,6 @@
6914
6882
  "enumValues": null,
6915
6883
  "possibleTypes": null
6916
6884
  },
6917
- {
6918
- "kind": "INPUT_OBJECT",
6919
- "name": "CreateOneMeterInput",
6920
- "description": null,
6921
- "fields": null,
6922
- "inputFields": [
6923
- {
6924
- "name": "meter",
6925
- "description": "The record to create",
6926
- "type": {
6927
- "kind": "NON_NULL",
6928
- "name": null,
6929
- "ofType": {
6930
- "kind": "INPUT_OBJECT",
6931
- "name": "CreateMeter",
6932
- "ofType": null
6933
- }
6934
- },
6935
- "defaultValue": null,
6936
- "isDeprecated": false,
6937
- "deprecationReason": null
6938
- }
6939
- ],
6940
- "interfaces": null,
6941
- "enumValues": null,
6942
- "possibleTypes": null
6943
- },
6944
6885
  {
6945
6886
  "kind": "INPUT_OBJECT",
6946
6887
  "name": "CreateOneProductInput",
@@ -16858,6 +16799,18 @@
16858
16799
  "isDeprecated": false,
16859
16800
  "deprecationReason": null
16860
16801
  },
16802
+ {
16803
+ "name": "meterId",
16804
+ "description": null,
16805
+ "args": [],
16806
+ "type": {
16807
+ "kind": "SCALAR",
16808
+ "name": "String",
16809
+ "ofType": null
16810
+ },
16811
+ "isDeprecated": false,
16812
+ "deprecationReason": null
16813
+ },
16861
16814
  {
16862
16815
  "name": "nextResetDate",
16863
16816
  "description": null,
@@ -17627,6 +17580,18 @@
17627
17580
  "isDeprecated": false,
17628
17581
  "deprecationReason": null
17629
17582
  },
17583
+ {
17584
+ "name": "meterId",
17585
+ "description": null,
17586
+ "args": [],
17587
+ "type": {
17588
+ "kind": "SCALAR",
17589
+ "name": "String",
17590
+ "ofType": null
17591
+ },
17592
+ "isDeprecated": false,
17593
+ "deprecationReason": null
17594
+ },
17630
17595
  {
17631
17596
  "name": "nextResetDate",
17632
17597
  "description": null,
@@ -19210,12 +19175,6 @@
19210
19175
  "isDeprecated": false,
19211
19176
  "deprecationReason": null
19212
19177
  },
19213
- {
19214
- "name": "MeterDoesNotBelongToTheEntitlementFeature",
19215
- "description": null,
19216
- "isDeprecated": false,
19217
- "deprecationReason": null
19218
- },
19219
19178
  {
19220
19179
  "name": "MeterMustBeAssociatedToMeteredFeature",
19221
19180
  "description": null,
@@ -22221,6 +22180,18 @@
22221
22180
  "isDeprecated": false,
22222
22181
  "deprecationReason": null
22223
22182
  },
22183
+ {
22184
+ "name": "hasMeter",
22185
+ "description": null,
22186
+ "args": [],
22187
+ "type": {
22188
+ "kind": "SCALAR",
22189
+ "name": "Boolean",
22190
+ "ofType": null
22191
+ },
22192
+ "isDeprecated": false,
22193
+ "deprecationReason": null
22194
+ },
22224
22195
  {
22225
22196
  "name": "id",
22226
22197
  "description": null,
@@ -22237,6 +22208,18 @@
22237
22208
  "isDeprecated": false,
22238
22209
  "deprecationReason": null
22239
22210
  },
22211
+ {
22212
+ "name": "meter",
22213
+ "description": null,
22214
+ "args": [],
22215
+ "type": {
22216
+ "kind": "OBJECT",
22217
+ "name": "Meter",
22218
+ "ofType": null
22219
+ },
22220
+ "isDeprecated": false,
22221
+ "deprecationReason": null
22222
+ },
22240
22223
  {
22241
22224
  "name": "meterType",
22242
22225
  "description": null,
@@ -22944,6 +22927,18 @@
22944
22927
  "isDeprecated": false,
22945
22928
  "deprecationReason": null
22946
22929
  },
22930
+ {
22931
+ "name": "meter",
22932
+ "description": null,
22933
+ "type": {
22934
+ "kind": "INPUT_OBJECT",
22935
+ "name": "CreateMeter",
22936
+ "ofType": null
22937
+ },
22938
+ "defaultValue": null,
22939
+ "isDeprecated": false,
22940
+ "deprecationReason": null
22941
+ },
22947
22942
  {
22948
22943
  "name": "meterType",
22949
22944
  "description": null,
@@ -29171,18 +29166,6 @@
29171
29166
  "name": "Meter",
29172
29167
  "description": null,
29173
29168
  "fields": [
29174
- {
29175
- "name": "account",
29176
- "description": null,
29177
- "args": [],
29178
- "type": {
29179
- "kind": "OBJECT",
29180
- "name": "Account",
29181
- "ofType": null
29182
- },
29183
- "isDeprecated": false,
29184
- "deprecationReason": null
29185
- },
29186
29169
  {
29187
29170
  "name": "aggregation",
29188
29171
  "description": null,
@@ -29215,18 +29198,6 @@
29215
29198
  "isDeprecated": false,
29216
29199
  "deprecationReason": null
29217
29200
  },
29218
- {
29219
- "name": "environment",
29220
- "description": null,
29221
- "args": [],
29222
- "type": {
29223
- "kind": "OBJECT",
29224
- "name": "Environment",
29225
- "ofType": null
29226
- },
29227
- "isDeprecated": false,
29228
- "deprecationReason": null
29229
- },
29230
29201
  {
29231
29202
  "name": "environmentId",
29232
29203
  "description": null,
@@ -29243,22 +29214,6 @@
29243
29214
  "isDeprecated": false,
29244
29215
  "deprecationReason": null
29245
29216
  },
29246
- {
29247
- "name": "feature",
29248
- "description": null,
29249
- "args": [],
29250
- "type": {
29251
- "kind": "NON_NULL",
29252
- "name": null,
29253
- "ofType": {
29254
- "kind": "OBJECT",
29255
- "name": "Feature",
29256
- "ofType": null
29257
- }
29258
- },
29259
- "isDeprecated": false,
29260
- "deprecationReason": null
29261
- },
29262
29217
  {
29263
29218
  "name": "filters",
29264
29219
  "description": null,
@@ -29321,65 +29276,6 @@
29321
29276
  "enumValues": null,
29322
29277
  "possibleTypes": null
29323
29278
  },
29324
- {
29325
- "kind": "OBJECT",
29326
- "name": "MeterAggregateGroupBy",
29327
- "description": null,
29328
- "fields": [
29329
- {
29330
- "name": "createdAt",
29331
- "description": null,
29332
- "args": [],
29333
- "type": {
29334
- "kind": "SCALAR",
29335
- "name": "DateTime",
29336
- "ofType": null
29337
- },
29338
- "isDeprecated": false,
29339
- "deprecationReason": null
29340
- },
29341
- {
29342
- "name": "environmentId",
29343
- "description": null,
29344
- "args": [],
29345
- "type": {
29346
- "kind": "SCALAR",
29347
- "name": "String",
29348
- "ofType": null
29349
- },
29350
- "isDeprecated": false,
29351
- "deprecationReason": null
29352
- },
29353
- {
29354
- "name": "id",
29355
- "description": null,
29356
- "args": [],
29357
- "type": {
29358
- "kind": "SCALAR",
29359
- "name": "String",
29360
- "ofType": null
29361
- },
29362
- "isDeprecated": false,
29363
- "deprecationReason": null
29364
- },
29365
- {
29366
- "name": "updatedAt",
29367
- "description": null,
29368
- "args": [],
29369
- "type": {
29370
- "kind": "SCALAR",
29371
- "name": "DateTime",
29372
- "ofType": null
29373
- },
29374
- "isDeprecated": false,
29375
- "deprecationReason": null
29376
- }
29377
- ],
29378
- "inputFields": null,
29379
- "interfaces": [],
29380
- "enumValues": null,
29381
- "possibleTypes": null
29382
- },
29383
29279
  {
29384
29280
  "kind": "INPUT_OBJECT",
29385
29281
  "name": "MeterAggregation",
@@ -29461,13 +29357,9 @@
29461
29357
  "description": null,
29462
29358
  "args": [],
29463
29359
  "type": {
29464
- "kind": "NON_NULL",
29465
- "name": null,
29466
- "ofType": {
29467
- "kind": "SCALAR",
29468
- "name": "String",
29469
- "ofType": null
29470
- }
29360
+ "kind": "SCALAR",
29361
+ "name": "String",
29362
+ "ofType": null
29471
29363
  },
29472
29364
  "isDeprecated": false,
29473
29365
  "deprecationReason": null
@@ -29519,281 +29411,9 @@
29519
29411
  {
29520
29412
  "name": "value",
29521
29413
  "description": null,
29522
- "type": {
29523
- "kind": "NON_NULL",
29524
- "name": null,
29525
- "ofType": {
29526
- "kind": "SCALAR",
29527
- "name": "String",
29528
- "ofType": null
29529
- }
29530
- },
29531
- "defaultValue": null,
29532
- "isDeprecated": false,
29533
- "deprecationReason": null
29534
- }
29535
- ],
29536
- "interfaces": null,
29537
- "enumValues": null,
29538
- "possibleTypes": null
29539
- },
29540
- {
29541
- "kind": "OBJECT",
29542
- "name": "MeterConnection",
29543
- "description": null,
29544
- "fields": [
29545
- {
29546
- "name": "edges",
29547
- "description": "Array of edges.",
29548
- "args": [],
29549
- "type": {
29550
- "kind": "NON_NULL",
29551
- "name": null,
29552
- "ofType": {
29553
- "kind": "LIST",
29554
- "name": null,
29555
- "ofType": {
29556
- "kind": "NON_NULL",
29557
- "name": null,
29558
- "ofType": {
29559
- "kind": "OBJECT",
29560
- "name": "MeterEdge",
29561
- "ofType": null
29562
- }
29563
- }
29564
- }
29565
- },
29566
- "isDeprecated": false,
29567
- "deprecationReason": null
29568
- },
29569
- {
29570
- "name": "pageInfo",
29571
- "description": "Paging information",
29572
- "args": [],
29573
- "type": {
29574
- "kind": "NON_NULL",
29575
- "name": null,
29576
- "ofType": {
29577
- "kind": "OBJECT",
29578
- "name": "PageInfo",
29579
- "ofType": null
29580
- }
29581
- },
29582
- "isDeprecated": false,
29583
- "deprecationReason": null
29584
- },
29585
- {
29586
- "name": "totalCount",
29587
- "description": "Fetch total count of records",
29588
- "args": [],
29589
- "type": {
29590
- "kind": "NON_NULL",
29591
- "name": null,
29592
- "ofType": {
29593
- "kind": "SCALAR",
29594
- "name": "Int",
29595
- "ofType": null
29596
- }
29597
- },
29598
- "isDeprecated": false,
29599
- "deprecationReason": null
29600
- }
29601
- ],
29602
- "inputFields": null,
29603
- "interfaces": [],
29604
- "enumValues": null,
29605
- "possibleTypes": null
29606
- },
29607
- {
29608
- "kind": "OBJECT",
29609
- "name": "MeterCountAggregate",
29610
- "description": null,
29611
- "fields": [
29612
- {
29613
- "name": "createdAt",
29614
- "description": null,
29615
- "args": [],
29616
29414
  "type": {
29617
29415
  "kind": "SCALAR",
29618
- "name": "Int",
29619
- "ofType": null
29620
- },
29621
- "isDeprecated": false,
29622
- "deprecationReason": null
29623
- },
29624
- {
29625
- "name": "environmentId",
29626
- "description": null,
29627
- "args": [],
29628
- "type": {
29629
- "kind": "SCALAR",
29630
- "name": "Int",
29631
- "ofType": null
29632
- },
29633
- "isDeprecated": false,
29634
- "deprecationReason": null
29635
- },
29636
- {
29637
- "name": "id",
29638
- "description": null,
29639
- "args": [],
29640
- "type": {
29641
- "kind": "SCALAR",
29642
- "name": "Int",
29643
- "ofType": null
29644
- },
29645
- "isDeprecated": false,
29646
- "deprecationReason": null
29647
- },
29648
- {
29649
- "name": "updatedAt",
29650
- "description": null,
29651
- "args": [],
29652
- "type": {
29653
- "kind": "SCALAR",
29654
- "name": "Int",
29655
- "ofType": null
29656
- },
29657
- "isDeprecated": false,
29658
- "deprecationReason": null
29659
- }
29660
- ],
29661
- "inputFields": null,
29662
- "interfaces": [],
29663
- "enumValues": null,
29664
- "possibleTypes": null
29665
- },
29666
- {
29667
- "kind": "OBJECT",
29668
- "name": "MeterEdge",
29669
- "description": null,
29670
- "fields": [
29671
- {
29672
- "name": "cursor",
29673
- "description": "Cursor for this node.",
29674
- "args": [],
29675
- "type": {
29676
- "kind": "NON_NULL",
29677
- "name": null,
29678
- "ofType": {
29679
- "kind": "SCALAR",
29680
- "name": "ConnectionCursor",
29681
- "ofType": null
29682
- }
29683
- },
29684
- "isDeprecated": false,
29685
- "deprecationReason": null
29686
- },
29687
- {
29688
- "name": "node",
29689
- "description": "The node containing the Meter",
29690
- "args": [],
29691
- "type": {
29692
- "kind": "NON_NULL",
29693
- "name": null,
29694
- "ofType": {
29695
- "kind": "OBJECT",
29696
- "name": "Meter",
29697
- "ofType": null
29698
- }
29699
- },
29700
- "isDeprecated": false,
29701
- "deprecationReason": null
29702
- }
29703
- ],
29704
- "inputFields": null,
29705
- "interfaces": [],
29706
- "enumValues": null,
29707
- "possibleTypes": null
29708
- },
29709
- {
29710
- "kind": "INPUT_OBJECT",
29711
- "name": "MeterFilter",
29712
- "description": null,
29713
- "fields": null,
29714
- "inputFields": [
29715
- {
29716
- "name": "and",
29717
- "description": null,
29718
- "type": {
29719
- "kind": "LIST",
29720
- "name": null,
29721
- "ofType": {
29722
- "kind": "NON_NULL",
29723
- "name": null,
29724
- "ofType": {
29725
- "kind": "INPUT_OBJECT",
29726
- "name": "MeterFilter",
29727
- "ofType": null
29728
- }
29729
- }
29730
- },
29731
- "defaultValue": null,
29732
- "isDeprecated": false,
29733
- "deprecationReason": null
29734
- },
29735
- {
29736
- "name": "createdAt",
29737
- "description": null,
29738
- "type": {
29739
- "kind": "INPUT_OBJECT",
29740
- "name": "DateFieldComparison",
29741
- "ofType": null
29742
- },
29743
- "defaultValue": null,
29744
- "isDeprecated": false,
29745
- "deprecationReason": null
29746
- },
29747
- {
29748
- "name": "environmentId",
29749
- "description": null,
29750
- "type": {
29751
- "kind": "INPUT_OBJECT",
29752
- "name": "StringFieldComparison",
29753
- "ofType": null
29754
- },
29755
- "defaultValue": null,
29756
- "isDeprecated": false,
29757
- "deprecationReason": null
29758
- },
29759
- {
29760
- "name": "id",
29761
- "description": null,
29762
- "type": {
29763
- "kind": "INPUT_OBJECT",
29764
- "name": "StringFieldComparison",
29765
- "ofType": null
29766
- },
29767
- "defaultValue": null,
29768
- "isDeprecated": false,
29769
- "deprecationReason": null
29770
- },
29771
- {
29772
- "name": "or",
29773
- "description": null,
29774
- "type": {
29775
- "kind": "LIST",
29776
- "name": null,
29777
- "ofType": {
29778
- "kind": "NON_NULL",
29779
- "name": null,
29780
- "ofType": {
29781
- "kind": "INPUT_OBJECT",
29782
- "name": "MeterFilter",
29783
- "ofType": null
29784
- }
29785
- }
29786
- },
29787
- "defaultValue": null,
29788
- "isDeprecated": false,
29789
- "deprecationReason": null
29790
- },
29791
- {
29792
- "name": "updatedAt",
29793
- "description": null,
29794
- "type": {
29795
- "kind": "INPUT_OBJECT",
29796
- "name": "DateFieldComparison",
29416
+ "name": "String",
29797
29417
  "ofType": null
29798
29418
  },
29799
29419
  "defaultValue": null,
@@ -29875,214 +29495,6 @@
29875
29495
  "enumValues": null,
29876
29496
  "possibleTypes": null
29877
29497
  },
29878
- {
29879
- "kind": "OBJECT",
29880
- "name": "MeterMaxAggregate",
29881
- "description": null,
29882
- "fields": [
29883
- {
29884
- "name": "createdAt",
29885
- "description": null,
29886
- "args": [],
29887
- "type": {
29888
- "kind": "SCALAR",
29889
- "name": "DateTime",
29890
- "ofType": null
29891
- },
29892
- "isDeprecated": false,
29893
- "deprecationReason": null
29894
- },
29895
- {
29896
- "name": "environmentId",
29897
- "description": null,
29898
- "args": [],
29899
- "type": {
29900
- "kind": "SCALAR",
29901
- "name": "String",
29902
- "ofType": null
29903
- },
29904
- "isDeprecated": false,
29905
- "deprecationReason": null
29906
- },
29907
- {
29908
- "name": "id",
29909
- "description": null,
29910
- "args": [],
29911
- "type": {
29912
- "kind": "SCALAR",
29913
- "name": "String",
29914
- "ofType": null
29915
- },
29916
- "isDeprecated": false,
29917
- "deprecationReason": null
29918
- },
29919
- {
29920
- "name": "updatedAt",
29921
- "description": null,
29922
- "args": [],
29923
- "type": {
29924
- "kind": "SCALAR",
29925
- "name": "DateTime",
29926
- "ofType": null
29927
- },
29928
- "isDeprecated": false,
29929
- "deprecationReason": null
29930
- }
29931
- ],
29932
- "inputFields": null,
29933
- "interfaces": [],
29934
- "enumValues": null,
29935
- "possibleTypes": null
29936
- },
29937
- {
29938
- "kind": "OBJECT",
29939
- "name": "MeterMinAggregate",
29940
- "description": null,
29941
- "fields": [
29942
- {
29943
- "name": "createdAt",
29944
- "description": null,
29945
- "args": [],
29946
- "type": {
29947
- "kind": "SCALAR",
29948
- "name": "DateTime",
29949
- "ofType": null
29950
- },
29951
- "isDeprecated": false,
29952
- "deprecationReason": null
29953
- },
29954
- {
29955
- "name": "environmentId",
29956
- "description": null,
29957
- "args": [],
29958
- "type": {
29959
- "kind": "SCALAR",
29960
- "name": "String",
29961
- "ofType": null
29962
- },
29963
- "isDeprecated": false,
29964
- "deprecationReason": null
29965
- },
29966
- {
29967
- "name": "id",
29968
- "description": null,
29969
- "args": [],
29970
- "type": {
29971
- "kind": "SCALAR",
29972
- "name": "String",
29973
- "ofType": null
29974
- },
29975
- "isDeprecated": false,
29976
- "deprecationReason": null
29977
- },
29978
- {
29979
- "name": "updatedAt",
29980
- "description": null,
29981
- "args": [],
29982
- "type": {
29983
- "kind": "SCALAR",
29984
- "name": "DateTime",
29985
- "ofType": null
29986
- },
29987
- "isDeprecated": false,
29988
- "deprecationReason": null
29989
- }
29990
- ],
29991
- "inputFields": null,
29992
- "interfaces": [],
29993
- "enumValues": null,
29994
- "possibleTypes": null
29995
- },
29996
- {
29997
- "kind": "INPUT_OBJECT",
29998
- "name": "MeterSort",
29999
- "description": null,
30000
- "fields": null,
30001
- "inputFields": [
30002
- {
30003
- "name": "direction",
30004
- "description": null,
30005
- "type": {
30006
- "kind": "NON_NULL",
30007
- "name": null,
30008
- "ofType": {
30009
- "kind": "ENUM",
30010
- "name": "SortDirection",
30011
- "ofType": null
30012
- }
30013
- },
30014
- "defaultValue": null,
30015
- "isDeprecated": false,
30016
- "deprecationReason": null
30017
- },
30018
- {
30019
- "name": "field",
30020
- "description": null,
30021
- "type": {
30022
- "kind": "NON_NULL",
30023
- "name": null,
30024
- "ofType": {
30025
- "kind": "ENUM",
30026
- "name": "MeterSortFields",
30027
- "ofType": null
30028
- }
30029
- },
30030
- "defaultValue": null,
30031
- "isDeprecated": false,
30032
- "deprecationReason": null
30033
- },
30034
- {
30035
- "name": "nulls",
30036
- "description": null,
30037
- "type": {
30038
- "kind": "ENUM",
30039
- "name": "SortNulls",
30040
- "ofType": null
30041
- },
30042
- "defaultValue": null,
30043
- "isDeprecated": false,
30044
- "deprecationReason": null
30045
- }
30046
- ],
30047
- "interfaces": null,
30048
- "enumValues": null,
30049
- "possibleTypes": null
30050
- },
30051
- {
30052
- "kind": "ENUM",
30053
- "name": "MeterSortFields",
30054
- "description": null,
30055
- "fields": null,
30056
- "inputFields": null,
30057
- "interfaces": null,
30058
- "enumValues": [
30059
- {
30060
- "name": "createdAt",
30061
- "description": null,
30062
- "isDeprecated": false,
30063
- "deprecationReason": null
30064
- },
30065
- {
30066
- "name": "environmentId",
30067
- "description": null,
30068
- "isDeprecated": false,
30069
- "deprecationReason": null
30070
- },
30071
- {
30072
- "name": "id",
30073
- "description": null,
30074
- "isDeprecated": false,
30075
- "deprecationReason": null
30076
- },
30077
- {
30078
- "name": "updatedAt",
30079
- "description": null,
30080
- "isDeprecated": false,
30081
- "deprecationReason": null
30082
- }
30083
- ],
30084
- "possibleTypes": null
30085
- },
30086
29498
  {
30087
29499
  "kind": "ENUM",
30088
29500
  "name": "MeterType",
@@ -30871,155 +30283,7 @@
30871
30283
  "deprecationReason": null
30872
30284
  },
30873
30285
  {
30874
- "name": "createFeature",
30875
- "description": null,
30876
- "args": [
30877
- {
30878
- "name": "input",
30879
- "description": null,
30880
- "type": {
30881
- "kind": "NON_NULL",
30882
- "name": null,
30883
- "ofType": {
30884
- "kind": "INPUT_OBJECT",
30885
- "name": "FeatureInput",
30886
- "ofType": null
30887
- }
30888
- },
30889
- "defaultValue": null,
30890
- "isDeprecated": false,
30891
- "deprecationReason": null
30892
- }
30893
- ],
30894
- "type": {
30895
- "kind": "NON_NULL",
30896
- "name": null,
30897
- "ofType": {
30898
- "kind": "OBJECT",
30899
- "name": "Feature",
30900
- "ofType": null
30901
- }
30902
- },
30903
- "isDeprecated": false,
30904
- "deprecationReason": null
30905
- },
30906
- {
30907
- "name": "createManyPackageEntitlements",
30908
- "description": null,
30909
- "args": [
30910
- {
30911
- "name": "input",
30912
- "description": null,
30913
- "type": {
30914
- "kind": "NON_NULL",
30915
- "name": null,
30916
- "ofType": {
30917
- "kind": "INPUT_OBJECT",
30918
- "name": "CreateManyPackageEntitlementsInput",
30919
- "ofType": null
30920
- }
30921
- },
30922
- "defaultValue": null,
30923
- "isDeprecated": false,
30924
- "deprecationReason": null
30925
- }
30926
- ],
30927
- "type": {
30928
- "kind": "NON_NULL",
30929
- "name": null,
30930
- "ofType": {
30931
- "kind": "LIST",
30932
- "name": null,
30933
- "ofType": {
30934
- "kind": "NON_NULL",
30935
- "name": null,
30936
- "ofType": {
30937
- "kind": "OBJECT",
30938
- "name": "PackageEntitlement",
30939
- "ofType": null
30940
- }
30941
- }
30942
- }
30943
- },
30944
- "isDeprecated": false,
30945
- "deprecationReason": null
30946
- },
30947
- {
30948
- "name": "createManyPromotionalEntitlements",
30949
- "description": null,
30950
- "args": [
30951
- {
30952
- "name": "input",
30953
- "description": null,
30954
- "type": {
30955
- "kind": "NON_NULL",
30956
- "name": null,
30957
- "ofType": {
30958
- "kind": "INPUT_OBJECT",
30959
- "name": "CreateManyPromotionalEntitlementsInput",
30960
- "ofType": null
30961
- }
30962
- },
30963
- "defaultValue": null,
30964
- "isDeprecated": false,
30965
- "deprecationReason": null
30966
- }
30967
- ],
30968
- "type": {
30969
- "kind": "NON_NULL",
30970
- "name": null,
30971
- "ofType": {
30972
- "kind": "LIST",
30973
- "name": null,
30974
- "ofType": {
30975
- "kind": "NON_NULL",
30976
- "name": null,
30977
- "ofType": {
30978
- "kind": "OBJECT",
30979
- "name": "PromotionalEntitlement",
30980
- "ofType": null
30981
- }
30982
- }
30983
- }
30984
- },
30985
- "isDeprecated": false,
30986
- "deprecationReason": null
30987
- },
30988
- {
30989
- "name": "createOneAddon",
30990
- "description": null,
30991
- "args": [
30992
- {
30993
- "name": "input",
30994
- "description": null,
30995
- "type": {
30996
- "kind": "NON_NULL",
30997
- "name": null,
30998
- "ofType": {
30999
- "kind": "INPUT_OBJECT",
31000
- "name": "AddonCreateInput",
31001
- "ofType": null
31002
- }
31003
- },
31004
- "defaultValue": null,
31005
- "isDeprecated": false,
31006
- "deprecationReason": null
31007
- }
31008
- ],
31009
- "type": {
31010
- "kind": "NON_NULL",
31011
- "name": null,
31012
- "ofType": {
31013
- "kind": "OBJECT",
31014
- "name": "Addon",
31015
- "ofType": null
31016
- }
31017
- },
31018
- "isDeprecated": false,
31019
- "deprecationReason": null
31020
- },
31021
- {
31022
- "name": "createOneCoupon",
30286
+ "name": "createFeature",
31023
30287
  "description": null,
31024
30288
  "args": [
31025
30289
  {
@@ -31030,7 +30294,7 @@
31030
30294
  "name": null,
31031
30295
  "ofType": {
31032
30296
  "kind": "INPUT_OBJECT",
31033
- "name": "CreateCouponInput",
30297
+ "name": "FeatureInput",
31034
30298
  "ofType": null
31035
30299
  }
31036
30300
  },
@@ -31044,7 +30308,7 @@
31044
30308
  "name": null,
31045
30309
  "ofType": {
31046
30310
  "kind": "OBJECT",
31047
- "name": "Coupon",
30311
+ "name": "Feature",
31048
30312
  "ofType": null
31049
30313
  }
31050
30314
  },
@@ -31052,7 +30316,7 @@
31052
30316
  "deprecationReason": null
31053
30317
  },
31054
30318
  {
31055
- "name": "createOneCustomer",
30319
+ "name": "createManyPackageEntitlements",
31056
30320
  "description": null,
31057
30321
  "args": [
31058
30322
  {
@@ -31063,7 +30327,89 @@
31063
30327
  "name": null,
31064
30328
  "ofType": {
31065
30329
  "kind": "INPUT_OBJECT",
31066
- "name": "CustomerInput",
30330
+ "name": "CreateManyPackageEntitlementsInput",
30331
+ "ofType": null
30332
+ }
30333
+ },
30334
+ "defaultValue": null,
30335
+ "isDeprecated": false,
30336
+ "deprecationReason": null
30337
+ }
30338
+ ],
30339
+ "type": {
30340
+ "kind": "NON_NULL",
30341
+ "name": null,
30342
+ "ofType": {
30343
+ "kind": "LIST",
30344
+ "name": null,
30345
+ "ofType": {
30346
+ "kind": "NON_NULL",
30347
+ "name": null,
30348
+ "ofType": {
30349
+ "kind": "OBJECT",
30350
+ "name": "PackageEntitlement",
30351
+ "ofType": null
30352
+ }
30353
+ }
30354
+ }
30355
+ },
30356
+ "isDeprecated": false,
30357
+ "deprecationReason": null
30358
+ },
30359
+ {
30360
+ "name": "createManyPromotionalEntitlements",
30361
+ "description": null,
30362
+ "args": [
30363
+ {
30364
+ "name": "input",
30365
+ "description": null,
30366
+ "type": {
30367
+ "kind": "NON_NULL",
30368
+ "name": null,
30369
+ "ofType": {
30370
+ "kind": "INPUT_OBJECT",
30371
+ "name": "CreateManyPromotionalEntitlementsInput",
30372
+ "ofType": null
30373
+ }
30374
+ },
30375
+ "defaultValue": null,
30376
+ "isDeprecated": false,
30377
+ "deprecationReason": null
30378
+ }
30379
+ ],
30380
+ "type": {
30381
+ "kind": "NON_NULL",
30382
+ "name": null,
30383
+ "ofType": {
30384
+ "kind": "LIST",
30385
+ "name": null,
30386
+ "ofType": {
30387
+ "kind": "NON_NULL",
30388
+ "name": null,
30389
+ "ofType": {
30390
+ "kind": "OBJECT",
30391
+ "name": "PromotionalEntitlement",
30392
+ "ofType": null
30393
+ }
30394
+ }
30395
+ }
30396
+ },
30397
+ "isDeprecated": false,
30398
+ "deprecationReason": null
30399
+ },
30400
+ {
30401
+ "name": "createOneAddon",
30402
+ "description": null,
30403
+ "args": [
30404
+ {
30405
+ "name": "input",
30406
+ "description": null,
30407
+ "type": {
30408
+ "kind": "NON_NULL",
30409
+ "name": null,
30410
+ "ofType": {
30411
+ "kind": "INPUT_OBJECT",
30412
+ "name": "AddonCreateInput",
31067
30413
  "ofType": null
31068
30414
  }
31069
30415
  },
@@ -31077,15 +30423,15 @@
31077
30423
  "name": null,
31078
30424
  "ofType": {
31079
30425
  "kind": "OBJECT",
31080
- "name": "Customer",
30426
+ "name": "Addon",
31081
30427
  "ofType": null
31082
30428
  }
31083
30429
  },
31084
- "isDeprecated": true,
31085
- "deprecationReason": "Use 'provisionCustomer' instead to create both customer and subscription in single operation. See 'provisionCustomer' for more info."
30430
+ "isDeprecated": false,
30431
+ "deprecationReason": null
31086
30432
  },
31087
30433
  {
31088
- "name": "createOneEnvironment",
30434
+ "name": "createOneCoupon",
31089
30435
  "description": null,
31090
30436
  "args": [
31091
30437
  {
@@ -31096,7 +30442,7 @@
31096
30442
  "name": null,
31097
30443
  "ofType": {
31098
30444
  "kind": "INPUT_OBJECT",
31099
- "name": "CreateOneEnvironmentInput",
30445
+ "name": "CreateCouponInput",
31100
30446
  "ofType": null
31101
30447
  }
31102
30448
  },
@@ -31110,7 +30456,7 @@
31110
30456
  "name": null,
31111
30457
  "ofType": {
31112
30458
  "kind": "OBJECT",
31113
- "name": "Environment",
30459
+ "name": "Coupon",
31114
30460
  "ofType": null
31115
30461
  }
31116
30462
  },
@@ -31118,7 +30464,7 @@
31118
30464
  "deprecationReason": null
31119
30465
  },
31120
30466
  {
31121
- "name": "createOneExperiment",
30467
+ "name": "createOneCustomer",
31122
30468
  "description": null,
31123
30469
  "args": [
31124
30470
  {
@@ -31129,7 +30475,7 @@
31129
30475
  "name": null,
31130
30476
  "ofType": {
31131
30477
  "kind": "INPUT_OBJECT",
31132
- "name": "CreateExperimentInput",
30478
+ "name": "CustomerInput",
31133
30479
  "ofType": null
31134
30480
  }
31135
30481
  },
@@ -31143,7 +30489,40 @@
31143
30489
  "name": null,
31144
30490
  "ofType": {
31145
30491
  "kind": "OBJECT",
31146
- "name": "Experiment",
30492
+ "name": "Customer",
30493
+ "ofType": null
30494
+ }
30495
+ },
30496
+ "isDeprecated": true,
30497
+ "deprecationReason": "Use 'provisionCustomer' instead to create both customer and subscription in single operation. See 'provisionCustomer' for more info."
30498
+ },
30499
+ {
30500
+ "name": "createOneEnvironment",
30501
+ "description": null,
30502
+ "args": [
30503
+ {
30504
+ "name": "input",
30505
+ "description": null,
30506
+ "type": {
30507
+ "kind": "NON_NULL",
30508
+ "name": null,
30509
+ "ofType": {
30510
+ "kind": "INPUT_OBJECT",
30511
+ "name": "CreateOneEnvironmentInput",
30512
+ "ofType": null
30513
+ }
30514
+ },
30515
+ "defaultValue": null,
30516
+ "isDeprecated": false,
30517
+ "deprecationReason": null
30518
+ }
30519
+ ],
30520
+ "type": {
30521
+ "kind": "NON_NULL",
30522
+ "name": null,
30523
+ "ofType": {
30524
+ "kind": "OBJECT",
30525
+ "name": "Environment",
31147
30526
  "ofType": null
31148
30527
  }
31149
30528
  },
@@ -31151,7 +30530,7 @@
31151
30530
  "deprecationReason": null
31152
30531
  },
31153
30532
  {
31154
- "name": "createOneFeature",
30533
+ "name": "createOneExperiment",
31155
30534
  "description": null,
31156
30535
  "args": [
31157
30536
  {
@@ -31162,7 +30541,7 @@
31162
30541
  "name": null,
31163
30542
  "ofType": {
31164
30543
  "kind": "INPUT_OBJECT",
31165
- "name": "CreateOneFeatureInput",
30544
+ "name": "CreateExperimentInput",
31166
30545
  "ofType": null
31167
30546
  }
31168
30547
  },
@@ -31176,7 +30555,7 @@
31176
30555
  "name": null,
31177
30556
  "ofType": {
31178
30557
  "kind": "OBJECT",
31179
- "name": "Feature",
30558
+ "name": "Experiment",
31180
30559
  "ofType": null
31181
30560
  }
31182
30561
  },
@@ -31184,7 +30563,7 @@
31184
30563
  "deprecationReason": null
31185
30564
  },
31186
30565
  {
31187
- "name": "createOneHook",
30566
+ "name": "createOneFeature",
31188
30567
  "description": null,
31189
30568
  "args": [
31190
30569
  {
@@ -31195,7 +30574,7 @@
31195
30574
  "name": null,
31196
30575
  "ofType": {
31197
30576
  "kind": "INPUT_OBJECT",
31198
- "name": "CreateOneHookInput",
30577
+ "name": "CreateOneFeatureInput",
31199
30578
  "ofType": null
31200
30579
  }
31201
30580
  },
@@ -31209,7 +30588,7 @@
31209
30588
  "name": null,
31210
30589
  "ofType": {
31211
30590
  "kind": "OBJECT",
31212
- "name": "Hook",
30591
+ "name": "Feature",
31213
30592
  "ofType": null
31214
30593
  }
31215
30594
  },
@@ -31217,7 +30596,7 @@
31217
30596
  "deprecationReason": null
31218
30597
  },
31219
30598
  {
31220
- "name": "createOneIntegration",
30599
+ "name": "createOneHook",
31221
30600
  "description": null,
31222
30601
  "args": [
31223
30602
  {
@@ -31228,7 +30607,7 @@
31228
30607
  "name": null,
31229
30608
  "ofType": {
31230
30609
  "kind": "INPUT_OBJECT",
31231
- "name": "CreateOneIntegrationInput",
30610
+ "name": "CreateOneHookInput",
31232
30611
  "ofType": null
31233
30612
  }
31234
30613
  },
@@ -31242,7 +30621,7 @@
31242
30621
  "name": null,
31243
30622
  "ofType": {
31244
30623
  "kind": "OBJECT",
31245
- "name": "Integration",
30624
+ "name": "Hook",
31246
30625
  "ofType": null
31247
30626
  }
31248
30627
  },
@@ -31250,7 +30629,7 @@
31250
30629
  "deprecationReason": null
31251
30630
  },
31252
30631
  {
31253
- "name": "createOneMeter",
30632
+ "name": "createOneIntegration",
31254
30633
  "description": null,
31255
30634
  "args": [
31256
30635
  {
@@ -31261,7 +30640,7 @@
31261
30640
  "name": null,
31262
30641
  "ofType": {
31263
30642
  "kind": "INPUT_OBJECT",
31264
- "name": "CreateOneMeterInput",
30643
+ "name": "CreateOneIntegrationInput",
31265
30644
  "ofType": null
31266
30645
  }
31267
30646
  },
@@ -31275,7 +30654,7 @@
31275
30654
  "name": null,
31276
30655
  "ofType": {
31277
30656
  "kind": "OBJECT",
31278
- "name": "Meter",
30657
+ "name": "Integration",
31279
30658
  "ofType": null
31280
30659
  }
31281
30660
  },
@@ -36447,18 +35826,6 @@
36447
35826
  "isDeprecated": false,
36448
35827
  "deprecationReason": null
36449
35828
  },
36450
- {
36451
- "name": "meterId",
36452
- "description": null,
36453
- "type": {
36454
- "kind": "SCALAR",
36455
- "name": "String",
36456
- "ofType": null
36457
- },
36458
- "defaultValue": null,
36459
- "isDeprecated": false,
36460
- "deprecationReason": null
36461
- },
36462
35829
  {
36463
35830
  "name": "monthlyResetPeriodConfiguration",
36464
35831
  "description": null,
@@ -44928,6 +44295,18 @@
44928
44295
  "isDeprecated": false,
44929
44296
  "deprecationReason": null
44930
44297
  },
44298
+ {
44299
+ "name": "meter",
44300
+ "description": null,
44301
+ "args": [],
44302
+ "type": {
44303
+ "kind": "OBJECT",
44304
+ "name": "Meter",
44305
+ "ofType": null
44306
+ },
44307
+ "isDeprecated": false,
44308
+ "deprecationReason": null
44309
+ },
44931
44310
  {
44932
44311
  "name": "period",
44933
44312
  "description": null,
@@ -48862,96 +48241,6 @@
48862
48241
  "isDeprecated": false,
48863
48242
  "deprecationReason": null
48864
48243
  },
48865
- {
48866
- "name": "meter",
48867
- "description": null,
48868
- "args": [
48869
- {
48870
- "name": "id",
48871
- "description": "The id of the record to find.",
48872
- "type": {
48873
- "kind": "NON_NULL",
48874
- "name": null,
48875
- "ofType": {
48876
- "kind": "SCALAR",
48877
- "name": "String",
48878
- "ofType": null
48879
- }
48880
- },
48881
- "defaultValue": null,
48882
- "isDeprecated": false,
48883
- "deprecationReason": null
48884
- }
48885
- ],
48886
- "type": {
48887
- "kind": "OBJECT",
48888
- "name": "Meter",
48889
- "ofType": null
48890
- },
48891
- "isDeprecated": false,
48892
- "deprecationReason": null
48893
- },
48894
- {
48895
- "name": "meters",
48896
- "description": null,
48897
- "args": [
48898
- {
48899
- "name": "filter",
48900
- "description": "Specify to filter the records returned.",
48901
- "type": {
48902
- "kind": "INPUT_OBJECT",
48903
- "name": "MeterFilter",
48904
- "ofType": null
48905
- },
48906
- "defaultValue": "{}",
48907
- "isDeprecated": false,
48908
- "deprecationReason": null
48909
- },
48910
- {
48911
- "name": "paging",
48912
- "description": "Limit or page results.",
48913
- "type": {
48914
- "kind": "INPUT_OBJECT",
48915
- "name": "CursorPaging",
48916
- "ofType": null
48917
- },
48918
- "defaultValue": "{first: 10}",
48919
- "isDeprecated": false,
48920
- "deprecationReason": null
48921
- },
48922
- {
48923
- "name": "sorting",
48924
- "description": "Specify to sort results.",
48925
- "type": {
48926
- "kind": "LIST",
48927
- "name": null,
48928
- "ofType": {
48929
- "kind": "NON_NULL",
48930
- "name": null,
48931
- "ofType": {
48932
- "kind": "INPUT_OBJECT",
48933
- "name": "MeterSort",
48934
- "ofType": null
48935
- }
48936
- }
48937
- },
48938
- "defaultValue": "[{direction: DESC, field: createdAt}]",
48939
- "isDeprecated": false,
48940
- "deprecationReason": null
48941
- }
48942
- ],
48943
- "type": {
48944
- "kind": "NON_NULL",
48945
- "name": null,
48946
- "ofType": {
48947
- "kind": "OBJECT",
48948
- "name": "MeterConnection",
48949
- "ofType": null
48950
- }
48951
- },
48952
- "isDeprecated": false,
48953
- "deprecationReason": null
48954
- },
48955
48244
  {
48956
48245
  "name": "mockPaywall",
48957
48246
  "description": null,
@@ -53893,6 +53182,18 @@
53893
53182
  "isDeprecated": false,
53894
53183
  "deprecationReason": null
53895
53184
  },
53185
+ {
53186
+ "name": "meter",
53187
+ "description": null,
53188
+ "args": [],
53189
+ "type": {
53190
+ "kind": "OBJECT",
53191
+ "name": "Meter",
53192
+ "ofType": null
53193
+ },
53194
+ "isDeprecated": false,
53195
+ "deprecationReason": null
53196
+ },
53896
53197
  {
53897
53198
  "name": "resetPeriod",
53898
53199
  "description": null,