stigg-api-client 2.491.0 → 2.497.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/schema.json +1410 -266
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
@@ -11199,6 +11199,467 @@
|
|
11199
11199
|
}
|
11200
11200
|
]
|
11201
11201
|
},
|
11202
|
+
{
|
11203
|
+
"kind": "OBJECT",
|
11204
|
+
"name": "CreditGrant",
|
11205
|
+
"description": "Stigg credit grant object",
|
11206
|
+
"fields": [
|
11207
|
+
{
|
11208
|
+
"name": "additionalMetaData",
|
11209
|
+
"description": "Metadata associated with the entity",
|
11210
|
+
"args": [],
|
11211
|
+
"type": {
|
11212
|
+
"kind": "SCALAR",
|
11213
|
+
"name": "JSON",
|
11214
|
+
"ofType": null
|
11215
|
+
},
|
11216
|
+
"isDeprecated": false,
|
11217
|
+
"deprecationReason": null
|
11218
|
+
},
|
11219
|
+
{
|
11220
|
+
"name": "amount",
|
11221
|
+
"description": "The amount of the credit grant",
|
11222
|
+
"args": [],
|
11223
|
+
"type": {
|
11224
|
+
"kind": "NON_NULL",
|
11225
|
+
"name": null,
|
11226
|
+
"ofType": {
|
11227
|
+
"kind": "SCALAR",
|
11228
|
+
"name": "Float",
|
11229
|
+
"ofType": null
|
11230
|
+
}
|
11231
|
+
},
|
11232
|
+
"isDeprecated": false,
|
11233
|
+
"deprecationReason": null
|
11234
|
+
},
|
11235
|
+
{
|
11236
|
+
"name": "comment",
|
11237
|
+
"description": "The comment for the credit grant",
|
11238
|
+
"args": [],
|
11239
|
+
"type": {
|
11240
|
+
"kind": "SCALAR",
|
11241
|
+
"name": "String",
|
11242
|
+
"ofType": null
|
11243
|
+
},
|
11244
|
+
"isDeprecated": false,
|
11245
|
+
"deprecationReason": null
|
11246
|
+
},
|
11247
|
+
{
|
11248
|
+
"name": "cost",
|
11249
|
+
"description": "The fiat cost of the credit grant",
|
11250
|
+
"args": [],
|
11251
|
+
"type": {
|
11252
|
+
"kind": "NON_NULL",
|
11253
|
+
"name": null,
|
11254
|
+
"ofType": {
|
11255
|
+
"kind": "OBJECT",
|
11256
|
+
"name": "Money",
|
11257
|
+
"ofType": null
|
11258
|
+
}
|
11259
|
+
},
|
11260
|
+
"isDeprecated": false,
|
11261
|
+
"deprecationReason": null
|
11262
|
+
},
|
11263
|
+
{
|
11264
|
+
"name": "createdAt",
|
11265
|
+
"description": "Timestamp of when the record was created",
|
11266
|
+
"args": [],
|
11267
|
+
"type": {
|
11268
|
+
"kind": "NON_NULL",
|
11269
|
+
"name": null,
|
11270
|
+
"ofType": {
|
11271
|
+
"kind": "SCALAR",
|
11272
|
+
"name": "DateTime",
|
11273
|
+
"ofType": null
|
11274
|
+
}
|
11275
|
+
},
|
11276
|
+
"isDeprecated": false,
|
11277
|
+
"deprecationReason": null
|
11278
|
+
},
|
11279
|
+
{
|
11280
|
+
"name": "currencyId",
|
11281
|
+
"description": "The custom currency ID of the credit grant",
|
11282
|
+
"args": [],
|
11283
|
+
"type": {
|
11284
|
+
"kind": "NON_NULL",
|
11285
|
+
"name": null,
|
11286
|
+
"ofType": {
|
11287
|
+
"kind": "SCALAR",
|
11288
|
+
"name": "String",
|
11289
|
+
"ofType": null
|
11290
|
+
}
|
11291
|
+
},
|
11292
|
+
"isDeprecated": false,
|
11293
|
+
"deprecationReason": null
|
11294
|
+
},
|
11295
|
+
{
|
11296
|
+
"name": "currentAmount",
|
11297
|
+
"description": "The current amount of the credit grant",
|
11298
|
+
"args": [],
|
11299
|
+
"type": {
|
11300
|
+
"kind": "NON_NULL",
|
11301
|
+
"name": null,
|
11302
|
+
"ofType": {
|
11303
|
+
"kind": "SCALAR",
|
11304
|
+
"name": "Float",
|
11305
|
+
"ofType": null
|
11306
|
+
}
|
11307
|
+
},
|
11308
|
+
"isDeprecated": false,
|
11309
|
+
"deprecationReason": null
|
11310
|
+
},
|
11311
|
+
{
|
11312
|
+
"name": "customerId",
|
11313
|
+
"description": "The customer ID of the credit grant",
|
11314
|
+
"args": [],
|
11315
|
+
"type": {
|
11316
|
+
"kind": "NON_NULL",
|
11317
|
+
"name": null,
|
11318
|
+
"ofType": {
|
11319
|
+
"kind": "SCALAR",
|
11320
|
+
"name": "String",
|
11321
|
+
"ofType": null
|
11322
|
+
}
|
11323
|
+
},
|
11324
|
+
"isDeprecated": false,
|
11325
|
+
"deprecationReason": null
|
11326
|
+
},
|
11327
|
+
{
|
11328
|
+
"name": "displayName",
|
11329
|
+
"description": "The display name of the credit grant",
|
11330
|
+
"args": [],
|
11331
|
+
"type": {
|
11332
|
+
"kind": "NON_NULL",
|
11333
|
+
"name": null,
|
11334
|
+
"ofType": {
|
11335
|
+
"kind": "SCALAR",
|
11336
|
+
"name": "String",
|
11337
|
+
"ofType": null
|
11338
|
+
}
|
11339
|
+
},
|
11340
|
+
"isDeprecated": false,
|
11341
|
+
"deprecationReason": null
|
11342
|
+
},
|
11343
|
+
{
|
11344
|
+
"name": "effectiveAt",
|
11345
|
+
"description": "The effective date of the credit grant",
|
11346
|
+
"args": [],
|
11347
|
+
"type": {
|
11348
|
+
"kind": "NON_NULL",
|
11349
|
+
"name": null,
|
11350
|
+
"ofType": {
|
11351
|
+
"kind": "SCALAR",
|
11352
|
+
"name": "DateTime",
|
11353
|
+
"ofType": null
|
11354
|
+
}
|
11355
|
+
},
|
11356
|
+
"isDeprecated": false,
|
11357
|
+
"deprecationReason": null
|
11358
|
+
},
|
11359
|
+
{
|
11360
|
+
"name": "expireAt",
|
11361
|
+
"description": "The expiration date of the credit grant",
|
11362
|
+
"args": [],
|
11363
|
+
"type": {
|
11364
|
+
"kind": "SCALAR",
|
11365
|
+
"name": "DateTime",
|
11366
|
+
"ofType": null
|
11367
|
+
},
|
11368
|
+
"isDeprecated": false,
|
11369
|
+
"deprecationReason": null
|
11370
|
+
},
|
11371
|
+
{
|
11372
|
+
"name": "grantType",
|
11373
|
+
"description": "The type of the credit grant",
|
11374
|
+
"args": [],
|
11375
|
+
"type": {
|
11376
|
+
"kind": "NON_NULL",
|
11377
|
+
"name": null,
|
11378
|
+
"ofType": {
|
11379
|
+
"kind": "ENUM",
|
11380
|
+
"name": "CreditGrantType",
|
11381
|
+
"ofType": null
|
11382
|
+
}
|
11383
|
+
},
|
11384
|
+
"isDeprecated": false,
|
11385
|
+
"deprecationReason": null
|
11386
|
+
},
|
11387
|
+
{
|
11388
|
+
"name": "id",
|
11389
|
+
"description": "Unique identifier for the entity",
|
11390
|
+
"args": [],
|
11391
|
+
"type": {
|
11392
|
+
"kind": "NON_NULL",
|
11393
|
+
"name": null,
|
11394
|
+
"ofType": {
|
11395
|
+
"kind": "SCALAR",
|
11396
|
+
"name": "UUID",
|
11397
|
+
"ofType": null
|
11398
|
+
}
|
11399
|
+
},
|
11400
|
+
"isDeprecated": false,
|
11401
|
+
"deprecationReason": null
|
11402
|
+
},
|
11403
|
+
{
|
11404
|
+
"name": "priority",
|
11405
|
+
"description": "The priority of the credit grant",
|
11406
|
+
"args": [],
|
11407
|
+
"type": {
|
11408
|
+
"kind": "NON_NULL",
|
11409
|
+
"name": null,
|
11410
|
+
"ofType": {
|
11411
|
+
"kind": "SCALAR",
|
11412
|
+
"name": "Float",
|
11413
|
+
"ofType": null
|
11414
|
+
}
|
11415
|
+
},
|
11416
|
+
"isDeprecated": false,
|
11417
|
+
"deprecationReason": null
|
11418
|
+
},
|
11419
|
+
{
|
11420
|
+
"name": "resourceId",
|
11421
|
+
"description": "The resource ID of the credit grant",
|
11422
|
+
"args": [],
|
11423
|
+
"type": {
|
11424
|
+
"kind": "SCALAR",
|
11425
|
+
"name": "String",
|
11426
|
+
"ofType": null
|
11427
|
+
},
|
11428
|
+
"isDeprecated": false,
|
11429
|
+
"deprecationReason": null
|
11430
|
+
},
|
11431
|
+
{
|
11432
|
+
"name": "updatedAt",
|
11433
|
+
"description": "Timestamp of when the record was last updated",
|
11434
|
+
"args": [],
|
11435
|
+
"type": {
|
11436
|
+
"kind": "NON_NULL",
|
11437
|
+
"name": null,
|
11438
|
+
"ofType": {
|
11439
|
+
"kind": "SCALAR",
|
11440
|
+
"name": "DateTime",
|
11441
|
+
"ofType": null
|
11442
|
+
}
|
11443
|
+
},
|
11444
|
+
"isDeprecated": false,
|
11445
|
+
"deprecationReason": null
|
11446
|
+
}
|
11447
|
+
],
|
11448
|
+
"inputFields": null,
|
11449
|
+
"interfaces": [],
|
11450
|
+
"enumValues": null,
|
11451
|
+
"possibleTypes": null
|
11452
|
+
},
|
11453
|
+
{
|
11454
|
+
"kind": "INPUT_OBJECT",
|
11455
|
+
"name": "CreditGrantInput",
|
11456
|
+
"description": "Input for creating a credit grant",
|
11457
|
+
"fields": null,
|
11458
|
+
"inputFields": [
|
11459
|
+
{
|
11460
|
+
"name": "additionalMetaData",
|
11461
|
+
"description": "Metadata associated with the entity",
|
11462
|
+
"type": {
|
11463
|
+
"kind": "SCALAR",
|
11464
|
+
"name": "JSON",
|
11465
|
+
"ofType": null
|
11466
|
+
},
|
11467
|
+
"defaultValue": null,
|
11468
|
+
"isDeprecated": false,
|
11469
|
+
"deprecationReason": null
|
11470
|
+
},
|
11471
|
+
{
|
11472
|
+
"name": "amount",
|
11473
|
+
"description": "The amount of the credit grant",
|
11474
|
+
"type": {
|
11475
|
+
"kind": "NON_NULL",
|
11476
|
+
"name": null,
|
11477
|
+
"ofType": {
|
11478
|
+
"kind": "SCALAR",
|
11479
|
+
"name": "Float",
|
11480
|
+
"ofType": null
|
11481
|
+
}
|
11482
|
+
},
|
11483
|
+
"defaultValue": null,
|
11484
|
+
"isDeprecated": false,
|
11485
|
+
"deprecationReason": null
|
11486
|
+
},
|
11487
|
+
{
|
11488
|
+
"name": "comment",
|
11489
|
+
"description": "The comment for the credit grant",
|
11490
|
+
"type": {
|
11491
|
+
"kind": "SCALAR",
|
11492
|
+
"name": "String",
|
11493
|
+
"ofType": null
|
11494
|
+
},
|
11495
|
+
"defaultValue": null,
|
11496
|
+
"isDeprecated": false,
|
11497
|
+
"deprecationReason": null
|
11498
|
+
},
|
11499
|
+
{
|
11500
|
+
"name": "cost",
|
11501
|
+
"description": "The fiat cost of the credit grant",
|
11502
|
+
"type": {
|
11503
|
+
"kind": "INPUT_OBJECT",
|
11504
|
+
"name": "MoneyInputDTO",
|
11505
|
+
"ofType": null
|
11506
|
+
},
|
11507
|
+
"defaultValue": null,
|
11508
|
+
"isDeprecated": false,
|
11509
|
+
"deprecationReason": null
|
11510
|
+
},
|
11511
|
+
{
|
11512
|
+
"name": "currencyId",
|
11513
|
+
"description": "The custom currency ID of the credit grant",
|
11514
|
+
"type": {
|
11515
|
+
"kind": "NON_NULL",
|
11516
|
+
"name": null,
|
11517
|
+
"ofType": {
|
11518
|
+
"kind": "SCALAR",
|
11519
|
+
"name": "String",
|
11520
|
+
"ofType": null
|
11521
|
+
}
|
11522
|
+
},
|
11523
|
+
"defaultValue": null,
|
11524
|
+
"isDeprecated": false,
|
11525
|
+
"deprecationReason": null
|
11526
|
+
},
|
11527
|
+
{
|
11528
|
+
"name": "customerId",
|
11529
|
+
"description": "The customer ID of the credit grant",
|
11530
|
+
"type": {
|
11531
|
+
"kind": "NON_NULL",
|
11532
|
+
"name": null,
|
11533
|
+
"ofType": {
|
11534
|
+
"kind": "SCALAR",
|
11535
|
+
"name": "String",
|
11536
|
+
"ofType": null
|
11537
|
+
}
|
11538
|
+
},
|
11539
|
+
"defaultValue": null,
|
11540
|
+
"isDeprecated": false,
|
11541
|
+
"deprecationReason": null
|
11542
|
+
},
|
11543
|
+
{
|
11544
|
+
"name": "displayName",
|
11545
|
+
"description": "The display name of the credit grant",
|
11546
|
+
"type": {
|
11547
|
+
"kind": "NON_NULL",
|
11548
|
+
"name": null,
|
11549
|
+
"ofType": {
|
11550
|
+
"kind": "SCALAR",
|
11551
|
+
"name": "String",
|
11552
|
+
"ofType": null
|
11553
|
+
}
|
11554
|
+
},
|
11555
|
+
"defaultValue": null,
|
11556
|
+
"isDeprecated": false,
|
11557
|
+
"deprecationReason": null
|
11558
|
+
},
|
11559
|
+
{
|
11560
|
+
"name": "effectiveAt",
|
11561
|
+
"description": "The effective date of the credit grant",
|
11562
|
+
"type": {
|
11563
|
+
"kind": "SCALAR",
|
11564
|
+
"name": "DateTime",
|
11565
|
+
"ofType": null
|
11566
|
+
},
|
11567
|
+
"defaultValue": null,
|
11568
|
+
"isDeprecated": false,
|
11569
|
+
"deprecationReason": null
|
11570
|
+
},
|
11571
|
+
{
|
11572
|
+
"name": "environmentId",
|
11573
|
+
"description": "The unique identifier for the environment",
|
11574
|
+
"type": {
|
11575
|
+
"kind": "SCALAR",
|
11576
|
+
"name": "UUID",
|
11577
|
+
"ofType": null
|
11578
|
+
},
|
11579
|
+
"defaultValue": null,
|
11580
|
+
"isDeprecated": false,
|
11581
|
+
"deprecationReason": null
|
11582
|
+
},
|
11583
|
+
{
|
11584
|
+
"name": "expireAt",
|
11585
|
+
"description": "The expiration date of the credit grant",
|
11586
|
+
"type": {
|
11587
|
+
"kind": "SCALAR",
|
11588
|
+
"name": "DateTime",
|
11589
|
+
"ofType": null
|
11590
|
+
},
|
11591
|
+
"defaultValue": null,
|
11592
|
+
"isDeprecated": false,
|
11593
|
+
"deprecationReason": null
|
11594
|
+
},
|
11595
|
+
{
|
11596
|
+
"name": "grantType",
|
11597
|
+
"description": "The type of the credit grant",
|
11598
|
+
"type": {
|
11599
|
+
"kind": "NON_NULL",
|
11600
|
+
"name": null,
|
11601
|
+
"ofType": {
|
11602
|
+
"kind": "ENUM",
|
11603
|
+
"name": "CreditGrantType",
|
11604
|
+
"ofType": null
|
11605
|
+
}
|
11606
|
+
},
|
11607
|
+
"defaultValue": null,
|
11608
|
+
"isDeprecated": false,
|
11609
|
+
"deprecationReason": null
|
11610
|
+
},
|
11611
|
+
{
|
11612
|
+
"name": "priority",
|
11613
|
+
"description": "The priority of the credit grant",
|
11614
|
+
"type": {
|
11615
|
+
"kind": "SCALAR",
|
11616
|
+
"name": "Float",
|
11617
|
+
"ofType": null
|
11618
|
+
},
|
11619
|
+
"defaultValue": null,
|
11620
|
+
"isDeprecated": false,
|
11621
|
+
"deprecationReason": null
|
11622
|
+
},
|
11623
|
+
{
|
11624
|
+
"name": "resourceId",
|
11625
|
+
"description": "The resource ID of the credit grant",
|
11626
|
+
"type": {
|
11627
|
+
"kind": "SCALAR",
|
11628
|
+
"name": "String",
|
11629
|
+
"ofType": null
|
11630
|
+
},
|
11631
|
+
"defaultValue": null,
|
11632
|
+
"isDeprecated": false,
|
11633
|
+
"deprecationReason": null
|
11634
|
+
}
|
11635
|
+
],
|
11636
|
+
"interfaces": null,
|
11637
|
+
"enumValues": null,
|
11638
|
+
"possibleTypes": null
|
11639
|
+
},
|
11640
|
+
{
|
11641
|
+
"kind": "ENUM",
|
11642
|
+
"name": "CreditGrantType",
|
11643
|
+
"description": "The type of credit grant",
|
11644
|
+
"fields": null,
|
11645
|
+
"inputFields": null,
|
11646
|
+
"interfaces": null,
|
11647
|
+
"enumValues": [
|
11648
|
+
{
|
11649
|
+
"name": "PAID",
|
11650
|
+
"description": "Paid credit grant",
|
11651
|
+
"isDeprecated": false,
|
11652
|
+
"deprecationReason": null
|
11653
|
+
},
|
11654
|
+
{
|
11655
|
+
"name": "PROMOTIONAL",
|
11656
|
+
"description": "Promotional credit grant",
|
11657
|
+
"isDeprecated": false,
|
11658
|
+
"deprecationReason": null
|
11659
|
+
}
|
11660
|
+
],
|
11661
|
+
"possibleTypes": null
|
11662
|
+
},
|
11202
11663
|
{
|
11203
11664
|
"kind": "ENUM",
|
11204
11665
|
"name": "Currency",
|
@@ -11965,6 +12426,208 @@
|
|
11965
12426
|
"enumValues": null,
|
11966
12427
|
"possibleTypes": null
|
11967
12428
|
},
|
12429
|
+
{
|
12430
|
+
"kind": "OBJECT",
|
12431
|
+
"name": "CustomCurrency",
|
12432
|
+
"description": "Stigg custom currency object",
|
12433
|
+
"fields": [
|
12434
|
+
{
|
12435
|
+
"name": "additionalMetaData",
|
12436
|
+
"description": "Metadata associated with the entity",
|
12437
|
+
"args": [],
|
12438
|
+
"type": {
|
12439
|
+
"kind": "SCALAR",
|
12440
|
+
"name": "JSON",
|
12441
|
+
"ofType": null
|
12442
|
+
},
|
12443
|
+
"isDeprecated": false,
|
12444
|
+
"deprecationReason": null
|
12445
|
+
},
|
12446
|
+
{
|
12447
|
+
"name": "createdAt",
|
12448
|
+
"description": "Timestamp of when the record was created",
|
12449
|
+
"args": [],
|
12450
|
+
"type": {
|
12451
|
+
"kind": "NON_NULL",
|
12452
|
+
"name": null,
|
12453
|
+
"ofType": {
|
12454
|
+
"kind": "SCALAR",
|
12455
|
+
"name": "DateTime",
|
12456
|
+
"ofType": null
|
12457
|
+
}
|
12458
|
+
},
|
12459
|
+
"isDeprecated": false,
|
12460
|
+
"deprecationReason": null
|
12461
|
+
},
|
12462
|
+
{
|
12463
|
+
"name": "currencyId",
|
12464
|
+
"description": "The unique identifier for the custom currency",
|
12465
|
+
"args": [],
|
12466
|
+
"type": {
|
12467
|
+
"kind": "NON_NULL",
|
12468
|
+
"name": null,
|
12469
|
+
"ofType": {
|
12470
|
+
"kind": "SCALAR",
|
12471
|
+
"name": "String",
|
12472
|
+
"ofType": null
|
12473
|
+
}
|
12474
|
+
},
|
12475
|
+
"isDeprecated": false,
|
12476
|
+
"deprecationReason": null
|
12477
|
+
},
|
12478
|
+
{
|
12479
|
+
"name": "displayName",
|
12480
|
+
"description": "The name of the custom currency",
|
12481
|
+
"args": [],
|
12482
|
+
"type": {
|
12483
|
+
"kind": "NON_NULL",
|
12484
|
+
"name": null,
|
12485
|
+
"ofType": {
|
12486
|
+
"kind": "SCALAR",
|
12487
|
+
"name": "String",
|
12488
|
+
"ofType": null
|
12489
|
+
}
|
12490
|
+
},
|
12491
|
+
"isDeprecated": false,
|
12492
|
+
"deprecationReason": null
|
12493
|
+
},
|
12494
|
+
{
|
12495
|
+
"name": "id",
|
12496
|
+
"description": "Unique identifier for the entity",
|
12497
|
+
"args": [],
|
12498
|
+
"type": {
|
12499
|
+
"kind": "NON_NULL",
|
12500
|
+
"name": null,
|
12501
|
+
"ofType": {
|
12502
|
+
"kind": "SCALAR",
|
12503
|
+
"name": "UUID",
|
12504
|
+
"ofType": null
|
12505
|
+
}
|
12506
|
+
},
|
12507
|
+
"isDeprecated": false,
|
12508
|
+
"deprecationReason": null
|
12509
|
+
},
|
12510
|
+
{
|
12511
|
+
"name": "symbol",
|
12512
|
+
"description": "The symbol of the custom currency",
|
12513
|
+
"args": [],
|
12514
|
+
"type": {
|
12515
|
+
"kind": "NON_NULL",
|
12516
|
+
"name": null,
|
12517
|
+
"ofType": {
|
12518
|
+
"kind": "SCALAR",
|
12519
|
+
"name": "String",
|
12520
|
+
"ofType": null
|
12521
|
+
}
|
12522
|
+
},
|
12523
|
+
"isDeprecated": false,
|
12524
|
+
"deprecationReason": null
|
12525
|
+
},
|
12526
|
+
{
|
12527
|
+
"name": "updatedAt",
|
12528
|
+
"description": "Timestamp of when the record was last updated",
|
12529
|
+
"args": [],
|
12530
|
+
"type": {
|
12531
|
+
"kind": "NON_NULL",
|
12532
|
+
"name": null,
|
12533
|
+
"ofType": {
|
12534
|
+
"kind": "SCALAR",
|
12535
|
+
"name": "DateTime",
|
12536
|
+
"ofType": null
|
12537
|
+
}
|
12538
|
+
},
|
12539
|
+
"isDeprecated": false,
|
12540
|
+
"deprecationReason": null
|
12541
|
+
}
|
12542
|
+
],
|
12543
|
+
"inputFields": null,
|
12544
|
+
"interfaces": [],
|
12545
|
+
"enumValues": null,
|
12546
|
+
"possibleTypes": null
|
12547
|
+
},
|
12548
|
+
{
|
12549
|
+
"kind": "INPUT_OBJECT",
|
12550
|
+
"name": "CustomCurrencyInput",
|
12551
|
+
"description": "Input for creating a custom currency",
|
12552
|
+
"fields": null,
|
12553
|
+
"inputFields": [
|
12554
|
+
{
|
12555
|
+
"name": "additionalMetaData",
|
12556
|
+
"description": "Metadata associated with the entity",
|
12557
|
+
"type": {
|
12558
|
+
"kind": "SCALAR",
|
12559
|
+
"name": "JSON",
|
12560
|
+
"ofType": null
|
12561
|
+
},
|
12562
|
+
"defaultValue": null,
|
12563
|
+
"isDeprecated": false,
|
12564
|
+
"deprecationReason": null
|
12565
|
+
},
|
12566
|
+
{
|
12567
|
+
"name": "currencyId",
|
12568
|
+
"description": "The unique identifier for the custom currency",
|
12569
|
+
"type": {
|
12570
|
+
"kind": "NON_NULL",
|
12571
|
+
"name": null,
|
12572
|
+
"ofType": {
|
12573
|
+
"kind": "SCALAR",
|
12574
|
+
"name": "String",
|
12575
|
+
"ofType": null
|
12576
|
+
}
|
12577
|
+
},
|
12578
|
+
"defaultValue": null,
|
12579
|
+
"isDeprecated": false,
|
12580
|
+
"deprecationReason": null
|
12581
|
+
},
|
12582
|
+
{
|
12583
|
+
"name": "displayName",
|
12584
|
+
"description": "The name of the custom currency",
|
12585
|
+
"type": {
|
12586
|
+
"kind": "NON_NULL",
|
12587
|
+
"name": null,
|
12588
|
+
"ofType": {
|
12589
|
+
"kind": "SCALAR",
|
12590
|
+
"name": "String",
|
12591
|
+
"ofType": null
|
12592
|
+
}
|
12593
|
+
},
|
12594
|
+
"defaultValue": null,
|
12595
|
+
"isDeprecated": false,
|
12596
|
+
"deprecationReason": null
|
12597
|
+
},
|
12598
|
+
{
|
12599
|
+
"name": "environmentId",
|
12600
|
+
"description": "The unique identifier for the environment",
|
12601
|
+
"type": {
|
12602
|
+
"kind": "SCALAR",
|
12603
|
+
"name": "UUID",
|
12604
|
+
"ofType": null
|
12605
|
+
},
|
12606
|
+
"defaultValue": null,
|
12607
|
+
"isDeprecated": false,
|
12608
|
+
"deprecationReason": null
|
12609
|
+
},
|
12610
|
+
{
|
12611
|
+
"name": "symbol",
|
12612
|
+
"description": "The symbol of the custom currency",
|
12613
|
+
"type": {
|
12614
|
+
"kind": "NON_NULL",
|
12615
|
+
"name": null,
|
12616
|
+
"ofType": {
|
12617
|
+
"kind": "SCALAR",
|
12618
|
+
"name": "String",
|
12619
|
+
"ofType": null
|
12620
|
+
}
|
12621
|
+
},
|
12622
|
+
"defaultValue": null,
|
12623
|
+
"isDeprecated": false,
|
12624
|
+
"deprecationReason": null
|
12625
|
+
}
|
12626
|
+
],
|
12627
|
+
"interfaces": null,
|
12628
|
+
"enumValues": null,
|
12629
|
+
"possibleTypes": null
|
12630
|
+
},
|
11968
12631
|
{
|
11969
12632
|
"kind": "OBJECT",
|
11970
12633
|
"name": "Customer",
|
@@ -25771,6 +26434,12 @@
|
|
25771
26434
|
"isDeprecated": false,
|
25772
26435
|
"deprecationReason": null
|
25773
26436
|
},
|
26437
|
+
{
|
26438
|
+
"name": "CannotUpdateExpireAtForExpiredCreditGrantError",
|
26439
|
+
"description": "Cannot update expireAt for an expired credit grant",
|
26440
|
+
"isDeprecated": false,
|
26441
|
+
"deprecationReason": null
|
26442
|
+
},
|
25774
26443
|
{
|
25775
26444
|
"name": "CannotUpdateUnitTransformationError",
|
25776
26445
|
"description": "Can not update unit transformation since this feature has connected active subscriptions",
|
@@ -25801,6 +26470,18 @@
|
|
25801
26470
|
"isDeprecated": false,
|
25802
26471
|
"deprecationReason": null
|
25803
26472
|
},
|
26473
|
+
{
|
26474
|
+
"name": "CreditGrantNotFound",
|
26475
|
+
"description": "Credit grant not found",
|
26476
|
+
"isDeprecated": false,
|
26477
|
+
"deprecationReason": null
|
26478
|
+
},
|
26479
|
+
{
|
26480
|
+
"name": "CustomCurrencyNotFound",
|
26481
|
+
"description": "Custom currency not found",
|
26482
|
+
"isDeprecated": false,
|
26483
|
+
"deprecationReason": null
|
26484
|
+
},
|
25804
26485
|
{
|
25805
26486
|
"name": "CustomerAlreadyHaveCustomerCoupon",
|
25806
26487
|
"description": null,
|
@@ -25951,6 +26632,12 @@
|
|
25951
26632
|
"isDeprecated": false,
|
25952
26633
|
"deprecationReason": null
|
25953
26634
|
},
|
26635
|
+
{
|
26636
|
+
"name": "ExpireAtMustBeLaterThanEffectiveAtError",
|
26637
|
+
"description": "field expireAt must be later than effectiveAt for credit grants",
|
26638
|
+
"isDeprecated": false,
|
26639
|
+
"deprecationReason": null
|
26640
|
+
},
|
25954
26641
|
{
|
25955
26642
|
"name": "FailedToCreateCheckoutSessionError",
|
25956
26643
|
"description": null,
|
@@ -26449,6 +27136,12 @@
|
|
26449
27136
|
"isDeprecated": false,
|
26450
27137
|
"deprecationReason": null
|
26451
27138
|
},
|
27139
|
+
{
|
27140
|
+
"name": "TooManyCustomCurrencies",
|
27141
|
+
"description": "Too many custom currencies",
|
27142
|
+
"isDeprecated": false,
|
27143
|
+
"deprecationReason": null
|
27144
|
+
},
|
26452
27145
|
{
|
26453
27146
|
"name": "TooManySubscriptionsPerCustomer",
|
26454
27147
|
"description": null,
|
@@ -34261,36 +34954,99 @@
|
|
34261
34954
|
"defaultValue": null,
|
34262
34955
|
"isDeprecated": false,
|
34263
34956
|
"deprecationReason": null
|
34264
|
-
}
|
34265
|
-
],
|
34266
|
-
"interfaces": null,
|
34267
|
-
"enumValues": null,
|
34268
|
-
"possibleTypes": null
|
34269
|
-
},
|
34270
|
-
{
|
34271
|
-
"kind": "OBJECT",
|
34272
|
-
"name": "GetAwsExternalIdResult",
|
34273
|
-
"description": "AWS external ID for secure cross-account access",
|
34274
|
-
"fields": [
|
34957
|
+
}
|
34958
|
+
],
|
34959
|
+
"interfaces": null,
|
34960
|
+
"enumValues": null,
|
34961
|
+
"possibleTypes": null
|
34962
|
+
},
|
34963
|
+
{
|
34964
|
+
"kind": "OBJECT",
|
34965
|
+
"name": "GetAwsExternalIdResult",
|
34966
|
+
"description": "AWS external ID for secure cross-account access",
|
34967
|
+
"fields": [
|
34968
|
+
{
|
34969
|
+
"name": "externalId",
|
34970
|
+
"description": "Generated external ID for AWS IAM role trust relationship",
|
34971
|
+
"args": [],
|
34972
|
+
"type": {
|
34973
|
+
"kind": "NON_NULL",
|
34974
|
+
"name": null,
|
34975
|
+
"ofType": {
|
34976
|
+
"kind": "SCALAR",
|
34977
|
+
"name": "String",
|
34978
|
+
"ofType": null
|
34979
|
+
}
|
34980
|
+
},
|
34981
|
+
"isDeprecated": false,
|
34982
|
+
"deprecationReason": null
|
34983
|
+
}
|
34984
|
+
],
|
34985
|
+
"inputFields": null,
|
34986
|
+
"interfaces": [],
|
34987
|
+
"enumValues": null,
|
34988
|
+
"possibleTypes": null
|
34989
|
+
},
|
34990
|
+
{
|
34991
|
+
"kind": "INPUT_OBJECT",
|
34992
|
+
"name": "GetCreditGrantsInput",
|
34993
|
+
"description": "Input for retrieving credit grants",
|
34994
|
+
"fields": null,
|
34995
|
+
"inputFields": [
|
34996
|
+
{
|
34997
|
+
"name": "currencyId",
|
34998
|
+
"description": "The custom currency ID of the credit grant",
|
34999
|
+
"type": {
|
35000
|
+
"kind": "SCALAR",
|
35001
|
+
"name": "String",
|
35002
|
+
"ofType": null
|
35003
|
+
},
|
35004
|
+
"defaultValue": null,
|
35005
|
+
"isDeprecated": false,
|
35006
|
+
"deprecationReason": null
|
35007
|
+
},
|
35008
|
+
{
|
35009
|
+
"name": "customerId",
|
35010
|
+
"description": "The customer ID of the credit grant",
|
35011
|
+
"type": {
|
35012
|
+
"kind": "NON_NULL",
|
35013
|
+
"name": null,
|
35014
|
+
"ofType": {
|
35015
|
+
"kind": "SCALAR",
|
35016
|
+
"name": "String",
|
35017
|
+
"ofType": null
|
35018
|
+
}
|
35019
|
+
},
|
35020
|
+
"defaultValue": null,
|
35021
|
+
"isDeprecated": false,
|
35022
|
+
"deprecationReason": null
|
35023
|
+
},
|
35024
|
+
{
|
35025
|
+
"name": "environmentId",
|
35026
|
+
"description": "The unique identifier for the environment",
|
35027
|
+
"type": {
|
35028
|
+
"kind": "SCALAR",
|
35029
|
+
"name": "UUID",
|
35030
|
+
"ofType": null
|
35031
|
+
},
|
35032
|
+
"defaultValue": null,
|
35033
|
+
"isDeprecated": false,
|
35034
|
+
"deprecationReason": null
|
35035
|
+
},
|
34275
35036
|
{
|
34276
|
-
"name": "
|
34277
|
-
"description": "
|
34278
|
-
"args": [],
|
35037
|
+
"name": "resourceId",
|
35038
|
+
"description": "The resource ID of the credit grant",
|
34279
35039
|
"type": {
|
34280
|
-
"kind": "
|
34281
|
-
"name":
|
34282
|
-
"ofType":
|
34283
|
-
"kind": "SCALAR",
|
34284
|
-
"name": "String",
|
34285
|
-
"ofType": null
|
34286
|
-
}
|
35040
|
+
"kind": "SCALAR",
|
35041
|
+
"name": "String",
|
35042
|
+
"ofType": null
|
34287
35043
|
},
|
35044
|
+
"defaultValue": null,
|
34288
35045
|
"isDeprecated": false,
|
34289
35046
|
"deprecationReason": null
|
34290
35047
|
}
|
34291
35048
|
],
|
34292
|
-
"
|
34293
|
-
"interfaces": [],
|
35049
|
+
"interfaces": null,
|
34294
35050
|
"enumValues": null,
|
34295
35051
|
"possibleTypes": null
|
34296
35052
|
},
|
@@ -42243,8 +42999,239 @@
|
|
42243
42999
|
"deprecationReason": null
|
42244
43000
|
},
|
42245
43001
|
{
|
42246
|
-
"name": "archiveEnvironment",
|
42247
|
-
"description": "Archive an environment",
|
43002
|
+
"name": "archiveEnvironment",
|
43003
|
+
"description": "Archive an environment",
|
43004
|
+
"args": [
|
43005
|
+
{
|
43006
|
+
"name": "input",
|
43007
|
+
"description": null,
|
43008
|
+
"type": {
|
43009
|
+
"kind": "NON_NULL",
|
43010
|
+
"name": null,
|
43011
|
+
"ofType": {
|
43012
|
+
"kind": "INPUT_OBJECT",
|
43013
|
+
"name": "ArchiveEnvironmentInput",
|
43014
|
+
"ofType": null
|
43015
|
+
}
|
43016
|
+
},
|
43017
|
+
"defaultValue": null,
|
43018
|
+
"isDeprecated": false,
|
43019
|
+
"deprecationReason": null
|
43020
|
+
}
|
43021
|
+
],
|
43022
|
+
"type": {
|
43023
|
+
"kind": "NON_NULL",
|
43024
|
+
"name": null,
|
43025
|
+
"ofType": {
|
43026
|
+
"kind": "OBJECT",
|
43027
|
+
"name": "Environment",
|
43028
|
+
"ofType": null
|
43029
|
+
}
|
43030
|
+
},
|
43031
|
+
"isDeprecated": false,
|
43032
|
+
"deprecationReason": null
|
43033
|
+
},
|
43034
|
+
{
|
43035
|
+
"name": "archiveFeature",
|
43036
|
+
"description": "Archive a feature",
|
43037
|
+
"args": [
|
43038
|
+
{
|
43039
|
+
"name": "input",
|
43040
|
+
"description": null,
|
43041
|
+
"type": {
|
43042
|
+
"kind": "NON_NULL",
|
43043
|
+
"name": null,
|
43044
|
+
"ofType": {
|
43045
|
+
"kind": "INPUT_OBJECT",
|
43046
|
+
"name": "ArchiveFeatureInput",
|
43047
|
+
"ofType": null
|
43048
|
+
}
|
43049
|
+
},
|
43050
|
+
"defaultValue": null,
|
43051
|
+
"isDeprecated": false,
|
43052
|
+
"deprecationReason": null
|
43053
|
+
}
|
43054
|
+
],
|
43055
|
+
"type": {
|
43056
|
+
"kind": "NON_NULL",
|
43057
|
+
"name": null,
|
43058
|
+
"ofType": {
|
43059
|
+
"kind": "OBJECT",
|
43060
|
+
"name": "Feature",
|
43061
|
+
"ofType": null
|
43062
|
+
}
|
43063
|
+
},
|
43064
|
+
"isDeprecated": false,
|
43065
|
+
"deprecationReason": null
|
43066
|
+
},
|
43067
|
+
{
|
43068
|
+
"name": "archiveFeatureGroup",
|
43069
|
+
"description": "Archive a feature group",
|
43070
|
+
"args": [
|
43071
|
+
{
|
43072
|
+
"name": "input",
|
43073
|
+
"description": null,
|
43074
|
+
"type": {
|
43075
|
+
"kind": "NON_NULL",
|
43076
|
+
"name": null,
|
43077
|
+
"ofType": {
|
43078
|
+
"kind": "INPUT_OBJECT",
|
43079
|
+
"name": "ArchiveFeatureGroupInput",
|
43080
|
+
"ofType": null
|
43081
|
+
}
|
43082
|
+
},
|
43083
|
+
"defaultValue": null,
|
43084
|
+
"isDeprecated": false,
|
43085
|
+
"deprecationReason": null
|
43086
|
+
}
|
43087
|
+
],
|
43088
|
+
"type": {
|
43089
|
+
"kind": "NON_NULL",
|
43090
|
+
"name": null,
|
43091
|
+
"ofType": {
|
43092
|
+
"kind": "OBJECT",
|
43093
|
+
"name": "FeatureGroup",
|
43094
|
+
"ofType": null
|
43095
|
+
}
|
43096
|
+
},
|
43097
|
+
"isDeprecated": false,
|
43098
|
+
"deprecationReason": null
|
43099
|
+
},
|
43100
|
+
{
|
43101
|
+
"name": "archiveOneCoupon",
|
43102
|
+
"description": null,
|
43103
|
+
"args": [
|
43104
|
+
{
|
43105
|
+
"name": "input",
|
43106
|
+
"description": null,
|
43107
|
+
"type": {
|
43108
|
+
"kind": "NON_NULL",
|
43109
|
+
"name": null,
|
43110
|
+
"ofType": {
|
43111
|
+
"kind": "INPUT_OBJECT",
|
43112
|
+
"name": "ArchiveCouponInput",
|
43113
|
+
"ofType": null
|
43114
|
+
}
|
43115
|
+
},
|
43116
|
+
"defaultValue": null,
|
43117
|
+
"isDeprecated": false,
|
43118
|
+
"deprecationReason": null
|
43119
|
+
}
|
43120
|
+
],
|
43121
|
+
"type": {
|
43122
|
+
"kind": "NON_NULL",
|
43123
|
+
"name": null,
|
43124
|
+
"ofType": {
|
43125
|
+
"kind": "OBJECT",
|
43126
|
+
"name": "Coupon",
|
43127
|
+
"ofType": null
|
43128
|
+
}
|
43129
|
+
},
|
43130
|
+
"isDeprecated": false,
|
43131
|
+
"deprecationReason": null
|
43132
|
+
},
|
43133
|
+
{
|
43134
|
+
"name": "archivePackageGroup",
|
43135
|
+
"description": "Archiving a package group",
|
43136
|
+
"args": [
|
43137
|
+
{
|
43138
|
+
"name": "input",
|
43139
|
+
"description": "The input type for archiving a package group",
|
43140
|
+
"type": {
|
43141
|
+
"kind": "NON_NULL",
|
43142
|
+
"name": null,
|
43143
|
+
"ofType": {
|
43144
|
+
"kind": "INPUT_OBJECT",
|
43145
|
+
"name": "ArchivePackageGroup",
|
43146
|
+
"ofType": null
|
43147
|
+
}
|
43148
|
+
},
|
43149
|
+
"defaultValue": null,
|
43150
|
+
"isDeprecated": false,
|
43151
|
+
"deprecationReason": null
|
43152
|
+
}
|
43153
|
+
],
|
43154
|
+
"type": {
|
43155
|
+
"kind": "NON_NULL",
|
43156
|
+
"name": null,
|
43157
|
+
"ofType": {
|
43158
|
+
"kind": "OBJECT",
|
43159
|
+
"name": "PackageGroup",
|
43160
|
+
"ofType": null
|
43161
|
+
}
|
43162
|
+
},
|
43163
|
+
"isDeprecated": false,
|
43164
|
+
"deprecationReason": null
|
43165
|
+
},
|
43166
|
+
{
|
43167
|
+
"name": "archivePlan",
|
43168
|
+
"description": "Archive a plan",
|
43169
|
+
"args": [
|
43170
|
+
{
|
43171
|
+
"name": "input",
|
43172
|
+
"description": "Input for archiving a plan",
|
43173
|
+
"type": {
|
43174
|
+
"kind": "NON_NULL",
|
43175
|
+
"name": null,
|
43176
|
+
"ofType": {
|
43177
|
+
"kind": "INPUT_OBJECT",
|
43178
|
+
"name": "ArchivePlanInput",
|
43179
|
+
"ofType": null
|
43180
|
+
}
|
43181
|
+
},
|
43182
|
+
"defaultValue": null,
|
43183
|
+
"isDeprecated": false,
|
43184
|
+
"deprecationReason": null
|
43185
|
+
}
|
43186
|
+
],
|
43187
|
+
"type": {
|
43188
|
+
"kind": "NON_NULL",
|
43189
|
+
"name": null,
|
43190
|
+
"ofType": {
|
43191
|
+
"kind": "OBJECT",
|
43192
|
+
"name": "Plan",
|
43193
|
+
"ofType": null
|
43194
|
+
}
|
43195
|
+
},
|
43196
|
+
"isDeprecated": false,
|
43197
|
+
"deprecationReason": null
|
43198
|
+
},
|
43199
|
+
{
|
43200
|
+
"name": "attachCustomerPaymentMethod",
|
43201
|
+
"description": "Attach a payment method to a customer",
|
43202
|
+
"args": [
|
43203
|
+
{
|
43204
|
+
"name": "input",
|
43205
|
+
"description": "Input for attaching a payment method to a customer",
|
43206
|
+
"type": {
|
43207
|
+
"kind": "NON_NULL",
|
43208
|
+
"name": null,
|
43209
|
+
"ofType": {
|
43210
|
+
"kind": "INPUT_OBJECT",
|
43211
|
+
"name": "AttachCustomerPaymentMethodInput",
|
43212
|
+
"ofType": null
|
43213
|
+
}
|
43214
|
+
},
|
43215
|
+
"defaultValue": null,
|
43216
|
+
"isDeprecated": false,
|
43217
|
+
"deprecationReason": null
|
43218
|
+
}
|
43219
|
+
],
|
43220
|
+
"type": {
|
43221
|
+
"kind": "NON_NULL",
|
43222
|
+
"name": null,
|
43223
|
+
"ofType": {
|
43224
|
+
"kind": "OBJECT",
|
43225
|
+
"name": "Customer",
|
43226
|
+
"ofType": null
|
43227
|
+
}
|
43228
|
+
},
|
43229
|
+
"isDeprecated": false,
|
43230
|
+
"deprecationReason": null
|
43231
|
+
},
|
43232
|
+
{
|
43233
|
+
"name": "cancelSchedule",
|
43234
|
+
"description": null,
|
42248
43235
|
"args": [
|
42249
43236
|
{
|
42250
43237
|
"name": "input",
|
@@ -42254,7 +43241,7 @@
|
|
42254
43241
|
"name": null,
|
42255
43242
|
"ofType": {
|
42256
43243
|
"kind": "INPUT_OBJECT",
|
42257
|
-
"name": "
|
43244
|
+
"name": "SubscriptionUpdateScheduleCancellationInput",
|
42258
43245
|
"ofType": null
|
42259
43246
|
}
|
42260
43247
|
},
|
@@ -42267,8 +43254,8 @@
|
|
42267
43254
|
"kind": "NON_NULL",
|
42268
43255
|
"name": null,
|
42269
43256
|
"ofType": {
|
42270
|
-
"kind": "
|
42271
|
-
"name": "
|
43257
|
+
"kind": "SCALAR",
|
43258
|
+
"name": "String",
|
42272
43259
|
"ofType": null
|
42273
43260
|
}
|
42274
43261
|
},
|
@@ -42276,8 +43263,8 @@
|
|
42276
43263
|
"deprecationReason": null
|
42277
43264
|
},
|
42278
43265
|
{
|
42279
|
-
"name": "
|
42280
|
-
"description":
|
43266
|
+
"name": "cancelSubscription",
|
43267
|
+
"description": null,
|
42281
43268
|
"args": [
|
42282
43269
|
{
|
42283
43270
|
"name": "input",
|
@@ -42287,7 +43274,7 @@
|
|
42287
43274
|
"name": null,
|
42288
43275
|
"ofType": {
|
42289
43276
|
"kind": "INPUT_OBJECT",
|
42290
|
-
"name": "
|
43277
|
+
"name": "SubscriptionCancellationInput",
|
42291
43278
|
"ofType": null
|
42292
43279
|
}
|
42293
43280
|
},
|
@@ -42301,7 +43288,7 @@
|
|
42301
43288
|
"name": null,
|
42302
43289
|
"ofType": {
|
42303
43290
|
"kind": "OBJECT",
|
42304
|
-
"name": "
|
43291
|
+
"name": "CustomerSubscription",
|
42305
43292
|
"ofType": null
|
42306
43293
|
}
|
42307
43294
|
},
|
@@ -42309,8 +43296,8 @@
|
|
42309
43296
|
"deprecationReason": null
|
42310
43297
|
},
|
42311
43298
|
{
|
42312
|
-
"name": "
|
42313
|
-
"description": "
|
43299
|
+
"name": "chargeSubscriptionUsage",
|
43300
|
+
"description": "Immediately charges usage in the given subscription",
|
42314
43301
|
"args": [
|
42315
43302
|
{
|
42316
43303
|
"name": "input",
|
@@ -42320,7 +43307,7 @@
|
|
42320
43307
|
"name": null,
|
42321
43308
|
"ofType": {
|
42322
43309
|
"kind": "INPUT_OBJECT",
|
42323
|
-
"name": "
|
43310
|
+
"name": "ChargeSubscriptionUsageInput",
|
42324
43311
|
"ofType": null
|
42325
43312
|
}
|
42326
43313
|
},
|
@@ -42334,7 +43321,7 @@
|
|
42334
43321
|
"name": null,
|
42335
43322
|
"ofType": {
|
42336
43323
|
"kind": "OBJECT",
|
42337
|
-
"name": "
|
43324
|
+
"name": "ChargeSubscriptionUsage",
|
42338
43325
|
"ofType": null
|
42339
43326
|
}
|
42340
43327
|
},
|
@@ -42342,84 +43329,18 @@
|
|
42342
43329
|
"deprecationReason": null
|
42343
43330
|
},
|
42344
43331
|
{
|
42345
|
-
"name": "
|
42346
|
-
"description":
|
43332
|
+
"name": "createAccount",
|
43333
|
+
"description": "Create a new account",
|
42347
43334
|
"args": [
|
42348
43335
|
{
|
42349
|
-
"name": "
|
43336
|
+
"name": "accountName",
|
42350
43337
|
"description": null,
|
42351
43338
|
"type": {
|
42352
43339
|
"kind": "NON_NULL",
|
42353
43340
|
"name": null,
|
42354
43341
|
"ofType": {
|
42355
|
-
"kind": "
|
42356
|
-
"name": "
|
42357
|
-
"ofType": null
|
42358
|
-
}
|
42359
|
-
},
|
42360
|
-
"defaultValue": null,
|
42361
|
-
"isDeprecated": false,
|
42362
|
-
"deprecationReason": null
|
42363
|
-
}
|
42364
|
-
],
|
42365
|
-
"type": {
|
42366
|
-
"kind": "NON_NULL",
|
42367
|
-
"name": null,
|
42368
|
-
"ofType": {
|
42369
|
-
"kind": "OBJECT",
|
42370
|
-
"name": "Coupon",
|
42371
|
-
"ofType": null
|
42372
|
-
}
|
42373
|
-
},
|
42374
|
-
"isDeprecated": false,
|
42375
|
-
"deprecationReason": null
|
42376
|
-
},
|
42377
|
-
{
|
42378
|
-
"name": "archivePackageGroup",
|
42379
|
-
"description": "Archiving a package group",
|
42380
|
-
"args": [
|
42381
|
-
{
|
42382
|
-
"name": "input",
|
42383
|
-
"description": "The input type for archiving a package group",
|
42384
|
-
"type": {
|
42385
|
-
"kind": "NON_NULL",
|
42386
|
-
"name": null,
|
42387
|
-
"ofType": {
|
42388
|
-
"kind": "INPUT_OBJECT",
|
42389
|
-
"name": "ArchivePackageGroup",
|
42390
|
-
"ofType": null
|
42391
|
-
}
|
42392
|
-
},
|
42393
|
-
"defaultValue": null,
|
42394
|
-
"isDeprecated": false,
|
42395
|
-
"deprecationReason": null
|
42396
|
-
}
|
42397
|
-
],
|
42398
|
-
"type": {
|
42399
|
-
"kind": "NON_NULL",
|
42400
|
-
"name": null,
|
42401
|
-
"ofType": {
|
42402
|
-
"kind": "OBJECT",
|
42403
|
-
"name": "PackageGroup",
|
42404
|
-
"ofType": null
|
42405
|
-
}
|
42406
|
-
},
|
42407
|
-
"isDeprecated": false,
|
42408
|
-
"deprecationReason": null
|
42409
|
-
},
|
42410
|
-
{
|
42411
|
-
"name": "archivePlan",
|
42412
|
-
"description": "Archive a plan",
|
42413
|
-
"args": [
|
42414
|
-
{
|
42415
|
-
"name": "input",
|
42416
|
-
"description": "Input for archiving a plan",
|
42417
|
-
"type": {
|
42418
|
-
"kind": "NON_NULL",
|
42419
|
-
"name": null,
|
42420
|
-
"ofType": {
|
42421
|
-
"kind": "INPUT_OBJECT",
|
42422
|
-
"name": "ArchivePlanInput",
|
43342
|
+
"kind": "SCALAR",
|
43343
|
+
"name": "String",
|
42423
43344
|
"ofType": null
|
42424
43345
|
}
|
42425
43346
|
},
|
@@ -42433,7 +43354,7 @@
|
|
42433
43354
|
"name": null,
|
42434
43355
|
"ofType": {
|
42435
43356
|
"kind": "OBJECT",
|
42436
|
-
"name": "
|
43357
|
+
"name": "Member",
|
42437
43358
|
"ofType": null
|
42438
43359
|
}
|
42439
43360
|
},
|
@@ -42441,18 +43362,18 @@
|
|
42441
43362
|
"deprecationReason": null
|
42442
43363
|
},
|
42443
43364
|
{
|
42444
|
-
"name": "
|
42445
|
-
"description": "
|
43365
|
+
"name": "createAddonDraft",
|
43366
|
+
"description": "Create a draft addon from an addon by id",
|
42446
43367
|
"args": [
|
42447
43368
|
{
|
42448
|
-
"name": "
|
42449
|
-
"description": "
|
43369
|
+
"name": "id",
|
43370
|
+
"description": "Unique identifier for the entity",
|
42450
43371
|
"type": {
|
42451
43372
|
"kind": "NON_NULL",
|
42452
43373
|
"name": null,
|
42453
43374
|
"ofType": {
|
42454
|
-
"kind": "
|
42455
|
-
"name": "
|
43375
|
+
"kind": "SCALAR",
|
43376
|
+
"name": "UUID",
|
42456
43377
|
"ofType": null
|
42457
43378
|
}
|
42458
43379
|
},
|
@@ -42466,40 +43387,7 @@
|
|
42466
43387
|
"name": null,
|
42467
43388
|
"ofType": {
|
42468
43389
|
"kind": "OBJECT",
|
42469
|
-
"name": "
|
42470
|
-
"ofType": null
|
42471
|
-
}
|
42472
|
-
},
|
42473
|
-
"isDeprecated": false,
|
42474
|
-
"deprecationReason": null
|
42475
|
-
},
|
42476
|
-
{
|
42477
|
-
"name": "cancelSchedule",
|
42478
|
-
"description": null,
|
42479
|
-
"args": [
|
42480
|
-
{
|
42481
|
-
"name": "input",
|
42482
|
-
"description": null,
|
42483
|
-
"type": {
|
42484
|
-
"kind": "NON_NULL",
|
42485
|
-
"name": null,
|
42486
|
-
"ofType": {
|
42487
|
-
"kind": "INPUT_OBJECT",
|
42488
|
-
"name": "SubscriptionUpdateScheduleCancellationInput",
|
42489
|
-
"ofType": null
|
42490
|
-
}
|
42491
|
-
},
|
42492
|
-
"defaultValue": null,
|
42493
|
-
"isDeprecated": false,
|
42494
|
-
"deprecationReason": null
|
42495
|
-
}
|
42496
|
-
],
|
42497
|
-
"type": {
|
42498
|
-
"kind": "NON_NULL",
|
42499
|
-
"name": null,
|
42500
|
-
"ofType": {
|
42501
|
-
"kind": "SCALAR",
|
42502
|
-
"name": "String",
|
43390
|
+
"name": "Addon",
|
42503
43391
|
"ofType": null
|
42504
43392
|
}
|
42505
43393
|
},
|
@@ -42507,8 +43395,8 @@
|
|
42507
43395
|
"deprecationReason": null
|
42508
43396
|
},
|
42509
43397
|
{
|
42510
|
-
"name": "
|
42511
|
-
"description":
|
43398
|
+
"name": "createCreditGrant",
|
43399
|
+
"description": "Create a new credit grant",
|
42512
43400
|
"args": [
|
42513
43401
|
{
|
42514
43402
|
"name": "input",
|
@@ -42518,7 +43406,7 @@
|
|
42518
43406
|
"name": null,
|
42519
43407
|
"ofType": {
|
42520
43408
|
"kind": "INPUT_OBJECT",
|
42521
|
-
"name": "
|
43409
|
+
"name": "CreditGrantInput",
|
42522
43410
|
"ofType": null
|
42523
43411
|
}
|
42524
43412
|
},
|
@@ -42532,7 +43420,7 @@
|
|
42532
43420
|
"name": null,
|
42533
43421
|
"ofType": {
|
42534
43422
|
"kind": "OBJECT",
|
42535
|
-
"name": "
|
43423
|
+
"name": "CreditGrant",
|
42536
43424
|
"ofType": null
|
42537
43425
|
}
|
42538
43426
|
},
|
@@ -42540,8 +43428,8 @@
|
|
42540
43428
|
"deprecationReason": null
|
42541
43429
|
},
|
42542
43430
|
{
|
42543
|
-
"name": "
|
42544
|
-
"description": "
|
43431
|
+
"name": "createCustomCurrency",
|
43432
|
+
"description": "Create a new custom currency",
|
42545
43433
|
"args": [
|
42546
43434
|
{
|
42547
43435
|
"name": "input",
|
@@ -42551,73 +43439,7 @@
|
|
42551
43439
|
"name": null,
|
42552
43440
|
"ofType": {
|
42553
43441
|
"kind": "INPUT_OBJECT",
|
42554
|
-
"name": "
|
42555
|
-
"ofType": null
|
42556
|
-
}
|
42557
|
-
},
|
42558
|
-
"defaultValue": null,
|
42559
|
-
"isDeprecated": false,
|
42560
|
-
"deprecationReason": null
|
42561
|
-
}
|
42562
|
-
],
|
42563
|
-
"type": {
|
42564
|
-
"kind": "NON_NULL",
|
42565
|
-
"name": null,
|
42566
|
-
"ofType": {
|
42567
|
-
"kind": "OBJECT",
|
42568
|
-
"name": "ChargeSubscriptionUsage",
|
42569
|
-
"ofType": null
|
42570
|
-
}
|
42571
|
-
},
|
42572
|
-
"isDeprecated": false,
|
42573
|
-
"deprecationReason": null
|
42574
|
-
},
|
42575
|
-
{
|
42576
|
-
"name": "createAccount",
|
42577
|
-
"description": "Create a new account",
|
42578
|
-
"args": [
|
42579
|
-
{
|
42580
|
-
"name": "accountName",
|
42581
|
-
"description": null,
|
42582
|
-
"type": {
|
42583
|
-
"kind": "NON_NULL",
|
42584
|
-
"name": null,
|
42585
|
-
"ofType": {
|
42586
|
-
"kind": "SCALAR",
|
42587
|
-
"name": "String",
|
42588
|
-
"ofType": null
|
42589
|
-
}
|
42590
|
-
},
|
42591
|
-
"defaultValue": null,
|
42592
|
-
"isDeprecated": false,
|
42593
|
-
"deprecationReason": null
|
42594
|
-
}
|
42595
|
-
],
|
42596
|
-
"type": {
|
42597
|
-
"kind": "NON_NULL",
|
42598
|
-
"name": null,
|
42599
|
-
"ofType": {
|
42600
|
-
"kind": "OBJECT",
|
42601
|
-
"name": "Member",
|
42602
|
-
"ofType": null
|
42603
|
-
}
|
42604
|
-
},
|
42605
|
-
"isDeprecated": false,
|
42606
|
-
"deprecationReason": null
|
42607
|
-
},
|
42608
|
-
{
|
42609
|
-
"name": "createAddonDraft",
|
42610
|
-
"description": "Create a draft addon from an addon by id",
|
42611
|
-
"args": [
|
42612
|
-
{
|
42613
|
-
"name": "id",
|
42614
|
-
"description": "Unique identifier for the entity",
|
42615
|
-
"type": {
|
42616
|
-
"kind": "NON_NULL",
|
42617
|
-
"name": null,
|
42618
|
-
"ofType": {
|
42619
|
-
"kind": "SCALAR",
|
42620
|
-
"name": "UUID",
|
43442
|
+
"name": "CustomCurrencyInput",
|
42621
43443
|
"ofType": null
|
42622
43444
|
}
|
42623
43445
|
},
|
@@ -42631,7 +43453,7 @@
|
|
42631
43453
|
"name": null,
|
42632
43454
|
"ofType": {
|
42633
43455
|
"kind": "OBJECT",
|
42634
|
-
"name": "
|
43456
|
+
"name": "CustomCurrency",
|
42635
43457
|
"ofType": null
|
42636
43458
|
}
|
42637
43459
|
},
|
@@ -46002,7 +46824,7 @@
|
|
46002
46824
|
"name": null,
|
46003
46825
|
"ofType": {
|
46004
46826
|
"kind": "INPUT_OBJECT",
|
46005
|
-
"name": "
|
46827
|
+
"name": "UnlinkFeatureGroupFromPackageInput",
|
46006
46828
|
"ofType": null
|
46007
46829
|
}
|
46008
46830
|
},
|
@@ -46064,6 +46886,72 @@
|
|
46064
46886
|
"isDeprecated": false,
|
46065
46887
|
"deprecationReason": null
|
46066
46888
|
},
|
46889
|
+
{
|
46890
|
+
"name": "updateCreditGrant",
|
46891
|
+
"description": "Update an existing credit grant",
|
46892
|
+
"args": [
|
46893
|
+
{
|
46894
|
+
"name": "input",
|
46895
|
+
"description": null,
|
46896
|
+
"type": {
|
46897
|
+
"kind": "NON_NULL",
|
46898
|
+
"name": null,
|
46899
|
+
"ofType": {
|
46900
|
+
"kind": "INPUT_OBJECT",
|
46901
|
+
"name": "UpdateCreditGrantInput",
|
46902
|
+
"ofType": null
|
46903
|
+
}
|
46904
|
+
},
|
46905
|
+
"defaultValue": null,
|
46906
|
+
"isDeprecated": false,
|
46907
|
+
"deprecationReason": null
|
46908
|
+
}
|
46909
|
+
],
|
46910
|
+
"type": {
|
46911
|
+
"kind": "NON_NULL",
|
46912
|
+
"name": null,
|
46913
|
+
"ofType": {
|
46914
|
+
"kind": "OBJECT",
|
46915
|
+
"name": "CreditGrant",
|
46916
|
+
"ofType": null
|
46917
|
+
}
|
46918
|
+
},
|
46919
|
+
"isDeprecated": false,
|
46920
|
+
"deprecationReason": null
|
46921
|
+
},
|
46922
|
+
{
|
46923
|
+
"name": "updateCustomCurrency",
|
46924
|
+
"description": "Update an existing custom currency",
|
46925
|
+
"args": [
|
46926
|
+
{
|
46927
|
+
"name": "input",
|
46928
|
+
"description": null,
|
46929
|
+
"type": {
|
46930
|
+
"kind": "NON_NULL",
|
46931
|
+
"name": null,
|
46932
|
+
"ofType": {
|
46933
|
+
"kind": "INPUT_OBJECT",
|
46934
|
+
"name": "UpdateCustomCurrencyInput",
|
46935
|
+
"ofType": null
|
46936
|
+
}
|
46937
|
+
},
|
46938
|
+
"defaultValue": null,
|
46939
|
+
"isDeprecated": false,
|
46940
|
+
"deprecationReason": null
|
46941
|
+
}
|
46942
|
+
],
|
46943
|
+
"type": {
|
46944
|
+
"kind": "NON_NULL",
|
46945
|
+
"name": null,
|
46946
|
+
"ofType": {
|
46947
|
+
"kind": "OBJECT",
|
46948
|
+
"name": "CustomCurrency",
|
46949
|
+
"ofType": null
|
46950
|
+
}
|
46951
|
+
},
|
46952
|
+
"isDeprecated": false,
|
46953
|
+
"deprecationReason": null
|
46954
|
+
},
|
46067
46955
|
{
|
46068
46956
|
"name": "updateEntitlementsOrder",
|
46069
46957
|
"description": "Update entitlements order",
|
@@ -48793,32 +49681,28 @@
|
|
48793
49681
|
"deprecationReason": null
|
48794
49682
|
},
|
48795
49683
|
{
|
48796
|
-
"name": "
|
48797
|
-
"description": "
|
48798
|
-
"args": [],
|
48799
|
-
"type": {
|
48800
|
-
"kind": "OBJECT",
|
48801
|
-
"name": "FeatureGroup",
|
48802
|
-
"ofType": null
|
48803
|
-
},
|
48804
|
-
"isDeprecated": false,
|
48805
|
-
"deprecationReason": null
|
48806
|
-
},
|
48807
|
-
{
|
48808
|
-
"name": "featureGroupId",
|
48809
|
-
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
49684
|
+
"name": "featureGroupIds",
|
49685
|
+
"description": "Feature group IDs associated with this entitlement",
|
48810
49686
|
"args": [],
|
48811
49687
|
"type": {
|
48812
|
-
"kind": "
|
48813
|
-
"name":
|
48814
|
-
"ofType":
|
49688
|
+
"kind": "LIST",
|
49689
|
+
"name": null,
|
49690
|
+
"ofType": {
|
49691
|
+
"kind": "NON_NULL",
|
49692
|
+
"name": null,
|
49693
|
+
"ofType": {
|
49694
|
+
"kind": "SCALAR",
|
49695
|
+
"name": "String",
|
49696
|
+
"ofType": null
|
49697
|
+
}
|
49698
|
+
}
|
48815
49699
|
},
|
48816
49700
|
"isDeprecated": false,
|
48817
49701
|
"deprecationReason": null
|
48818
49702
|
},
|
48819
49703
|
{
|
48820
|
-
"name": "
|
48821
|
-
"description": "Feature
|
49704
|
+
"name": "featureGroups",
|
49705
|
+
"description": "Feature groups associated with this entitlement",
|
48822
49706
|
"args": [],
|
48823
49707
|
"type": {
|
48824
49708
|
"kind": "LIST",
|
@@ -48827,8 +49711,8 @@
|
|
48827
49711
|
"kind": "NON_NULL",
|
48828
49712
|
"name": null,
|
48829
49713
|
"ofType": {
|
48830
|
-
"kind": "
|
48831
|
-
"name": "
|
49714
|
+
"kind": "OBJECT",
|
49715
|
+
"name": "FeatureGroup",
|
48832
49716
|
"ofType": null
|
48833
49717
|
}
|
48834
49718
|
}
|
@@ -49372,32 +50256,28 @@
|
|
49372
50256
|
"deprecationReason": null
|
49373
50257
|
},
|
49374
50258
|
{
|
49375
|
-
"name": "
|
49376
|
-
"description": "
|
49377
|
-
"args": [],
|
49378
|
-
"type": {
|
49379
|
-
"kind": "OBJECT",
|
49380
|
-
"name": "FeatureGroup",
|
49381
|
-
"ofType": null
|
49382
|
-
},
|
49383
|
-
"isDeprecated": false,
|
49384
|
-
"deprecationReason": null
|
49385
|
-
},
|
49386
|
-
{
|
49387
|
-
"name": "featureGroupId",
|
49388
|
-
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
50259
|
+
"name": "featureGroupIds",
|
50260
|
+
"description": "Feature group IDs associated with this entitlement",
|
49389
50261
|
"args": [],
|
49390
50262
|
"type": {
|
49391
|
-
"kind": "
|
49392
|
-
"name":
|
49393
|
-
"ofType":
|
50263
|
+
"kind": "LIST",
|
50264
|
+
"name": null,
|
50265
|
+
"ofType": {
|
50266
|
+
"kind": "NON_NULL",
|
50267
|
+
"name": null,
|
50268
|
+
"ofType": {
|
50269
|
+
"kind": "SCALAR",
|
50270
|
+
"name": "String",
|
50271
|
+
"ofType": null
|
50272
|
+
}
|
50273
|
+
}
|
49394
50274
|
},
|
49395
50275
|
"isDeprecated": false,
|
49396
50276
|
"deprecationReason": null
|
49397
50277
|
},
|
49398
50278
|
{
|
49399
|
-
"name": "
|
49400
|
-
"description": "Feature
|
50279
|
+
"name": "featureGroups",
|
50280
|
+
"description": "Feature groups associated with this entitlement",
|
49401
50281
|
"args": [],
|
49402
50282
|
"type": {
|
49403
50283
|
"kind": "LIST",
|
@@ -49406,8 +50286,8 @@
|
|
49406
50286
|
"kind": "NON_NULL",
|
49407
50287
|
"name": null,
|
49408
50288
|
"ofType": {
|
49409
|
-
"kind": "
|
49410
|
-
"name": "
|
50289
|
+
"kind": "OBJECT",
|
50290
|
+
"name": "FeatureGroup",
|
49411
50291
|
"ofType": null
|
49412
50292
|
}
|
49413
50293
|
}
|
@@ -66773,6 +67653,47 @@
|
|
66773
67653
|
"isDeprecated": false,
|
66774
67654
|
"deprecationReason": null
|
66775
67655
|
},
|
67656
|
+
{
|
67657
|
+
"name": "creditGrants",
|
67658
|
+
"description": "Get all credit grants for an environment",
|
67659
|
+
"args": [
|
67660
|
+
{
|
67661
|
+
"name": "input",
|
67662
|
+
"description": null,
|
67663
|
+
"type": {
|
67664
|
+
"kind": "NON_NULL",
|
67665
|
+
"name": null,
|
67666
|
+
"ofType": {
|
67667
|
+
"kind": "INPUT_OBJECT",
|
67668
|
+
"name": "GetCreditGrantsInput",
|
67669
|
+
"ofType": null
|
67670
|
+
}
|
67671
|
+
},
|
67672
|
+
"defaultValue": null,
|
67673
|
+
"isDeprecated": false,
|
67674
|
+
"deprecationReason": null
|
67675
|
+
}
|
67676
|
+
],
|
67677
|
+
"type": {
|
67678
|
+
"kind": "NON_NULL",
|
67679
|
+
"name": null,
|
67680
|
+
"ofType": {
|
67681
|
+
"kind": "LIST",
|
67682
|
+
"name": null,
|
67683
|
+
"ofType": {
|
67684
|
+
"kind": "NON_NULL",
|
67685
|
+
"name": null,
|
67686
|
+
"ofType": {
|
67687
|
+
"kind": "OBJECT",
|
67688
|
+
"name": "CreditGrant",
|
67689
|
+
"ofType": null
|
67690
|
+
}
|
67691
|
+
}
|
67692
|
+
}
|
67693
|
+
},
|
67694
|
+
"isDeprecated": false,
|
67695
|
+
"deprecationReason": null
|
67696
|
+
},
|
66776
67697
|
{
|
66777
67698
|
"name": "currentEnvironment",
|
66778
67699
|
"description": "Fetch the current environment details",
|
@@ -66805,6 +67726,43 @@
|
|
66805
67726
|
"isDeprecated": false,
|
66806
67727
|
"deprecationReason": null
|
66807
67728
|
},
|
67729
|
+
{
|
67730
|
+
"name": "customCurrencies",
|
67731
|
+
"description": "Get all custom currencies for an environment",
|
67732
|
+
"args": [
|
67733
|
+
{
|
67734
|
+
"name": "environmentId",
|
67735
|
+
"description": null,
|
67736
|
+
"type": {
|
67737
|
+
"kind": "SCALAR",
|
67738
|
+
"name": "String",
|
67739
|
+
"ofType": null
|
67740
|
+
},
|
67741
|
+
"defaultValue": null,
|
67742
|
+
"isDeprecated": false,
|
67743
|
+
"deprecationReason": null
|
67744
|
+
}
|
67745
|
+
],
|
67746
|
+
"type": {
|
67747
|
+
"kind": "NON_NULL",
|
67748
|
+
"name": null,
|
67749
|
+
"ofType": {
|
67750
|
+
"kind": "LIST",
|
67751
|
+
"name": null,
|
67752
|
+
"ofType": {
|
67753
|
+
"kind": "NON_NULL",
|
67754
|
+
"name": null,
|
67755
|
+
"ofType": {
|
67756
|
+
"kind": "OBJECT",
|
67757
|
+
"name": "CustomCurrency",
|
67758
|
+
"ofType": null
|
67759
|
+
}
|
67760
|
+
}
|
67761
|
+
}
|
67762
|
+
},
|
67763
|
+
"isDeprecated": false,
|
67764
|
+
"deprecationReason": null
|
67765
|
+
},
|
66808
67766
|
{
|
66809
67767
|
"name": "customerPortal",
|
66810
67768
|
"description": "Customer portal information",
|
@@ -86096,7 +87054,7 @@
|
|
86096
87054
|
},
|
86097
87055
|
{
|
86098
87056
|
"kind": "INPUT_OBJECT",
|
86099
|
-
"name": "
|
87057
|
+
"name": "UnlinkFeatureGroupFromPackageInput",
|
86100
87058
|
"description": "Unlink feature group from package entitlements input",
|
86101
87059
|
"fields": null,
|
86102
87060
|
"inputFields": [
|
@@ -86409,6 +87367,192 @@
|
|
86409
87367
|
"enumValues": null,
|
86410
87368
|
"possibleTypes": null
|
86411
87369
|
},
|
87370
|
+
{
|
87371
|
+
"kind": "INPUT_OBJECT",
|
87372
|
+
"name": "UpdateCreditGrantInput",
|
87373
|
+
"description": "Input for updating a credit grant",
|
87374
|
+
"fields": null,
|
87375
|
+
"inputFields": [
|
87376
|
+
{
|
87377
|
+
"name": "additionalMetaData",
|
87378
|
+
"description": "Metadata associated with the entity",
|
87379
|
+
"type": {
|
87380
|
+
"kind": "SCALAR",
|
87381
|
+
"name": "JSON",
|
87382
|
+
"ofType": null
|
87383
|
+
},
|
87384
|
+
"defaultValue": null,
|
87385
|
+
"isDeprecated": false,
|
87386
|
+
"deprecationReason": null
|
87387
|
+
},
|
87388
|
+
{
|
87389
|
+
"name": "comment",
|
87390
|
+
"description": "The comment for the credit grant",
|
87391
|
+
"type": {
|
87392
|
+
"kind": "SCALAR",
|
87393
|
+
"name": "String",
|
87394
|
+
"ofType": null
|
87395
|
+
},
|
87396
|
+
"defaultValue": null,
|
87397
|
+
"isDeprecated": false,
|
87398
|
+
"deprecationReason": null
|
87399
|
+
},
|
87400
|
+
{
|
87401
|
+
"name": "displayName",
|
87402
|
+
"description": "The display name of the credit grant",
|
87403
|
+
"type": {
|
87404
|
+
"kind": "SCALAR",
|
87405
|
+
"name": "String",
|
87406
|
+
"ofType": null
|
87407
|
+
},
|
87408
|
+
"defaultValue": null,
|
87409
|
+
"isDeprecated": false,
|
87410
|
+
"deprecationReason": null
|
87411
|
+
},
|
87412
|
+
{
|
87413
|
+
"name": "effectiveAt",
|
87414
|
+
"description": "The effective date of the credit grant",
|
87415
|
+
"type": {
|
87416
|
+
"kind": "SCALAR",
|
87417
|
+
"name": "DateTime",
|
87418
|
+
"ofType": null
|
87419
|
+
},
|
87420
|
+
"defaultValue": null,
|
87421
|
+
"isDeprecated": false,
|
87422
|
+
"deprecationReason": null
|
87423
|
+
},
|
87424
|
+
{
|
87425
|
+
"name": "environmentId",
|
87426
|
+
"description": "The unique identifier for the environment",
|
87427
|
+
"type": {
|
87428
|
+
"kind": "SCALAR",
|
87429
|
+
"name": "UUID",
|
87430
|
+
"ofType": null
|
87431
|
+
},
|
87432
|
+
"defaultValue": null,
|
87433
|
+
"isDeprecated": false,
|
87434
|
+
"deprecationReason": null
|
87435
|
+
},
|
87436
|
+
{
|
87437
|
+
"name": "expireAt",
|
87438
|
+
"description": "The expiration date of the credit grant",
|
87439
|
+
"type": {
|
87440
|
+
"kind": "SCALAR",
|
87441
|
+
"name": "DateTime",
|
87442
|
+
"ofType": null
|
87443
|
+
},
|
87444
|
+
"defaultValue": null,
|
87445
|
+
"isDeprecated": false,
|
87446
|
+
"deprecationReason": null
|
87447
|
+
},
|
87448
|
+
{
|
87449
|
+
"name": "id",
|
87450
|
+
"description": "The unique identifier for the credit grant",
|
87451
|
+
"type": {
|
87452
|
+
"kind": "NON_NULL",
|
87453
|
+
"name": null,
|
87454
|
+
"ofType": {
|
87455
|
+
"kind": "SCALAR",
|
87456
|
+
"name": "UUID",
|
87457
|
+
"ofType": null
|
87458
|
+
}
|
87459
|
+
},
|
87460
|
+
"defaultValue": null,
|
87461
|
+
"isDeprecated": false,
|
87462
|
+
"deprecationReason": null
|
87463
|
+
},
|
87464
|
+
{
|
87465
|
+
"name": "priority",
|
87466
|
+
"description": "The priority of the credit grant",
|
87467
|
+
"type": {
|
87468
|
+
"kind": "SCALAR",
|
87469
|
+
"name": "Float",
|
87470
|
+
"ofType": null
|
87471
|
+
},
|
87472
|
+
"defaultValue": null,
|
87473
|
+
"isDeprecated": false,
|
87474
|
+
"deprecationReason": null
|
87475
|
+
}
|
87476
|
+
],
|
87477
|
+
"interfaces": null,
|
87478
|
+
"enumValues": null,
|
87479
|
+
"possibleTypes": null
|
87480
|
+
},
|
87481
|
+
{
|
87482
|
+
"kind": "INPUT_OBJECT",
|
87483
|
+
"name": "UpdateCustomCurrencyInput",
|
87484
|
+
"description": "Input for updating a custom currency",
|
87485
|
+
"fields": null,
|
87486
|
+
"inputFields": [
|
87487
|
+
{
|
87488
|
+
"name": "additionalMetaData",
|
87489
|
+
"description": "Metadata associated with the entity",
|
87490
|
+
"type": {
|
87491
|
+
"kind": "SCALAR",
|
87492
|
+
"name": "JSON",
|
87493
|
+
"ofType": null
|
87494
|
+
},
|
87495
|
+
"defaultValue": null,
|
87496
|
+
"isDeprecated": false,
|
87497
|
+
"deprecationReason": null
|
87498
|
+
},
|
87499
|
+
{
|
87500
|
+
"name": "currencyId",
|
87501
|
+
"description": "The unique identifier for the custom currency",
|
87502
|
+
"type": {
|
87503
|
+
"kind": "NON_NULL",
|
87504
|
+
"name": null,
|
87505
|
+
"ofType": {
|
87506
|
+
"kind": "SCALAR",
|
87507
|
+
"name": "String",
|
87508
|
+
"ofType": null
|
87509
|
+
}
|
87510
|
+
},
|
87511
|
+
"defaultValue": null,
|
87512
|
+
"isDeprecated": false,
|
87513
|
+
"deprecationReason": null
|
87514
|
+
},
|
87515
|
+
{
|
87516
|
+
"name": "displayName",
|
87517
|
+
"description": "The name of the custom currency",
|
87518
|
+
"type": {
|
87519
|
+
"kind": "SCALAR",
|
87520
|
+
"name": "String",
|
87521
|
+
"ofType": null
|
87522
|
+
},
|
87523
|
+
"defaultValue": null,
|
87524
|
+
"isDeprecated": false,
|
87525
|
+
"deprecationReason": null
|
87526
|
+
},
|
87527
|
+
{
|
87528
|
+
"name": "environmentId",
|
87529
|
+
"description": "The unique identifier for the environment",
|
87530
|
+
"type": {
|
87531
|
+
"kind": "SCALAR",
|
87532
|
+
"name": "UUID",
|
87533
|
+
"ofType": null
|
87534
|
+
},
|
87535
|
+
"defaultValue": null,
|
87536
|
+
"isDeprecated": false,
|
87537
|
+
"deprecationReason": null
|
87538
|
+
},
|
87539
|
+
{
|
87540
|
+
"name": "symbol",
|
87541
|
+
"description": "The symbol of the custom currency",
|
87542
|
+
"type": {
|
87543
|
+
"kind": "SCALAR",
|
87544
|
+
"name": "String",
|
87545
|
+
"ofType": null
|
87546
|
+
},
|
87547
|
+
"defaultValue": null,
|
87548
|
+
"isDeprecated": false,
|
87549
|
+
"deprecationReason": null
|
87550
|
+
}
|
87551
|
+
],
|
87552
|
+
"interfaces": null,
|
87553
|
+
"enumValues": null,
|
87554
|
+
"possibleTypes": null
|
87555
|
+
},
|
86412
87556
|
{
|
86413
87557
|
"kind": "INPUT_OBJECT",
|
86414
87558
|
"name": "UpdateCustomerInput",
|