stigg-api-client 6.15.0 → 6.17.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 +37 -0
- data/lib/stigg/generated/schema.json +1842 -213
- data/lib/stigg/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
|
@@ -3673,6 +3673,172 @@
|
|
|
3673
3673
|
],
|
|
3674
3674
|
"possibleTypes": null
|
|
3675
3675
|
},
|
|
3676
|
+
{
|
|
3677
|
+
"kind": "OBJECT",
|
|
3678
|
+
"name": "AirwallexCredentials",
|
|
3679
|
+
"description": "Airwallex integration configuration object",
|
|
3680
|
+
"fields": [
|
|
3681
|
+
{
|
|
3682
|
+
"name": "accountId",
|
|
3683
|
+
"description": "Airwallex linked payment account ID (e.g. acct_...) used to route checkouts",
|
|
3684
|
+
"args": [],
|
|
3685
|
+
"type": {
|
|
3686
|
+
"kind": "SCALAR",
|
|
3687
|
+
"name": "String",
|
|
3688
|
+
"ofType": null
|
|
3689
|
+
},
|
|
3690
|
+
"isDeprecated": false,
|
|
3691
|
+
"deprecationReason": null
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"name": "apiUrl",
|
|
3695
|
+
"description": "Base URL of the Airwallex API (e.g. https://api.airwallex.com)",
|
|
3696
|
+
"args": [],
|
|
3697
|
+
"type": {
|
|
3698
|
+
"kind": "SCALAR",
|
|
3699
|
+
"name": "String",
|
|
3700
|
+
"ofType": null
|
|
3701
|
+
},
|
|
3702
|
+
"isDeprecated": false,
|
|
3703
|
+
"deprecationReason": null
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "clientId",
|
|
3707
|
+
"description": "Airwallex API client ID",
|
|
3708
|
+
"args": [],
|
|
3709
|
+
"type": {
|
|
3710
|
+
"kind": "SCALAR",
|
|
3711
|
+
"name": "String",
|
|
3712
|
+
"ofType": null
|
|
3713
|
+
},
|
|
3714
|
+
"isDeprecated": false,
|
|
3715
|
+
"deprecationReason": null
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "orgId",
|
|
3719
|
+
"description": "Airwallex org ID as it appears on webhook events (e.g. org_...), used by Received for webhook routing",
|
|
3720
|
+
"args": [],
|
|
3721
|
+
"type": {
|
|
3722
|
+
"kind": "SCALAR",
|
|
3723
|
+
"name": "String",
|
|
3724
|
+
"ofType": null
|
|
3725
|
+
},
|
|
3726
|
+
"isDeprecated": false,
|
|
3727
|
+
"deprecationReason": null
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"inputFields": null,
|
|
3731
|
+
"interfaces": [],
|
|
3732
|
+
"enumValues": null,
|
|
3733
|
+
"possibleTypes": null
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "INPUT_OBJECT",
|
|
3737
|
+
"name": "AirwallexCredentialsInput",
|
|
3738
|
+
"description": "Input for connecting an Airwallex invoicing integration",
|
|
3739
|
+
"fields": null,
|
|
3740
|
+
"inputFields": [
|
|
3741
|
+
{
|
|
3742
|
+
"name": "accountId",
|
|
3743
|
+
"description": "Airwallex linked payment account ID (e.g. acct_...) used to route checkouts",
|
|
3744
|
+
"type": {
|
|
3745
|
+
"kind": "NON_NULL",
|
|
3746
|
+
"name": null,
|
|
3747
|
+
"ofType": {
|
|
3748
|
+
"kind": "SCALAR",
|
|
3749
|
+
"name": "String",
|
|
3750
|
+
"ofType": null
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"defaultValue": null,
|
|
3754
|
+
"isDeprecated": false,
|
|
3755
|
+
"deprecationReason": null
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "apiKey",
|
|
3759
|
+
"description": "Airwallex API key",
|
|
3760
|
+
"type": {
|
|
3761
|
+
"kind": "NON_NULL",
|
|
3762
|
+
"name": null,
|
|
3763
|
+
"ofType": {
|
|
3764
|
+
"kind": "SCALAR",
|
|
3765
|
+
"name": "String",
|
|
3766
|
+
"ofType": null
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
"defaultValue": null,
|
|
3770
|
+
"isDeprecated": false,
|
|
3771
|
+
"deprecationReason": null
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"name": "apiUrl",
|
|
3775
|
+
"description": "Base URL of the Airwallex API (e.g. https://api.airwallex.com)",
|
|
3776
|
+
"type": {
|
|
3777
|
+
"kind": "NON_NULL",
|
|
3778
|
+
"name": null,
|
|
3779
|
+
"ofType": {
|
|
3780
|
+
"kind": "SCALAR",
|
|
3781
|
+
"name": "String",
|
|
3782
|
+
"ofType": null
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
"defaultValue": null,
|
|
3786
|
+
"isDeprecated": false,
|
|
3787
|
+
"deprecationReason": null
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "clientId",
|
|
3791
|
+
"description": "Airwallex API client ID",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"kind": "NON_NULL",
|
|
3794
|
+
"name": null,
|
|
3795
|
+
"ofType": {
|
|
3796
|
+
"kind": "SCALAR",
|
|
3797
|
+
"name": "String",
|
|
3798
|
+
"ofType": null
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
"defaultValue": null,
|
|
3802
|
+
"isDeprecated": false,
|
|
3803
|
+
"deprecationReason": null
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "orgId",
|
|
3807
|
+
"description": "Airwallex org ID as it appears on webhook events (e.g. org_...), used by Received for webhook routing",
|
|
3808
|
+
"type": {
|
|
3809
|
+
"kind": "NON_NULL",
|
|
3810
|
+
"name": null,
|
|
3811
|
+
"ofType": {
|
|
3812
|
+
"kind": "SCALAR",
|
|
3813
|
+
"name": "String",
|
|
3814
|
+
"ofType": null
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
"defaultValue": null,
|
|
3818
|
+
"isDeprecated": false,
|
|
3819
|
+
"deprecationReason": null
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"name": "webhookSecret",
|
|
3823
|
+
"description": "Airwallex webhook signing secret",
|
|
3824
|
+
"type": {
|
|
3825
|
+
"kind": "NON_NULL",
|
|
3826
|
+
"name": null,
|
|
3827
|
+
"ofType": {
|
|
3828
|
+
"kind": "SCALAR",
|
|
3829
|
+
"name": "String",
|
|
3830
|
+
"ofType": null
|
|
3831
|
+
}
|
|
3832
|
+
},
|
|
3833
|
+
"defaultValue": null,
|
|
3834
|
+
"isDeprecated": false,
|
|
3835
|
+
"deprecationReason": null
|
|
3836
|
+
}
|
|
3837
|
+
],
|
|
3838
|
+
"interfaces": null,
|
|
3839
|
+
"enumValues": null,
|
|
3840
|
+
"possibleTypes": null
|
|
3841
|
+
},
|
|
3676
3842
|
{
|
|
3677
3843
|
"kind": "ENUM",
|
|
3678
3844
|
"name": "Alignment",
|
|
@@ -10722,6 +10888,637 @@
|
|
|
10722
10888
|
"enumValues": null,
|
|
10723
10889
|
"possibleTypes": null
|
|
10724
10890
|
},
|
|
10891
|
+
{
|
|
10892
|
+
"kind": "OBJECT",
|
|
10893
|
+
"name": "ContractDTO",
|
|
10894
|
+
"description": "A billing contract that belongs to a customer, resolved live from the connected billing provider.",
|
|
10895
|
+
"fields": [
|
|
10896
|
+
{
|
|
10897
|
+
"name": "activationEndDate",
|
|
10898
|
+
"description": "Activation end date (ISO 8601)",
|
|
10899
|
+
"args": [],
|
|
10900
|
+
"type": {
|
|
10901
|
+
"kind": "SCALAR",
|
|
10902
|
+
"name": "DateTime",
|
|
10903
|
+
"ofType": null
|
|
10904
|
+
},
|
|
10905
|
+
"isDeprecated": false,
|
|
10906
|
+
"deprecationReason": null
|
|
10907
|
+
},
|
|
10908
|
+
{
|
|
10909
|
+
"name": "activationStartDate",
|
|
10910
|
+
"description": "Activation start date (ISO 8601)",
|
|
10911
|
+
"args": [],
|
|
10912
|
+
"type": {
|
|
10913
|
+
"kind": "SCALAR",
|
|
10914
|
+
"name": "DateTime",
|
|
10915
|
+
"ofType": null
|
|
10916
|
+
},
|
|
10917
|
+
"isDeprecated": false,
|
|
10918
|
+
"deprecationReason": null
|
|
10919
|
+
},
|
|
10920
|
+
{
|
|
10921
|
+
"name": "contractId",
|
|
10922
|
+
"description": "The billing provider contract ID",
|
|
10923
|
+
"args": [],
|
|
10924
|
+
"type": {
|
|
10925
|
+
"kind": "NON_NULL",
|
|
10926
|
+
"name": null,
|
|
10927
|
+
"ofType": {
|
|
10928
|
+
"kind": "SCALAR",
|
|
10929
|
+
"name": "String",
|
|
10930
|
+
"ofType": null
|
|
10931
|
+
}
|
|
10932
|
+
},
|
|
10933
|
+
"isDeprecated": false,
|
|
10934
|
+
"deprecationReason": null
|
|
10935
|
+
},
|
|
10936
|
+
{
|
|
10937
|
+
"name": "contractType",
|
|
10938
|
+
"description": "Contract type",
|
|
10939
|
+
"args": [],
|
|
10940
|
+
"type": {
|
|
10941
|
+
"kind": "NON_NULL",
|
|
10942
|
+
"name": null,
|
|
10943
|
+
"ofType": {
|
|
10944
|
+
"kind": "ENUM",
|
|
10945
|
+
"name": "ContractType",
|
|
10946
|
+
"ofType": null
|
|
10947
|
+
}
|
|
10948
|
+
},
|
|
10949
|
+
"isDeprecated": false,
|
|
10950
|
+
"deprecationReason": null
|
|
10951
|
+
},
|
|
10952
|
+
{
|
|
10953
|
+
"name": "createdAt",
|
|
10954
|
+
"description": "Timestamp of creation (ISO 8601)",
|
|
10955
|
+
"args": [],
|
|
10956
|
+
"type": {
|
|
10957
|
+
"kind": "SCALAR",
|
|
10958
|
+
"name": "DateTime",
|
|
10959
|
+
"ofType": null
|
|
10960
|
+
},
|
|
10961
|
+
"isDeprecated": false,
|
|
10962
|
+
"deprecationReason": null
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"name": "customerExternalId",
|
|
10966
|
+
"description": "External ID of the customer the contract belongs to (the Stigg customer ref ID)",
|
|
10967
|
+
"args": [],
|
|
10968
|
+
"type": {
|
|
10969
|
+
"kind": "NON_NULL",
|
|
10970
|
+
"name": null,
|
|
10971
|
+
"ofType": {
|
|
10972
|
+
"kind": "SCALAR",
|
|
10973
|
+
"name": "String",
|
|
10974
|
+
"ofType": null
|
|
10975
|
+
}
|
|
10976
|
+
},
|
|
10977
|
+
"isDeprecated": false,
|
|
10978
|
+
"deprecationReason": null
|
|
10979
|
+
},
|
|
10980
|
+
{
|
|
10981
|
+
"name": "externalId",
|
|
10982
|
+
"description": "External ID for the contract: the metering provider externalId when one is mapped, otherwise the contract ID.",
|
|
10983
|
+
"args": [],
|
|
10984
|
+
"type": {
|
|
10985
|
+
"kind": "NON_NULL",
|
|
10986
|
+
"name": null,
|
|
10987
|
+
"ofType": {
|
|
10988
|
+
"kind": "SCALAR",
|
|
10989
|
+
"name": "String",
|
|
10990
|
+
"ofType": null
|
|
10991
|
+
}
|
|
10992
|
+
},
|
|
10993
|
+
"isDeprecated": false,
|
|
10994
|
+
"deprecationReason": null
|
|
10995
|
+
},
|
|
10996
|
+
{
|
|
10997
|
+
"name": "name",
|
|
10998
|
+
"description": "Contract name",
|
|
10999
|
+
"args": [],
|
|
11000
|
+
"type": {
|
|
11001
|
+
"kind": "SCALAR",
|
|
11002
|
+
"name": "String",
|
|
11003
|
+
"ofType": null
|
|
11004
|
+
},
|
|
11005
|
+
"isDeprecated": false,
|
|
11006
|
+
"deprecationReason": null
|
|
11007
|
+
},
|
|
11008
|
+
{
|
|
11009
|
+
"name": "nextInvoice",
|
|
11010
|
+
"description": "Preview of the contract's next (upcoming) invoice, when the contract has one",
|
|
11011
|
+
"args": [],
|
|
11012
|
+
"type": {
|
|
11013
|
+
"kind": "OBJECT",
|
|
11014
|
+
"name": "ContractNextInvoiceDTO",
|
|
11015
|
+
"ofType": null
|
|
11016
|
+
},
|
|
11017
|
+
"isDeprecated": false,
|
|
11018
|
+
"deprecationReason": null
|
|
11019
|
+
},
|
|
11020
|
+
{
|
|
11021
|
+
"name": "state",
|
|
11022
|
+
"description": "Contract state",
|
|
11023
|
+
"args": [],
|
|
11024
|
+
"type": {
|
|
11025
|
+
"kind": "NON_NULL",
|
|
11026
|
+
"name": null,
|
|
11027
|
+
"ofType": {
|
|
11028
|
+
"kind": "ENUM",
|
|
11029
|
+
"name": "ContractState",
|
|
11030
|
+
"ofType": null
|
|
11031
|
+
}
|
|
11032
|
+
},
|
|
11033
|
+
"isDeprecated": false,
|
|
11034
|
+
"deprecationReason": null
|
|
11035
|
+
}
|
|
11036
|
+
],
|
|
11037
|
+
"inputFields": null,
|
|
11038
|
+
"interfaces": [],
|
|
11039
|
+
"enumValues": null,
|
|
11040
|
+
"possibleTypes": null
|
|
11041
|
+
},
|
|
11042
|
+
{
|
|
11043
|
+
"kind": "INPUT_OBJECT",
|
|
11044
|
+
"name": "ContractDTOCustomerExternalIdFilterComparison",
|
|
11045
|
+
"description": null,
|
|
11046
|
+
"fields": null,
|
|
11047
|
+
"inputFields": [
|
|
11048
|
+
{
|
|
11049
|
+
"name": "eq",
|
|
11050
|
+
"description": null,
|
|
11051
|
+
"type": {
|
|
11052
|
+
"kind": "SCALAR",
|
|
11053
|
+
"name": "String",
|
|
11054
|
+
"ofType": null
|
|
11055
|
+
},
|
|
11056
|
+
"defaultValue": null,
|
|
11057
|
+
"isDeprecated": false,
|
|
11058
|
+
"deprecationReason": null
|
|
11059
|
+
},
|
|
11060
|
+
{
|
|
11061
|
+
"name": "iLike",
|
|
11062
|
+
"description": null,
|
|
11063
|
+
"type": {
|
|
11064
|
+
"kind": "SCALAR",
|
|
11065
|
+
"name": "String",
|
|
11066
|
+
"ofType": null
|
|
11067
|
+
},
|
|
11068
|
+
"defaultValue": null,
|
|
11069
|
+
"isDeprecated": false,
|
|
11070
|
+
"deprecationReason": null
|
|
11071
|
+
},
|
|
11072
|
+
{
|
|
11073
|
+
"name": "in",
|
|
11074
|
+
"description": null,
|
|
11075
|
+
"type": {
|
|
11076
|
+
"kind": "LIST",
|
|
11077
|
+
"name": null,
|
|
11078
|
+
"ofType": {
|
|
11079
|
+
"kind": "NON_NULL",
|
|
11080
|
+
"name": null,
|
|
11081
|
+
"ofType": {
|
|
11082
|
+
"kind": "SCALAR",
|
|
11083
|
+
"name": "String",
|
|
11084
|
+
"ofType": null
|
|
11085
|
+
}
|
|
11086
|
+
}
|
|
11087
|
+
},
|
|
11088
|
+
"defaultValue": null,
|
|
11089
|
+
"isDeprecated": false,
|
|
11090
|
+
"deprecationReason": null
|
|
11091
|
+
},
|
|
11092
|
+
{
|
|
11093
|
+
"name": "neq",
|
|
11094
|
+
"description": null,
|
|
11095
|
+
"type": {
|
|
11096
|
+
"kind": "SCALAR",
|
|
11097
|
+
"name": "String",
|
|
11098
|
+
"ofType": null
|
|
11099
|
+
},
|
|
11100
|
+
"defaultValue": null,
|
|
11101
|
+
"isDeprecated": false,
|
|
11102
|
+
"deprecationReason": null
|
|
11103
|
+
},
|
|
11104
|
+
{
|
|
11105
|
+
"name": "notILike",
|
|
11106
|
+
"description": null,
|
|
11107
|
+
"type": {
|
|
11108
|
+
"kind": "SCALAR",
|
|
11109
|
+
"name": "String",
|
|
11110
|
+
"ofType": null
|
|
11111
|
+
},
|
|
11112
|
+
"defaultValue": null,
|
|
11113
|
+
"isDeprecated": false,
|
|
11114
|
+
"deprecationReason": null
|
|
11115
|
+
},
|
|
11116
|
+
{
|
|
11117
|
+
"name": "notIn",
|
|
11118
|
+
"description": null,
|
|
11119
|
+
"type": {
|
|
11120
|
+
"kind": "LIST",
|
|
11121
|
+
"name": null,
|
|
11122
|
+
"ofType": {
|
|
11123
|
+
"kind": "NON_NULL",
|
|
11124
|
+
"name": null,
|
|
11125
|
+
"ofType": {
|
|
11126
|
+
"kind": "SCALAR",
|
|
11127
|
+
"name": "String",
|
|
11128
|
+
"ofType": null
|
|
11129
|
+
}
|
|
11130
|
+
}
|
|
11131
|
+
},
|
|
11132
|
+
"defaultValue": null,
|
|
11133
|
+
"isDeprecated": false,
|
|
11134
|
+
"deprecationReason": null
|
|
11135
|
+
}
|
|
11136
|
+
],
|
|
11137
|
+
"interfaces": null,
|
|
11138
|
+
"enumValues": null,
|
|
11139
|
+
"possibleTypes": null
|
|
11140
|
+
},
|
|
11141
|
+
{
|
|
11142
|
+
"kind": "INPUT_OBJECT",
|
|
11143
|
+
"name": "ContractDTOFilter",
|
|
11144
|
+
"description": null,
|
|
11145
|
+
"fields": null,
|
|
11146
|
+
"inputFields": [
|
|
11147
|
+
{
|
|
11148
|
+
"name": "and",
|
|
11149
|
+
"description": null,
|
|
11150
|
+
"type": {
|
|
11151
|
+
"kind": "LIST",
|
|
11152
|
+
"name": null,
|
|
11153
|
+
"ofType": {
|
|
11154
|
+
"kind": "NON_NULL",
|
|
11155
|
+
"name": null,
|
|
11156
|
+
"ofType": {
|
|
11157
|
+
"kind": "INPUT_OBJECT",
|
|
11158
|
+
"name": "ContractDTOFilter",
|
|
11159
|
+
"ofType": null
|
|
11160
|
+
}
|
|
11161
|
+
}
|
|
11162
|
+
},
|
|
11163
|
+
"defaultValue": null,
|
|
11164
|
+
"isDeprecated": false,
|
|
11165
|
+
"deprecationReason": null
|
|
11166
|
+
},
|
|
11167
|
+
{
|
|
11168
|
+
"name": "customerExternalId",
|
|
11169
|
+
"description": null,
|
|
11170
|
+
"type": {
|
|
11171
|
+
"kind": "INPUT_OBJECT",
|
|
11172
|
+
"name": "ContractDTOCustomerExternalIdFilterComparison",
|
|
11173
|
+
"ofType": null
|
|
11174
|
+
},
|
|
11175
|
+
"defaultValue": null,
|
|
11176
|
+
"isDeprecated": false,
|
|
11177
|
+
"deprecationReason": null
|
|
11178
|
+
},
|
|
11179
|
+
{
|
|
11180
|
+
"name": "name",
|
|
11181
|
+
"description": null,
|
|
11182
|
+
"type": {
|
|
11183
|
+
"kind": "INPUT_OBJECT",
|
|
11184
|
+
"name": "ContractDTONameFilterComparison",
|
|
11185
|
+
"ofType": null
|
|
11186
|
+
},
|
|
11187
|
+
"defaultValue": null,
|
|
11188
|
+
"isDeprecated": false,
|
|
11189
|
+
"deprecationReason": null
|
|
11190
|
+
},
|
|
11191
|
+
{
|
|
11192
|
+
"name": "or",
|
|
11193
|
+
"description": null,
|
|
11194
|
+
"type": {
|
|
11195
|
+
"kind": "LIST",
|
|
11196
|
+
"name": null,
|
|
11197
|
+
"ofType": {
|
|
11198
|
+
"kind": "NON_NULL",
|
|
11199
|
+
"name": null,
|
|
11200
|
+
"ofType": {
|
|
11201
|
+
"kind": "INPUT_OBJECT",
|
|
11202
|
+
"name": "ContractDTOFilter",
|
|
11203
|
+
"ofType": null
|
|
11204
|
+
}
|
|
11205
|
+
}
|
|
11206
|
+
},
|
|
11207
|
+
"defaultValue": null,
|
|
11208
|
+
"isDeprecated": false,
|
|
11209
|
+
"deprecationReason": null
|
|
11210
|
+
},
|
|
11211
|
+
{
|
|
11212
|
+
"name": "state",
|
|
11213
|
+
"description": null,
|
|
11214
|
+
"type": {
|
|
11215
|
+
"kind": "INPUT_OBJECT",
|
|
11216
|
+
"name": "ContractDTOStateFilterComparison",
|
|
11217
|
+
"ofType": null
|
|
11218
|
+
},
|
|
11219
|
+
"defaultValue": null,
|
|
11220
|
+
"isDeprecated": false,
|
|
11221
|
+
"deprecationReason": null
|
|
11222
|
+
}
|
|
11223
|
+
],
|
|
11224
|
+
"interfaces": null,
|
|
11225
|
+
"enumValues": null,
|
|
11226
|
+
"possibleTypes": null
|
|
11227
|
+
},
|
|
11228
|
+
{
|
|
11229
|
+
"kind": "INPUT_OBJECT",
|
|
11230
|
+
"name": "ContractDTONameFilterComparison",
|
|
11231
|
+
"description": null,
|
|
11232
|
+
"fields": null,
|
|
11233
|
+
"inputFields": [
|
|
11234
|
+
{
|
|
11235
|
+
"name": "eq",
|
|
11236
|
+
"description": null,
|
|
11237
|
+
"type": {
|
|
11238
|
+
"kind": "SCALAR",
|
|
11239
|
+
"name": "String",
|
|
11240
|
+
"ofType": null
|
|
11241
|
+
},
|
|
11242
|
+
"defaultValue": null,
|
|
11243
|
+
"isDeprecated": false,
|
|
11244
|
+
"deprecationReason": null
|
|
11245
|
+
},
|
|
11246
|
+
{
|
|
11247
|
+
"name": "iLike",
|
|
11248
|
+
"description": null,
|
|
11249
|
+
"type": {
|
|
11250
|
+
"kind": "SCALAR",
|
|
11251
|
+
"name": "String",
|
|
11252
|
+
"ofType": null
|
|
11253
|
+
},
|
|
11254
|
+
"defaultValue": null,
|
|
11255
|
+
"isDeprecated": false,
|
|
11256
|
+
"deprecationReason": null
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"name": "neq",
|
|
11260
|
+
"description": null,
|
|
11261
|
+
"type": {
|
|
11262
|
+
"kind": "SCALAR",
|
|
11263
|
+
"name": "String",
|
|
11264
|
+
"ofType": null
|
|
11265
|
+
},
|
|
11266
|
+
"defaultValue": null,
|
|
11267
|
+
"isDeprecated": false,
|
|
11268
|
+
"deprecationReason": null
|
|
11269
|
+
},
|
|
11270
|
+
{
|
|
11271
|
+
"name": "notILike",
|
|
11272
|
+
"description": null,
|
|
11273
|
+
"type": {
|
|
11274
|
+
"kind": "SCALAR",
|
|
11275
|
+
"name": "String",
|
|
11276
|
+
"ofType": null
|
|
11277
|
+
},
|
|
11278
|
+
"defaultValue": null,
|
|
11279
|
+
"isDeprecated": false,
|
|
11280
|
+
"deprecationReason": null
|
|
11281
|
+
}
|
|
11282
|
+
],
|
|
11283
|
+
"interfaces": null,
|
|
11284
|
+
"enumValues": null,
|
|
11285
|
+
"possibleTypes": null
|
|
11286
|
+
},
|
|
11287
|
+
{
|
|
11288
|
+
"kind": "INPUT_OBJECT",
|
|
11289
|
+
"name": "ContractDTOStateFilterComparison",
|
|
11290
|
+
"description": null,
|
|
11291
|
+
"fields": null,
|
|
11292
|
+
"inputFields": [
|
|
11293
|
+
{
|
|
11294
|
+
"name": "in",
|
|
11295
|
+
"description": null,
|
|
11296
|
+
"type": {
|
|
11297
|
+
"kind": "LIST",
|
|
11298
|
+
"name": null,
|
|
11299
|
+
"ofType": {
|
|
11300
|
+
"kind": "NON_NULL",
|
|
11301
|
+
"name": null,
|
|
11302
|
+
"ofType": {
|
|
11303
|
+
"kind": "ENUM",
|
|
11304
|
+
"name": "ContractState",
|
|
11305
|
+
"ofType": null
|
|
11306
|
+
}
|
|
11307
|
+
}
|
|
11308
|
+
},
|
|
11309
|
+
"defaultValue": null,
|
|
11310
|
+
"isDeprecated": false,
|
|
11311
|
+
"deprecationReason": null
|
|
11312
|
+
},
|
|
11313
|
+
{
|
|
11314
|
+
"name": "notIn",
|
|
11315
|
+
"description": null,
|
|
11316
|
+
"type": {
|
|
11317
|
+
"kind": "LIST",
|
|
11318
|
+
"name": null,
|
|
11319
|
+
"ofType": {
|
|
11320
|
+
"kind": "NON_NULL",
|
|
11321
|
+
"name": null,
|
|
11322
|
+
"ofType": {
|
|
11323
|
+
"kind": "ENUM",
|
|
11324
|
+
"name": "ContractState",
|
|
11325
|
+
"ofType": null
|
|
11326
|
+
}
|
|
11327
|
+
}
|
|
11328
|
+
},
|
|
11329
|
+
"defaultValue": null,
|
|
11330
|
+
"isDeprecated": false,
|
|
11331
|
+
"deprecationReason": null
|
|
11332
|
+
}
|
|
11333
|
+
],
|
|
11334
|
+
"interfaces": null,
|
|
11335
|
+
"enumValues": null,
|
|
11336
|
+
"possibleTypes": null
|
|
11337
|
+
},
|
|
11338
|
+
{
|
|
11339
|
+
"kind": "OBJECT",
|
|
11340
|
+
"name": "ContractNextInvoiceDTO",
|
|
11341
|
+
"description": "A preview of a contract's next (upcoming) invoice, resolved live from the connected billing provider.",
|
|
11342
|
+
"fields": [
|
|
11343
|
+
{
|
|
11344
|
+
"name": "amount",
|
|
11345
|
+
"description": "Total amount due on the next invoice",
|
|
11346
|
+
"args": [],
|
|
11347
|
+
"type": {
|
|
11348
|
+
"kind": "NON_NULL",
|
|
11349
|
+
"name": null,
|
|
11350
|
+
"ofType": {
|
|
11351
|
+
"kind": "OBJECT",
|
|
11352
|
+
"name": "Money",
|
|
11353
|
+
"ofType": null
|
|
11354
|
+
}
|
|
11355
|
+
},
|
|
11356
|
+
"isDeprecated": false,
|
|
11357
|
+
"deprecationReason": null
|
|
11358
|
+
},
|
|
11359
|
+
{
|
|
11360
|
+
"name": "dueDate",
|
|
11361
|
+
"description": "Due date for payment of the next invoice (ISO 8601)",
|
|
11362
|
+
"args": [],
|
|
11363
|
+
"type": {
|
|
11364
|
+
"kind": "SCALAR",
|
|
11365
|
+
"name": "DateTime",
|
|
11366
|
+
"ofType": null
|
|
11367
|
+
},
|
|
11368
|
+
"isDeprecated": false,
|
|
11369
|
+
"deprecationReason": null
|
|
11370
|
+
},
|
|
11371
|
+
{
|
|
11372
|
+
"name": "periodEnd",
|
|
11373
|
+
"description": "The next invoice's billing period end date (ISO 8601)",
|
|
11374
|
+
"args": [],
|
|
11375
|
+
"type": {
|
|
11376
|
+
"kind": "SCALAR",
|
|
11377
|
+
"name": "DateTime",
|
|
11378
|
+
"ofType": null
|
|
11379
|
+
},
|
|
11380
|
+
"isDeprecated": false,
|
|
11381
|
+
"deprecationReason": null
|
|
11382
|
+
},
|
|
11383
|
+
{
|
|
11384
|
+
"name": "periodStart",
|
|
11385
|
+
"description": "The next invoice's billing period start date (ISO 8601)",
|
|
11386
|
+
"args": [],
|
|
11387
|
+
"type": {
|
|
11388
|
+
"kind": "SCALAR",
|
|
11389
|
+
"name": "DateTime",
|
|
11390
|
+
"ofType": null
|
|
11391
|
+
},
|
|
11392
|
+
"isDeprecated": false,
|
|
11393
|
+
"deprecationReason": null
|
|
11394
|
+
}
|
|
11395
|
+
],
|
|
11396
|
+
"inputFields": null,
|
|
11397
|
+
"interfaces": [],
|
|
11398
|
+
"enumValues": null,
|
|
11399
|
+
"possibleTypes": null
|
|
11400
|
+
},
|
|
11401
|
+
{
|
|
11402
|
+
"kind": "ENUM",
|
|
11403
|
+
"name": "ContractState",
|
|
11404
|
+
"description": "The lifecycle state of a billing contract",
|
|
11405
|
+
"fields": null,
|
|
11406
|
+
"inputFields": null,
|
|
11407
|
+
"interfaces": null,
|
|
11408
|
+
"enumValues": [
|
|
11409
|
+
{
|
|
11410
|
+
"name": "ACTIVE",
|
|
11411
|
+
"description": "The contract is active",
|
|
11412
|
+
"isDeprecated": false,
|
|
11413
|
+
"deprecationReason": null
|
|
11414
|
+
},
|
|
11415
|
+
{
|
|
11416
|
+
"name": "CANCELED",
|
|
11417
|
+
"description": "The contract has been canceled",
|
|
11418
|
+
"isDeprecated": false,
|
|
11419
|
+
"deprecationReason": null
|
|
11420
|
+
},
|
|
11421
|
+
{
|
|
11422
|
+
"name": "DRAFT",
|
|
11423
|
+
"description": "The contract is a draft and has not been published yet",
|
|
11424
|
+
"isDeprecated": false,
|
|
11425
|
+
"deprecationReason": null
|
|
11426
|
+
},
|
|
11427
|
+
{
|
|
11428
|
+
"name": "END_BILLING",
|
|
11429
|
+
"description": "The contract has reached the end of its billing period",
|
|
11430
|
+
"isDeprecated": false,
|
|
11431
|
+
"deprecationReason": null
|
|
11432
|
+
}
|
|
11433
|
+
],
|
|
11434
|
+
"possibleTypes": null
|
|
11435
|
+
},
|
|
11436
|
+
{
|
|
11437
|
+
"kind": "ENUM",
|
|
11438
|
+
"name": "ContractType",
|
|
11439
|
+
"description": "The type of a billing contract",
|
|
11440
|
+
"fields": null,
|
|
11441
|
+
"inputFields": null,
|
|
11442
|
+
"interfaces": null,
|
|
11443
|
+
"enumValues": [
|
|
11444
|
+
{
|
|
11445
|
+
"name": "ENTERPRISE",
|
|
11446
|
+
"description": "An enterprise contract",
|
|
11447
|
+
"isDeprecated": false,
|
|
11448
|
+
"deprecationReason": null
|
|
11449
|
+
},
|
|
11450
|
+
{
|
|
11451
|
+
"name": "REFERRAL",
|
|
11452
|
+
"description": "A referral contract",
|
|
11453
|
+
"isDeprecated": false,
|
|
11454
|
+
"deprecationReason": null
|
|
11455
|
+
},
|
|
11456
|
+
{
|
|
11457
|
+
"name": "RESELLER",
|
|
11458
|
+
"description": "A reseller contract",
|
|
11459
|
+
"isDeprecated": false,
|
|
11460
|
+
"deprecationReason": null
|
|
11461
|
+
},
|
|
11462
|
+
{
|
|
11463
|
+
"name": "SUBSCRIPTION",
|
|
11464
|
+
"description": "A subscription contract",
|
|
11465
|
+
"isDeprecated": false,
|
|
11466
|
+
"deprecationReason": null
|
|
11467
|
+
}
|
|
11468
|
+
],
|
|
11469
|
+
"possibleTypes": null
|
|
11470
|
+
},
|
|
11471
|
+
{
|
|
11472
|
+
"kind": "OBJECT",
|
|
11473
|
+
"name": "ContractsPageDTO",
|
|
11474
|
+
"description": "A page of contracts in the environment, resolved live from the connected billing provider.",
|
|
11475
|
+
"fields": [
|
|
11476
|
+
{
|
|
11477
|
+
"name": "contracts",
|
|
11478
|
+
"description": "The contracts in this page",
|
|
11479
|
+
"args": [],
|
|
11480
|
+
"type": {
|
|
11481
|
+
"kind": "NON_NULL",
|
|
11482
|
+
"name": null,
|
|
11483
|
+
"ofType": {
|
|
11484
|
+
"kind": "LIST",
|
|
11485
|
+
"name": null,
|
|
11486
|
+
"ofType": {
|
|
11487
|
+
"kind": "NON_NULL",
|
|
11488
|
+
"name": null,
|
|
11489
|
+
"ofType": {
|
|
11490
|
+
"kind": "OBJECT",
|
|
11491
|
+
"name": "ContractDTO",
|
|
11492
|
+
"ofType": null
|
|
11493
|
+
}
|
|
11494
|
+
}
|
|
11495
|
+
}
|
|
11496
|
+
},
|
|
11497
|
+
"isDeprecated": false,
|
|
11498
|
+
"deprecationReason": null
|
|
11499
|
+
},
|
|
11500
|
+
{
|
|
11501
|
+
"name": "totalCount",
|
|
11502
|
+
"description": "Total number of contracts across all pages",
|
|
11503
|
+
"args": [],
|
|
11504
|
+
"type": {
|
|
11505
|
+
"kind": "NON_NULL",
|
|
11506
|
+
"name": null,
|
|
11507
|
+
"ofType": {
|
|
11508
|
+
"kind": "SCALAR",
|
|
11509
|
+
"name": "Int",
|
|
11510
|
+
"ofType": null
|
|
11511
|
+
}
|
|
11512
|
+
},
|
|
11513
|
+
"isDeprecated": false,
|
|
11514
|
+
"deprecationReason": null
|
|
11515
|
+
}
|
|
11516
|
+
],
|
|
11517
|
+
"inputFields": null,
|
|
11518
|
+
"interfaces": [],
|
|
11519
|
+
"enumValues": null,
|
|
11520
|
+
"possibleTypes": null
|
|
11521
|
+
},
|
|
10725
11522
|
{
|
|
10726
11523
|
"kind": "OBJECT",
|
|
10727
11524
|
"name": "Coupon",
|
|
@@ -13501,6 +14298,18 @@
|
|
|
13501
14298
|
"description": "Create integration input",
|
|
13502
14299
|
"fields": null,
|
|
13503
14300
|
"inputFields": [
|
|
14301
|
+
{
|
|
14302
|
+
"name": "airwallexCredentials",
|
|
14303
|
+
"description": "Airwallex integration configuration",
|
|
14304
|
+
"type": {
|
|
14305
|
+
"kind": "INPUT_OBJECT",
|
|
14306
|
+
"name": "AirwallexCredentialsInput",
|
|
14307
|
+
"ofType": null
|
|
14308
|
+
},
|
|
14309
|
+
"defaultValue": null,
|
|
14310
|
+
"isDeprecated": false,
|
|
14311
|
+
"deprecationReason": null
|
|
14312
|
+
},
|
|
13504
14313
|
{
|
|
13505
14314
|
"name": "appStoreCredentials",
|
|
13506
14315
|
"description": "AppStore integration configuration",
|
|
@@ -14588,6 +15397,11 @@
|
|
|
14588
15397
|
"interfaces": null,
|
|
14589
15398
|
"enumValues": null,
|
|
14590
15399
|
"possibleTypes": [
|
|
15400
|
+
{
|
|
15401
|
+
"kind": "OBJECT",
|
|
15402
|
+
"name": "AirwallexCredentials",
|
|
15403
|
+
"ofType": null
|
|
15404
|
+
},
|
|
14591
15405
|
{
|
|
14592
15406
|
"kind": "OBJECT",
|
|
14593
15407
|
"name": "AppStoreCredentials",
|
|
@@ -15120,7 +15934,7 @@
|
|
|
15120
15934
|
"args": [],
|
|
15121
15935
|
"type": {
|
|
15122
15936
|
"kind": "OBJECT",
|
|
15123
|
-
"name": "
|
|
15937
|
+
"name": "OptimisticCreditBalance",
|
|
15124
15938
|
"ofType": null
|
|
15125
15939
|
},
|
|
15126
15940
|
"isDeprecated": false,
|
|
@@ -23212,6 +24026,18 @@
|
|
|
23212
24026
|
"isDeprecated": false,
|
|
23213
24027
|
"deprecationReason": null
|
|
23214
24028
|
},
|
|
24029
|
+
{
|
|
24030
|
+
"name": "previewNextInvoice",
|
|
24031
|
+
"description": "A period-scoped preview of the next upcoming invoice for this subscription, including the amount due and per-line usage quantities. Integration-aware (mirrors the previewNextInvoice mutation). Null when the preview could not be computed.",
|
|
24032
|
+
"args": [],
|
|
24033
|
+
"type": {
|
|
24034
|
+
"kind": "OBJECT",
|
|
24035
|
+
"name": "SubscriptionInvoicePreview",
|
|
24036
|
+
"ofType": null
|
|
24037
|
+
},
|
|
24038
|
+
"isDeprecated": false,
|
|
24039
|
+
"deprecationReason": null
|
|
24040
|
+
},
|
|
23215
24041
|
{
|
|
23216
24042
|
"name": "prices",
|
|
23217
24043
|
"description": "A list of individual price components.",
|
|
@@ -23268,18 +24094,6 @@
|
|
|
23268
24094
|
"isDeprecated": false,
|
|
23269
24095
|
"deprecationReason": null
|
|
23270
24096
|
},
|
|
23271
|
-
{
|
|
23272
|
-
"name": "previewNextInvoice",
|
|
23273
|
-
"description": "A period-scoped preview of the next upcoming invoice for this subscription, including the amount due and per-line usage quantities. Integration-aware (mirrors the previewNextInvoice mutation). Null when the preview could not be computed.",
|
|
23274
|
-
"args": [],
|
|
23275
|
-
"type": {
|
|
23276
|
-
"kind": "OBJECT",
|
|
23277
|
-
"name": "SubscriptionInvoicePreview",
|
|
23278
|
-
"ofType": null
|
|
23279
|
-
},
|
|
23280
|
-
"isDeprecated": false,
|
|
23281
|
-
"deprecationReason": null
|
|
23282
|
-
},
|
|
23283
24097
|
{
|
|
23284
24098
|
"name": "scheduledUpdates",
|
|
23285
24099
|
"description": "Any upcoming changes to the subscription that are scheduled to take effect.",
|
|
@@ -35315,6 +36129,12 @@
|
|
|
35315
36129
|
"isDeprecated": false,
|
|
35316
36130
|
"deprecationReason": null
|
|
35317
36131
|
},
|
|
36132
|
+
{
|
|
36133
|
+
"name": "GovernanceNotEnabled",
|
|
36134
|
+
"description": "Governance is not enabled for this account",
|
|
36135
|
+
"isDeprecated": false,
|
|
36136
|
+
"deprecationReason": null
|
|
36137
|
+
},
|
|
35318
36138
|
{
|
|
35319
36139
|
"name": "GraphQLAliasesLimitExceeded",
|
|
35320
36140
|
"description": "Too many graphql aliases were used in a single request",
|
|
@@ -45805,6 +46625,65 @@
|
|
|
45805
46625
|
"enumValues": null,
|
|
45806
46626
|
"possibleTypes": null
|
|
45807
46627
|
},
|
|
46628
|
+
{
|
|
46629
|
+
"kind": "INPUT_OBJECT",
|
|
46630
|
+
"name": "GetContractsInput",
|
|
46631
|
+
"description": "Input for fetching all contracts in the environment from the connected billing provider.",
|
|
46632
|
+
"fields": null,
|
|
46633
|
+
"inputFields": [
|
|
46634
|
+
{
|
|
46635
|
+
"name": "environmentId",
|
|
46636
|
+
"description": "The unique identifier for the environment",
|
|
46637
|
+
"type": {
|
|
46638
|
+
"kind": "SCALAR",
|
|
46639
|
+
"name": "UUID",
|
|
46640
|
+
"ofType": null
|
|
46641
|
+
},
|
|
46642
|
+
"defaultValue": null,
|
|
46643
|
+
"isDeprecated": false,
|
|
46644
|
+
"deprecationReason": null
|
|
46645
|
+
},
|
|
46646
|
+
{
|
|
46647
|
+
"name": "filter",
|
|
46648
|
+
"description": "Optional filter, applied by the billing provider before pagination (so totals reflect the filtered set).",
|
|
46649
|
+
"type": {
|
|
46650
|
+
"kind": "INPUT_OBJECT",
|
|
46651
|
+
"name": "ContractDTOFilter",
|
|
46652
|
+
"ofType": null
|
|
46653
|
+
},
|
|
46654
|
+
"defaultValue": null,
|
|
46655
|
+
"isDeprecated": false,
|
|
46656
|
+
"deprecationReason": null
|
|
46657
|
+
},
|
|
46658
|
+
{
|
|
46659
|
+
"name": "limit",
|
|
46660
|
+
"description": "Maximum number of contracts to return per page (default 100)",
|
|
46661
|
+
"type": {
|
|
46662
|
+
"kind": "SCALAR",
|
|
46663
|
+
"name": "Int",
|
|
46664
|
+
"ofType": null
|
|
46665
|
+
},
|
|
46666
|
+
"defaultValue": "100",
|
|
46667
|
+
"isDeprecated": false,
|
|
46668
|
+
"deprecationReason": null
|
|
46669
|
+
},
|
|
46670
|
+
{
|
|
46671
|
+
"name": "page",
|
|
46672
|
+
"description": "Zero-based page index for offset pagination (default 0)",
|
|
46673
|
+
"type": {
|
|
46674
|
+
"kind": "SCALAR",
|
|
46675
|
+
"name": "Int",
|
|
46676
|
+
"ofType": null
|
|
46677
|
+
},
|
|
46678
|
+
"defaultValue": "0",
|
|
46679
|
+
"isDeprecated": false,
|
|
46680
|
+
"deprecationReason": null
|
|
46681
|
+
}
|
|
46682
|
+
],
|
|
46683
|
+
"interfaces": null,
|
|
46684
|
+
"enumValues": null,
|
|
46685
|
+
"possibleTypes": null
|
|
46686
|
+
},
|
|
45808
46687
|
{
|
|
45809
46688
|
"kind": "INPUT_OBJECT",
|
|
45810
46689
|
"name": "GetCreditGrantsInput",
|
|
@@ -45919,6 +46798,45 @@
|
|
|
45919
46798
|
"enumValues": null,
|
|
45920
46799
|
"possibleTypes": null
|
|
45921
46800
|
},
|
|
46801
|
+
{
|
|
46802
|
+
"kind": "INPUT_OBJECT",
|
|
46803
|
+
"name": "GetCustomerContractsInput",
|
|
46804
|
+
"description": "Input for fetching a customer's contracts from the connected billing provider.",
|
|
46805
|
+
"fields": null,
|
|
46806
|
+
"inputFields": [
|
|
46807
|
+
{
|
|
46808
|
+
"name": "customerId",
|
|
46809
|
+
"description": "The Stigg customer ref ID to fetch contracts for",
|
|
46810
|
+
"type": {
|
|
46811
|
+
"kind": "NON_NULL",
|
|
46812
|
+
"name": null,
|
|
46813
|
+
"ofType": {
|
|
46814
|
+
"kind": "SCALAR",
|
|
46815
|
+
"name": "String",
|
|
46816
|
+
"ofType": null
|
|
46817
|
+
}
|
|
46818
|
+
},
|
|
46819
|
+
"defaultValue": null,
|
|
46820
|
+
"isDeprecated": false,
|
|
46821
|
+
"deprecationReason": null
|
|
46822
|
+
},
|
|
46823
|
+
{
|
|
46824
|
+
"name": "environmentId",
|
|
46825
|
+
"description": "The unique identifier for the environment",
|
|
46826
|
+
"type": {
|
|
46827
|
+
"kind": "SCALAR",
|
|
46828
|
+
"name": "UUID",
|
|
46829
|
+
"ofType": null
|
|
46830
|
+
},
|
|
46831
|
+
"defaultValue": null,
|
|
46832
|
+
"isDeprecated": false,
|
|
46833
|
+
"deprecationReason": null
|
|
46834
|
+
}
|
|
46835
|
+
],
|
|
46836
|
+
"interfaces": null,
|
|
46837
|
+
"enumValues": null,
|
|
46838
|
+
"possibleTypes": null
|
|
46839
|
+
},
|
|
45922
46840
|
{
|
|
45923
46841
|
"kind": "INPUT_OBJECT",
|
|
45924
46842
|
"name": "GetEntitlementV2Input",
|
|
@@ -62354,6 +63272,93 @@
|
|
|
62354
63272
|
"enumValues": null,
|
|
62355
63273
|
"possibleTypes": null
|
|
62356
63274
|
},
|
|
63275
|
+
{
|
|
63276
|
+
"kind": "OBJECT",
|
|
63277
|
+
"name": "OptimisticCreditBalance",
|
|
63278
|
+
"description": "Optimistic credit balance for a credit-backed feature",
|
|
63279
|
+
"fields": [
|
|
63280
|
+
{
|
|
63281
|
+
"name": "currencyId",
|
|
63282
|
+
"description": "The credit currency identifier",
|
|
63283
|
+
"args": [],
|
|
63284
|
+
"type": {
|
|
63285
|
+
"kind": "NON_NULL",
|
|
63286
|
+
"name": null,
|
|
63287
|
+
"ofType": {
|
|
63288
|
+
"kind": "SCALAR",
|
|
63289
|
+
"name": "String",
|
|
63290
|
+
"ofType": null
|
|
63291
|
+
}
|
|
63292
|
+
},
|
|
63293
|
+
"isDeprecated": false,
|
|
63294
|
+
"deprecationReason": null
|
|
63295
|
+
},
|
|
63296
|
+
{
|
|
63297
|
+
"name": "currentUsage",
|
|
63298
|
+
"description": "The wallet's total consumed credits for this currency (optimistic — includes not-yet-reconciled usage), shared across every feature that draws on the currency. This is the running balance, not this call's deduction — see `consumed` for that.",
|
|
63299
|
+
"args": [],
|
|
63300
|
+
"type": {
|
|
63301
|
+
"kind": "NON_NULL",
|
|
63302
|
+
"name": null,
|
|
63303
|
+
"ofType": {
|
|
63304
|
+
"kind": "SCALAR",
|
|
63305
|
+
"name": "Float",
|
|
63306
|
+
"ofType": null
|
|
63307
|
+
}
|
|
63308
|
+
},
|
|
63309
|
+
"isDeprecated": false,
|
|
63310
|
+
"deprecationReason": null
|
|
63311
|
+
},
|
|
63312
|
+
{
|
|
63313
|
+
"name": "timestamp",
|
|
63314
|
+
"description": "The grant-version timestamp of this balance, used by the SDK for last-write-wins reconciliation",
|
|
63315
|
+
"args": [],
|
|
63316
|
+
"type": {
|
|
63317
|
+
"kind": "NON_NULL",
|
|
63318
|
+
"name": null,
|
|
63319
|
+
"ofType": {
|
|
63320
|
+
"kind": "SCALAR",
|
|
63321
|
+
"name": "DateTime",
|
|
63322
|
+
"ofType": null
|
|
63323
|
+
}
|
|
63324
|
+
},
|
|
63325
|
+
"isDeprecated": false,
|
|
63326
|
+
"deprecationReason": null
|
|
63327
|
+
},
|
|
63328
|
+
{
|
|
63329
|
+
"name": "usageLimit",
|
|
63330
|
+
"description": "The total credits granted",
|
|
63331
|
+
"args": [],
|
|
63332
|
+
"type": {
|
|
63333
|
+
"kind": "NON_NULL",
|
|
63334
|
+
"name": null,
|
|
63335
|
+
"ofType": {
|
|
63336
|
+
"kind": "SCALAR",
|
|
63337
|
+
"name": "Float",
|
|
63338
|
+
"ofType": null
|
|
63339
|
+
}
|
|
63340
|
+
},
|
|
63341
|
+
"isDeprecated": false,
|
|
63342
|
+
"deprecationReason": null
|
|
63343
|
+
},
|
|
63344
|
+
{
|
|
63345
|
+
"name": "usagePeriodEnd",
|
|
63346
|
+
"description": "End of the current credit grant period (when recurring credits reset), if applicable",
|
|
63347
|
+
"args": [],
|
|
63348
|
+
"type": {
|
|
63349
|
+
"kind": "SCALAR",
|
|
63350
|
+
"name": "DateTime",
|
|
63351
|
+
"ofType": null
|
|
63352
|
+
},
|
|
63353
|
+
"isDeprecated": false,
|
|
63354
|
+
"deprecationReason": null
|
|
63355
|
+
}
|
|
63356
|
+
],
|
|
63357
|
+
"inputFields": null,
|
|
63358
|
+
"interfaces": [],
|
|
63359
|
+
"enumValues": null,
|
|
63360
|
+
"possibleTypes": null
|
|
63361
|
+
},
|
|
62357
63362
|
{
|
|
62358
63363
|
"kind": "ENUM",
|
|
62359
63364
|
"name": "OverageBillingPeriod",
|
|
@@ -88183,6 +89188,39 @@
|
|
|
88183
89188
|
"isDeprecated": false,
|
|
88184
89189
|
"deprecationReason": null
|
|
88185
89190
|
},
|
|
89191
|
+
{
|
|
89192
|
+
"name": "getContracts",
|
|
89193
|
+
"description": "Get all contracts in the environment (across every customer), fetched live from the connected billing provider (Received), with offset pagination. Returns an empty page when no billing provider is connected.",
|
|
89194
|
+
"args": [
|
|
89195
|
+
{
|
|
89196
|
+
"name": "input",
|
|
89197
|
+
"description": null,
|
|
89198
|
+
"type": {
|
|
89199
|
+
"kind": "NON_NULL",
|
|
89200
|
+
"name": null,
|
|
89201
|
+
"ofType": {
|
|
89202
|
+
"kind": "INPUT_OBJECT",
|
|
89203
|
+
"name": "GetContractsInput",
|
|
89204
|
+
"ofType": null
|
|
89205
|
+
}
|
|
89206
|
+
},
|
|
89207
|
+
"defaultValue": null,
|
|
89208
|
+
"isDeprecated": false,
|
|
89209
|
+
"deprecationReason": null
|
|
89210
|
+
}
|
|
89211
|
+
],
|
|
89212
|
+
"type": {
|
|
89213
|
+
"kind": "NON_NULL",
|
|
89214
|
+
"name": null,
|
|
89215
|
+
"ofType": {
|
|
89216
|
+
"kind": "OBJECT",
|
|
89217
|
+
"name": "ContractsPageDTO",
|
|
89218
|
+
"ofType": null
|
|
89219
|
+
}
|
|
89220
|
+
},
|
|
89221
|
+
"isDeprecated": false,
|
|
89222
|
+
"deprecationReason": null
|
|
89223
|
+
},
|
|
88186
89224
|
{
|
|
88187
89225
|
"name": "getCustomerByRefId",
|
|
88188
89226
|
"description": "Get a customer by slug",
|
|
@@ -88212,6 +89250,47 @@
|
|
|
88212
89250
|
"isDeprecated": false,
|
|
88213
89251
|
"deprecationReason": null
|
|
88214
89252
|
},
|
|
89253
|
+
{
|
|
89254
|
+
"name": "getCustomerContracts",
|
|
89255
|
+
"description": "Get all contracts for a customer, fetched live from the connected billing provider (Received). Returns an empty list when no billing provider is connected or the customer is not synced.",
|
|
89256
|
+
"args": [
|
|
89257
|
+
{
|
|
89258
|
+
"name": "input",
|
|
89259
|
+
"description": null,
|
|
89260
|
+
"type": {
|
|
89261
|
+
"kind": "NON_NULL",
|
|
89262
|
+
"name": null,
|
|
89263
|
+
"ofType": {
|
|
89264
|
+
"kind": "INPUT_OBJECT",
|
|
89265
|
+
"name": "GetCustomerContractsInput",
|
|
89266
|
+
"ofType": null
|
|
89267
|
+
}
|
|
89268
|
+
},
|
|
89269
|
+
"defaultValue": null,
|
|
89270
|
+
"isDeprecated": false,
|
|
89271
|
+
"deprecationReason": null
|
|
89272
|
+
}
|
|
89273
|
+
],
|
|
89274
|
+
"type": {
|
|
89275
|
+
"kind": "NON_NULL",
|
|
89276
|
+
"name": null,
|
|
89277
|
+
"ofType": {
|
|
89278
|
+
"kind": "LIST",
|
|
89279
|
+
"name": null,
|
|
89280
|
+
"ofType": {
|
|
89281
|
+
"kind": "NON_NULL",
|
|
89282
|
+
"name": null,
|
|
89283
|
+
"ofType": {
|
|
89284
|
+
"kind": "OBJECT",
|
|
89285
|
+
"name": "ContractDTO",
|
|
89286
|
+
"ofType": null
|
|
89287
|
+
}
|
|
89288
|
+
}
|
|
89289
|
+
}
|
|
89290
|
+
},
|
|
89291
|
+
"isDeprecated": false,
|
|
89292
|
+
"deprecationReason": null
|
|
89293
|
+
},
|
|
88215
89294
|
{
|
|
88216
89295
|
"name": "getExperimentStats",
|
|
88217
89296
|
"description": "Retrieve statistics for an experiment",
|
|
@@ -89769,7 +90848,233 @@
|
|
|
89769
90848
|
"name": null,
|
|
89770
90849
|
"ofType": {
|
|
89771
90850
|
"kind": "INPUT_OBJECT",
|
|
89772
|
-
"name": "SubscriptionQuerySort",
|
|
90851
|
+
"name": "SubscriptionQuerySort",
|
|
90852
|
+
"ofType": null
|
|
90853
|
+
}
|
|
90854
|
+
}
|
|
90855
|
+
},
|
|
90856
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
90857
|
+
"isDeprecated": false,
|
|
90858
|
+
"deprecationReason": null
|
|
90859
|
+
}
|
|
90860
|
+
],
|
|
90861
|
+
"type": {
|
|
90862
|
+
"kind": "NON_NULL",
|
|
90863
|
+
"name": null,
|
|
90864
|
+
"ofType": {
|
|
90865
|
+
"kind": "OBJECT",
|
|
90866
|
+
"name": "SubscriptionQueryConnection",
|
|
90867
|
+
"ofType": null
|
|
90868
|
+
}
|
|
90869
|
+
},
|
|
90870
|
+
"isDeprecated": false,
|
|
90871
|
+
"deprecationReason": null
|
|
90872
|
+
},
|
|
90873
|
+
{
|
|
90874
|
+
"name": "testHookData",
|
|
90875
|
+
"description": "Query to get the payload for a test webhook event",
|
|
90876
|
+
"args": [
|
|
90877
|
+
{
|
|
90878
|
+
"name": "eventLogType",
|
|
90879
|
+
"description": null,
|
|
90880
|
+
"type": {
|
|
90881
|
+
"kind": "NON_NULL",
|
|
90882
|
+
"name": null,
|
|
90883
|
+
"ofType": {
|
|
90884
|
+
"kind": "ENUM",
|
|
90885
|
+
"name": "EventLogType",
|
|
90886
|
+
"ofType": null
|
|
90887
|
+
}
|
|
90888
|
+
},
|
|
90889
|
+
"defaultValue": null,
|
|
90890
|
+
"isDeprecated": false,
|
|
90891
|
+
"deprecationReason": null
|
|
90892
|
+
}
|
|
90893
|
+
],
|
|
90894
|
+
"type": {
|
|
90895
|
+
"kind": "NON_NULL",
|
|
90896
|
+
"name": null,
|
|
90897
|
+
"ofType": {
|
|
90898
|
+
"kind": "OBJECT",
|
|
90899
|
+
"name": "TestHook",
|
|
90900
|
+
"ofType": null
|
|
90901
|
+
}
|
|
90902
|
+
},
|
|
90903
|
+
"isDeprecated": false,
|
|
90904
|
+
"deprecationReason": null
|
|
90905
|
+
},
|
|
90906
|
+
{
|
|
90907
|
+
"name": "triggerWorkflowWithTestEvent",
|
|
90908
|
+
"description": "Trigger a workflow with test event",
|
|
90909
|
+
"args": [
|
|
90910
|
+
{
|
|
90911
|
+
"name": "input",
|
|
90912
|
+
"description": null,
|
|
90913
|
+
"type": {
|
|
90914
|
+
"kind": "NON_NULL",
|
|
90915
|
+
"name": null,
|
|
90916
|
+
"ofType": {
|
|
90917
|
+
"kind": "INPUT_OBJECT",
|
|
90918
|
+
"name": "TestWorkflowInput",
|
|
90919
|
+
"ofType": null
|
|
90920
|
+
}
|
|
90921
|
+
},
|
|
90922
|
+
"defaultValue": null,
|
|
90923
|
+
"isDeprecated": false,
|
|
90924
|
+
"deprecationReason": null
|
|
90925
|
+
}
|
|
90926
|
+
],
|
|
90927
|
+
"type": {
|
|
90928
|
+
"kind": "NON_NULL",
|
|
90929
|
+
"name": null,
|
|
90930
|
+
"ofType": {
|
|
90931
|
+
"kind": "OBJECT",
|
|
90932
|
+
"name": "TriggerWorkflowDTO",
|
|
90933
|
+
"ofType": null
|
|
90934
|
+
}
|
|
90935
|
+
},
|
|
90936
|
+
"isDeprecated": false,
|
|
90937
|
+
"deprecationReason": null
|
|
90938
|
+
},
|
|
90939
|
+
{
|
|
90940
|
+
"name": "usageEvents",
|
|
90941
|
+
"description": "Get usage events",
|
|
90942
|
+
"args": [
|
|
90943
|
+
{
|
|
90944
|
+
"name": "input",
|
|
90945
|
+
"description": "Input for usage events",
|
|
90946
|
+
"type": {
|
|
90947
|
+
"kind": "NON_NULL",
|
|
90948
|
+
"name": null,
|
|
90949
|
+
"ofType": {
|
|
90950
|
+
"kind": "INPUT_OBJECT",
|
|
90951
|
+
"name": "UsageEventsInput",
|
|
90952
|
+
"ofType": null
|
|
90953
|
+
}
|
|
90954
|
+
},
|
|
90955
|
+
"defaultValue": null,
|
|
90956
|
+
"isDeprecated": false,
|
|
90957
|
+
"deprecationReason": null
|
|
90958
|
+
}
|
|
90959
|
+
],
|
|
90960
|
+
"type": {
|
|
90961
|
+
"kind": "NON_NULL",
|
|
90962
|
+
"name": null,
|
|
90963
|
+
"ofType": {
|
|
90964
|
+
"kind": "OBJECT",
|
|
90965
|
+
"name": "UsageEventsPreview",
|
|
90966
|
+
"ofType": null
|
|
90967
|
+
}
|
|
90968
|
+
},
|
|
90969
|
+
"isDeprecated": false,
|
|
90970
|
+
"deprecationReason": null
|
|
90971
|
+
},
|
|
90972
|
+
{
|
|
90973
|
+
"name": "usageHistory",
|
|
90974
|
+
"description": "Get usage istory",
|
|
90975
|
+
"args": [
|
|
90976
|
+
{
|
|
90977
|
+
"name": "usageHistoryInput",
|
|
90978
|
+
"description": "Input parameters for retrieving usage history",
|
|
90979
|
+
"type": {
|
|
90980
|
+
"kind": "NON_NULL",
|
|
90981
|
+
"name": null,
|
|
90982
|
+
"ofType": {
|
|
90983
|
+
"kind": "INPUT_OBJECT",
|
|
90984
|
+
"name": "UsageHistoryInput",
|
|
90985
|
+
"ofType": null
|
|
90986
|
+
}
|
|
90987
|
+
},
|
|
90988
|
+
"defaultValue": null,
|
|
90989
|
+
"isDeprecated": false,
|
|
90990
|
+
"deprecationReason": null
|
|
90991
|
+
}
|
|
90992
|
+
],
|
|
90993
|
+
"type": {
|
|
90994
|
+
"kind": "NON_NULL",
|
|
90995
|
+
"name": null,
|
|
90996
|
+
"ofType": {
|
|
90997
|
+
"kind": "OBJECT",
|
|
90998
|
+
"name": "UsageHistory",
|
|
90999
|
+
"ofType": null
|
|
91000
|
+
}
|
|
91001
|
+
},
|
|
91002
|
+
"isDeprecated": true,
|
|
91003
|
+
"deprecationReason": "usage usageHistoryV2 instead"
|
|
91004
|
+
},
|
|
91005
|
+
{
|
|
91006
|
+
"name": "usageHistoryV2",
|
|
91007
|
+
"description": "Get customer's usage history for a feature",
|
|
91008
|
+
"args": [
|
|
91009
|
+
{
|
|
91010
|
+
"name": "input",
|
|
91011
|
+
"description": "Input parameters for retrieving usage history",
|
|
91012
|
+
"type": {
|
|
91013
|
+
"kind": "NON_NULL",
|
|
91014
|
+
"name": null,
|
|
91015
|
+
"ofType": {
|
|
91016
|
+
"kind": "INPUT_OBJECT",
|
|
91017
|
+
"name": "UsageHistoryV2Input",
|
|
91018
|
+
"ofType": null
|
|
91019
|
+
}
|
|
91020
|
+
},
|
|
91021
|
+
"defaultValue": null,
|
|
91022
|
+
"isDeprecated": false,
|
|
91023
|
+
"deprecationReason": null
|
|
91024
|
+
}
|
|
91025
|
+
],
|
|
91026
|
+
"type": {
|
|
91027
|
+
"kind": "NON_NULL",
|
|
91028
|
+
"name": null,
|
|
91029
|
+
"ofType": {
|
|
91030
|
+
"kind": "OBJECT",
|
|
91031
|
+
"name": "UsageHistoryV2",
|
|
91032
|
+
"ofType": null
|
|
91033
|
+
}
|
|
91034
|
+
},
|
|
91035
|
+
"isDeprecated": false,
|
|
91036
|
+
"deprecationReason": null
|
|
91037
|
+
},
|
|
91038
|
+
{
|
|
91039
|
+
"name": "usageMeasurements",
|
|
91040
|
+
"description": null,
|
|
91041
|
+
"args": [
|
|
91042
|
+
{
|
|
91043
|
+
"name": "filter",
|
|
91044
|
+
"description": "Specify to filter the records returned.",
|
|
91045
|
+
"type": {
|
|
91046
|
+
"kind": "INPUT_OBJECT",
|
|
91047
|
+
"name": "UsageMeasurementFilter",
|
|
91048
|
+
"ofType": null
|
|
91049
|
+
},
|
|
91050
|
+
"defaultValue": "{}",
|
|
91051
|
+
"isDeprecated": false,
|
|
91052
|
+
"deprecationReason": null
|
|
91053
|
+
},
|
|
91054
|
+
{
|
|
91055
|
+
"name": "paging",
|
|
91056
|
+
"description": "Limit or page results.",
|
|
91057
|
+
"type": {
|
|
91058
|
+
"kind": "INPUT_OBJECT",
|
|
91059
|
+
"name": "CursorPaging",
|
|
91060
|
+
"ofType": null
|
|
91061
|
+
},
|
|
91062
|
+
"defaultValue": "{first: 10}",
|
|
91063
|
+
"isDeprecated": false,
|
|
91064
|
+
"deprecationReason": null
|
|
91065
|
+
},
|
|
91066
|
+
{
|
|
91067
|
+
"name": "sorting",
|
|
91068
|
+
"description": "Specify to sort results.",
|
|
91069
|
+
"type": {
|
|
91070
|
+
"kind": "LIST",
|
|
91071
|
+
"name": null,
|
|
91072
|
+
"ofType": {
|
|
91073
|
+
"kind": "NON_NULL",
|
|
91074
|
+
"name": null,
|
|
91075
|
+
"ofType": {
|
|
91076
|
+
"kind": "INPUT_OBJECT",
|
|
91077
|
+
"name": "UsageMeasurementSort",
|
|
89773
91078
|
"ofType": null
|
|
89774
91079
|
}
|
|
89775
91080
|
}
|
|
@@ -89784,40 +91089,7 @@
|
|
|
89784
91089
|
"name": null,
|
|
89785
91090
|
"ofType": {
|
|
89786
91091
|
"kind": "OBJECT",
|
|
89787
|
-
"name": "
|
|
89788
|
-
"ofType": null
|
|
89789
|
-
}
|
|
89790
|
-
},
|
|
89791
|
-
"isDeprecated": false,
|
|
89792
|
-
"deprecationReason": null
|
|
89793
|
-
},
|
|
89794
|
-
{
|
|
89795
|
-
"name": "testHookData",
|
|
89796
|
-
"description": "Query to get the payload for a test webhook event",
|
|
89797
|
-
"args": [
|
|
89798
|
-
{
|
|
89799
|
-
"name": "eventLogType",
|
|
89800
|
-
"description": null,
|
|
89801
|
-
"type": {
|
|
89802
|
-
"kind": "NON_NULL",
|
|
89803
|
-
"name": null,
|
|
89804
|
-
"ofType": {
|
|
89805
|
-
"kind": "ENUM",
|
|
89806
|
-
"name": "EventLogType",
|
|
89807
|
-
"ofType": null
|
|
89808
|
-
}
|
|
89809
|
-
},
|
|
89810
|
-
"defaultValue": null,
|
|
89811
|
-
"isDeprecated": false,
|
|
89812
|
-
"deprecationReason": null
|
|
89813
|
-
}
|
|
89814
|
-
],
|
|
89815
|
-
"type": {
|
|
89816
|
-
"kind": "NON_NULL",
|
|
89817
|
-
"name": null,
|
|
89818
|
-
"ofType": {
|
|
89819
|
-
"kind": "OBJECT",
|
|
89820
|
-
"name": "TestHook",
|
|
91092
|
+
"name": "UsageMeasurementConnection",
|
|
89821
91093
|
"ofType": null
|
|
89822
91094
|
}
|
|
89823
91095
|
},
|
|
@@ -89825,8 +91097,8 @@
|
|
|
89825
91097
|
"deprecationReason": null
|
|
89826
91098
|
},
|
|
89827
91099
|
{
|
|
89828
|
-
"name": "
|
|
89829
|
-
"description": "
|
|
91100
|
+
"name": "validateMergeEnvironment",
|
|
91101
|
+
"description": "Validate that one environment can be merged into another",
|
|
89830
91102
|
"args": [
|
|
89831
91103
|
{
|
|
89832
91104
|
"name": "input",
|
|
@@ -89836,7 +91108,7 @@
|
|
|
89836
91108
|
"name": null,
|
|
89837
91109
|
"ofType": {
|
|
89838
91110
|
"kind": "INPUT_OBJECT",
|
|
89839
|
-
"name": "
|
|
91111
|
+
"name": "ValidateMergeEnvironmentInput",
|
|
89840
91112
|
"ofType": null
|
|
89841
91113
|
}
|
|
89842
91114
|
},
|
|
@@ -89850,7 +91122,7 @@
|
|
|
89850
91122
|
"name": null,
|
|
89851
91123
|
"ofType": {
|
|
89852
91124
|
"kind": "OBJECT",
|
|
89853
|
-
"name": "
|
|
91125
|
+
"name": "ValidateMergeEnvironment",
|
|
89854
91126
|
"ofType": null
|
|
89855
91127
|
}
|
|
89856
91128
|
},
|
|
@@ -89858,84 +91130,42 @@
|
|
|
89858
91130
|
"deprecationReason": null
|
|
89859
91131
|
},
|
|
89860
91132
|
{
|
|
89861
|
-
"name": "
|
|
89862
|
-
"description": "
|
|
89863
|
-
"args": [
|
|
89864
|
-
{
|
|
89865
|
-
"name": "input",
|
|
89866
|
-
"description": "Input for usage events",
|
|
89867
|
-
"type": {
|
|
89868
|
-
"kind": "NON_NULL",
|
|
89869
|
-
"name": null,
|
|
89870
|
-
"ofType": {
|
|
89871
|
-
"kind": "INPUT_OBJECT",
|
|
89872
|
-
"name": "UsageEventsInput",
|
|
89873
|
-
"ofType": null
|
|
89874
|
-
}
|
|
89875
|
-
},
|
|
89876
|
-
"defaultValue": null,
|
|
89877
|
-
"isDeprecated": false,
|
|
89878
|
-
"deprecationReason": null
|
|
89879
|
-
}
|
|
89880
|
-
],
|
|
91133
|
+
"name": "verifiedAccountDomains",
|
|
91134
|
+
"description": "Returns a list of email-domains of verified account members",
|
|
91135
|
+
"args": [],
|
|
89881
91136
|
"type": {
|
|
89882
91137
|
"kind": "NON_NULL",
|
|
89883
91138
|
"name": null,
|
|
89884
91139
|
"ofType": {
|
|
89885
|
-
"kind": "
|
|
89886
|
-
"name":
|
|
89887
|
-
"ofType":
|
|
89888
|
-
}
|
|
89889
|
-
},
|
|
89890
|
-
"isDeprecated": false,
|
|
89891
|
-
"deprecationReason": null
|
|
89892
|
-
},
|
|
89893
|
-
{
|
|
89894
|
-
"name": "usageHistory",
|
|
89895
|
-
"description": "Get usage istory",
|
|
89896
|
-
"args": [
|
|
89897
|
-
{
|
|
89898
|
-
"name": "usageHistoryInput",
|
|
89899
|
-
"description": "Input parameters for retrieving usage history",
|
|
89900
|
-
"type": {
|
|
91140
|
+
"kind": "LIST",
|
|
91141
|
+
"name": null,
|
|
91142
|
+
"ofType": {
|
|
89901
91143
|
"kind": "NON_NULL",
|
|
89902
91144
|
"name": null,
|
|
89903
91145
|
"ofType": {
|
|
89904
|
-
"kind": "
|
|
89905
|
-
"name": "
|
|
91146
|
+
"kind": "SCALAR",
|
|
91147
|
+
"name": "String",
|
|
89906
91148
|
"ofType": null
|
|
89907
91149
|
}
|
|
89908
|
-
}
|
|
89909
|
-
"defaultValue": null,
|
|
89910
|
-
"isDeprecated": false,
|
|
89911
|
-
"deprecationReason": null
|
|
89912
|
-
}
|
|
89913
|
-
],
|
|
89914
|
-
"type": {
|
|
89915
|
-
"kind": "NON_NULL",
|
|
89916
|
-
"name": null,
|
|
89917
|
-
"ofType": {
|
|
89918
|
-
"kind": "OBJECT",
|
|
89919
|
-
"name": "UsageHistory",
|
|
89920
|
-
"ofType": null
|
|
91150
|
+
}
|
|
89921
91151
|
}
|
|
89922
91152
|
},
|
|
89923
|
-
"isDeprecated":
|
|
89924
|
-
"deprecationReason":
|
|
91153
|
+
"isDeprecated": false,
|
|
91154
|
+
"deprecationReason": null
|
|
89925
91155
|
},
|
|
89926
91156
|
{
|
|
89927
|
-
"name": "
|
|
89928
|
-
"description": "
|
|
91157
|
+
"name": "widgetConfiguration",
|
|
91158
|
+
"description": "Fetch the current widget configuration.",
|
|
89929
91159
|
"args": [
|
|
89930
91160
|
{
|
|
89931
91161
|
"name": "input",
|
|
89932
|
-
"description": "Input
|
|
91162
|
+
"description": "Input object used to retrieve current widget configuration for the environment.",
|
|
89933
91163
|
"type": {
|
|
89934
91164
|
"kind": "NON_NULL",
|
|
89935
91165
|
"name": null,
|
|
89936
91166
|
"ofType": {
|
|
89937
91167
|
"kind": "INPUT_OBJECT",
|
|
89938
|
-
"name": "
|
|
91168
|
+
"name": "GetWidgetConfigurationInput",
|
|
89939
91169
|
"ofType": null
|
|
89940
91170
|
}
|
|
89941
91171
|
},
|
|
@@ -89949,68 +91179,7 @@
|
|
|
89949
91179
|
"name": null,
|
|
89950
91180
|
"ofType": {
|
|
89951
91181
|
"kind": "OBJECT",
|
|
89952
|
-
"name": "
|
|
89953
|
-
"ofType": null
|
|
89954
|
-
}
|
|
89955
|
-
},
|
|
89956
|
-
"isDeprecated": false,
|
|
89957
|
-
"deprecationReason": null
|
|
89958
|
-
},
|
|
89959
|
-
{
|
|
89960
|
-
"name": "usageMeasurements",
|
|
89961
|
-
"description": null,
|
|
89962
|
-
"args": [
|
|
89963
|
-
{
|
|
89964
|
-
"name": "filter",
|
|
89965
|
-
"description": "Specify to filter the records returned.",
|
|
89966
|
-
"type": {
|
|
89967
|
-
"kind": "INPUT_OBJECT",
|
|
89968
|
-
"name": "UsageMeasurementFilter",
|
|
89969
|
-
"ofType": null
|
|
89970
|
-
},
|
|
89971
|
-
"defaultValue": "{}",
|
|
89972
|
-
"isDeprecated": false,
|
|
89973
|
-
"deprecationReason": null
|
|
89974
|
-
},
|
|
89975
|
-
{
|
|
89976
|
-
"name": "paging",
|
|
89977
|
-
"description": "Limit or page results.",
|
|
89978
|
-
"type": {
|
|
89979
|
-
"kind": "INPUT_OBJECT",
|
|
89980
|
-
"name": "CursorPaging",
|
|
89981
|
-
"ofType": null
|
|
89982
|
-
},
|
|
89983
|
-
"defaultValue": "{first: 10}",
|
|
89984
|
-
"isDeprecated": false,
|
|
89985
|
-
"deprecationReason": null
|
|
89986
|
-
},
|
|
89987
|
-
{
|
|
89988
|
-
"name": "sorting",
|
|
89989
|
-
"description": "Specify to sort results.",
|
|
89990
|
-
"type": {
|
|
89991
|
-
"kind": "LIST",
|
|
89992
|
-
"name": null,
|
|
89993
|
-
"ofType": {
|
|
89994
|
-
"kind": "NON_NULL",
|
|
89995
|
-
"name": null,
|
|
89996
|
-
"ofType": {
|
|
89997
|
-
"kind": "INPUT_OBJECT",
|
|
89998
|
-
"name": "UsageMeasurementSort",
|
|
89999
|
-
"ofType": null
|
|
90000
|
-
}
|
|
90001
|
-
}
|
|
90002
|
-
},
|
|
90003
|
-
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
90004
|
-
"isDeprecated": false,
|
|
90005
|
-
"deprecationReason": null
|
|
90006
|
-
}
|
|
90007
|
-
],
|
|
90008
|
-
"type": {
|
|
90009
|
-
"kind": "NON_NULL",
|
|
90010
|
-
"name": null,
|
|
90011
|
-
"ofType": {
|
|
90012
|
-
"kind": "OBJECT",
|
|
90013
|
-
"name": "UsageMeasurementConnection",
|
|
91182
|
+
"name": "WidgetConfiguration",
|
|
90014
91183
|
"ofType": null
|
|
90015
91184
|
}
|
|
90016
91185
|
},
|
|
@@ -90018,8 +91187,8 @@
|
|
|
90018
91187
|
"deprecationReason": null
|
|
90019
91188
|
},
|
|
90020
91189
|
{
|
|
90021
|
-
"name": "
|
|
90022
|
-
"description": "
|
|
91190
|
+
"name": "workflowTriggers",
|
|
91191
|
+
"description": "Get all workflow triggers",
|
|
90023
91192
|
"args": [
|
|
90024
91193
|
{
|
|
90025
91194
|
"name": "input",
|
|
@@ -90029,7 +91198,7 @@
|
|
|
90029
91198
|
"name": null,
|
|
90030
91199
|
"ofType": {
|
|
90031
91200
|
"kind": "INPUT_OBJECT",
|
|
90032
|
-
"name": "
|
|
91201
|
+
"name": "GetWorkflowTriggersInput",
|
|
90033
91202
|
"ofType": null
|
|
90034
91203
|
}
|
|
90035
91204
|
},
|
|
@@ -90038,22 +91207,6 @@
|
|
|
90038
91207
|
"deprecationReason": null
|
|
90039
91208
|
}
|
|
90040
91209
|
],
|
|
90041
|
-
"type": {
|
|
90042
|
-
"kind": "NON_NULL",
|
|
90043
|
-
"name": null,
|
|
90044
|
-
"ofType": {
|
|
90045
|
-
"kind": "OBJECT",
|
|
90046
|
-
"name": "ValidateMergeEnvironment",
|
|
90047
|
-
"ofType": null
|
|
90048
|
-
}
|
|
90049
|
-
},
|
|
90050
|
-
"isDeprecated": false,
|
|
90051
|
-
"deprecationReason": null
|
|
90052
|
-
},
|
|
90053
|
-
{
|
|
90054
|
-
"name": "verifiedAccountDomains",
|
|
90055
|
-
"description": "Returns a list of email-domains of verified account members",
|
|
90056
|
-
"args": [],
|
|
90057
91210
|
"type": {
|
|
90058
91211
|
"kind": "NON_NULL",
|
|
90059
91212
|
"name": null,
|
|
@@ -90064,8 +91217,8 @@
|
|
|
90064
91217
|
"kind": "NON_NULL",
|
|
90065
91218
|
"name": null,
|
|
90066
91219
|
"ofType": {
|
|
90067
|
-
"kind": "
|
|
90068
|
-
"name": "
|
|
91220
|
+
"kind": "OBJECT",
|
|
91221
|
+
"name": "WorkflowTriggerDTO",
|
|
90069
91222
|
"ofType": null
|
|
90070
91223
|
}
|
|
90071
91224
|
}
|
|
@@ -90075,18 +91228,18 @@
|
|
|
90075
91228
|
"deprecationReason": null
|
|
90076
91229
|
},
|
|
90077
91230
|
{
|
|
90078
|
-
"name": "
|
|
90079
|
-
"description": "
|
|
91231
|
+
"name": "estimateEventCost",
|
|
91232
|
+
"description": "Estimate the credit cost of a usage event without reporting it",
|
|
90080
91233
|
"args": [
|
|
90081
91234
|
{
|
|
90082
91235
|
"name": "input",
|
|
90083
|
-
"description": "Input
|
|
91236
|
+
"description": "Input for estimating the credit cost of a usage event without reporting it",
|
|
90084
91237
|
"type": {
|
|
90085
91238
|
"kind": "NON_NULL",
|
|
90086
91239
|
"name": null,
|
|
90087
91240
|
"ofType": {
|
|
90088
91241
|
"kind": "INPUT_OBJECT",
|
|
90089
|
-
"name": "
|
|
91242
|
+
"name": "EstimateEventCostInput",
|
|
90090
91243
|
"ofType": null
|
|
90091
91244
|
}
|
|
90092
91245
|
},
|
|
@@ -90100,7 +91253,7 @@
|
|
|
90100
91253
|
"name": null,
|
|
90101
91254
|
"ofType": {
|
|
90102
91255
|
"kind": "OBJECT",
|
|
90103
|
-
"name": "
|
|
91256
|
+
"name": "CreditCostEstimation",
|
|
90104
91257
|
"ofType": null
|
|
90105
91258
|
}
|
|
90106
91259
|
},
|
|
@@ -90108,18 +91261,18 @@
|
|
|
90108
91261
|
"deprecationReason": null
|
|
90109
91262
|
},
|
|
90110
91263
|
{
|
|
90111
|
-
"name": "
|
|
90112
|
-
"description": "
|
|
91264
|
+
"name": "estimateUsageCost",
|
|
91265
|
+
"description": "Estimate the credit cost of a usage report without submitting it",
|
|
90113
91266
|
"args": [
|
|
90114
91267
|
{
|
|
90115
91268
|
"name": "input",
|
|
90116
|
-
"description":
|
|
91269
|
+
"description": "Input for estimating the credit cost of a usage report without submitting it",
|
|
90117
91270
|
"type": {
|
|
90118
91271
|
"kind": "NON_NULL",
|
|
90119
91272
|
"name": null,
|
|
90120
91273
|
"ofType": {
|
|
90121
91274
|
"kind": "INPUT_OBJECT",
|
|
90122
|
-
"name": "
|
|
91275
|
+
"name": "EstimateUsageCostInput",
|
|
90123
91276
|
"ofType": null
|
|
90124
91277
|
}
|
|
90125
91278
|
},
|
|
@@ -90132,17 +91285,9 @@
|
|
|
90132
91285
|
"kind": "NON_NULL",
|
|
90133
91286
|
"name": null,
|
|
90134
91287
|
"ofType": {
|
|
90135
|
-
"kind": "
|
|
90136
|
-
"name":
|
|
90137
|
-
"ofType":
|
|
90138
|
-
"kind": "NON_NULL",
|
|
90139
|
-
"name": null,
|
|
90140
|
-
"ofType": {
|
|
90141
|
-
"kind": "OBJECT",
|
|
90142
|
-
"name": "WorkflowTriggerDTO",
|
|
90143
|
-
"ofType": null
|
|
90144
|
-
}
|
|
90145
|
-
}
|
|
91288
|
+
"kind": "OBJECT",
|
|
91289
|
+
"name": "CreditCostEstimation",
|
|
91290
|
+
"ofType": null
|
|
90146
91291
|
}
|
|
90147
91292
|
},
|
|
90148
91293
|
"isDeprecated": false,
|
|
@@ -111721,6 +112866,18 @@
|
|
|
111721
112866
|
"description": "Update integration input",
|
|
111722
112867
|
"fields": null,
|
|
111723
112868
|
"inputFields": [
|
|
112869
|
+
{
|
|
112870
|
+
"name": "airwallexCredentials",
|
|
112871
|
+
"description": "Airwallex integration configuration",
|
|
112872
|
+
"type": {
|
|
112873
|
+
"kind": "INPUT_OBJECT",
|
|
112874
|
+
"name": "AirwallexCredentialsInput",
|
|
112875
|
+
"ofType": null
|
|
112876
|
+
},
|
|
112877
|
+
"defaultValue": null,
|
|
112878
|
+
"isDeprecated": false,
|
|
112879
|
+
"deprecationReason": null
|
|
112880
|
+
},
|
|
111724
112881
|
{
|
|
111725
112882
|
"name": "auth0Credentials",
|
|
111726
112883
|
"description": "Auth0 integration configuration",
|
|
@@ -114417,6 +115574,22 @@
|
|
|
114417
115574
|
"name": "UsageMeasurementCredit",
|
|
114418
115575
|
"description": "Optimistic credit balance for a credit-backed feature",
|
|
114419
115576
|
"fields": [
|
|
115577
|
+
{
|
|
115578
|
+
"name": "consumed",
|
|
115579
|
+
"description": "The credits this single reportUsage call deducted, in credit units — scoped to this one measurement (0 for idempotency duplicates). Contrast `currentUsage`, which is the wallet-wide running total shared across all features on this currency. Use it to reconcile expected per-call deductions.",
|
|
115580
|
+
"args": [],
|
|
115581
|
+
"type": {
|
|
115582
|
+
"kind": "NON_NULL",
|
|
115583
|
+
"name": null,
|
|
115584
|
+
"ofType": {
|
|
115585
|
+
"kind": "SCALAR",
|
|
115586
|
+
"name": "Float",
|
|
115587
|
+
"ofType": null
|
|
115588
|
+
}
|
|
115589
|
+
},
|
|
115590
|
+
"isDeprecated": false,
|
|
115591
|
+
"deprecationReason": null
|
|
115592
|
+
},
|
|
114420
115593
|
{
|
|
114421
115594
|
"name": "currencyId",
|
|
114422
115595
|
"description": "The credit currency identifier",
|
|
@@ -114435,7 +115608,7 @@
|
|
|
114435
115608
|
},
|
|
114436
115609
|
{
|
|
114437
115610
|
"name": "currentUsage",
|
|
114438
|
-
"description": "The
|
|
115611
|
+
"description": "The wallet's total consumed credits for this currency (optimistic — includes not-yet-reconciled usage), shared across every feature that draws on the currency. This is the running balance, not this call's deduction — see `consumed` for that.",
|
|
114439
115612
|
"args": [],
|
|
114440
115613
|
"type": {
|
|
114441
115614
|
"kind": "NON_NULL",
|
|
@@ -116111,6 +117284,12 @@
|
|
|
116111
117284
|
"inputFields": null,
|
|
116112
117285
|
"interfaces": null,
|
|
116113
117286
|
"enumValues": [
|
|
117287
|
+
{
|
|
117288
|
+
"name": "AIRWALLEX",
|
|
117289
|
+
"description": "Airwallex integration vendor identifier",
|
|
117290
|
+
"isDeprecated": false,
|
|
117291
|
+
"deprecationReason": null
|
|
117292
|
+
},
|
|
116114
117293
|
{
|
|
116115
117294
|
"name": "APP_STORE",
|
|
116116
117295
|
"description": "AppStore integration vendor identifier",
|
|
@@ -116413,6 +117592,12 @@
|
|
|
116413
117592
|
"isDeprecated": false,
|
|
116414
117593
|
"deprecationReason": null
|
|
116415
117594
|
},
|
|
117595
|
+
{
|
|
117596
|
+
"name": "INVOICING",
|
|
117597
|
+
"description": "Invoicing integration type",
|
|
117598
|
+
"isDeprecated": false,
|
|
117599
|
+
"deprecationReason": null
|
|
117600
|
+
},
|
|
116416
117601
|
{
|
|
116417
117602
|
"name": "MARKETPLACE",
|
|
116418
117603
|
"description": "Marketplace integration type",
|
|
@@ -118397,6 +119582,450 @@
|
|
|
118397
119582
|
"interfaces": [],
|
|
118398
119583
|
"enumValues": null,
|
|
118399
119584
|
"possibleTypes": null
|
|
119585
|
+
},
|
|
119586
|
+
{
|
|
119587
|
+
"kind": "OBJECT",
|
|
119588
|
+
"name": "CreditCostEstimation",
|
|
119589
|
+
"description": null,
|
|
119590
|
+
"specifiedByUrl": null,
|
|
119591
|
+
"fields": [
|
|
119592
|
+
{
|
|
119593
|
+
"name": "estimates",
|
|
119594
|
+
"description": "Per-currency cost estimates",
|
|
119595
|
+
"args": [],
|
|
119596
|
+
"type": {
|
|
119597
|
+
"kind": "NON_NULL",
|
|
119598
|
+
"name": null,
|
|
119599
|
+
"ofType": {
|
|
119600
|
+
"kind": "LIST",
|
|
119601
|
+
"name": null,
|
|
119602
|
+
"ofType": {
|
|
119603
|
+
"kind": "NON_NULL",
|
|
119604
|
+
"name": null,
|
|
119605
|
+
"ofType": {
|
|
119606
|
+
"kind": "OBJECT",
|
|
119607
|
+
"name": "CurrencyEstimate",
|
|
119608
|
+
"ofType": null
|
|
119609
|
+
}
|
|
119610
|
+
}
|
|
119611
|
+
}
|
|
119612
|
+
},
|
|
119613
|
+
"isDeprecated": false,
|
|
119614
|
+
"deprecationReason": null
|
|
119615
|
+
},
|
|
119616
|
+
{
|
|
119617
|
+
"name": "warnings",
|
|
119618
|
+
"description": "Request-level warnings about the estimation context",
|
|
119619
|
+
"args": [],
|
|
119620
|
+
"type": {
|
|
119621
|
+
"kind": "NON_NULL",
|
|
119622
|
+
"name": null,
|
|
119623
|
+
"ofType": {
|
|
119624
|
+
"kind": "LIST",
|
|
119625
|
+
"name": null,
|
|
119626
|
+
"ofType": {
|
|
119627
|
+
"kind": "NON_NULL",
|
|
119628
|
+
"name": null,
|
|
119629
|
+
"ofType": {
|
|
119630
|
+
"kind": "ENUM",
|
|
119631
|
+
"name": "EstimationRequestWarning",
|
|
119632
|
+
"ofType": null
|
|
119633
|
+
}
|
|
119634
|
+
}
|
|
119635
|
+
}
|
|
119636
|
+
},
|
|
119637
|
+
"isDeprecated": false,
|
|
119638
|
+
"deprecationReason": null
|
|
119639
|
+
}
|
|
119640
|
+
],
|
|
119641
|
+
"inputFields": null,
|
|
119642
|
+
"interfaces": [],
|
|
119643
|
+
"enumValues": null,
|
|
119644
|
+
"possibleTypes": null
|
|
119645
|
+
},
|
|
119646
|
+
{
|
|
119647
|
+
"kind": "OBJECT",
|
|
119648
|
+
"name": "CurrencyEstimate",
|
|
119649
|
+
"description": null,
|
|
119650
|
+
"specifiedByUrl": null,
|
|
119651
|
+
"fields": [
|
|
119652
|
+
{
|
|
119653
|
+
"name": "balanceAfterEstimate",
|
|
119654
|
+
"description": "The credit balance after subtracting the estimated cost",
|
|
119655
|
+
"args": [],
|
|
119656
|
+
"type": {
|
|
119657
|
+
"kind": "NON_NULL",
|
|
119658
|
+
"name": null,
|
|
119659
|
+
"ofType": {
|
|
119660
|
+
"kind": "SCALAR",
|
|
119661
|
+
"name": "Float",
|
|
119662
|
+
"ofType": null
|
|
119663
|
+
}
|
|
119664
|
+
},
|
|
119665
|
+
"isDeprecated": false,
|
|
119666
|
+
"deprecationReason": null
|
|
119667
|
+
},
|
|
119668
|
+
{
|
|
119669
|
+
"name": "breakdown",
|
|
119670
|
+
"description": "Estimated cost contribution per feature",
|
|
119671
|
+
"args": [],
|
|
119672
|
+
"type": {
|
|
119673
|
+
"kind": "NON_NULL",
|
|
119674
|
+
"name": null,
|
|
119675
|
+
"ofType": {
|
|
119676
|
+
"kind": "LIST",
|
|
119677
|
+
"name": null,
|
|
119678
|
+
"ofType": {
|
|
119679
|
+
"kind": "NON_NULL",
|
|
119680
|
+
"name": null,
|
|
119681
|
+
"ofType": {
|
|
119682
|
+
"kind": "OBJECT",
|
|
119683
|
+
"name": "EstimationBreakdownItem",
|
|
119684
|
+
"ofType": null
|
|
119685
|
+
}
|
|
119686
|
+
}
|
|
119687
|
+
}
|
|
119688
|
+
},
|
|
119689
|
+
"isDeprecated": false,
|
|
119690
|
+
"deprecationReason": null
|
|
119691
|
+
},
|
|
119692
|
+
{
|
|
119693
|
+
"name": "currencyId",
|
|
119694
|
+
"description": "The credit currency identifier",
|
|
119695
|
+
"args": [],
|
|
119696
|
+
"type": {
|
|
119697
|
+
"kind": "NON_NULL",
|
|
119698
|
+
"name": null,
|
|
119699
|
+
"ofType": {
|
|
119700
|
+
"kind": "SCALAR",
|
|
119701
|
+
"name": "String",
|
|
119702
|
+
"ofType": null
|
|
119703
|
+
}
|
|
119704
|
+
},
|
|
119705
|
+
"isDeprecated": false,
|
|
119706
|
+
"deprecationReason": null
|
|
119707
|
+
},
|
|
119708
|
+
{
|
|
119709
|
+
"name": "currentBalance",
|
|
119710
|
+
"description": "The current credit balance, including not-yet-reconciled consumption",
|
|
119711
|
+
"args": [],
|
|
119712
|
+
"type": {
|
|
119713
|
+
"kind": "NON_NULL",
|
|
119714
|
+
"name": null,
|
|
119715
|
+
"ofType": {
|
|
119716
|
+
"kind": "SCALAR",
|
|
119717
|
+
"name": "Float",
|
|
119718
|
+
"ofType": null
|
|
119719
|
+
}
|
|
119720
|
+
},
|
|
119721
|
+
"isDeprecated": false,
|
|
119722
|
+
"deprecationReason": null
|
|
119723
|
+
},
|
|
119724
|
+
{
|
|
119725
|
+
"name": "estimatedCost",
|
|
119726
|
+
"description": "The estimated credit cost of the reported event or usage",
|
|
119727
|
+
"args": [],
|
|
119728
|
+
"type": {
|
|
119729
|
+
"kind": "NON_NULL",
|
|
119730
|
+
"name": null,
|
|
119731
|
+
"ofType": {
|
|
119732
|
+
"kind": "SCALAR",
|
|
119733
|
+
"name": "Float",
|
|
119734
|
+
"ofType": null
|
|
119735
|
+
}
|
|
119736
|
+
},
|
|
119737
|
+
"isDeprecated": false,
|
|
119738
|
+
"deprecationReason": null
|
|
119739
|
+
},
|
|
119740
|
+
{
|
|
119741
|
+
"name": "wouldOverdraft",
|
|
119742
|
+
"description": "Whether the estimated consumption would bring the balance below zero",
|
|
119743
|
+
"args": [],
|
|
119744
|
+
"type": {
|
|
119745
|
+
"kind": "NON_NULL",
|
|
119746
|
+
"name": null,
|
|
119747
|
+
"ofType": {
|
|
119748
|
+
"kind": "SCALAR",
|
|
119749
|
+
"name": "Boolean",
|
|
119750
|
+
"ofType": null
|
|
119751
|
+
}
|
|
119752
|
+
},
|
|
119753
|
+
"isDeprecated": false,
|
|
119754
|
+
"deprecationReason": null
|
|
119755
|
+
}
|
|
119756
|
+
],
|
|
119757
|
+
"inputFields": null,
|
|
119758
|
+
"interfaces": [],
|
|
119759
|
+
"enumValues": null,
|
|
119760
|
+
"possibleTypes": null
|
|
119761
|
+
},
|
|
119762
|
+
{
|
|
119763
|
+
"kind": "OBJECT",
|
|
119764
|
+
"name": "EstimationBreakdownItem",
|
|
119765
|
+
"description": "Estimated cost contribution of a single feature",
|
|
119766
|
+
"specifiedByUrl": null,
|
|
119767
|
+
"fields": [
|
|
119768
|
+
{
|
|
119769
|
+
"name": "cost",
|
|
119770
|
+
"description": "The estimated credit cost contributed by this feature",
|
|
119771
|
+
"args": [],
|
|
119772
|
+
"type": {
|
|
119773
|
+
"kind": "NON_NULL",
|
|
119774
|
+
"name": null,
|
|
119775
|
+
"ofType": {
|
|
119776
|
+
"kind": "SCALAR",
|
|
119777
|
+
"name": "Float",
|
|
119778
|
+
"ofType": null
|
|
119779
|
+
}
|
|
119780
|
+
},
|
|
119781
|
+
"isDeprecated": false,
|
|
119782
|
+
"deprecationReason": null
|
|
119783
|
+
},
|
|
119784
|
+
{
|
|
119785
|
+
"name": "featureId",
|
|
119786
|
+
"description": "The feature whose meter contributed this cost",
|
|
119787
|
+
"args": [],
|
|
119788
|
+
"type": {
|
|
119789
|
+
"kind": "NON_NULL",
|
|
119790
|
+
"name": null,
|
|
119791
|
+
"ofType": {
|
|
119792
|
+
"kind": "SCALAR",
|
|
119793
|
+
"name": "String",
|
|
119794
|
+
"ofType": null
|
|
119795
|
+
}
|
|
119796
|
+
},
|
|
119797
|
+
"isDeprecated": false,
|
|
119798
|
+
"deprecationReason": null
|
|
119799
|
+
},
|
|
119800
|
+
{
|
|
119801
|
+
"name": "warningCode",
|
|
119802
|
+
"description": "Warning explaining why this cost may be inaccurate, if any",
|
|
119803
|
+
"args": [],
|
|
119804
|
+
"type": {
|
|
119805
|
+
"kind": "ENUM",
|
|
119806
|
+
"name": "EstimationWarningCode",
|
|
119807
|
+
"ofType": null
|
|
119808
|
+
},
|
|
119809
|
+
"isDeprecated": false,
|
|
119810
|
+
"deprecationReason": null
|
|
119811
|
+
}
|
|
119812
|
+
],
|
|
119813
|
+
"inputFields": null,
|
|
119814
|
+
"interfaces": [],
|
|
119815
|
+
"enumValues": null,
|
|
119816
|
+
"possibleTypes": null
|
|
119817
|
+
},
|
|
119818
|
+
{
|
|
119819
|
+
"kind": "INPUT_OBJECT",
|
|
119820
|
+
"name": "EstimateEventCostInput",
|
|
119821
|
+
"description": null,
|
|
119822
|
+
"specifiedByUrl": null,
|
|
119823
|
+
"fields": null,
|
|
119824
|
+
"inputFields": [
|
|
119825
|
+
{
|
|
119826
|
+
"name": "customerId",
|
|
119827
|
+
"description": "Customer id",
|
|
119828
|
+
"type": {
|
|
119829
|
+
"kind": "NON_NULL",
|
|
119830
|
+
"name": null,
|
|
119831
|
+
"ofType": {
|
|
119832
|
+
"kind": "SCALAR",
|
|
119833
|
+
"name": "String",
|
|
119834
|
+
"ofType": null
|
|
119835
|
+
}
|
|
119836
|
+
},
|
|
119837
|
+
"defaultValue": null,
|
|
119838
|
+
"isDeprecated": false,
|
|
119839
|
+
"deprecationReason": null
|
|
119840
|
+
},
|
|
119841
|
+
{
|
|
119842
|
+
"name": "dimensions",
|
|
119843
|
+
"description": "Dimensions to include in the events fields",
|
|
119844
|
+
"type": {
|
|
119845
|
+
"kind": "SCALAR",
|
|
119846
|
+
"name": "JSON",
|
|
119847
|
+
"ofType": null
|
|
119848
|
+
},
|
|
119849
|
+
"defaultValue": null,
|
|
119850
|
+
"isDeprecated": false,
|
|
119851
|
+
"deprecationReason": null
|
|
119852
|
+
},
|
|
119853
|
+
{
|
|
119854
|
+
"name": "eventName",
|
|
119855
|
+
"description": "Name of the event",
|
|
119856
|
+
"type": {
|
|
119857
|
+
"kind": "NON_NULL",
|
|
119858
|
+
"name": null,
|
|
119859
|
+
"ofType": {
|
|
119860
|
+
"kind": "SCALAR",
|
|
119861
|
+
"name": "String",
|
|
119862
|
+
"ofType": null
|
|
119863
|
+
}
|
|
119864
|
+
},
|
|
119865
|
+
"defaultValue": null,
|
|
119866
|
+
"isDeprecated": false,
|
|
119867
|
+
"deprecationReason": null
|
|
119868
|
+
},
|
|
119869
|
+
{
|
|
119870
|
+
"name": "resourceId",
|
|
119871
|
+
"description": "Resource id",
|
|
119872
|
+
"type": {
|
|
119873
|
+
"kind": "SCALAR",
|
|
119874
|
+
"name": "String",
|
|
119875
|
+
"ofType": null
|
|
119876
|
+
},
|
|
119877
|
+
"defaultValue": null,
|
|
119878
|
+
"isDeprecated": false,
|
|
119879
|
+
"deprecationReason": null
|
|
119880
|
+
}
|
|
119881
|
+
],
|
|
119882
|
+
"interfaces": null,
|
|
119883
|
+
"enumValues": null,
|
|
119884
|
+
"possibleTypes": null
|
|
119885
|
+
},
|
|
119886
|
+
{
|
|
119887
|
+
"kind": "INPUT_OBJECT",
|
|
119888
|
+
"name": "EstimateUsageCostInput",
|
|
119889
|
+
"description": "Input for estimating the credit cost of a usage report without submitting it",
|
|
119890
|
+
"specifiedByUrl": null,
|
|
119891
|
+
"fields": null,
|
|
119892
|
+
"inputFields": [
|
|
119893
|
+
{
|
|
119894
|
+
"name": "customerId",
|
|
119895
|
+
"description": "Customer id",
|
|
119896
|
+
"type": {
|
|
119897
|
+
"kind": "NON_NULL",
|
|
119898
|
+
"name": null,
|
|
119899
|
+
"ofType": {
|
|
119900
|
+
"kind": "SCALAR",
|
|
119901
|
+
"name": "String",
|
|
119902
|
+
"ofType": null
|
|
119903
|
+
}
|
|
119904
|
+
},
|
|
119905
|
+
"defaultValue": null,
|
|
119906
|
+
"isDeprecated": false,
|
|
119907
|
+
"deprecationReason": null
|
|
119908
|
+
},
|
|
119909
|
+
{
|
|
119910
|
+
"name": "dimensions",
|
|
119911
|
+
"description": "Additional dimensions for the usage report",
|
|
119912
|
+
"type": {
|
|
119913
|
+
"kind": "SCALAR",
|
|
119914
|
+
"name": "JSON",
|
|
119915
|
+
"ofType": null
|
|
119916
|
+
},
|
|
119917
|
+
"defaultValue": null,
|
|
119918
|
+
"isDeprecated": false,
|
|
119919
|
+
"deprecationReason": null
|
|
119920
|
+
},
|
|
119921
|
+
{
|
|
119922
|
+
"name": "featureId",
|
|
119923
|
+
"description": "Feature id",
|
|
119924
|
+
"type": {
|
|
119925
|
+
"kind": "NON_NULL",
|
|
119926
|
+
"name": null,
|
|
119927
|
+
"ofType": {
|
|
119928
|
+
"kind": "SCALAR",
|
|
119929
|
+
"name": "String",
|
|
119930
|
+
"ofType": null
|
|
119931
|
+
}
|
|
119932
|
+
},
|
|
119933
|
+
"defaultValue": null,
|
|
119934
|
+
"isDeprecated": false,
|
|
119935
|
+
"deprecationReason": null
|
|
119936
|
+
},
|
|
119937
|
+
{
|
|
119938
|
+
"name": "resourceId",
|
|
119939
|
+
"description": "Resource id",
|
|
119940
|
+
"type": {
|
|
119941
|
+
"kind": "SCALAR",
|
|
119942
|
+
"name": "String",
|
|
119943
|
+
"ofType": null
|
|
119944
|
+
},
|
|
119945
|
+
"defaultValue": null,
|
|
119946
|
+
"isDeprecated": false,
|
|
119947
|
+
"deprecationReason": null
|
|
119948
|
+
},
|
|
119949
|
+
{
|
|
119950
|
+
"name": "updateBehavior",
|
|
119951
|
+
"description": "The method by which the usage value should be updated",
|
|
119952
|
+
"type": {
|
|
119953
|
+
"kind": "ENUM",
|
|
119954
|
+
"name": "UsageUpdateBehavior",
|
|
119955
|
+
"ofType": null
|
|
119956
|
+
},
|
|
119957
|
+
"defaultValue": "DELTA",
|
|
119958
|
+
"isDeprecated": false,
|
|
119959
|
+
"deprecationReason": null
|
|
119960
|
+
},
|
|
119961
|
+
{
|
|
119962
|
+
"name": "value",
|
|
119963
|
+
"description": "The value to report for usage",
|
|
119964
|
+
"type": {
|
|
119965
|
+
"kind": "NON_NULL",
|
|
119966
|
+
"name": null,
|
|
119967
|
+
"ofType": {
|
|
119968
|
+
"kind": "SCALAR",
|
|
119969
|
+
"name": "Float",
|
|
119970
|
+
"ofType": null
|
|
119971
|
+
}
|
|
119972
|
+
},
|
|
119973
|
+
"defaultValue": null,
|
|
119974
|
+
"isDeprecated": false,
|
|
119975
|
+
"deprecationReason": null
|
|
119976
|
+
}
|
|
119977
|
+
],
|
|
119978
|
+
"interfaces": null,
|
|
119979
|
+
"enumValues": null,
|
|
119980
|
+
"possibleTypes": null
|
|
119981
|
+
},
|
|
119982
|
+
{
|
|
119983
|
+
"kind": "ENUM",
|
|
119984
|
+
"name": "EstimationRequestWarning",
|
|
119985
|
+
"description": "Request-level warning about the estimation context",
|
|
119986
|
+
"specifiedByUrl": null,
|
|
119987
|
+
"fields": null,
|
|
119988
|
+
"inputFields": null,
|
|
119989
|
+
"interfaces": null,
|
|
119990
|
+
"enumValues": [
|
|
119991
|
+
{
|
|
119992
|
+
"name": "FEATURE_NOT_CREDIT_BASED",
|
|
119993
|
+
"description": null,
|
|
119994
|
+
"isDeprecated": false,
|
|
119995
|
+
"deprecationReason": null
|
|
119996
|
+
},
|
|
119997
|
+
{
|
|
119998
|
+
"name": "FEATURE_NOT_FOUND",
|
|
119999
|
+
"description": null,
|
|
120000
|
+
"isDeprecated": false,
|
|
120001
|
+
"deprecationReason": null
|
|
120002
|
+
},
|
|
120003
|
+
{
|
|
120004
|
+
"name": "RESOURCE_SCOPED_SUBSCRIPTION_EXISTS",
|
|
120005
|
+
"description": null,
|
|
120006
|
+
"isDeprecated": false,
|
|
120007
|
+
"deprecationReason": null
|
|
120008
|
+
}
|
|
120009
|
+
],
|
|
120010
|
+
"possibleTypes": null
|
|
120011
|
+
},
|
|
120012
|
+
{
|
|
120013
|
+
"kind": "ENUM",
|
|
120014
|
+
"name": "EstimationWarningCode",
|
|
120015
|
+
"description": "Warning explaining why an estimated cost may be inaccurate",
|
|
120016
|
+
"specifiedByUrl": null,
|
|
120017
|
+
"fields": null,
|
|
120018
|
+
"inputFields": null,
|
|
120019
|
+
"interfaces": null,
|
|
120020
|
+
"enumValues": [
|
|
120021
|
+
{
|
|
120022
|
+
"name": "UNSUPPORTED_AGGREGATION",
|
|
120023
|
+
"description": null,
|
|
120024
|
+
"isDeprecated": false,
|
|
120025
|
+
"deprecationReason": null
|
|
120026
|
+
}
|
|
120027
|
+
],
|
|
120028
|
+
"possibleTypes": null
|
|
118400
120029
|
}
|
|
118401
120030
|
],
|
|
118402
120031
|
"directives": [
|