stigg-api-client 0.544.1 → 0.548.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -478,9 +478,13 @@
478
478
  "description": null,
479
479
  "args": [],
480
480
  "type": {
481
- "kind": "OBJECT",
482
- "name": "Environment",
483
- "ofType": null
481
+ "kind": "NON_NULL",
482
+ "name": null,
483
+ "ofType": {
484
+ "kind": "OBJECT",
485
+ "name": "Environment",
486
+ "ofType": null
487
+ }
484
488
  },
485
489
  "isDeprecated": false,
486
490
  "deprecationReason": null
@@ -490,9 +494,13 @@
490
494
  "description": null,
491
495
  "args": [],
492
496
  "type": {
493
- "kind": "SCALAR",
494
- "name": "String",
495
- "ofType": null
497
+ "kind": "NON_NULL",
498
+ "name": null,
499
+ "ofType": {
500
+ "kind": "SCALAR",
501
+ "name": "String",
502
+ "ofType": null
503
+ }
496
504
  },
497
505
  "isDeprecated": false,
498
506
  "deprecationReason": null
@@ -3024,6 +3032,244 @@
3024
3032
  ],
3025
3033
  "possibleTypes": null
3026
3034
  },
3035
+ {
3036
+ "kind": "OBJECT",
3037
+ "name": "ApplySubscription",
3038
+ "description": null,
3039
+ "fields": [
3040
+ {
3041
+ "name": "subscription",
3042
+ "description": null,
3043
+ "args": [],
3044
+ "type": {
3045
+ "kind": "OBJECT",
3046
+ "name": "CustomerSubscription",
3047
+ "ofType": null
3048
+ },
3049
+ "isDeprecated": false,
3050
+ "deprecationReason": null
3051
+ }
3052
+ ],
3053
+ "inputFields": null,
3054
+ "interfaces": [],
3055
+ "enumValues": null,
3056
+ "possibleTypes": null
3057
+ },
3058
+ {
3059
+ "kind": "INPUT_OBJECT",
3060
+ "name": "ApplySubscriptionInput",
3061
+ "description": null,
3062
+ "fields": null,
3063
+ "inputFields": [
3064
+ {
3065
+ "name": "additionalMetaData",
3066
+ "description": null,
3067
+ "type": {
3068
+ "kind": "SCALAR",
3069
+ "name": "JSON",
3070
+ "ofType": null
3071
+ },
3072
+ "defaultValue": null,
3073
+ "isDeprecated": false,
3074
+ "deprecationReason": null
3075
+ },
3076
+ {
3077
+ "name": "addons",
3078
+ "description": null,
3079
+ "type": {
3080
+ "kind": "LIST",
3081
+ "name": null,
3082
+ "ofType": {
3083
+ "kind": "NON_NULL",
3084
+ "name": null,
3085
+ "ofType": {
3086
+ "kind": "INPUT_OBJECT",
3087
+ "name": "SubscriptionAddonInput",
3088
+ "ofType": null
3089
+ }
3090
+ }
3091
+ },
3092
+ "defaultValue": null,
3093
+ "isDeprecated": false,
3094
+ "deprecationReason": null
3095
+ },
3096
+ {
3097
+ "name": "billableFeatures",
3098
+ "description": null,
3099
+ "type": {
3100
+ "kind": "LIST",
3101
+ "name": null,
3102
+ "ofType": {
3103
+ "kind": "NON_NULL",
3104
+ "name": null,
3105
+ "ofType": {
3106
+ "kind": "INPUT_OBJECT",
3107
+ "name": "BillableFeatureInput",
3108
+ "ofType": null
3109
+ }
3110
+ }
3111
+ },
3112
+ "defaultValue": null,
3113
+ "isDeprecated": false,
3114
+ "deprecationReason": null
3115
+ },
3116
+ {
3117
+ "name": "billingCountryCode",
3118
+ "description": null,
3119
+ "type": {
3120
+ "kind": "SCALAR",
3121
+ "name": "String",
3122
+ "ofType": null
3123
+ },
3124
+ "defaultValue": null,
3125
+ "isDeprecated": false,
3126
+ "deprecationReason": null
3127
+ },
3128
+ {
3129
+ "name": "billingId",
3130
+ "description": null,
3131
+ "type": {
3132
+ "kind": "SCALAR",
3133
+ "name": "String",
3134
+ "ofType": null
3135
+ },
3136
+ "defaultValue": null,
3137
+ "isDeprecated": false,
3138
+ "deprecationReason": null
3139
+ },
3140
+ {
3141
+ "name": "billingInformation",
3142
+ "description": null,
3143
+ "type": {
3144
+ "kind": "INPUT_OBJECT",
3145
+ "name": "SubscriptionBillingInfo",
3146
+ "ofType": null
3147
+ },
3148
+ "defaultValue": null,
3149
+ "isDeprecated": false,
3150
+ "deprecationReason": null
3151
+ },
3152
+ {
3153
+ "name": "billingPeriod",
3154
+ "description": null,
3155
+ "type": {
3156
+ "kind": "ENUM",
3157
+ "name": "BillingPeriod",
3158
+ "ofType": null
3159
+ },
3160
+ "defaultValue": null,
3161
+ "isDeprecated": false,
3162
+ "deprecationReason": null
3163
+ },
3164
+ {
3165
+ "name": "customerId",
3166
+ "description": null,
3167
+ "type": {
3168
+ "kind": "NON_NULL",
3169
+ "name": null,
3170
+ "ofType": {
3171
+ "kind": "SCALAR",
3172
+ "name": "String",
3173
+ "ofType": null
3174
+ }
3175
+ },
3176
+ "defaultValue": null,
3177
+ "isDeprecated": false,
3178
+ "deprecationReason": null
3179
+ },
3180
+ {
3181
+ "name": "paymentMethodId",
3182
+ "description": null,
3183
+ "type": {
3184
+ "kind": "SCALAR",
3185
+ "name": "String",
3186
+ "ofType": null
3187
+ },
3188
+ "defaultValue": null,
3189
+ "isDeprecated": false,
3190
+ "deprecationReason": null
3191
+ },
3192
+ {
3193
+ "name": "planId",
3194
+ "description": null,
3195
+ "type": {
3196
+ "kind": "NON_NULL",
3197
+ "name": null,
3198
+ "ofType": {
3199
+ "kind": "SCALAR",
3200
+ "name": "String",
3201
+ "ofType": null
3202
+ }
3203
+ },
3204
+ "defaultValue": null,
3205
+ "isDeprecated": false,
3206
+ "deprecationReason": null
3207
+ },
3208
+ {
3209
+ "name": "promotionCode",
3210
+ "description": null,
3211
+ "type": {
3212
+ "kind": "SCALAR",
3213
+ "name": "String",
3214
+ "ofType": null
3215
+ },
3216
+ "defaultValue": null,
3217
+ "isDeprecated": false,
3218
+ "deprecationReason": null
3219
+ },
3220
+ {
3221
+ "name": "resourceId",
3222
+ "description": null,
3223
+ "type": {
3224
+ "kind": "SCALAR",
3225
+ "name": "String",
3226
+ "ofType": null
3227
+ },
3228
+ "defaultValue": null,
3229
+ "isDeprecated": false,
3230
+ "deprecationReason": null
3231
+ },
3232
+ {
3233
+ "name": "skipTrial",
3234
+ "description": null,
3235
+ "type": {
3236
+ "kind": "SCALAR",
3237
+ "name": "Boolean",
3238
+ "ofType": null
3239
+ },
3240
+ "defaultValue": "false",
3241
+ "isDeprecated": false,
3242
+ "deprecationReason": null
3243
+ },
3244
+ {
3245
+ "name": "startDate",
3246
+ "description": null,
3247
+ "type": {
3248
+ "kind": "SCALAR",
3249
+ "name": "DateTime",
3250
+ "ofType": null
3251
+ },
3252
+ "defaultValue": null,
3253
+ "isDeprecated": false,
3254
+ "deprecationReason": null
3255
+ },
3256
+ {
3257
+ "name": "unitQuantity",
3258
+ "description": null,
3259
+ "type": {
3260
+ "kind": "SCALAR",
3261
+ "name": "Float",
3262
+ "ofType": null
3263
+ },
3264
+ "defaultValue": "-1",
3265
+ "isDeprecated": false,
3266
+ "deprecationReason": null
3267
+ }
3268
+ ],
3269
+ "interfaces": null,
3270
+ "enumValues": null,
3271
+ "possibleTypes": null
3272
+ },
3027
3273
  {
3028
3274
  "kind": "INPUT_OBJECT",
3029
3275
  "name": "ArchiveCouponInput",
@@ -4110,29 +4356,6 @@
4110
4356
  ],
4111
4357
  "possibleTypes": null
4112
4358
  },
4113
- {
4114
- "kind": "OBJECT",
4115
- "name": "Checkout",
4116
- "description": null,
4117
- "fields": [
4118
- {
4119
- "name": "subscription",
4120
- "description": null,
4121
- "args": [],
4122
- "type": {
4123
- "kind": "OBJECT",
4124
- "name": "CustomerSubscription",
4125
- "ofType": null
4126
- },
4127
- "isDeprecated": false,
4128
- "deprecationReason": null
4129
- }
4130
- ],
4131
- "inputFields": null,
4132
- "interfaces": [],
4133
- "enumValues": null,
4134
- "possibleTypes": null
4135
- },
4136
4359
  {
4137
4360
  "kind": "OBJECT",
4138
4361
  "name": "CheckoutBillingIntegration",
@@ -4220,112 +4443,77 @@
4220
4443
  "possibleTypes": null
4221
4444
  },
4222
4445
  {
4223
- "kind": "OBJECT",
4224
- "name": "CheckoutData",
4446
+ "kind": "INPUT_OBJECT",
4447
+ "name": "CheckoutOptions",
4225
4448
  "description": null,
4226
- "fields": [
4449
+ "fields": null,
4450
+ "inputFields": [
4227
4451
  {
4228
- "name": "activeSubscription",
4452
+ "name": "allowPromoCodes",
4229
4453
  "description": null,
4230
- "args": [],
4231
4454
  "type": {
4232
- "kind": "OBJECT",
4233
- "name": "CustomerSubscription",
4455
+ "kind": "SCALAR",
4456
+ "name": "Boolean",
4234
4457
  "ofType": null
4235
4458
  },
4459
+ "defaultValue": "false",
4236
4460
  "isDeprecated": false,
4237
4461
  "deprecationReason": null
4238
4462
  },
4239
4463
  {
4240
- "name": "billingIntegration",
4464
+ "name": "allowTaxIdCollection",
4241
4465
  "description": null,
4242
- "args": [],
4243
4466
  "type": {
4244
- "kind": "NON_NULL",
4245
- "name": null,
4246
- "ofType": {
4247
- "kind": "OBJECT",
4248
- "name": "CheckoutBillingIntegration",
4249
- "ofType": null
4250
- }
4467
+ "kind": "SCALAR",
4468
+ "name": "Boolean",
4469
+ "ofType": null
4251
4470
  },
4471
+ "defaultValue": "false",
4252
4472
  "isDeprecated": false,
4253
4473
  "deprecationReason": null
4254
4474
  },
4255
4475
  {
4256
- "name": "customer",
4476
+ "name": "cancelUrl",
4257
4477
  "description": null,
4258
- "args": [],
4259
4478
  "type": {
4260
4479
  "kind": "NON_NULL",
4261
4480
  "name": null,
4262
4481
  "ofType": {
4263
- "kind": "OBJECT",
4264
- "name": "Customer",
4482
+ "kind": "SCALAR",
4483
+ "name": "String",
4265
4484
  "ofType": null
4266
4485
  }
4267
4486
  },
4487
+ "defaultValue": null,
4268
4488
  "isDeprecated": false,
4269
4489
  "deprecationReason": null
4270
4490
  },
4271
4491
  {
4272
- "name": "plan",
4492
+ "name": "collectBillingAddress",
4273
4493
  "description": null,
4274
- "args": [],
4275
4494
  "type": {
4276
- "kind": "NON_NULL",
4277
- "name": null,
4278
- "ofType": {
4279
- "kind": "OBJECT",
4280
- "name": "Plan",
4281
- "ofType": null
4282
- }
4495
+ "kind": "SCALAR",
4496
+ "name": "Boolean",
4497
+ "ofType": null
4283
4498
  },
4499
+ "defaultValue": "false",
4284
4500
  "isDeprecated": false,
4285
4501
  "deprecationReason": null
4286
4502
  },
4287
4503
  {
4288
- "name": "resource",
4504
+ "name": "collectPhoneNumber",
4289
4505
  "description": null,
4290
- "args": [],
4291
4506
  "type": {
4292
- "kind": "OBJECT",
4293
- "name": "CustomerResource",
4507
+ "kind": "SCALAR",
4508
+ "name": "Boolean",
4294
4509
  "ofType": null
4295
4510
  },
4511
+ "defaultValue": "false",
4296
4512
  "isDeprecated": false,
4297
4513
  "deprecationReason": null
4298
4514
  },
4299
4515
  {
4300
- "name": "setupSecret",
4301
- "description": null,
4302
- "args": [],
4303
- "type": {
4304
- "kind": "NON_NULL",
4305
- "name": null,
4306
- "ofType": {
4307
- "kind": "SCALAR",
4308
- "name": "String",
4309
- "ofType": null
4310
- }
4311
- },
4312
- "isDeprecated": false,
4313
- "deprecationReason": null
4314
- }
4315
- ],
4316
- "inputFields": null,
4317
- "interfaces": [],
4318
- "enumValues": null,
4319
- "possibleTypes": null
4320
- },
4321
- {
4322
- "kind": "INPUT_OBJECT",
4323
- "name": "CheckoutDataInput",
4324
- "description": null,
4325
- "fields": null,
4326
- "inputFields": [
4327
- {
4328
- "name": "billingCountryCode",
4516
+ "name": "referenceId",
4329
4517
  "description": null,
4330
4518
  "type": {
4331
4519
  "kind": "SCALAR",
@@ -4337,23 +4525,7 @@
4337
4525
  "deprecationReason": null
4338
4526
  },
4339
4527
  {
4340
- "name": "customerId",
4341
- "description": null,
4342
- "type": {
4343
- "kind": "NON_NULL",
4344
- "name": null,
4345
- "ofType": {
4346
- "kind": "SCALAR",
4347
- "name": "String",
4348
- "ofType": null
4349
- }
4350
- },
4351
- "defaultValue": null,
4352
- "isDeprecated": false,
4353
- "deprecationReason": null
4354
- },
4355
- {
4356
- "name": "planId",
4528
+ "name": "successUrl",
4357
4529
  "description": null,
4358
4530
  "type": {
4359
4531
  "kind": "NON_NULL",
@@ -4367,18 +4539,6 @@
4367
4539
  "defaultValue": null,
4368
4540
  "isDeprecated": false,
4369
4541
  "deprecationReason": null
4370
- },
4371
- {
4372
- "name": "resourceId",
4373
- "description": null,
4374
- "type": {
4375
- "kind": "SCALAR",
4376
- "name": "String",
4377
- "ofType": null
4378
- },
4379
- "defaultValue": null,
4380
- "isDeprecated": false,
4381
- "deprecationReason": null
4382
4542
  }
4383
4543
  ],
4384
4544
  "interfaces": null,
@@ -4386,142 +4546,86 @@
4386
4546
  "possibleTypes": null
4387
4547
  },
4388
4548
  {
4389
- "kind": "INPUT_OBJECT",
4390
- "name": "CheckoutInput",
4549
+ "kind": "OBJECT",
4550
+ "name": "CheckoutState",
4391
4551
  "description": null,
4392
- "fields": null,
4393
- "inputFields": [
4552
+ "fields": [
4394
4553
  {
4395
- "name": "additionalMetaData",
4554
+ "name": "activeSubscription",
4396
4555
  "description": null,
4556
+ "args": [],
4397
4557
  "type": {
4398
- "kind": "SCALAR",
4399
- "name": "JSON",
4558
+ "kind": "OBJECT",
4559
+ "name": "CustomerSubscription",
4400
4560
  "ofType": null
4401
4561
  },
4402
- "defaultValue": null,
4403
4562
  "isDeprecated": false,
4404
4563
  "deprecationReason": null
4405
4564
  },
4406
4565
  {
4407
- "name": "addons",
4566
+ "name": "billingIntegration",
4408
4567
  "description": null,
4568
+ "args": [],
4409
4569
  "type": {
4410
- "kind": "LIST",
4570
+ "kind": "NON_NULL",
4411
4571
  "name": null,
4412
4572
  "ofType": {
4413
- "kind": "NON_NULL",
4414
- "name": null,
4415
- "ofType": {
4416
- "kind": "INPUT_OBJECT",
4417
- "name": "SubscriptionAddonInput",
4418
- "ofType": null
4419
- }
4573
+ "kind": "OBJECT",
4574
+ "name": "CheckoutBillingIntegration",
4575
+ "ofType": null
4420
4576
  }
4421
4577
  },
4422
- "defaultValue": null,
4423
4578
  "isDeprecated": false,
4424
4579
  "deprecationReason": null
4425
4580
  },
4426
4581
  {
4427
- "name": "billableFeatures",
4582
+ "name": "customer",
4428
4583
  "description": null,
4584
+ "args": [],
4429
4585
  "type": {
4430
- "kind": "LIST",
4586
+ "kind": "NON_NULL",
4431
4587
  "name": null,
4432
4588
  "ofType": {
4433
- "kind": "NON_NULL",
4434
- "name": null,
4435
- "ofType": {
4436
- "kind": "INPUT_OBJECT",
4437
- "name": "BillableFeatureInput",
4438
- "ofType": null
4439
- }
4589
+ "kind": "OBJECT",
4590
+ "name": "Customer",
4591
+ "ofType": null
4440
4592
  }
4441
4593
  },
4442
- "defaultValue": null,
4443
- "isDeprecated": false,
4444
- "deprecationReason": null
4445
- },
4446
- {
4447
- "name": "billingCountryCode",
4448
- "description": null,
4449
- "type": {
4450
- "kind": "SCALAR",
4451
- "name": "String",
4452
- "ofType": null
4453
- },
4454
- "defaultValue": null,
4455
- "isDeprecated": false,
4456
- "deprecationReason": null
4457
- },
4458
- {
4459
- "name": "billingId",
4460
- "description": null,
4461
- "type": {
4462
- "kind": "SCALAR",
4463
- "name": "String",
4464
- "ofType": null
4465
- },
4466
- "defaultValue": null,
4467
- "isDeprecated": false,
4468
- "deprecationReason": null
4469
- },
4470
- {
4471
- "name": "billingInformation",
4472
- "description": null,
4473
- "type": {
4474
- "kind": "INPUT_OBJECT",
4475
- "name": "SubscriptionBillingInfo",
4476
- "ofType": null
4477
- },
4478
- "defaultValue": null,
4479
- "isDeprecated": false,
4480
- "deprecationReason": null
4481
- },
4482
- {
4483
- "name": "billingPeriod",
4484
- "description": null,
4485
- "type": {
4486
- "kind": "ENUM",
4487
- "name": "BillingPeriod",
4488
- "ofType": null
4489
- },
4490
- "defaultValue": null,
4491
4594
  "isDeprecated": false,
4492
4595
  "deprecationReason": null
4493
4596
  },
4494
4597
  {
4495
- "name": "customerId",
4598
+ "name": "plan",
4496
4599
  "description": null,
4600
+ "args": [],
4497
4601
  "type": {
4498
4602
  "kind": "NON_NULL",
4499
4603
  "name": null,
4500
4604
  "ofType": {
4501
- "kind": "SCALAR",
4502
- "name": "String",
4605
+ "kind": "OBJECT",
4606
+ "name": "Plan",
4503
4607
  "ofType": null
4504
4608
  }
4505
4609
  },
4506
- "defaultValue": null,
4507
4610
  "isDeprecated": false,
4508
4611
  "deprecationReason": null
4509
4612
  },
4510
4613
  {
4511
- "name": "paymentMethodId",
4614
+ "name": "resource",
4512
4615
  "description": null,
4616
+ "args": [],
4513
4617
  "type": {
4514
- "kind": "SCALAR",
4515
- "name": "String",
4618
+ "kind": "OBJECT",
4619
+ "name": "CustomerResource",
4516
4620
  "ofType": null
4517
4621
  },
4518
- "defaultValue": null,
4519
4622
  "isDeprecated": false,
4520
4623
  "deprecationReason": null
4521
4624
  },
4522
4625
  {
4523
- "name": "planId",
4626
+ "name": "setupSecret",
4524
4627
  "description": null,
4628
+ "args": [],
4525
4629
  "type": {
4526
4630
  "kind": "NON_NULL",
4527
4631
  "name": null,
@@ -4531,107 +4635,35 @@
4531
4635
  "ofType": null
4532
4636
  }
4533
4637
  },
4534
- "defaultValue": null,
4535
- "isDeprecated": false,
4536
- "deprecationReason": null
4537
- },
4538
- {
4539
- "name": "promotionCode",
4540
- "description": null,
4541
- "type": {
4542
- "kind": "SCALAR",
4543
- "name": "String",
4544
- "ofType": null
4545
- },
4546
- "defaultValue": null,
4547
- "isDeprecated": false,
4548
- "deprecationReason": null
4549
- },
4550
- {
4551
- "name": "resourceId",
4552
- "description": null,
4553
- "type": {
4554
- "kind": "SCALAR",
4555
- "name": "String",
4556
- "ofType": null
4557
- },
4558
- "defaultValue": null,
4559
- "isDeprecated": false,
4560
- "deprecationReason": null
4561
- },
4562
- {
4563
- "name": "skipTrial",
4564
- "description": null,
4565
- "type": {
4566
- "kind": "SCALAR",
4567
- "name": "Boolean",
4568
- "ofType": null
4569
- },
4570
- "defaultValue": "false",
4571
- "isDeprecated": false,
4572
- "deprecationReason": null
4573
- },
4574
- {
4575
- "name": "startDate",
4576
- "description": null,
4577
- "type": {
4578
- "kind": "SCALAR",
4579
- "name": "DateTime",
4580
- "ofType": null
4581
- },
4582
- "defaultValue": null,
4583
- "isDeprecated": false,
4584
- "deprecationReason": null
4585
- },
4586
- {
4587
- "name": "unitQuantity",
4588
- "description": null,
4589
- "type": {
4590
- "kind": "SCALAR",
4591
- "name": "Float",
4592
- "ofType": null
4593
- },
4594
- "defaultValue": "-1",
4595
4638
  "isDeprecated": false,
4596
4639
  "deprecationReason": null
4597
4640
  }
4598
4641
  ],
4599
- "interfaces": null,
4642
+ "inputFields": null,
4643
+ "interfaces": [],
4600
4644
  "enumValues": null,
4601
4645
  "possibleTypes": null
4602
4646
  },
4603
4647
  {
4604
4648
  "kind": "INPUT_OBJECT",
4605
- "name": "CheckoutOptions",
4649
+ "name": "CheckoutStateInput",
4606
4650
  "description": null,
4607
4651
  "fields": null,
4608
4652
  "inputFields": [
4609
4653
  {
4610
- "name": "allowPromoCodes",
4611
- "description": null,
4612
- "type": {
4613
- "kind": "SCALAR",
4614
- "name": "Boolean",
4615
- "ofType": null
4616
- },
4617
- "defaultValue": "false",
4618
- "isDeprecated": false,
4619
- "deprecationReason": null
4620
- },
4621
- {
4622
- "name": "allowTaxIdCollection",
4654
+ "name": "billingCountryCode",
4623
4655
  "description": null,
4624
4656
  "type": {
4625
4657
  "kind": "SCALAR",
4626
- "name": "Boolean",
4658
+ "name": "String",
4627
4659
  "ofType": null
4628
4660
  },
4629
- "defaultValue": "false",
4661
+ "defaultValue": null,
4630
4662
  "isDeprecated": false,
4631
4663
  "deprecationReason": null
4632
4664
  },
4633
4665
  {
4634
- "name": "cancelUrl",
4666
+ "name": "customerId",
4635
4667
  "description": null,
4636
4668
  "type": {
4637
4669
  "kind": "NON_NULL",
@@ -4647,31 +4679,23 @@
4647
4679
  "deprecationReason": null
4648
4680
  },
4649
4681
  {
4650
- "name": "collectBillingAddress",
4651
- "description": null,
4652
- "type": {
4653
- "kind": "SCALAR",
4654
- "name": "Boolean",
4655
- "ofType": null
4656
- },
4657
- "defaultValue": "false",
4658
- "isDeprecated": false,
4659
- "deprecationReason": null
4660
- },
4661
- {
4662
- "name": "collectPhoneNumber",
4682
+ "name": "planId",
4663
4683
  "description": null,
4664
4684
  "type": {
4665
- "kind": "SCALAR",
4666
- "name": "Boolean",
4667
- "ofType": null
4685
+ "kind": "NON_NULL",
4686
+ "name": null,
4687
+ "ofType": {
4688
+ "kind": "SCALAR",
4689
+ "name": "String",
4690
+ "ofType": null
4691
+ }
4668
4692
  },
4669
- "defaultValue": "false",
4693
+ "defaultValue": null,
4670
4694
  "isDeprecated": false,
4671
4695
  "deprecationReason": null
4672
4696
  },
4673
4697
  {
4674
- "name": "referenceId",
4698
+ "name": "resourceId",
4675
4699
  "description": null,
4676
4700
  "type": {
4677
4701
  "kind": "SCALAR",
@@ -4681,22 +4705,6 @@
4681
4705
  "defaultValue": null,
4682
4706
  "isDeprecated": false,
4683
4707
  "deprecationReason": null
4684
- },
4685
- {
4686
- "name": "successUrl",
4687
- "description": null,
4688
- "type": {
4689
- "kind": "NON_NULL",
4690
- "name": null,
4691
- "ofType": {
4692
- "kind": "SCALAR",
4693
- "name": "String",
4694
- "ofType": null
4695
- }
4696
- },
4697
- "defaultValue": null,
4698
- "isDeprecated": false,
4699
- "deprecationReason": null
4700
4708
  }
4701
4709
  ],
4702
4710
  "interfaces": null,
@@ -31133,7 +31141,7 @@
31133
31141
  "deprecationReason": null
31134
31142
  },
31135
31143
  {
31136
- "name": "archiveCustomer",
31144
+ "name": "applySubscription",
31137
31145
  "description": null,
31138
31146
  "args": [
31139
31147
  {
@@ -31144,7 +31152,7 @@
31144
31152
  "name": null,
31145
31153
  "ofType": {
31146
31154
  "kind": "INPUT_OBJECT",
31147
- "name": "ArchiveCustomerInput",
31155
+ "name": "ApplySubscriptionInput",
31148
31156
  "ofType": null
31149
31157
  }
31150
31158
  },
@@ -31158,7 +31166,7 @@
31158
31166
  "name": null,
31159
31167
  "ofType": {
31160
31168
  "kind": "OBJECT",
31161
- "name": "Customer",
31169
+ "name": "ApplySubscription",
31162
31170
  "ofType": null
31163
31171
  }
31164
31172
  },
@@ -31166,7 +31174,7 @@
31166
31174
  "deprecationReason": null
31167
31175
  },
31168
31176
  {
31169
- "name": "archiveOneCoupon",
31177
+ "name": "archiveCustomer",
31170
31178
  "description": null,
31171
31179
  "args": [
31172
31180
  {
@@ -31177,7 +31185,7 @@
31177
31185
  "name": null,
31178
31186
  "ofType": {
31179
31187
  "kind": "INPUT_OBJECT",
31180
- "name": "ArchiveCouponInput",
31188
+ "name": "ArchiveCustomerInput",
31181
31189
  "ofType": null
31182
31190
  }
31183
31191
  },
@@ -31191,7 +31199,7 @@
31191
31199
  "name": null,
31192
31200
  "ofType": {
31193
31201
  "kind": "OBJECT",
31194
- "name": "Coupon",
31202
+ "name": "Customer",
31195
31203
  "ofType": null
31196
31204
  }
31197
31205
  },
@@ -31199,7 +31207,7 @@
31199
31207
  "deprecationReason": null
31200
31208
  },
31201
31209
  {
31202
- "name": "archivePlan",
31210
+ "name": "archiveOneCoupon",
31203
31211
  "description": null,
31204
31212
  "args": [
31205
31213
  {
@@ -31210,7 +31218,7 @@
31210
31218
  "name": null,
31211
31219
  "ofType": {
31212
31220
  "kind": "INPUT_OBJECT",
31213
- "name": "ArchivePlanInput",
31221
+ "name": "ArchiveCouponInput",
31214
31222
  "ofType": null
31215
31223
  }
31216
31224
  },
@@ -31224,7 +31232,7 @@
31224
31232
  "name": null,
31225
31233
  "ofType": {
31226
31234
  "kind": "OBJECT",
31227
- "name": "Plan",
31235
+ "name": "Coupon",
31228
31236
  "ofType": null
31229
31237
  }
31230
31238
  },
@@ -31232,7 +31240,7 @@
31232
31240
  "deprecationReason": null
31233
31241
  },
31234
31242
  {
31235
- "name": "attachCustomerPaymentMethod",
31243
+ "name": "archivePlan",
31236
31244
  "description": null,
31237
31245
  "args": [
31238
31246
  {
@@ -31243,7 +31251,7 @@
31243
31251
  "name": null,
31244
31252
  "ofType": {
31245
31253
  "kind": "INPUT_OBJECT",
31246
- "name": "AttachCustomerPaymentMethodInput",
31254
+ "name": "ArchivePlanInput",
31247
31255
  "ofType": null
31248
31256
  }
31249
31257
  },
@@ -31257,7 +31265,7 @@
31257
31265
  "name": null,
31258
31266
  "ofType": {
31259
31267
  "kind": "OBJECT",
31260
- "name": "Customer",
31268
+ "name": "Plan",
31261
31269
  "ofType": null
31262
31270
  }
31263
31271
  },
@@ -31265,7 +31273,7 @@
31265
31273
  "deprecationReason": null
31266
31274
  },
31267
31275
  {
31268
- "name": "cancelSchedule",
31276
+ "name": "attachCustomerPaymentMethod",
31269
31277
  "description": null,
31270
31278
  "args": [
31271
31279
  {
@@ -31276,7 +31284,7 @@
31276
31284
  "name": null,
31277
31285
  "ofType": {
31278
31286
  "kind": "INPUT_OBJECT",
31279
- "name": "SubscriptionUpdateScheduleCancellationInput",
31287
+ "name": "AttachCustomerPaymentMethodInput",
31280
31288
  "ofType": null
31281
31289
  }
31282
31290
  },
@@ -31289,8 +31297,8 @@
31289
31297
  "kind": "NON_NULL",
31290
31298
  "name": null,
31291
31299
  "ofType": {
31292
- "kind": "SCALAR",
31293
- "name": "String",
31300
+ "kind": "OBJECT",
31301
+ "name": "Customer",
31294
31302
  "ofType": null
31295
31303
  }
31296
31304
  },
@@ -31298,7 +31306,7 @@
31298
31306
  "deprecationReason": null
31299
31307
  },
31300
31308
  {
31301
- "name": "cancelSubscription",
31309
+ "name": "cancelSchedule",
31302
31310
  "description": null,
31303
31311
  "args": [
31304
31312
  {
@@ -31309,7 +31317,7 @@
31309
31317
  "name": null,
31310
31318
  "ofType": {
31311
31319
  "kind": "INPUT_OBJECT",
31312
- "name": "SubscriptionCancellationInput",
31320
+ "name": "SubscriptionUpdateScheduleCancellationInput",
31313
31321
  "ofType": null
31314
31322
  }
31315
31323
  },
@@ -31322,8 +31330,8 @@
31322
31330
  "kind": "NON_NULL",
31323
31331
  "name": null,
31324
31332
  "ofType": {
31325
- "kind": "OBJECT",
31326
- "name": "CustomerSubscription",
31333
+ "kind": "SCALAR",
31334
+ "name": "String",
31327
31335
  "ofType": null
31328
31336
  }
31329
31337
  },
@@ -31331,7 +31339,7 @@
31331
31339
  "deprecationReason": null
31332
31340
  },
31333
31341
  {
31334
- "name": "checkout",
31342
+ "name": "cancelSubscription",
31335
31343
  "description": null,
31336
31344
  "args": [
31337
31345
  {
@@ -31342,7 +31350,7 @@
31342
31350
  "name": null,
31343
31351
  "ofType": {
31344
31352
  "kind": "INPUT_OBJECT",
31345
- "name": "CheckoutInput",
31353
+ "name": "SubscriptionCancellationInput",
31346
31354
  "ofType": null
31347
31355
  }
31348
31356
  },
@@ -31356,7 +31364,7 @@
31356
31364
  "name": null,
31357
31365
  "ofType": {
31358
31366
  "kind": "OBJECT",
31359
- "name": "Checkout",
31367
+ "name": "CustomerSubscription",
31360
31368
  "ofType": null
31361
31369
  }
31362
31370
  },
@@ -32666,6 +32674,39 @@
32666
32674
  "isDeprecated": false,
32667
32675
  "deprecationReason": null
32668
32676
  },
32677
+ {
32678
+ "name": "previewSubscription",
32679
+ "description": null,
32680
+ "args": [
32681
+ {
32682
+ "name": "input",
32683
+ "description": null,
32684
+ "type": {
32685
+ "kind": "NON_NULL",
32686
+ "name": null,
32687
+ "ofType": {
32688
+ "kind": "INPUT_OBJECT",
32689
+ "name": "PreviewSubscriptionInput",
32690
+ "ofType": null
32691
+ }
32692
+ },
32693
+ "defaultValue": null,
32694
+ "isDeprecated": false,
32695
+ "deprecationReason": null
32696
+ }
32697
+ ],
32698
+ "type": {
32699
+ "kind": "NON_NULL",
32700
+ "name": null,
32701
+ "ofType": {
32702
+ "kind": "OBJECT",
32703
+ "name": "SubscriptionPreview",
32704
+ "ofType": null
32705
+ }
32706
+ },
32707
+ "isDeprecated": false,
32708
+ "deprecationReason": null
32709
+ },
32669
32710
  {
32670
32711
  "name": "provisionCustomer",
32671
32712
  "description": null,
@@ -34966,9 +35007,13 @@
34966
35007
  "description": null,
34967
35008
  "args": [],
34968
35009
  "type": {
34969
- "kind": "SCALAR",
34970
- "name": "String",
34971
- "ofType": null
35010
+ "kind": "NON_NULL",
35011
+ "name": null,
35012
+ "ofType": {
35013
+ "kind": "SCALAR",
35014
+ "name": "String",
35015
+ "ofType": null
35016
+ }
34972
35017
  },
34973
35018
  "isDeprecated": false,
34974
35019
  "deprecationReason": null
@@ -39830,9 +39875,13 @@
39830
39875
  "description": null,
39831
39876
  "args": [],
39832
39877
  "type": {
39833
- "kind": "OBJECT",
39834
- "name": "Environment",
39835
- "ofType": null
39878
+ "kind": "NON_NULL",
39879
+ "name": null,
39880
+ "ofType": {
39881
+ "kind": "OBJECT",
39882
+ "name": "Environment",
39883
+ "ofType": null
39884
+ }
39836
39885
  },
39837
39886
  "isDeprecated": false,
39838
39887
  "deprecationReason": null
@@ -39842,9 +39891,13 @@
39842
39891
  "description": null,
39843
39892
  "args": [],
39844
39893
  "type": {
39845
- "kind": "SCALAR",
39846
- "name": "String",
39847
- "ofType": null
39894
+ "kind": "NON_NULL",
39895
+ "name": null,
39896
+ "ofType": {
39897
+ "kind": "SCALAR",
39898
+ "name": "String",
39899
+ "ofType": null
39900
+ }
39848
39901
  },
39849
39902
  "isDeprecated": false,
39850
39903
  "deprecationReason": null
@@ -42021,6 +42074,185 @@
42021
42074
  "enumValues": null,
42022
42075
  "possibleTypes": null
42023
42076
  },
42077
+ {
42078
+ "kind": "INPUT_OBJECT",
42079
+ "name": "PreviewSubscriptionInput",
42080
+ "description": null,
42081
+ "fields": null,
42082
+ "inputFields": [
42083
+ {
42084
+ "name": "addons",
42085
+ "description": null,
42086
+ "type": {
42087
+ "kind": "LIST",
42088
+ "name": null,
42089
+ "ofType": {
42090
+ "kind": "NON_NULL",
42091
+ "name": null,
42092
+ "ofType": {
42093
+ "kind": "INPUT_OBJECT",
42094
+ "name": "SubscriptionAddonInput",
42095
+ "ofType": null
42096
+ }
42097
+ }
42098
+ },
42099
+ "defaultValue": null,
42100
+ "isDeprecated": false,
42101
+ "deprecationReason": null
42102
+ },
42103
+ {
42104
+ "name": "billableFeatures",
42105
+ "description": null,
42106
+ "type": {
42107
+ "kind": "LIST",
42108
+ "name": null,
42109
+ "ofType": {
42110
+ "kind": "NON_NULL",
42111
+ "name": null,
42112
+ "ofType": {
42113
+ "kind": "INPUT_OBJECT",
42114
+ "name": "BillableFeatureInput",
42115
+ "ofType": null
42116
+ }
42117
+ }
42118
+ },
42119
+ "defaultValue": null,
42120
+ "isDeprecated": false,
42121
+ "deprecationReason": null
42122
+ },
42123
+ {
42124
+ "name": "billingCountryCode",
42125
+ "description": null,
42126
+ "type": {
42127
+ "kind": "SCALAR",
42128
+ "name": "String",
42129
+ "ofType": null
42130
+ },
42131
+ "defaultValue": null,
42132
+ "isDeprecated": false,
42133
+ "deprecationReason": null
42134
+ },
42135
+ {
42136
+ "name": "billingInformation",
42137
+ "description": null,
42138
+ "type": {
42139
+ "kind": "INPUT_OBJECT",
42140
+ "name": "SubscriptionBillingInfo",
42141
+ "ofType": null
42142
+ },
42143
+ "defaultValue": null,
42144
+ "isDeprecated": false,
42145
+ "deprecationReason": null
42146
+ },
42147
+ {
42148
+ "name": "billingPeriod",
42149
+ "description": null,
42150
+ "type": {
42151
+ "kind": "ENUM",
42152
+ "name": "BillingPeriod",
42153
+ "ofType": null
42154
+ },
42155
+ "defaultValue": null,
42156
+ "isDeprecated": false,
42157
+ "deprecationReason": null
42158
+ },
42159
+ {
42160
+ "name": "customerId",
42161
+ "description": null,
42162
+ "type": {
42163
+ "kind": "NON_NULL",
42164
+ "name": null,
42165
+ "ofType": {
42166
+ "kind": "SCALAR",
42167
+ "name": "String",
42168
+ "ofType": null
42169
+ }
42170
+ },
42171
+ "defaultValue": null,
42172
+ "isDeprecated": false,
42173
+ "deprecationReason": null
42174
+ },
42175
+ {
42176
+ "name": "environmentId",
42177
+ "description": null,
42178
+ "type": {
42179
+ "kind": "SCALAR",
42180
+ "name": "String",
42181
+ "ofType": null
42182
+ },
42183
+ "defaultValue": null,
42184
+ "isDeprecated": false,
42185
+ "deprecationReason": null
42186
+ },
42187
+ {
42188
+ "name": "planId",
42189
+ "description": null,
42190
+ "type": {
42191
+ "kind": "NON_NULL",
42192
+ "name": null,
42193
+ "ofType": {
42194
+ "kind": "SCALAR",
42195
+ "name": "String",
42196
+ "ofType": null
42197
+ }
42198
+ },
42199
+ "defaultValue": null,
42200
+ "isDeprecated": false,
42201
+ "deprecationReason": null
42202
+ },
42203
+ {
42204
+ "name": "promotionCode",
42205
+ "description": null,
42206
+ "type": {
42207
+ "kind": "SCALAR",
42208
+ "name": "String",
42209
+ "ofType": null
42210
+ },
42211
+ "defaultValue": null,
42212
+ "isDeprecated": false,
42213
+ "deprecationReason": null
42214
+ },
42215
+ {
42216
+ "name": "resourceId",
42217
+ "description": null,
42218
+ "type": {
42219
+ "kind": "SCALAR",
42220
+ "name": "String",
42221
+ "ofType": null
42222
+ },
42223
+ "defaultValue": null,
42224
+ "isDeprecated": false,
42225
+ "deprecationReason": null
42226
+ },
42227
+ {
42228
+ "name": "startDate",
42229
+ "description": null,
42230
+ "type": {
42231
+ "kind": "SCALAR",
42232
+ "name": "DateTime",
42233
+ "ofType": null
42234
+ },
42235
+ "defaultValue": null,
42236
+ "isDeprecated": false,
42237
+ "deprecationReason": null
42238
+ },
42239
+ {
42240
+ "name": "unitQuantity",
42241
+ "description": null,
42242
+ "type": {
42243
+ "kind": "SCALAR",
42244
+ "name": "Float",
42245
+ "ofType": null
42246
+ },
42247
+ "defaultValue": "-1",
42248
+ "isDeprecated": false,
42249
+ "deprecationReason": null
42250
+ }
42251
+ ],
42252
+ "interfaces": null,
42253
+ "enumValues": null,
42254
+ "possibleTypes": null
42255
+ },
42024
42256
  {
42025
42257
  "kind": "OBJECT",
42026
42258
  "name": "Price",
@@ -48904,7 +49136,7 @@
48904
49136
  "deprecationReason": null
48905
49137
  },
48906
49138
  {
48907
- "name": "checkoutData",
49139
+ "name": "checkoutState",
48908
49140
  "description": null,
48909
49141
  "args": [
48910
49142
  {
@@ -48915,7 +49147,7 @@
48915
49147
  "name": null,
48916
49148
  "ofType": {
48917
49149
  "kind": "INPUT_OBJECT",
48918
- "name": "CheckoutDataInput",
49150
+ "name": "CheckoutStateInput",
48919
49151
  "ofType": null
48920
49152
  }
48921
49153
  },
@@ -48929,7 +49161,7 @@
48929
49161
  "name": null,
48930
49162
  "ofType": {
48931
49163
  "kind": "OBJECT",
48932
- "name": "CheckoutData",
49164
+ "name": "CheckoutState",
48933
49165
  "ofType": null
48934
49166
  }
48935
49167
  },
@@ -57951,6 +58183,30 @@
57951
58183
  "isDeprecated": false,
57952
58184
  "deprecationReason": null
57953
58185
  },
58186
+ {
58187
+ "name": "hasScheduledUpdates",
58188
+ "description": null,
58189
+ "args": [],
58190
+ "type": {
58191
+ "kind": "SCALAR",
58192
+ "name": "Boolean",
58193
+ "ofType": null
58194
+ },
58195
+ "isDeprecated": false,
58196
+ "deprecationReason": null
58197
+ },
58198
+ {
58199
+ "name": "isPlanDowngrade",
58200
+ "description": null,
58201
+ "args": [],
58202
+ "type": {
58203
+ "kind": "SCALAR",
58204
+ "name": "Boolean",
58205
+ "ofType": null
58206
+ },
58207
+ "isDeprecated": false,
58208
+ "deprecationReason": null
58209
+ },
57954
58210
  {
57955
58211
  "name": "proration",
57956
58212
  "description": null,