stigg-api-client 0.545.0 → 0.550.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3032,6 +3032,244 @@
3032
3032
  ],
3033
3033
  "possibleTypes": null
3034
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
+ },
3035
3273
  {
3036
3274
  "kind": "INPUT_OBJECT",
3037
3275
  "name": "ArchiveCouponInput",
@@ -4118,29 +4356,6 @@
4118
4356
  ],
4119
4357
  "possibleTypes": null
4120
4358
  },
4121
- {
4122
- "kind": "OBJECT",
4123
- "name": "Checkout",
4124
- "description": null,
4125
- "fields": [
4126
- {
4127
- "name": "subscription",
4128
- "description": null,
4129
- "args": [],
4130
- "type": {
4131
- "kind": "OBJECT",
4132
- "name": "CustomerSubscription",
4133
- "ofType": null
4134
- },
4135
- "isDeprecated": false,
4136
- "deprecationReason": null
4137
- }
4138
- ],
4139
- "inputFields": null,
4140
- "interfaces": [],
4141
- "enumValues": null,
4142
- "possibleTypes": null
4143
- },
4144
4359
  {
4145
4360
  "kind": "OBJECT",
4146
4361
  "name": "CheckoutBillingIntegration",
@@ -4186,136 +4401,136 @@
4186
4401
  },
4187
4402
  {
4188
4403
  "kind": "OBJECT",
4189
- "name": "CheckoutCredentials",
4404
+ "name": "CheckoutColorPalette",
4190
4405
  "description": null,
4191
4406
  "fields": [
4192
4407
  {
4193
- "name": "accountId",
4408
+ "name": "backgroundColor",
4194
4409
  "description": null,
4195
4410
  "args": [],
4196
4411
  "type": {
4197
- "kind": "NON_NULL",
4198
- "name": null,
4199
- "ofType": {
4200
- "kind": "SCALAR",
4201
- "name": "String",
4202
- "ofType": null
4203
- }
4412
+ "kind": "SCALAR",
4413
+ "name": "String",
4414
+ "ofType": null
4204
4415
  },
4205
4416
  "isDeprecated": false,
4206
4417
  "deprecationReason": null
4207
4418
  },
4208
4419
  {
4209
- "name": "publicKey",
4420
+ "name": "borderColor",
4210
4421
  "description": null,
4211
4422
  "args": [],
4212
4423
  "type": {
4213
- "kind": "NON_NULL",
4214
- "name": null,
4215
- "ofType": {
4216
- "kind": "SCALAR",
4217
- "name": "String",
4218
- "ofType": null
4219
- }
4424
+ "kind": "SCALAR",
4425
+ "name": "String",
4426
+ "ofType": null
4220
4427
  },
4221
4428
  "isDeprecated": false,
4222
4429
  "deprecationReason": null
4223
- }
4224
- ],
4225
- "inputFields": null,
4226
- "interfaces": [],
4227
- "enumValues": null,
4228
- "possibleTypes": null
4229
- },
4230
- {
4231
- "kind": "OBJECT",
4232
- "name": "CheckoutData",
4233
- "description": null,
4234
- "fields": [
4430
+ },
4235
4431
  {
4236
- "name": "activeSubscription",
4432
+ "name": "primary",
4237
4433
  "description": null,
4238
4434
  "args": [],
4239
4435
  "type": {
4240
- "kind": "OBJECT",
4241
- "name": "CustomerSubscription",
4436
+ "kind": "SCALAR",
4437
+ "name": "String",
4242
4438
  "ofType": null
4243
4439
  },
4244
4440
  "isDeprecated": false,
4245
4441
  "deprecationReason": null
4246
4442
  },
4247
4443
  {
4248
- "name": "billingIntegration",
4444
+ "name": "selectionColor",
4249
4445
  "description": null,
4250
4446
  "args": [],
4251
4447
  "type": {
4252
- "kind": "NON_NULL",
4253
- "name": null,
4254
- "ofType": {
4255
- "kind": "OBJECT",
4256
- "name": "CheckoutBillingIntegration",
4257
- "ofType": null
4258
- }
4448
+ "kind": "SCALAR",
4449
+ "name": "String",
4450
+ "ofType": null
4259
4451
  },
4260
4452
  "isDeprecated": false,
4261
4453
  "deprecationReason": null
4262
4454
  },
4263
4455
  {
4264
- "name": "customer",
4456
+ "name": "summaryBackgroundColor",
4265
4457
  "description": null,
4266
4458
  "args": [],
4267
4459
  "type": {
4268
- "kind": "NON_NULL",
4269
- "name": null,
4270
- "ofType": {
4271
- "kind": "OBJECT",
4272
- "name": "Customer",
4273
- "ofType": null
4274
- }
4460
+ "kind": "SCALAR",
4461
+ "name": "String",
4462
+ "ofType": null
4275
4463
  },
4276
4464
  "isDeprecated": false,
4277
4465
  "deprecationReason": null
4278
4466
  },
4279
4467
  {
4280
- "name": "plan",
4468
+ "name": "textColor",
4281
4469
  "description": null,
4282
4470
  "args": [],
4283
4471
  "type": {
4284
- "kind": "NON_NULL",
4285
- "name": null,
4286
- "ofType": {
4287
- "kind": "OBJECT",
4288
- "name": "Plan",
4289
- "ofType": null
4290
- }
4472
+ "kind": "SCALAR",
4473
+ "name": "String",
4474
+ "ofType": null
4475
+ },
4476
+ "isDeprecated": false,
4477
+ "deprecationReason": null
4478
+ }
4479
+ ],
4480
+ "inputFields": null,
4481
+ "interfaces": [],
4482
+ "enumValues": null,
4483
+ "possibleTypes": null
4484
+ },
4485
+ {
4486
+ "kind": "OBJECT",
4487
+ "name": "CheckoutConfiguration",
4488
+ "description": null,
4489
+ "fields": [
4490
+ {
4491
+ "name": "content",
4492
+ "description": null,
4493
+ "args": [],
4494
+ "type": {
4495
+ "kind": "OBJECT",
4496
+ "name": "CheckoutContent",
4497
+ "ofType": null
4291
4498
  },
4292
4499
  "isDeprecated": false,
4293
4500
  "deprecationReason": null
4294
4501
  },
4295
4502
  {
4296
- "name": "resource",
4503
+ "name": "customCss",
4504
+ "description": null,
4505
+ "args": [],
4506
+ "type": {
4507
+ "kind": "SCALAR",
4508
+ "name": "String",
4509
+ "ofType": null
4510
+ },
4511
+ "isDeprecated": false,
4512
+ "deprecationReason": null
4513
+ },
4514
+ {
4515
+ "name": "palette",
4297
4516
  "description": null,
4298
4517
  "args": [],
4299
4518
  "type": {
4300
4519
  "kind": "OBJECT",
4301
- "name": "CustomerResource",
4520
+ "name": "CheckoutColorPalette",
4302
4521
  "ofType": null
4303
4522
  },
4304
4523
  "isDeprecated": false,
4305
4524
  "deprecationReason": null
4306
4525
  },
4307
4526
  {
4308
- "name": "setupSecret",
4527
+ "name": "typography",
4309
4528
  "description": null,
4310
4529
  "args": [],
4311
4530
  "type": {
4312
- "kind": "NON_NULL",
4313
- "name": null,
4314
- "ofType": {
4315
- "kind": "SCALAR",
4316
- "name": "String",
4317
- "ofType": null
4318
- }
4531
+ "kind": "OBJECT",
4532
+ "name": "TypographyConfiguration",
4533
+ "ofType": null
4319
4534
  },
4320
4535
  "isDeprecated": false,
4321
4536
  "deprecationReason": null
@@ -4328,16 +4543,16 @@
4328
4543
  },
4329
4544
  {
4330
4545
  "kind": "INPUT_OBJECT",
4331
- "name": "CheckoutDataInput",
4546
+ "name": "CheckoutConfigurationInput",
4332
4547
  "description": null,
4333
4548
  "fields": null,
4334
4549
  "inputFields": [
4335
4550
  {
4336
- "name": "billingCountryCode",
4551
+ "name": "content",
4337
4552
  "description": null,
4338
4553
  "type": {
4339
- "kind": "SCALAR",
4340
- "name": "String",
4554
+ "kind": "INPUT_OBJECT",
4555
+ "name": "CheckoutContentInput",
4341
4556
  "ofType": null
4342
4557
  },
4343
4558
  "defaultValue": null,
@@ -4345,43 +4560,35 @@
4345
4560
  "deprecationReason": null
4346
4561
  },
4347
4562
  {
4348
- "name": "customerId",
4563
+ "name": "customCss",
4349
4564
  "description": null,
4350
4565
  "type": {
4351
- "kind": "NON_NULL",
4352
- "name": null,
4353
- "ofType": {
4354
- "kind": "SCALAR",
4355
- "name": "String",
4356
- "ofType": null
4357
- }
4566
+ "kind": "SCALAR",
4567
+ "name": "String",
4568
+ "ofType": null
4358
4569
  },
4359
4570
  "defaultValue": null,
4360
4571
  "isDeprecated": false,
4361
4572
  "deprecationReason": null
4362
4573
  },
4363
4574
  {
4364
- "name": "planId",
4575
+ "name": "palette",
4365
4576
  "description": null,
4366
4577
  "type": {
4367
- "kind": "NON_NULL",
4368
- "name": null,
4369
- "ofType": {
4370
- "kind": "SCALAR",
4371
- "name": "String",
4372
- "ofType": null
4373
- }
4578
+ "kind": "INPUT_OBJECT",
4579
+ "name": "CheckoutPaletteInput",
4580
+ "ofType": null
4374
4581
  },
4375
4582
  "defaultValue": null,
4376
4583
  "isDeprecated": false,
4377
4584
  "deprecationReason": null
4378
4585
  },
4379
4586
  {
4380
- "name": "resourceId",
4587
+ "name": "typography",
4381
4588
  "description": null,
4382
4589
  "type": {
4383
- "kind": "SCALAR",
4384
- "name": "String",
4590
+ "kind": "INPUT_OBJECT",
4591
+ "name": "TypographyConfigurationInput",
4385
4592
  "ofType": null
4386
4593
  },
4387
4594
  "defaultValue": null,
@@ -4393,130 +4600,167 @@
4393
4600
  "enumValues": null,
4394
4601
  "possibleTypes": null
4395
4602
  },
4603
+ {
4604
+ "kind": "OBJECT",
4605
+ "name": "CheckoutContent",
4606
+ "description": null,
4607
+ "fields": [
4608
+ {
4609
+ "name": "collectPhoneNumber",
4610
+ "description": null,
4611
+ "args": [],
4612
+ "type": {
4613
+ "kind": "SCALAR",
4614
+ "name": "Boolean",
4615
+ "ofType": null
4616
+ },
4617
+ "isDeprecated": false,
4618
+ "deprecationReason": null
4619
+ }
4620
+ ],
4621
+ "inputFields": null,
4622
+ "interfaces": [],
4623
+ "enumValues": null,
4624
+ "possibleTypes": null
4625
+ },
4396
4626
  {
4397
4627
  "kind": "INPUT_OBJECT",
4398
- "name": "CheckoutInput",
4628
+ "name": "CheckoutContentInput",
4399
4629
  "description": null,
4400
4630
  "fields": null,
4401
4631
  "inputFields": [
4402
4632
  {
4403
- "name": "additionalMetaData",
4633
+ "name": "collectPhoneNumber",
4404
4634
  "description": null,
4405
4635
  "type": {
4406
4636
  "kind": "SCALAR",
4407
- "name": "JSON",
4637
+ "name": "Boolean",
4408
4638
  "ofType": null
4409
4639
  },
4410
4640
  "defaultValue": null,
4411
4641
  "isDeprecated": false,
4412
4642
  "deprecationReason": null
4413
- },
4643
+ }
4644
+ ],
4645
+ "interfaces": null,
4646
+ "enumValues": null,
4647
+ "possibleTypes": null
4648
+ },
4649
+ {
4650
+ "kind": "OBJECT",
4651
+ "name": "CheckoutCredentials",
4652
+ "description": null,
4653
+ "fields": [
4414
4654
  {
4415
- "name": "addons",
4655
+ "name": "accountId",
4416
4656
  "description": null,
4657
+ "args": [],
4417
4658
  "type": {
4418
- "kind": "LIST",
4659
+ "kind": "NON_NULL",
4419
4660
  "name": null,
4420
4661
  "ofType": {
4421
- "kind": "NON_NULL",
4422
- "name": null,
4423
- "ofType": {
4424
- "kind": "INPUT_OBJECT",
4425
- "name": "SubscriptionAddonInput",
4426
- "ofType": null
4427
- }
4662
+ "kind": "SCALAR",
4663
+ "name": "String",
4664
+ "ofType": null
4428
4665
  }
4429
4666
  },
4430
- "defaultValue": null,
4431
4667
  "isDeprecated": false,
4432
4668
  "deprecationReason": null
4433
4669
  },
4434
4670
  {
4435
- "name": "billableFeatures",
4671
+ "name": "publicKey",
4436
4672
  "description": null,
4673
+ "args": [],
4437
4674
  "type": {
4438
- "kind": "LIST",
4675
+ "kind": "NON_NULL",
4439
4676
  "name": null,
4440
4677
  "ofType": {
4441
- "kind": "NON_NULL",
4442
- "name": null,
4443
- "ofType": {
4444
- "kind": "INPUT_OBJECT",
4445
- "name": "BillableFeatureInput",
4446
- "ofType": null
4447
- }
4678
+ "kind": "SCALAR",
4679
+ "name": "String",
4680
+ "ofType": null
4448
4681
  }
4449
4682
  },
4450
- "defaultValue": null,
4451
4683
  "isDeprecated": false,
4452
4684
  "deprecationReason": null
4453
- },
4685
+ }
4686
+ ],
4687
+ "inputFields": null,
4688
+ "interfaces": [],
4689
+ "enumValues": null,
4690
+ "possibleTypes": null
4691
+ },
4692
+ {
4693
+ "kind": "INPUT_OBJECT",
4694
+ "name": "CheckoutOptions",
4695
+ "description": null,
4696
+ "fields": null,
4697
+ "inputFields": [
4454
4698
  {
4455
- "name": "billingCountryCode",
4699
+ "name": "allowPromoCodes",
4456
4700
  "description": null,
4457
4701
  "type": {
4458
4702
  "kind": "SCALAR",
4459
- "name": "String",
4703
+ "name": "Boolean",
4460
4704
  "ofType": null
4461
4705
  },
4462
- "defaultValue": null,
4706
+ "defaultValue": "false",
4463
4707
  "isDeprecated": false,
4464
4708
  "deprecationReason": null
4465
4709
  },
4466
4710
  {
4467
- "name": "billingId",
4711
+ "name": "allowTaxIdCollection",
4468
4712
  "description": null,
4469
4713
  "type": {
4470
4714
  "kind": "SCALAR",
4471
- "name": "String",
4715
+ "name": "Boolean",
4472
4716
  "ofType": null
4473
4717
  },
4474
- "defaultValue": null,
4718
+ "defaultValue": "false",
4475
4719
  "isDeprecated": false,
4476
4720
  "deprecationReason": null
4477
4721
  },
4478
4722
  {
4479
- "name": "billingInformation",
4723
+ "name": "cancelUrl",
4480
4724
  "description": null,
4481
4725
  "type": {
4482
- "kind": "INPUT_OBJECT",
4483
- "name": "SubscriptionBillingInfo",
4484
- "ofType": null
4726
+ "kind": "NON_NULL",
4727
+ "name": null,
4728
+ "ofType": {
4729
+ "kind": "SCALAR",
4730
+ "name": "String",
4731
+ "ofType": null
4732
+ }
4485
4733
  },
4486
4734
  "defaultValue": null,
4487
4735
  "isDeprecated": false,
4488
4736
  "deprecationReason": null
4489
4737
  },
4490
4738
  {
4491
- "name": "billingPeriod",
4739
+ "name": "collectBillingAddress",
4492
4740
  "description": null,
4493
4741
  "type": {
4494
- "kind": "ENUM",
4495
- "name": "BillingPeriod",
4742
+ "kind": "SCALAR",
4743
+ "name": "Boolean",
4496
4744
  "ofType": null
4497
4745
  },
4498
- "defaultValue": null,
4746
+ "defaultValue": "false",
4499
4747
  "isDeprecated": false,
4500
4748
  "deprecationReason": null
4501
4749
  },
4502
4750
  {
4503
- "name": "customerId",
4751
+ "name": "collectPhoneNumber",
4504
4752
  "description": null,
4505
4753
  "type": {
4506
- "kind": "NON_NULL",
4507
- "name": null,
4508
- "ofType": {
4509
- "kind": "SCALAR",
4510
- "name": "String",
4511
- "ofType": null
4512
- }
4754
+ "kind": "SCALAR",
4755
+ "name": "Boolean",
4756
+ "ofType": null
4513
4757
  },
4514
- "defaultValue": null,
4758
+ "defaultValue": "false",
4515
4759
  "isDeprecated": false,
4516
4760
  "deprecationReason": null
4517
4761
  },
4518
4762
  {
4519
- "name": "paymentMethodId",
4763
+ "name": "referenceId",
4520
4764
  "description": null,
4521
4765
  "type": {
4522
4766
  "kind": "SCALAR",
@@ -4528,7 +4772,7 @@
4528
4772
  "deprecationReason": null
4529
4773
  },
4530
4774
  {
4531
- "name": "planId",
4775
+ "name": "successUrl",
4532
4776
  "description": null,
4533
4777
  "type": {
4534
4778
  "kind": "NON_NULL",
@@ -4542,9 +4786,32 @@
4542
4786
  "defaultValue": null,
4543
4787
  "isDeprecated": false,
4544
4788
  "deprecationReason": null
4789
+ }
4790
+ ],
4791
+ "interfaces": null,
4792
+ "enumValues": null,
4793
+ "possibleTypes": null
4794
+ },
4795
+ {
4796
+ "kind": "INPUT_OBJECT",
4797
+ "name": "CheckoutPaletteInput",
4798
+ "description": null,
4799
+ "fields": null,
4800
+ "inputFields": [
4801
+ {
4802
+ "name": "backgroundColor",
4803
+ "description": null,
4804
+ "type": {
4805
+ "kind": "SCALAR",
4806
+ "name": "String",
4807
+ "ofType": null
4808
+ },
4809
+ "defaultValue": null,
4810
+ "isDeprecated": false,
4811
+ "deprecationReason": null
4545
4812
  },
4546
4813
  {
4547
- "name": "promotionCode",
4814
+ "name": "borderColor",
4548
4815
  "description": null,
4549
4816
  "type": {
4550
4817
  "kind": "SCALAR",
@@ -4556,7 +4823,7 @@
4556
4823
  "deprecationReason": null
4557
4824
  },
4558
4825
  {
4559
- "name": "resourceId",
4826
+ "name": "primary",
4560
4827
  "description": null,
4561
4828
  "type": {
4562
4829
  "kind": "SCALAR",
@@ -4568,23 +4835,23 @@
4568
4835
  "deprecationReason": null
4569
4836
  },
4570
4837
  {
4571
- "name": "skipTrial",
4838
+ "name": "selectionColor",
4572
4839
  "description": null,
4573
4840
  "type": {
4574
4841
  "kind": "SCALAR",
4575
- "name": "Boolean",
4842
+ "name": "String",
4576
4843
  "ofType": null
4577
4844
  },
4578
- "defaultValue": "false",
4845
+ "defaultValue": null,
4579
4846
  "isDeprecated": false,
4580
4847
  "deprecationReason": null
4581
4848
  },
4582
4849
  {
4583
- "name": "startDate",
4850
+ "name": "summaryBackgroundColor",
4584
4851
  "description": null,
4585
4852
  "type": {
4586
4853
  "kind": "SCALAR",
4587
- "name": "DateTime",
4854
+ "name": "String",
4588
4855
  "ofType": null
4589
4856
  },
4590
4857
  "defaultValue": null,
@@ -4592,14 +4859,14 @@
4592
4859
  "deprecationReason": null
4593
4860
  },
4594
4861
  {
4595
- "name": "unitQuantity",
4862
+ "name": "textColor",
4596
4863
  "description": null,
4597
4864
  "type": {
4598
4865
  "kind": "SCALAR",
4599
- "name": "Float",
4866
+ "name": "String",
4600
4867
  "ofType": null
4601
4868
  },
4602
- "defaultValue": "-1",
4869
+ "defaultValue": null,
4603
4870
  "isDeprecated": false,
4604
4871
  "deprecationReason": null
4605
4872
  }
@@ -4609,77 +4876,124 @@
4609
4876
  "possibleTypes": null
4610
4877
  },
4611
4878
  {
4612
- "kind": "INPUT_OBJECT",
4613
- "name": "CheckoutOptions",
4879
+ "kind": "OBJECT",
4880
+ "name": "CheckoutState",
4614
4881
  "description": null,
4615
- "fields": null,
4616
- "inputFields": [
4882
+ "fields": [
4617
4883
  {
4618
- "name": "allowPromoCodes",
4884
+ "name": "activeSubscription",
4619
4885
  "description": null,
4886
+ "args": [],
4620
4887
  "type": {
4621
- "kind": "SCALAR",
4622
- "name": "Boolean",
4888
+ "kind": "OBJECT",
4889
+ "name": "CustomerSubscription",
4623
4890
  "ofType": null
4624
4891
  },
4625
- "defaultValue": "false",
4626
4892
  "isDeprecated": false,
4627
4893
  "deprecationReason": null
4628
4894
  },
4629
4895
  {
4630
- "name": "allowTaxIdCollection",
4896
+ "name": "billingIntegration",
4631
4897
  "description": null,
4898
+ "args": [],
4632
4899
  "type": {
4633
- "kind": "SCALAR",
4634
- "name": "Boolean",
4900
+ "kind": "NON_NULL",
4901
+ "name": null,
4902
+ "ofType": {
4903
+ "kind": "OBJECT",
4904
+ "name": "CheckoutBillingIntegration",
4905
+ "ofType": null
4906
+ }
4907
+ },
4908
+ "isDeprecated": false,
4909
+ "deprecationReason": null
4910
+ },
4911
+ {
4912
+ "name": "configuration",
4913
+ "description": null,
4914
+ "args": [],
4915
+ "type": {
4916
+ "kind": "OBJECT",
4917
+ "name": "CheckoutConfiguration",
4635
4918
  "ofType": null
4636
4919
  },
4637
- "defaultValue": "false",
4638
4920
  "isDeprecated": false,
4639
4921
  "deprecationReason": null
4640
4922
  },
4641
4923
  {
4642
- "name": "cancelUrl",
4924
+ "name": "customer",
4643
4925
  "description": null,
4926
+ "args": [],
4644
4927
  "type": {
4645
4928
  "kind": "NON_NULL",
4646
4929
  "name": null,
4647
4930
  "ofType": {
4648
- "kind": "SCALAR",
4649
- "name": "String",
4931
+ "kind": "OBJECT",
4932
+ "name": "Customer",
4650
4933
  "ofType": null
4651
4934
  }
4652
4935
  },
4653
- "defaultValue": null,
4654
4936
  "isDeprecated": false,
4655
4937
  "deprecationReason": null
4656
4938
  },
4657
4939
  {
4658
- "name": "collectBillingAddress",
4940
+ "name": "plan",
4659
4941
  "description": null,
4942
+ "args": [],
4660
4943
  "type": {
4661
- "kind": "SCALAR",
4662
- "name": "Boolean",
4663
- "ofType": null
4944
+ "kind": "NON_NULL",
4945
+ "name": null,
4946
+ "ofType": {
4947
+ "kind": "OBJECT",
4948
+ "name": "Plan",
4949
+ "ofType": null
4950
+ }
4664
4951
  },
4665
- "defaultValue": "false",
4666
4952
  "isDeprecated": false,
4667
4953
  "deprecationReason": null
4668
4954
  },
4669
4955
  {
4670
- "name": "collectPhoneNumber",
4956
+ "name": "resource",
4671
4957
  "description": null,
4958
+ "args": [],
4672
4959
  "type": {
4673
- "kind": "SCALAR",
4674
- "name": "Boolean",
4960
+ "kind": "OBJECT",
4961
+ "name": "CustomerResource",
4675
4962
  "ofType": null
4676
4963
  },
4677
- "defaultValue": "false",
4678
4964
  "isDeprecated": false,
4679
4965
  "deprecationReason": null
4680
4966
  },
4681
4967
  {
4682
- "name": "referenceId",
4968
+ "name": "setupSecret",
4969
+ "description": null,
4970
+ "args": [],
4971
+ "type": {
4972
+ "kind": "NON_NULL",
4973
+ "name": null,
4974
+ "ofType": {
4975
+ "kind": "SCALAR",
4976
+ "name": "String",
4977
+ "ofType": null
4978
+ }
4979
+ },
4980
+ "isDeprecated": false,
4981
+ "deprecationReason": null
4982
+ }
4983
+ ],
4984
+ "inputFields": null,
4985
+ "interfaces": [],
4986
+ "enumValues": null,
4987
+ "possibleTypes": null
4988
+ },
4989
+ {
4990
+ "kind": "INPUT_OBJECT",
4991
+ "name": "CheckoutStateInput",
4992
+ "description": null,
4993
+ "fields": null,
4994
+ "inputFields": [
4995
+ {
4996
+ "name": "billingCountryCode",
4683
4997
  "description": null,
4684
4998
  "type": {
4685
4999
  "kind": "SCALAR",
@@ -4691,7 +5005,23 @@
4691
5005
  "deprecationReason": null
4692
5006
  },
4693
5007
  {
4694
- "name": "successUrl",
5008
+ "name": "customerId",
5009
+ "description": null,
5010
+ "type": {
5011
+ "kind": "NON_NULL",
5012
+ "name": null,
5013
+ "ofType": {
5014
+ "kind": "SCALAR",
5015
+ "name": "String",
5016
+ "ofType": null
5017
+ }
5018
+ },
5019
+ "defaultValue": null,
5020
+ "isDeprecated": false,
5021
+ "deprecationReason": null
5022
+ },
5023
+ {
5024
+ "name": "planId",
4695
5025
  "description": null,
4696
5026
  "type": {
4697
5027
  "kind": "NON_NULL",
@@ -4705,6 +5035,18 @@
4705
5035
  "defaultValue": null,
4706
5036
  "isDeprecated": false,
4707
5037
  "deprecationReason": null
5038
+ },
5039
+ {
5040
+ "name": "resourceId",
5041
+ "description": null,
5042
+ "type": {
5043
+ "kind": "SCALAR",
5044
+ "name": "String",
5045
+ "ofType": null
5046
+ },
5047
+ "defaultValue": null,
5048
+ "isDeprecated": false,
5049
+ "deprecationReason": null
4708
5050
  }
4709
5051
  ],
4710
5052
  "interfaces": null,
@@ -31140,6 +31482,39 @@
31140
31482
  "isDeprecated": false,
31141
31483
  "deprecationReason": null
31142
31484
  },
31485
+ {
31486
+ "name": "applySubscription",
31487
+ "description": null,
31488
+ "args": [
31489
+ {
31490
+ "name": "input",
31491
+ "description": null,
31492
+ "type": {
31493
+ "kind": "NON_NULL",
31494
+ "name": null,
31495
+ "ofType": {
31496
+ "kind": "INPUT_OBJECT",
31497
+ "name": "ApplySubscriptionInput",
31498
+ "ofType": null
31499
+ }
31500
+ },
31501
+ "defaultValue": null,
31502
+ "isDeprecated": false,
31503
+ "deprecationReason": null
31504
+ }
31505
+ ],
31506
+ "type": {
31507
+ "kind": "NON_NULL",
31508
+ "name": null,
31509
+ "ofType": {
31510
+ "kind": "OBJECT",
31511
+ "name": "ApplySubscription",
31512
+ "ofType": null
31513
+ }
31514
+ },
31515
+ "isDeprecated": false,
31516
+ "deprecationReason": null
31517
+ },
31143
31518
  {
31144
31519
  "name": "archiveCustomer",
31145
31520
  "description": null,
@@ -31338,39 +31713,6 @@
31338
31713
  "isDeprecated": false,
31339
31714
  "deprecationReason": null
31340
31715
  },
31341
- {
31342
- "name": "checkout",
31343
- "description": null,
31344
- "args": [
31345
- {
31346
- "name": "input",
31347
- "description": null,
31348
- "type": {
31349
- "kind": "NON_NULL",
31350
- "name": null,
31351
- "ofType": {
31352
- "kind": "INPUT_OBJECT",
31353
- "name": "CheckoutInput",
31354
- "ofType": null
31355
- }
31356
- },
31357
- "defaultValue": null,
31358
- "isDeprecated": false,
31359
- "deprecationReason": null
31360
- }
31361
- ],
31362
- "type": {
31363
- "kind": "NON_NULL",
31364
- "name": null,
31365
- "ofType": {
31366
- "kind": "OBJECT",
31367
- "name": "Checkout",
31368
- "ofType": null
31369
- }
31370
- },
31371
- "isDeprecated": false,
31372
- "deprecationReason": null
31373
- },
31374
31716
  {
31375
31717
  "name": "createAccount",
31376
31718
  "description": null,
@@ -32674,6 +33016,39 @@
32674
33016
  "isDeprecated": false,
32675
33017
  "deprecationReason": null
32676
33018
  },
33019
+ {
33020
+ "name": "previewSubscription",
33021
+ "description": null,
33022
+ "args": [
33023
+ {
33024
+ "name": "input",
33025
+ "description": null,
33026
+ "type": {
33027
+ "kind": "NON_NULL",
33028
+ "name": null,
33029
+ "ofType": {
33030
+ "kind": "INPUT_OBJECT",
33031
+ "name": "PreviewSubscriptionInput",
33032
+ "ofType": null
33033
+ }
33034
+ },
33035
+ "defaultValue": null,
33036
+ "isDeprecated": false,
33037
+ "deprecationReason": null
33038
+ }
33039
+ ],
33040
+ "type": {
33041
+ "kind": "NON_NULL",
33042
+ "name": null,
33043
+ "ofType": {
33044
+ "kind": "OBJECT",
33045
+ "name": "SubscriptionPreview",
33046
+ "ofType": null
33047
+ }
33048
+ },
33049
+ "isDeprecated": false,
33050
+ "deprecationReason": null
33051
+ },
32677
33052
  {
32678
33053
  "name": "provisionCustomer",
32679
33054
  "description": null,
@@ -42041,6 +42416,185 @@
42041
42416
  "enumValues": null,
42042
42417
  "possibleTypes": null
42043
42418
  },
42419
+ {
42420
+ "kind": "INPUT_OBJECT",
42421
+ "name": "PreviewSubscriptionInput",
42422
+ "description": null,
42423
+ "fields": null,
42424
+ "inputFields": [
42425
+ {
42426
+ "name": "addons",
42427
+ "description": null,
42428
+ "type": {
42429
+ "kind": "LIST",
42430
+ "name": null,
42431
+ "ofType": {
42432
+ "kind": "NON_NULL",
42433
+ "name": null,
42434
+ "ofType": {
42435
+ "kind": "INPUT_OBJECT",
42436
+ "name": "SubscriptionAddonInput",
42437
+ "ofType": null
42438
+ }
42439
+ }
42440
+ },
42441
+ "defaultValue": null,
42442
+ "isDeprecated": false,
42443
+ "deprecationReason": null
42444
+ },
42445
+ {
42446
+ "name": "billableFeatures",
42447
+ "description": null,
42448
+ "type": {
42449
+ "kind": "LIST",
42450
+ "name": null,
42451
+ "ofType": {
42452
+ "kind": "NON_NULL",
42453
+ "name": null,
42454
+ "ofType": {
42455
+ "kind": "INPUT_OBJECT",
42456
+ "name": "BillableFeatureInput",
42457
+ "ofType": null
42458
+ }
42459
+ }
42460
+ },
42461
+ "defaultValue": null,
42462
+ "isDeprecated": false,
42463
+ "deprecationReason": null
42464
+ },
42465
+ {
42466
+ "name": "billingCountryCode",
42467
+ "description": null,
42468
+ "type": {
42469
+ "kind": "SCALAR",
42470
+ "name": "String",
42471
+ "ofType": null
42472
+ },
42473
+ "defaultValue": null,
42474
+ "isDeprecated": false,
42475
+ "deprecationReason": null
42476
+ },
42477
+ {
42478
+ "name": "billingInformation",
42479
+ "description": null,
42480
+ "type": {
42481
+ "kind": "INPUT_OBJECT",
42482
+ "name": "SubscriptionBillingInfo",
42483
+ "ofType": null
42484
+ },
42485
+ "defaultValue": null,
42486
+ "isDeprecated": false,
42487
+ "deprecationReason": null
42488
+ },
42489
+ {
42490
+ "name": "billingPeriod",
42491
+ "description": null,
42492
+ "type": {
42493
+ "kind": "ENUM",
42494
+ "name": "BillingPeriod",
42495
+ "ofType": null
42496
+ },
42497
+ "defaultValue": null,
42498
+ "isDeprecated": false,
42499
+ "deprecationReason": null
42500
+ },
42501
+ {
42502
+ "name": "customerId",
42503
+ "description": null,
42504
+ "type": {
42505
+ "kind": "NON_NULL",
42506
+ "name": null,
42507
+ "ofType": {
42508
+ "kind": "SCALAR",
42509
+ "name": "String",
42510
+ "ofType": null
42511
+ }
42512
+ },
42513
+ "defaultValue": null,
42514
+ "isDeprecated": false,
42515
+ "deprecationReason": null
42516
+ },
42517
+ {
42518
+ "name": "environmentId",
42519
+ "description": null,
42520
+ "type": {
42521
+ "kind": "SCALAR",
42522
+ "name": "String",
42523
+ "ofType": null
42524
+ },
42525
+ "defaultValue": null,
42526
+ "isDeprecated": false,
42527
+ "deprecationReason": null
42528
+ },
42529
+ {
42530
+ "name": "planId",
42531
+ "description": null,
42532
+ "type": {
42533
+ "kind": "NON_NULL",
42534
+ "name": null,
42535
+ "ofType": {
42536
+ "kind": "SCALAR",
42537
+ "name": "String",
42538
+ "ofType": null
42539
+ }
42540
+ },
42541
+ "defaultValue": null,
42542
+ "isDeprecated": false,
42543
+ "deprecationReason": null
42544
+ },
42545
+ {
42546
+ "name": "promotionCode",
42547
+ "description": null,
42548
+ "type": {
42549
+ "kind": "SCALAR",
42550
+ "name": "String",
42551
+ "ofType": null
42552
+ },
42553
+ "defaultValue": null,
42554
+ "isDeprecated": false,
42555
+ "deprecationReason": null
42556
+ },
42557
+ {
42558
+ "name": "resourceId",
42559
+ "description": null,
42560
+ "type": {
42561
+ "kind": "SCALAR",
42562
+ "name": "String",
42563
+ "ofType": null
42564
+ },
42565
+ "defaultValue": null,
42566
+ "isDeprecated": false,
42567
+ "deprecationReason": null
42568
+ },
42569
+ {
42570
+ "name": "startDate",
42571
+ "description": null,
42572
+ "type": {
42573
+ "kind": "SCALAR",
42574
+ "name": "DateTime",
42575
+ "ofType": null
42576
+ },
42577
+ "defaultValue": null,
42578
+ "isDeprecated": false,
42579
+ "deprecationReason": null
42580
+ },
42581
+ {
42582
+ "name": "unitQuantity",
42583
+ "description": null,
42584
+ "type": {
42585
+ "kind": "SCALAR",
42586
+ "name": "Float",
42587
+ "ofType": null
42588
+ },
42589
+ "defaultValue": "-1",
42590
+ "isDeprecated": false,
42591
+ "deprecationReason": null
42592
+ }
42593
+ ],
42594
+ "interfaces": null,
42595
+ "enumValues": null,
42596
+ "possibleTypes": null
42597
+ },
42044
42598
  {
42045
42599
  "kind": "OBJECT",
42046
42600
  "name": "Price",
@@ -48924,7 +49478,7 @@
48924
49478
  "deprecationReason": null
48925
49479
  },
48926
49480
  {
48927
- "name": "checkoutData",
49481
+ "name": "checkoutState",
48928
49482
  "description": null,
48929
49483
  "args": [
48930
49484
  {
@@ -48935,7 +49489,7 @@
48935
49489
  "name": null,
48936
49490
  "ofType": {
48937
49491
  "kind": "INPUT_OBJECT",
48938
- "name": "CheckoutDataInput",
49492
+ "name": "CheckoutStateInput",
48939
49493
  "ofType": null
48940
49494
  }
48941
49495
  },
@@ -48949,7 +49503,7 @@
48949
49503
  "name": null,
48950
49504
  "ofType": {
48951
49505
  "kind": "OBJECT",
48952
- "name": "CheckoutData",
49506
+ "name": "CheckoutState",
48953
49507
  "ofType": null
48954
49508
  }
48955
49509
  },
@@ -57971,6 +58525,30 @@
57971
58525
  "isDeprecated": false,
57972
58526
  "deprecationReason": null
57973
58527
  },
58528
+ {
58529
+ "name": "hasScheduledUpdates",
58530
+ "description": null,
58531
+ "args": [],
58532
+ "type": {
58533
+ "kind": "SCALAR",
58534
+ "name": "Boolean",
58535
+ "ofType": null
58536
+ },
58537
+ "isDeprecated": false,
58538
+ "deprecationReason": null
58539
+ },
58540
+ {
58541
+ "name": "isPlanDowngrade",
58542
+ "description": null,
58543
+ "args": [],
58544
+ "type": {
58545
+ "kind": "SCALAR",
58546
+ "name": "Boolean",
58547
+ "ofType": null
58548
+ },
58549
+ "isDeprecated": false,
58550
+ "deprecationReason": null
58551
+ },
57974
58552
  {
57975
58553
  "name": "proration",
57976
58554
  "description": null,
@@ -65855,6 +66433,18 @@
65855
66433
  "name": "WidgetConfiguration",
65856
66434
  "description": null,
65857
66435
  "fields": [
66436
+ {
66437
+ "name": "checkout",
66438
+ "description": null,
66439
+ "args": [],
66440
+ "type": {
66441
+ "kind": "OBJECT",
66442
+ "name": "CheckoutConfiguration",
66443
+ "ofType": null
66444
+ },
66445
+ "isDeprecated": false,
66446
+ "deprecationReason": null
66447
+ },
65858
66448
  {
65859
66449
  "name": "customerPortal",
65860
66450
  "description": null,
@@ -65891,6 +66481,18 @@
65891
66481
  "description": null,
65892
66482
  "fields": null,
65893
66483
  "inputFields": [
66484
+ {
66485
+ "name": "checkoutConfiguration",
66486
+ "description": null,
66487
+ "type": {
66488
+ "kind": "INPUT_OBJECT",
66489
+ "name": "CheckoutConfigurationInput",
66490
+ "ofType": null
66491
+ },
66492
+ "defaultValue": null,
66493
+ "isDeprecated": false,
66494
+ "deprecationReason": null
66495
+ },
65894
66496
  {
65895
66497
  "name": "customerPortalConfiguration",
65896
66498
  "description": null,