stigg-api-client 0.491.9 → 0.493.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2535,6 +2535,120 @@
2535
2535
  "enumValues": null,
2536
2536
  "possibleTypes": null
2537
2537
  },
2538
+ {
2539
+ "kind": "OBJECT",
2540
+ "name": "AggregatedEventsByCustomer",
2541
+ "description": null,
2542
+ "fields": [
2543
+ {
2544
+ "name": "aggregatedUsage",
2545
+ "description": null,
2546
+ "args": [],
2547
+ "type": {
2548
+ "kind": "NON_NULL",
2549
+ "name": null,
2550
+ "ofType": {
2551
+ "kind": "LIST",
2552
+ "name": null,
2553
+ "ofType": {
2554
+ "kind": "NON_NULL",
2555
+ "name": null,
2556
+ "ofType": {
2557
+ "kind": "OBJECT",
2558
+ "name": "CustomerAggregatedUsage",
2559
+ "ofType": null
2560
+ }
2561
+ }
2562
+ }
2563
+ },
2564
+ "isDeprecated": false,
2565
+ "deprecationReason": null
2566
+ }
2567
+ ],
2568
+ "inputFields": null,
2569
+ "interfaces": [],
2570
+ "enumValues": null,
2571
+ "possibleTypes": null
2572
+ },
2573
+ {
2574
+ "kind": "INPUT_OBJECT",
2575
+ "name": "AggregatedEventsByCustomerInput",
2576
+ "description": null,
2577
+ "fields": null,
2578
+ "inputFields": [
2579
+ {
2580
+ "name": "aggregation",
2581
+ "description": null,
2582
+ "type": {
2583
+ "kind": "NON_NULL",
2584
+ "name": null,
2585
+ "ofType": {
2586
+ "kind": "INPUT_OBJECT",
2587
+ "name": "MeterAggregation",
2588
+ "ofType": null
2589
+ }
2590
+ },
2591
+ "defaultValue": null,
2592
+ "isDeprecated": false,
2593
+ "deprecationReason": null
2594
+ },
2595
+ {
2596
+ "name": "customerId",
2597
+ "description": null,
2598
+ "type": {
2599
+ "kind": "SCALAR",
2600
+ "name": "String",
2601
+ "ofType": null
2602
+ },
2603
+ "defaultValue": null,
2604
+ "isDeprecated": false,
2605
+ "deprecationReason": null
2606
+ },
2607
+ {
2608
+ "name": "environmentId",
2609
+ "description": null,
2610
+ "type": {
2611
+ "kind": "NON_NULL",
2612
+ "name": null,
2613
+ "ofType": {
2614
+ "kind": "SCALAR",
2615
+ "name": "String",
2616
+ "ofType": null
2617
+ }
2618
+ },
2619
+ "defaultValue": null,
2620
+ "isDeprecated": false,
2621
+ "deprecationReason": null
2622
+ },
2623
+ {
2624
+ "name": "filters",
2625
+ "description": null,
2626
+ "type": {
2627
+ "kind": "NON_NULL",
2628
+ "name": null,
2629
+ "ofType": {
2630
+ "kind": "LIST",
2631
+ "name": null,
2632
+ "ofType": {
2633
+ "kind": "NON_NULL",
2634
+ "name": null,
2635
+ "ofType": {
2636
+ "kind": "INPUT_OBJECT",
2637
+ "name": "MeterFilterDefinitionInput",
2638
+ "ofType": null
2639
+ }
2640
+ }
2641
+ }
2642
+ },
2643
+ "defaultValue": null,
2644
+ "isDeprecated": false,
2645
+ "deprecationReason": null
2646
+ }
2647
+ ],
2648
+ "interfaces": null,
2649
+ "enumValues": null,
2650
+ "possibleTypes": null
2651
+ },
2538
2652
  {
2539
2653
  "kind": "OBJECT",
2540
2654
  "name": "Aggregation",
@@ -6733,38 +6847,6 @@
6733
6847
  "isDeprecated": false,
6734
6848
  "deprecationReason": null
6735
6849
  },
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
6850
  {
6769
6851
  "name": "filters",
6770
6852
  "description": null,
@@ -6914,33 +6996,6 @@
6914
6996
  "enumValues": null,
6915
6997
  "possibleTypes": null
6916
6998
  },
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
6999
  {
6945
7000
  "kind": "INPUT_OBJECT",
6946
7001
  "name": "CreateOneProductInput",
@@ -8498,6 +8553,49 @@
8498
8553
  "enumValues": null,
8499
8554
  "possibleTypes": null
8500
8555
  },
8556
+ {
8557
+ "kind": "OBJECT",
8558
+ "name": "CustomerAggregatedUsage",
8559
+ "description": null,
8560
+ "fields": [
8561
+ {
8562
+ "name": "customerId",
8563
+ "description": null,
8564
+ "args": [],
8565
+ "type": {
8566
+ "kind": "NON_NULL",
8567
+ "name": null,
8568
+ "ofType": {
8569
+ "kind": "SCALAR",
8570
+ "name": "String",
8571
+ "ofType": null
8572
+ }
8573
+ },
8574
+ "isDeprecated": false,
8575
+ "deprecationReason": null
8576
+ },
8577
+ {
8578
+ "name": "usage",
8579
+ "description": null,
8580
+ "args": [],
8581
+ "type": {
8582
+ "kind": "NON_NULL",
8583
+ "name": null,
8584
+ "ofType": {
8585
+ "kind": "SCALAR",
8586
+ "name": "Float",
8587
+ "ofType": null
8588
+ }
8589
+ },
8590
+ "isDeprecated": false,
8591
+ "deprecationReason": null
8592
+ }
8593
+ ],
8594
+ "inputFields": null,
8595
+ "interfaces": [],
8596
+ "enumValues": null,
8597
+ "possibleTypes": null
8598
+ },
8501
8599
  {
8502
8600
  "kind": "INPUT_OBJECT",
8503
8601
  "name": "CustomerBillingInfo",
@@ -16858,6 +16956,18 @@
16858
16956
  "isDeprecated": false,
16859
16957
  "deprecationReason": null
16860
16958
  },
16959
+ {
16960
+ "name": "meterId",
16961
+ "description": null,
16962
+ "args": [],
16963
+ "type": {
16964
+ "kind": "SCALAR",
16965
+ "name": "String",
16966
+ "ofType": null
16967
+ },
16968
+ "isDeprecated": false,
16969
+ "deprecationReason": null
16970
+ },
16861
16971
  {
16862
16972
  "name": "nextResetDate",
16863
16973
  "description": null,
@@ -17627,6 +17737,18 @@
17627
17737
  "isDeprecated": false,
17628
17738
  "deprecationReason": null
17629
17739
  },
17740
+ {
17741
+ "name": "meterId",
17742
+ "description": null,
17743
+ "args": [],
17744
+ "type": {
17745
+ "kind": "SCALAR",
17746
+ "name": "String",
17747
+ "ofType": null
17748
+ },
17749
+ "isDeprecated": false,
17750
+ "deprecationReason": null
17751
+ },
17630
17752
  {
17631
17753
  "name": "nextResetDate",
17632
17754
  "description": null,
@@ -19210,12 +19332,6 @@
19210
19332
  "isDeprecated": false,
19211
19333
  "deprecationReason": null
19212
19334
  },
19213
- {
19214
- "name": "MeterDoesNotBelongToTheEntitlementFeature",
19215
- "description": null,
19216
- "isDeprecated": false,
19217
- "deprecationReason": null
19218
- },
19219
19335
  {
19220
19336
  "name": "MeterMustBeAssociatedToMeteredFeature",
19221
19337
  "description": null,
@@ -22221,6 +22337,18 @@
22221
22337
  "isDeprecated": false,
22222
22338
  "deprecationReason": null
22223
22339
  },
22340
+ {
22341
+ "name": "hasMeter",
22342
+ "description": null,
22343
+ "args": [],
22344
+ "type": {
22345
+ "kind": "SCALAR",
22346
+ "name": "Boolean",
22347
+ "ofType": null
22348
+ },
22349
+ "isDeprecated": false,
22350
+ "deprecationReason": null
22351
+ },
22224
22352
  {
22225
22353
  "name": "id",
22226
22354
  "description": null,
@@ -22237,6 +22365,18 @@
22237
22365
  "isDeprecated": false,
22238
22366
  "deprecationReason": null
22239
22367
  },
22368
+ {
22369
+ "name": "meter",
22370
+ "description": null,
22371
+ "args": [],
22372
+ "type": {
22373
+ "kind": "OBJECT",
22374
+ "name": "Meter",
22375
+ "ofType": null
22376
+ },
22377
+ "isDeprecated": false,
22378
+ "deprecationReason": null
22379
+ },
22240
22380
  {
22241
22381
  "name": "meterType",
22242
22382
  "description": null,
@@ -22944,6 +23084,18 @@
22944
23084
  "isDeprecated": false,
22945
23085
  "deprecationReason": null
22946
23086
  },
23087
+ {
23088
+ "name": "meter",
23089
+ "description": null,
23090
+ "type": {
23091
+ "kind": "INPUT_OBJECT",
23092
+ "name": "CreateMeter",
23093
+ "ofType": null
23094
+ },
23095
+ "defaultValue": null,
23096
+ "isDeprecated": false,
23097
+ "deprecationReason": null
23098
+ },
22947
23099
  {
22948
23100
  "name": "meterType",
22949
23101
  "description": null,
@@ -29171,18 +29323,6 @@
29171
29323
  "name": "Meter",
29172
29324
  "description": null,
29173
29325
  "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
29326
  {
29187
29327
  "name": "aggregation",
29188
29328
  "description": null,
@@ -29215,18 +29355,6 @@
29215
29355
  "isDeprecated": false,
29216
29356
  "deprecationReason": null
29217
29357
  },
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
29358
  {
29231
29359
  "name": "environmentId",
29232
29360
  "description": null,
@@ -29243,22 +29371,6 @@
29243
29371
  "isDeprecated": false,
29244
29372
  "deprecationReason": null
29245
29373
  },
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
29374
  {
29263
29375
  "name": "filters",
29264
29376
  "description": null,
@@ -29321,65 +29433,6 @@
29321
29433
  "enumValues": null,
29322
29434
  "possibleTypes": null
29323
29435
  },
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
29436
  {
29384
29437
  "kind": "INPUT_OBJECT",
29385
29438
  "name": "MeterAggregation",
@@ -29461,13 +29514,9 @@
29461
29514
  "description": null,
29462
29515
  "args": [],
29463
29516
  "type": {
29464
- "kind": "NON_NULL",
29465
- "name": null,
29466
- "ofType": {
29467
- "kind": "SCALAR",
29468
- "name": "String",
29469
- "ofType": null
29470
- }
29517
+ "kind": "SCALAR",
29518
+ "name": "String",
29519
+ "ofType": null
29471
29520
  },
29472
29521
  "isDeprecated": false,
29473
29522
  "deprecationReason": null
@@ -29519,281 +29568,9 @@
29519
29568
  {
29520
29569
  "name": "value",
29521
29570
  "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
- "type": {
29617
- "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
29571
  "type": {
29653
29572
  "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",
29573
+ "name": "String",
29797
29574
  "ofType": null
29798
29575
  },
29799
29576
  "defaultValue": null,
@@ -29875,214 +29652,6 @@
29875
29652
  "enumValues": null,
29876
29653
  "possibleTypes": null
29877
29654
  },
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
29655
  {
30087
29656
  "kind": "ENUM",
30088
29657
  "name": "MeterType",
@@ -30871,155 +30440,7 @@
30871
30440
  "deprecationReason": null
30872
30441
  },
30873
30442
  {
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",
30443
+ "name": "createFeature",
31023
30444
  "description": null,
31024
30445
  "args": [
31025
30446
  {
@@ -31030,7 +30451,7 @@
31030
30451
  "name": null,
31031
30452
  "ofType": {
31032
30453
  "kind": "INPUT_OBJECT",
31033
- "name": "CreateCouponInput",
30454
+ "name": "FeatureInput",
31034
30455
  "ofType": null
31035
30456
  }
31036
30457
  },
@@ -31044,7 +30465,7 @@
31044
30465
  "name": null,
31045
30466
  "ofType": {
31046
30467
  "kind": "OBJECT",
31047
- "name": "Coupon",
30468
+ "name": "Feature",
31048
30469
  "ofType": null
31049
30470
  }
31050
30471
  },
@@ -31052,7 +30473,7 @@
31052
30473
  "deprecationReason": null
31053
30474
  },
31054
30475
  {
31055
- "name": "createOneCustomer",
30476
+ "name": "createManyPackageEntitlements",
31056
30477
  "description": null,
31057
30478
  "args": [
31058
30479
  {
@@ -31063,7 +30484,89 @@
31063
30484
  "name": null,
31064
30485
  "ofType": {
31065
30486
  "kind": "INPUT_OBJECT",
31066
- "name": "CustomerInput",
30487
+ "name": "CreateManyPackageEntitlementsInput",
30488
+ "ofType": null
30489
+ }
30490
+ },
30491
+ "defaultValue": null,
30492
+ "isDeprecated": false,
30493
+ "deprecationReason": null
30494
+ }
30495
+ ],
30496
+ "type": {
30497
+ "kind": "NON_NULL",
30498
+ "name": null,
30499
+ "ofType": {
30500
+ "kind": "LIST",
30501
+ "name": null,
30502
+ "ofType": {
30503
+ "kind": "NON_NULL",
30504
+ "name": null,
30505
+ "ofType": {
30506
+ "kind": "OBJECT",
30507
+ "name": "PackageEntitlement",
30508
+ "ofType": null
30509
+ }
30510
+ }
30511
+ }
30512
+ },
30513
+ "isDeprecated": false,
30514
+ "deprecationReason": null
30515
+ },
30516
+ {
30517
+ "name": "createManyPromotionalEntitlements",
30518
+ "description": null,
30519
+ "args": [
30520
+ {
30521
+ "name": "input",
30522
+ "description": null,
30523
+ "type": {
30524
+ "kind": "NON_NULL",
30525
+ "name": null,
30526
+ "ofType": {
30527
+ "kind": "INPUT_OBJECT",
30528
+ "name": "CreateManyPromotionalEntitlementsInput",
30529
+ "ofType": null
30530
+ }
30531
+ },
30532
+ "defaultValue": null,
30533
+ "isDeprecated": false,
30534
+ "deprecationReason": null
30535
+ }
30536
+ ],
30537
+ "type": {
30538
+ "kind": "NON_NULL",
30539
+ "name": null,
30540
+ "ofType": {
30541
+ "kind": "LIST",
30542
+ "name": null,
30543
+ "ofType": {
30544
+ "kind": "NON_NULL",
30545
+ "name": null,
30546
+ "ofType": {
30547
+ "kind": "OBJECT",
30548
+ "name": "PromotionalEntitlement",
30549
+ "ofType": null
30550
+ }
30551
+ }
30552
+ }
30553
+ },
30554
+ "isDeprecated": false,
30555
+ "deprecationReason": null
30556
+ },
30557
+ {
30558
+ "name": "createOneAddon",
30559
+ "description": null,
30560
+ "args": [
30561
+ {
30562
+ "name": "input",
30563
+ "description": null,
30564
+ "type": {
30565
+ "kind": "NON_NULL",
30566
+ "name": null,
30567
+ "ofType": {
30568
+ "kind": "INPUT_OBJECT",
30569
+ "name": "AddonCreateInput",
31067
30570
  "ofType": null
31068
30571
  }
31069
30572
  },
@@ -31077,15 +30580,15 @@
31077
30580
  "name": null,
31078
30581
  "ofType": {
31079
30582
  "kind": "OBJECT",
31080
- "name": "Customer",
30583
+ "name": "Addon",
31081
30584
  "ofType": null
31082
30585
  }
31083
30586
  },
31084
- "isDeprecated": true,
31085
- "deprecationReason": "Use 'provisionCustomer' instead to create both customer and subscription in single operation. See 'provisionCustomer' for more info."
30587
+ "isDeprecated": false,
30588
+ "deprecationReason": null
31086
30589
  },
31087
30590
  {
31088
- "name": "createOneEnvironment",
30591
+ "name": "createOneCoupon",
31089
30592
  "description": null,
31090
30593
  "args": [
31091
30594
  {
@@ -31096,7 +30599,7 @@
31096
30599
  "name": null,
31097
30600
  "ofType": {
31098
30601
  "kind": "INPUT_OBJECT",
31099
- "name": "CreateOneEnvironmentInput",
30602
+ "name": "CreateCouponInput",
31100
30603
  "ofType": null
31101
30604
  }
31102
30605
  },
@@ -31110,7 +30613,7 @@
31110
30613
  "name": null,
31111
30614
  "ofType": {
31112
30615
  "kind": "OBJECT",
31113
- "name": "Environment",
30616
+ "name": "Coupon",
31114
30617
  "ofType": null
31115
30618
  }
31116
30619
  },
@@ -31118,7 +30621,7 @@
31118
30621
  "deprecationReason": null
31119
30622
  },
31120
30623
  {
31121
- "name": "createOneExperiment",
30624
+ "name": "createOneCustomer",
31122
30625
  "description": null,
31123
30626
  "args": [
31124
30627
  {
@@ -31129,7 +30632,7 @@
31129
30632
  "name": null,
31130
30633
  "ofType": {
31131
30634
  "kind": "INPUT_OBJECT",
31132
- "name": "CreateExperimentInput",
30635
+ "name": "CustomerInput",
31133
30636
  "ofType": null
31134
30637
  }
31135
30638
  },
@@ -31143,7 +30646,40 @@
31143
30646
  "name": null,
31144
30647
  "ofType": {
31145
30648
  "kind": "OBJECT",
31146
- "name": "Experiment",
30649
+ "name": "Customer",
30650
+ "ofType": null
30651
+ }
30652
+ },
30653
+ "isDeprecated": true,
30654
+ "deprecationReason": "Use 'provisionCustomer' instead to create both customer and subscription in single operation. See 'provisionCustomer' for more info."
30655
+ },
30656
+ {
30657
+ "name": "createOneEnvironment",
30658
+ "description": null,
30659
+ "args": [
30660
+ {
30661
+ "name": "input",
30662
+ "description": null,
30663
+ "type": {
30664
+ "kind": "NON_NULL",
30665
+ "name": null,
30666
+ "ofType": {
30667
+ "kind": "INPUT_OBJECT",
30668
+ "name": "CreateOneEnvironmentInput",
30669
+ "ofType": null
30670
+ }
30671
+ },
30672
+ "defaultValue": null,
30673
+ "isDeprecated": false,
30674
+ "deprecationReason": null
30675
+ }
30676
+ ],
30677
+ "type": {
30678
+ "kind": "NON_NULL",
30679
+ "name": null,
30680
+ "ofType": {
30681
+ "kind": "OBJECT",
30682
+ "name": "Environment",
31147
30683
  "ofType": null
31148
30684
  }
31149
30685
  },
@@ -31151,7 +30687,7 @@
31151
30687
  "deprecationReason": null
31152
30688
  },
31153
30689
  {
31154
- "name": "createOneFeature",
30690
+ "name": "createOneExperiment",
31155
30691
  "description": null,
31156
30692
  "args": [
31157
30693
  {
@@ -31162,7 +30698,7 @@
31162
30698
  "name": null,
31163
30699
  "ofType": {
31164
30700
  "kind": "INPUT_OBJECT",
31165
- "name": "CreateOneFeatureInput",
30701
+ "name": "CreateExperimentInput",
31166
30702
  "ofType": null
31167
30703
  }
31168
30704
  },
@@ -31176,7 +30712,7 @@
31176
30712
  "name": null,
31177
30713
  "ofType": {
31178
30714
  "kind": "OBJECT",
31179
- "name": "Feature",
30715
+ "name": "Experiment",
31180
30716
  "ofType": null
31181
30717
  }
31182
30718
  },
@@ -31184,7 +30720,7 @@
31184
30720
  "deprecationReason": null
31185
30721
  },
31186
30722
  {
31187
- "name": "createOneHook",
30723
+ "name": "createOneFeature",
31188
30724
  "description": null,
31189
30725
  "args": [
31190
30726
  {
@@ -31195,7 +30731,7 @@
31195
30731
  "name": null,
31196
30732
  "ofType": {
31197
30733
  "kind": "INPUT_OBJECT",
31198
- "name": "CreateOneHookInput",
30734
+ "name": "CreateOneFeatureInput",
31199
30735
  "ofType": null
31200
30736
  }
31201
30737
  },
@@ -31209,7 +30745,7 @@
31209
30745
  "name": null,
31210
30746
  "ofType": {
31211
30747
  "kind": "OBJECT",
31212
- "name": "Hook",
30748
+ "name": "Feature",
31213
30749
  "ofType": null
31214
30750
  }
31215
30751
  },
@@ -31217,7 +30753,7 @@
31217
30753
  "deprecationReason": null
31218
30754
  },
31219
30755
  {
31220
- "name": "createOneIntegration",
30756
+ "name": "createOneHook",
31221
30757
  "description": null,
31222
30758
  "args": [
31223
30759
  {
@@ -31228,7 +30764,7 @@
31228
30764
  "name": null,
31229
30765
  "ofType": {
31230
30766
  "kind": "INPUT_OBJECT",
31231
- "name": "CreateOneIntegrationInput",
30767
+ "name": "CreateOneHookInput",
31232
30768
  "ofType": null
31233
30769
  }
31234
30770
  },
@@ -31242,7 +30778,7 @@
31242
30778
  "name": null,
31243
30779
  "ofType": {
31244
30780
  "kind": "OBJECT",
31245
- "name": "Integration",
30781
+ "name": "Hook",
31246
30782
  "ofType": null
31247
30783
  }
31248
30784
  },
@@ -31250,7 +30786,7 @@
31250
30786
  "deprecationReason": null
31251
30787
  },
31252
30788
  {
31253
- "name": "createOneMeter",
30789
+ "name": "createOneIntegration",
31254
30790
  "description": null,
31255
30791
  "args": [
31256
30792
  {
@@ -31261,7 +30797,7 @@
31261
30797
  "name": null,
31262
30798
  "ofType": {
31263
30799
  "kind": "INPUT_OBJECT",
31264
- "name": "CreateOneMeterInput",
30800
+ "name": "CreateOneIntegrationInput",
31265
30801
  "ofType": null
31266
30802
  }
31267
30803
  },
@@ -31275,7 +30811,7 @@
31275
30811
  "name": null,
31276
30812
  "ofType": {
31277
30813
  "kind": "OBJECT",
31278
- "name": "Meter",
30814
+ "name": "Integration",
31279
30815
  "ofType": null
31280
30816
  }
31281
30817
  },
@@ -36447,18 +35983,6 @@
36447
35983
  "isDeprecated": false,
36448
35984
  "deprecationReason": null
36449
35985
  },
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
35986
  {
36463
35987
  "name": "monthlyResetPeriodConfiguration",
36464
35988
  "description": null,
@@ -44928,6 +44452,18 @@
44928
44452
  "isDeprecated": false,
44929
44453
  "deprecationReason": null
44930
44454
  },
44455
+ {
44456
+ "name": "meter",
44457
+ "description": null,
44458
+ "args": [],
44459
+ "type": {
44460
+ "kind": "OBJECT",
44461
+ "name": "Meter",
44462
+ "ofType": null
44463
+ },
44464
+ "isDeprecated": false,
44465
+ "deprecationReason": null
44466
+ },
44931
44467
  {
44932
44468
  "name": "period",
44933
44469
  "description": null,
@@ -47710,6 +47246,39 @@
47710
47246
  "isDeprecated": false,
47711
47247
  "deprecationReason": null
47712
47248
  },
47249
+ {
47250
+ "name": "aggregatedEventsByCustomer",
47251
+ "description": null,
47252
+ "args": [
47253
+ {
47254
+ "name": "input",
47255
+ "description": null,
47256
+ "type": {
47257
+ "kind": "NON_NULL",
47258
+ "name": null,
47259
+ "ofType": {
47260
+ "kind": "INPUT_OBJECT",
47261
+ "name": "AggregatedEventsByCustomerInput",
47262
+ "ofType": null
47263
+ }
47264
+ },
47265
+ "defaultValue": null,
47266
+ "isDeprecated": false,
47267
+ "deprecationReason": null
47268
+ }
47269
+ ],
47270
+ "type": {
47271
+ "kind": "NON_NULL",
47272
+ "name": null,
47273
+ "ofType": {
47274
+ "kind": "OBJECT",
47275
+ "name": "AggregatedEventsByCustomer",
47276
+ "ofType": null
47277
+ }
47278
+ },
47279
+ "isDeprecated": false,
47280
+ "deprecationReason": null
47281
+ },
47713
47282
  {
47714
47283
  "name": "cachedEntitlements",
47715
47284
  "description": null,
@@ -48718,134 +48287,12 @@
48718
48287
  "name": null,
48719
48288
  "ofType": {
48720
48289
  "kind": "INPUT_OBJECT",
48721
- "name": "ImportIntegrationTaskSort",
48722
- "ofType": null
48723
- }
48724
- }
48725
- },
48726
- "defaultValue": "[]",
48727
- "isDeprecated": false,
48728
- "deprecationReason": null
48729
- }
48730
- ],
48731
- "type": {
48732
- "kind": "NON_NULL",
48733
- "name": null,
48734
- "ofType": {
48735
- "kind": "OBJECT",
48736
- "name": "ImportIntegrationTaskConnection",
48737
- "ofType": null
48738
- }
48739
- },
48740
- "isDeprecated": false,
48741
- "deprecationReason": null
48742
- },
48743
- {
48744
- "name": "integrations",
48745
- "description": null,
48746
- "args": [
48747
- {
48748
- "name": "filter",
48749
- "description": "Specify to filter the records returned.",
48750
- "type": {
48751
- "kind": "INPUT_OBJECT",
48752
- "name": "IntegrationFilter",
48753
- "ofType": null
48754
- },
48755
- "defaultValue": "{}",
48756
- "isDeprecated": false,
48757
- "deprecationReason": null
48758
- },
48759
- {
48760
- "name": "paging",
48761
- "description": "Limit or page results.",
48762
- "type": {
48763
- "kind": "INPUT_OBJECT",
48764
- "name": "CursorPaging",
48765
- "ofType": null
48766
- },
48767
- "defaultValue": "{first: 10}",
48768
- "isDeprecated": false,
48769
- "deprecationReason": null
48770
- },
48771
- {
48772
- "name": "sorting",
48773
- "description": "Specify to sort results.",
48774
- "type": {
48775
- "kind": "LIST",
48776
- "name": null,
48777
- "ofType": {
48778
- "kind": "NON_NULL",
48779
- "name": null,
48780
- "ofType": {
48781
- "kind": "INPUT_OBJECT",
48782
- "name": "IntegrationSort",
48783
- "ofType": null
48784
- }
48785
- }
48786
- },
48787
- "defaultValue": "[{direction: DESC, field: createdAt}]",
48788
- "isDeprecated": false,
48789
- "deprecationReason": null
48790
- }
48791
- ],
48792
- "type": {
48793
- "kind": "NON_NULL",
48794
- "name": null,
48795
- "ofType": {
48796
- "kind": "OBJECT",
48797
- "name": "IntegrationConnection",
48798
- "ofType": null
48799
- }
48800
- },
48801
- "isDeprecated": false,
48802
- "deprecationReason": null
48803
- },
48804
- {
48805
- "name": "members",
48806
- "description": null,
48807
- "args": [
48808
- {
48809
- "name": "filter",
48810
- "description": "Specify to filter the records returned.",
48811
- "type": {
48812
- "kind": "INPUT_OBJECT",
48813
- "name": "MemberFilter",
48814
- "ofType": null
48815
- },
48816
- "defaultValue": "{}",
48817
- "isDeprecated": false,
48818
- "deprecationReason": null
48819
- },
48820
- {
48821
- "name": "paging",
48822
- "description": "Limit or page results.",
48823
- "type": {
48824
- "kind": "INPUT_OBJECT",
48825
- "name": "CursorPaging",
48826
- "ofType": null
48827
- },
48828
- "defaultValue": "{first: 10}",
48829
- "isDeprecated": false,
48830
- "deprecationReason": null
48831
- },
48832
- {
48833
- "name": "sorting",
48834
- "description": "Specify to sort results.",
48835
- "type": {
48836
- "kind": "LIST",
48837
- "name": null,
48838
- "ofType": {
48839
- "kind": "NON_NULL",
48840
- "name": null,
48841
- "ofType": {
48842
- "kind": "INPUT_OBJECT",
48843
- "name": "MemberSort",
48290
+ "name": "ImportIntegrationTaskSort",
48844
48291
  "ofType": null
48845
48292
  }
48846
48293
  }
48847
48294
  },
48848
- "defaultValue": "[{direction: DESC, field: createdAt}]",
48295
+ "defaultValue": "[]",
48849
48296
  "isDeprecated": false,
48850
48297
  "deprecationReason": null
48851
48298
  }
@@ -48855,7 +48302,7 @@
48855
48302
  "name": null,
48856
48303
  "ofType": {
48857
48304
  "kind": "OBJECT",
48858
- "name": "MemberConnection",
48305
+ "name": "ImportIntegrationTaskConnection",
48859
48306
  "ofType": null
48860
48307
  }
48861
48308
  },
@@ -48863,36 +48310,68 @@
48863
48310
  "deprecationReason": null
48864
48311
  },
48865
48312
  {
48866
- "name": "meter",
48313
+ "name": "integrations",
48867
48314
  "description": null,
48868
48315
  "args": [
48869
48316
  {
48870
- "name": "id",
48871
- "description": "The id of the record to find.",
48317
+ "name": "filter",
48318
+ "description": "Specify to filter the records returned.",
48872
48319
  "type": {
48873
- "kind": "NON_NULL",
48320
+ "kind": "INPUT_OBJECT",
48321
+ "name": "IntegrationFilter",
48322
+ "ofType": null
48323
+ },
48324
+ "defaultValue": "{}",
48325
+ "isDeprecated": false,
48326
+ "deprecationReason": null
48327
+ },
48328
+ {
48329
+ "name": "paging",
48330
+ "description": "Limit or page results.",
48331
+ "type": {
48332
+ "kind": "INPUT_OBJECT",
48333
+ "name": "CursorPaging",
48334
+ "ofType": null
48335
+ },
48336
+ "defaultValue": "{first: 10}",
48337
+ "isDeprecated": false,
48338
+ "deprecationReason": null
48339
+ },
48340
+ {
48341
+ "name": "sorting",
48342
+ "description": "Specify to sort results.",
48343
+ "type": {
48344
+ "kind": "LIST",
48874
48345
  "name": null,
48875
48346
  "ofType": {
48876
- "kind": "SCALAR",
48877
- "name": "String",
48878
- "ofType": null
48347
+ "kind": "NON_NULL",
48348
+ "name": null,
48349
+ "ofType": {
48350
+ "kind": "INPUT_OBJECT",
48351
+ "name": "IntegrationSort",
48352
+ "ofType": null
48353
+ }
48879
48354
  }
48880
48355
  },
48881
- "defaultValue": null,
48356
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
48882
48357
  "isDeprecated": false,
48883
48358
  "deprecationReason": null
48884
48359
  }
48885
48360
  ],
48886
48361
  "type": {
48887
- "kind": "OBJECT",
48888
- "name": "Meter",
48889
- "ofType": null
48362
+ "kind": "NON_NULL",
48363
+ "name": null,
48364
+ "ofType": {
48365
+ "kind": "OBJECT",
48366
+ "name": "IntegrationConnection",
48367
+ "ofType": null
48368
+ }
48890
48369
  },
48891
48370
  "isDeprecated": false,
48892
48371
  "deprecationReason": null
48893
48372
  },
48894
48373
  {
48895
- "name": "meters",
48374
+ "name": "members",
48896
48375
  "description": null,
48897
48376
  "args": [
48898
48377
  {
@@ -48900,7 +48379,7 @@
48900
48379
  "description": "Specify to filter the records returned.",
48901
48380
  "type": {
48902
48381
  "kind": "INPUT_OBJECT",
48903
- "name": "MeterFilter",
48382
+ "name": "MemberFilter",
48904
48383
  "ofType": null
48905
48384
  },
48906
48385
  "defaultValue": "{}",
@@ -48930,7 +48409,7 @@
48930
48409
  "name": null,
48931
48410
  "ofType": {
48932
48411
  "kind": "INPUT_OBJECT",
48933
- "name": "MeterSort",
48412
+ "name": "MemberSort",
48934
48413
  "ofType": null
48935
48414
  }
48936
48415
  }
@@ -48945,7 +48424,7 @@
48945
48424
  "name": null,
48946
48425
  "ofType": {
48947
48426
  "kind": "OBJECT",
48948
- "name": "MeterConnection",
48427
+ "name": "MemberConnection",
48949
48428
  "ofType": null
48950
48429
  }
48951
48430
  },
@@ -49561,6 +49040,39 @@
49561
49040
  "isDeprecated": false,
49562
49041
  "deprecationReason": null
49563
49042
  },
49043
+ {
49044
+ "name": "usageEvents",
49045
+ "description": null,
49046
+ "args": [
49047
+ {
49048
+ "name": "input",
49049
+ "description": null,
49050
+ "type": {
49051
+ "kind": "NON_NULL",
49052
+ "name": null,
49053
+ "ofType": {
49054
+ "kind": "INPUT_OBJECT",
49055
+ "name": "UsageEventsInput",
49056
+ "ofType": null
49057
+ }
49058
+ },
49059
+ "defaultValue": null,
49060
+ "isDeprecated": false,
49061
+ "deprecationReason": null
49062
+ }
49063
+ ],
49064
+ "type": {
49065
+ "kind": "NON_NULL",
49066
+ "name": null,
49067
+ "ofType": {
49068
+ "kind": "OBJECT",
49069
+ "name": "UsageEventsPreview",
49070
+ "ofType": null
49071
+ }
49072
+ },
49073
+ "isDeprecated": false,
49074
+ "deprecationReason": null
49075
+ },
49564
49076
  {
49565
49077
  "name": "usageHistory",
49566
49078
  "description": null,
@@ -53893,6 +53405,18 @@
53893
53405
  "isDeprecated": false,
53894
53406
  "deprecationReason": null
53895
53407
  },
53408
+ {
53409
+ "name": "meter",
53410
+ "description": null,
53411
+ "args": [],
53412
+ "type": {
53413
+ "kind": "OBJECT",
53414
+ "name": "Meter",
53415
+ "ofType": null
53416
+ },
53417
+ "isDeprecated": false,
53418
+ "deprecationReason": null
53419
+ },
53896
53420
  {
53897
53421
  "name": "resetPeriod",
53898
53422
  "description": null,
@@ -61411,6 +60935,77 @@
61411
60935
  "enumValues": null,
61412
60936
  "possibleTypes": null
61413
60937
  },
60938
+ {
60939
+ "kind": "OBJECT",
60940
+ "name": "UsageEvent",
60941
+ "description": null,
60942
+ "fields": [
60943
+ {
60944
+ "name": "dimensions",
60945
+ "description": null,
60946
+ "args": [],
60947
+ "type": {
60948
+ "kind": "SCALAR",
60949
+ "name": "JSON",
60950
+ "ofType": null
60951
+ },
60952
+ "isDeprecated": false,
60953
+ "deprecationReason": null
60954
+ },
60955
+ {
60956
+ "name": "eventName",
60957
+ "description": null,
60958
+ "args": [],
60959
+ "type": {
60960
+ "kind": "NON_NULL",
60961
+ "name": null,
60962
+ "ofType": {
60963
+ "kind": "SCALAR",
60964
+ "name": "String",
60965
+ "ofType": null
60966
+ }
60967
+ },
60968
+ "isDeprecated": false,
60969
+ "deprecationReason": null
60970
+ },
60971
+ {
60972
+ "name": "id",
60973
+ "description": null,
60974
+ "args": [],
60975
+ "type": {
60976
+ "kind": "NON_NULL",
60977
+ "name": null,
60978
+ "ofType": {
60979
+ "kind": "SCALAR",
60980
+ "name": "String",
60981
+ "ofType": null
60982
+ }
60983
+ },
60984
+ "isDeprecated": false,
60985
+ "deprecationReason": null
60986
+ },
60987
+ {
60988
+ "name": "timestamp",
60989
+ "description": null,
60990
+ "args": [],
60991
+ "type": {
60992
+ "kind": "NON_NULL",
60993
+ "name": null,
60994
+ "ofType": {
60995
+ "kind": "SCALAR",
60996
+ "name": "String",
60997
+ "ofType": null
60998
+ }
60999
+ },
61000
+ "isDeprecated": false,
61001
+ "deprecationReason": null
61002
+ }
61003
+ ],
61004
+ "inputFields": null,
61005
+ "interfaces": [],
61006
+ "enumValues": null,
61007
+ "possibleTypes": null
61008
+ },
61414
61009
  {
61415
61010
  "kind": "INPUT_OBJECT",
61416
61011
  "name": "UsageEventReportInput",
@@ -61506,6 +61101,92 @@
61506
61101
  "enumValues": null,
61507
61102
  "possibleTypes": null
61508
61103
  },
61104
+ {
61105
+ "kind": "INPUT_OBJECT",
61106
+ "name": "UsageEventsInput",
61107
+ "description": null,
61108
+ "fields": null,
61109
+ "inputFields": [
61110
+ {
61111
+ "name": "environmentId",
61112
+ "description": null,
61113
+ "type": {
61114
+ "kind": "NON_NULL",
61115
+ "name": null,
61116
+ "ofType": {
61117
+ "kind": "SCALAR",
61118
+ "name": "String",
61119
+ "ofType": null
61120
+ }
61121
+ },
61122
+ "defaultValue": null,
61123
+ "isDeprecated": false,
61124
+ "deprecationReason": null
61125
+ },
61126
+ {
61127
+ "name": "filters",
61128
+ "description": null,
61129
+ "type": {
61130
+ "kind": "NON_NULL",
61131
+ "name": null,
61132
+ "ofType": {
61133
+ "kind": "LIST",
61134
+ "name": null,
61135
+ "ofType": {
61136
+ "kind": "NON_NULL",
61137
+ "name": null,
61138
+ "ofType": {
61139
+ "kind": "INPUT_OBJECT",
61140
+ "name": "MeterFilterDefinitionInput",
61141
+ "ofType": null
61142
+ }
61143
+ }
61144
+ }
61145
+ },
61146
+ "defaultValue": null,
61147
+ "isDeprecated": false,
61148
+ "deprecationReason": null
61149
+ }
61150
+ ],
61151
+ "interfaces": null,
61152
+ "enumValues": null,
61153
+ "possibleTypes": null
61154
+ },
61155
+ {
61156
+ "kind": "OBJECT",
61157
+ "name": "UsageEventsPreview",
61158
+ "description": null,
61159
+ "fields": [
61160
+ {
61161
+ "name": "events",
61162
+ "description": null,
61163
+ "args": [],
61164
+ "type": {
61165
+ "kind": "NON_NULL",
61166
+ "name": null,
61167
+ "ofType": {
61168
+ "kind": "LIST",
61169
+ "name": null,
61170
+ "ofType": {
61171
+ "kind": "NON_NULL",
61172
+ "name": null,
61173
+ "ofType": {
61174
+ "kind": "OBJECT",
61175
+ "name": "UsageEvent",
61176
+ "ofType": null
61177
+ }
61178
+ }
61179
+ }
61180
+ },
61181
+ "isDeprecated": false,
61182
+ "deprecationReason": null
61183
+ }
61184
+ ],
61185
+ "inputFields": null,
61186
+ "interfaces": [],
61187
+ "enumValues": null,
61188
+ "possibleTypes": null
61189
+ },
61509
61190
  {
61510
61191
  "kind": "INPUT_OBJECT",
61511
61192
  "name": "UsageEventsReportInput",