@voyant-travel/openapi 0.2.4 → 0.2.6
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.
- package/package.json +2 -2
- package/spec/framework-admin.json +20 -4
- package/spec/framework-openapi.json +178 -432
- package/spec/framework-storefront.json +158 -428
|
@@ -122841,6 +122841,109 @@
|
|
|
122841
122841
|
}
|
|
122842
122842
|
}
|
|
122843
122843
|
},
|
|
122844
|
+
"/v1/public/markets": {
|
|
122845
|
+
"get": {
|
|
122846
|
+
"responses": {
|
|
122847
|
+
"200": {
|
|
122848
|
+
"description": "The supported markets, locales, and currencies for anonymous discovery",
|
|
122849
|
+
"content": {
|
|
122850
|
+
"application/json": {
|
|
122851
|
+
"schema": {
|
|
122852
|
+
"type": "object",
|
|
122853
|
+
"properties": {
|
|
122854
|
+
"data": {
|
|
122855
|
+
"type": "array",
|
|
122856
|
+
"items": {
|
|
122857
|
+
"type": "object",
|
|
122858
|
+
"properties": {
|
|
122859
|
+
"id": {
|
|
122860
|
+
"type": "string"
|
|
122861
|
+
},
|
|
122862
|
+
"code": {
|
|
122863
|
+
"type": "string"
|
|
122864
|
+
},
|
|
122865
|
+
"name": {
|
|
122866
|
+
"type": "string"
|
|
122867
|
+
},
|
|
122868
|
+
"regionCode": {
|
|
122869
|
+
"type": [
|
|
122870
|
+
"string",
|
|
122871
|
+
"null"
|
|
122872
|
+
]
|
|
122873
|
+
},
|
|
122874
|
+
"countryCode": {
|
|
122875
|
+
"type": [
|
|
122876
|
+
"string",
|
|
122877
|
+
"null"
|
|
122878
|
+
]
|
|
122879
|
+
},
|
|
122880
|
+
"defaultLocale": {
|
|
122881
|
+
"type": "string"
|
|
122882
|
+
},
|
|
122883
|
+
"defaultCurrency": {
|
|
122884
|
+
"type": "string"
|
|
122885
|
+
},
|
|
122886
|
+
"locales": {
|
|
122887
|
+
"type": "array",
|
|
122888
|
+
"items": {
|
|
122889
|
+
"type": "object",
|
|
122890
|
+
"properties": {
|
|
122891
|
+
"languageTag": {
|
|
122892
|
+
"type": "string"
|
|
122893
|
+
},
|
|
122894
|
+
"isDefault": {
|
|
122895
|
+
"type": "boolean"
|
|
122896
|
+
}
|
|
122897
|
+
},
|
|
122898
|
+
"required": [
|
|
122899
|
+
"languageTag",
|
|
122900
|
+
"isDefault"
|
|
122901
|
+
]
|
|
122902
|
+
}
|
|
122903
|
+
},
|
|
122904
|
+
"currencies": {
|
|
122905
|
+
"type": "array",
|
|
122906
|
+
"items": {
|
|
122907
|
+
"type": "object",
|
|
122908
|
+
"properties": {
|
|
122909
|
+
"currencyCode": {
|
|
122910
|
+
"type": "string"
|
|
122911
|
+
},
|
|
122912
|
+
"isDefault": {
|
|
122913
|
+
"type": "boolean"
|
|
122914
|
+
}
|
|
122915
|
+
},
|
|
122916
|
+
"required": [
|
|
122917
|
+
"currencyCode",
|
|
122918
|
+
"isDefault"
|
|
122919
|
+
]
|
|
122920
|
+
}
|
|
122921
|
+
}
|
|
122922
|
+
},
|
|
122923
|
+
"required": [
|
|
122924
|
+
"id",
|
|
122925
|
+
"code",
|
|
122926
|
+
"name",
|
|
122927
|
+
"regionCode",
|
|
122928
|
+
"countryCode",
|
|
122929
|
+
"defaultLocale",
|
|
122930
|
+
"defaultCurrency",
|
|
122931
|
+
"locales",
|
|
122932
|
+
"currencies"
|
|
122933
|
+
]
|
|
122934
|
+
}
|
|
122935
|
+
}
|
|
122936
|
+
},
|
|
122937
|
+
"required": [
|
|
122938
|
+
"data"
|
|
122939
|
+
]
|
|
122940
|
+
}
|
|
122941
|
+
}
|
|
122942
|
+
}
|
|
122943
|
+
}
|
|
122944
|
+
}
|
|
122945
|
+
}
|
|
122946
|
+
},
|
|
122844
122947
|
"/v1/admin/sellability/resolve": {
|
|
122845
122948
|
"post": {
|
|
122846
122949
|
"requestBody": {
|
|
@@ -228555,8 +228658,7 @@
|
|
|
228555
228658
|
"additionalProperties": {}
|
|
228556
228659
|
},
|
|
228557
228660
|
"sortOrder": {
|
|
228558
|
-
"type": "integer"
|
|
228559
|
-
"default": 0
|
|
228661
|
+
"type": "integer"
|
|
228560
228662
|
}
|
|
228561
228663
|
}
|
|
228562
228664
|
}
|
|
@@ -230977,8 +231079,7 @@
|
|
|
230977
231079
|
"language": {
|
|
230978
231080
|
"type": "string",
|
|
230979
231081
|
"minLength": 2,
|
|
230980
|
-
"maxLength": 10
|
|
230981
|
-
"default": "en"
|
|
231082
|
+
"maxLength": 10
|
|
230982
231083
|
},
|
|
230983
231084
|
"metadata": {
|
|
230984
231085
|
"type": [
|
|
@@ -231153,6 +231254,24 @@
|
|
|
231153
231254
|
}
|
|
231154
231255
|
}
|
|
231155
231256
|
}
|
|
231257
|
+
},
|
|
231258
|
+
"409": {
|
|
231259
|
+
"description": "Policy has recorded acceptances and cannot be deleted",
|
|
231260
|
+
"content": {
|
|
231261
|
+
"application/json": {
|
|
231262
|
+
"schema": {
|
|
231263
|
+
"type": "object",
|
|
231264
|
+
"properties": {
|
|
231265
|
+
"error": {
|
|
231266
|
+
"type": "string"
|
|
231267
|
+
}
|
|
231268
|
+
},
|
|
231269
|
+
"required": [
|
|
231270
|
+
"error"
|
|
231271
|
+
]
|
|
231272
|
+
}
|
|
231273
|
+
}
|
|
231274
|
+
}
|
|
231156
231275
|
}
|
|
231157
231276
|
}
|
|
231158
231277
|
}
|
|
@@ -233183,11 +233302,19 @@
|
|
|
233183
233302
|
"required": true,
|
|
233184
233303
|
"name": "id",
|
|
233185
233304
|
"in": "path"
|
|
233305
|
+
},
|
|
233306
|
+
{
|
|
233307
|
+
"schema": {
|
|
233308
|
+
"type": "string"
|
|
233309
|
+
},
|
|
233310
|
+
"required": false,
|
|
233311
|
+
"name": "token",
|
|
233312
|
+
"in": "query"
|
|
233186
233313
|
}
|
|
233187
233314
|
],
|
|
233188
233315
|
"responses": {
|
|
233189
233316
|
"200": {
|
|
233190
|
-
"description": "A public-safe contract
|
|
233317
|
+
"description": "A token-authorized public-safe contract",
|
|
233191
233318
|
"content": {
|
|
233192
233319
|
"application/json": {
|
|
233193
233320
|
"schema": {
|
|
@@ -233196,9 +233323,6 @@
|
|
|
233196
233323
|
"data": {
|
|
233197
233324
|
"type": "object",
|
|
233198
233325
|
"properties": {
|
|
233199
|
-
"id": {
|
|
233200
|
-
"type": "string"
|
|
233201
|
-
},
|
|
233202
233326
|
"contractNumber": {
|
|
233203
233327
|
"type": [
|
|
233204
233328
|
"string",
|
|
@@ -233227,159 +233351,9 @@
|
|
|
233227
233351
|
"void"
|
|
233228
233352
|
]
|
|
233229
233353
|
},
|
|
233230
|
-
"stageHistory": {
|
|
233231
|
-
"type": "array",
|
|
233232
|
-
"items": {
|
|
233233
|
-
"type": "object",
|
|
233234
|
-
"properties": {
|
|
233235
|
-
"stage": {
|
|
233236
|
-
"type": "string",
|
|
233237
|
-
"enum": [
|
|
233238
|
-
"draft",
|
|
233239
|
-
"issued",
|
|
233240
|
-
"sent",
|
|
233241
|
-
"signed",
|
|
233242
|
-
"executed",
|
|
233243
|
-
"expired",
|
|
233244
|
-
"void"
|
|
233245
|
-
]
|
|
233246
|
-
},
|
|
233247
|
-
"previousStage": {
|
|
233248
|
-
"type": [
|
|
233249
|
-
"string",
|
|
233250
|
-
"null"
|
|
233251
|
-
],
|
|
233252
|
-
"enum": [
|
|
233253
|
-
"draft",
|
|
233254
|
-
"issued",
|
|
233255
|
-
"sent",
|
|
233256
|
-
"signed",
|
|
233257
|
-
"executed",
|
|
233258
|
-
"expired",
|
|
233259
|
-
"void",
|
|
233260
|
-
null
|
|
233261
|
-
]
|
|
233262
|
-
},
|
|
233263
|
-
"transition": {
|
|
233264
|
-
"type": "string",
|
|
233265
|
-
"enum": [
|
|
233266
|
-
"created",
|
|
233267
|
-
"issued",
|
|
233268
|
-
"sent",
|
|
233269
|
-
"signed",
|
|
233270
|
-
"executed",
|
|
233271
|
-
"voided"
|
|
233272
|
-
]
|
|
233273
|
-
},
|
|
233274
|
-
"enteredAt": {
|
|
233275
|
-
"type": "string"
|
|
233276
|
-
},
|
|
233277
|
-
"actorId": {
|
|
233278
|
-
"type": [
|
|
233279
|
-
"string",
|
|
233280
|
-
"null"
|
|
233281
|
-
]
|
|
233282
|
-
}
|
|
233283
|
-
},
|
|
233284
|
-
"required": [
|
|
233285
|
-
"stage",
|
|
233286
|
-
"previousStage",
|
|
233287
|
-
"transition",
|
|
233288
|
-
"enteredAt"
|
|
233289
|
-
]
|
|
233290
|
-
}
|
|
233291
|
-
},
|
|
233292
233354
|
"title": {
|
|
233293
233355
|
"type": "string"
|
|
233294
233356
|
},
|
|
233295
|
-
"templateVersionId": {
|
|
233296
|
-
"type": [
|
|
233297
|
-
"string",
|
|
233298
|
-
"null"
|
|
233299
|
-
]
|
|
233300
|
-
},
|
|
233301
|
-
"seriesId": {
|
|
233302
|
-
"type": [
|
|
233303
|
-
"string",
|
|
233304
|
-
"null"
|
|
233305
|
-
]
|
|
233306
|
-
},
|
|
233307
|
-
"personId": {
|
|
233308
|
-
"type": [
|
|
233309
|
-
"string",
|
|
233310
|
-
"null"
|
|
233311
|
-
]
|
|
233312
|
-
},
|
|
233313
|
-
"organizationId": {
|
|
233314
|
-
"type": [
|
|
233315
|
-
"string",
|
|
233316
|
-
"null"
|
|
233317
|
-
]
|
|
233318
|
-
},
|
|
233319
|
-
"supplierId": {
|
|
233320
|
-
"type": [
|
|
233321
|
-
"string",
|
|
233322
|
-
"null"
|
|
233323
|
-
]
|
|
233324
|
-
},
|
|
233325
|
-
"channelId": {
|
|
233326
|
-
"type": [
|
|
233327
|
-
"string",
|
|
233328
|
-
"null"
|
|
233329
|
-
]
|
|
233330
|
-
},
|
|
233331
|
-
"bookingId": {
|
|
233332
|
-
"type": [
|
|
233333
|
-
"string",
|
|
233334
|
-
"null"
|
|
233335
|
-
]
|
|
233336
|
-
},
|
|
233337
|
-
"targetKind": {
|
|
233338
|
-
"type": [
|
|
233339
|
-
"string",
|
|
233340
|
-
"null"
|
|
233341
|
-
],
|
|
233342
|
-
"enum": [
|
|
233343
|
-
"booking",
|
|
233344
|
-
"quote_version",
|
|
233345
|
-
"program",
|
|
233346
|
-
"product",
|
|
233347
|
-
"inventory_item",
|
|
233348
|
-
"supplier_channel_relationship",
|
|
233349
|
-
"provider_source_ref",
|
|
233350
|
-
null
|
|
233351
|
-
]
|
|
233352
|
-
},
|
|
233353
|
-
"targetId": {
|
|
233354
|
-
"type": [
|
|
233355
|
-
"string",
|
|
233356
|
-
"null"
|
|
233357
|
-
]
|
|
233358
|
-
},
|
|
233359
|
-
"targetProvider": {
|
|
233360
|
-
"type": [
|
|
233361
|
-
"string",
|
|
233362
|
-
"null"
|
|
233363
|
-
]
|
|
233364
|
-
},
|
|
233365
|
-
"targetSourceRef": {
|
|
233366
|
-
"type": [
|
|
233367
|
-
"string",
|
|
233368
|
-
"null"
|
|
233369
|
-
]
|
|
233370
|
-
},
|
|
233371
|
-
"legacyTransactionOfferId": {
|
|
233372
|
-
"type": [
|
|
233373
|
-
"string",
|
|
233374
|
-
"null"
|
|
233375
|
-
]
|
|
233376
|
-
},
|
|
233377
|
-
"legacyTransactionOrderId": {
|
|
233378
|
-
"type": [
|
|
233379
|
-
"string",
|
|
233380
|
-
"null"
|
|
233381
|
-
]
|
|
233382
|
-
},
|
|
233383
233357
|
"issuedAt": {
|
|
233384
233358
|
"type": [
|
|
233385
233359
|
"string",
|
|
@@ -233426,35 +233400,13 @@
|
|
|
233426
233400
|
"string",
|
|
233427
233401
|
"null"
|
|
233428
233402
|
]
|
|
233429
|
-
},
|
|
233430
|
-
"variables": {},
|
|
233431
|
-
"createdAt": {
|
|
233432
|
-
"type": "string"
|
|
233433
|
-
},
|
|
233434
|
-
"updatedAt": {
|
|
233435
|
-
"type": "string"
|
|
233436
233403
|
}
|
|
233437
233404
|
},
|
|
233438
233405
|
"required": [
|
|
233439
|
-
"id",
|
|
233440
233406
|
"contractNumber",
|
|
233441
233407
|
"scope",
|
|
233442
233408
|
"status",
|
|
233443
|
-
"stageHistory",
|
|
233444
233409
|
"title",
|
|
233445
|
-
"templateVersionId",
|
|
233446
|
-
"seriesId",
|
|
233447
|
-
"personId",
|
|
233448
|
-
"organizationId",
|
|
233449
|
-
"supplierId",
|
|
233450
|
-
"channelId",
|
|
233451
|
-
"bookingId",
|
|
233452
|
-
"targetKind",
|
|
233453
|
-
"targetId",
|
|
233454
|
-
"targetProvider",
|
|
233455
|
-
"targetSourceRef",
|
|
233456
|
-
"legacyTransactionOfferId",
|
|
233457
|
-
"legacyTransactionOrderId",
|
|
233458
233410
|
"issuedAt",
|
|
233459
233411
|
"sentAt",
|
|
233460
233412
|
"executedAt",
|
|
@@ -233462,9 +233414,7 @@
|
|
|
233462
233414
|
"voidedAt",
|
|
233463
233415
|
"language",
|
|
233464
233416
|
"renderedBodyFormat",
|
|
233465
|
-
"renderedBody"
|
|
233466
|
-
"createdAt",
|
|
233467
|
-
"updatedAt"
|
|
233417
|
+
"renderedBody"
|
|
233468
233418
|
]
|
|
233469
233419
|
}
|
|
233470
233420
|
},
|
|
@@ -233492,6 +233442,24 @@
|
|
|
233492
233442
|
}
|
|
233493
233443
|
}
|
|
233494
233444
|
}
|
|
233445
|
+
},
|
|
233446
|
+
"410": {
|
|
233447
|
+
"description": "Contract access grant is no longer available",
|
|
233448
|
+
"content": {
|
|
233449
|
+
"application/json": {
|
|
233450
|
+
"schema": {
|
|
233451
|
+
"type": "object",
|
|
233452
|
+
"properties": {
|
|
233453
|
+
"error": {
|
|
233454
|
+
"type": "string"
|
|
233455
|
+
}
|
|
233456
|
+
},
|
|
233457
|
+
"required": [
|
|
233458
|
+
"error"
|
|
233459
|
+
]
|
|
233460
|
+
}
|
|
233461
|
+
}
|
|
233462
|
+
}
|
|
233495
233463
|
}
|
|
233496
233464
|
}
|
|
233497
233465
|
}
|
|
@@ -233506,6 +233474,14 @@
|
|
|
233506
233474
|
"required": true,
|
|
233507
233475
|
"name": "id",
|
|
233508
233476
|
"in": "path"
|
|
233477
|
+
},
|
|
233478
|
+
{
|
|
233479
|
+
"schema": {
|
|
233480
|
+
"type": "string"
|
|
233481
|
+
},
|
|
233482
|
+
"required": false,
|
|
233483
|
+
"name": "token",
|
|
233484
|
+
"in": "query"
|
|
233509
233485
|
}
|
|
233510
233486
|
],
|
|
233511
233487
|
"requestBody": {
|
|
@@ -233534,112 +233510,6 @@
|
|
|
233534
233510
|
],
|
|
233535
233511
|
"maxLength": 255
|
|
233536
233512
|
},
|
|
233537
|
-
"personId": {
|
|
233538
|
-
"type": [
|
|
233539
|
-
"string",
|
|
233540
|
-
"null"
|
|
233541
|
-
]
|
|
233542
|
-
},
|
|
233543
|
-
"targetKind": {
|
|
233544
|
-
"type": [
|
|
233545
|
-
"string",
|
|
233546
|
-
"null"
|
|
233547
|
-
],
|
|
233548
|
-
"enum": [
|
|
233549
|
-
"booking",
|
|
233550
|
-
"quote_version",
|
|
233551
|
-
"program",
|
|
233552
|
-
"product",
|
|
233553
|
-
"inventory_item",
|
|
233554
|
-
"supplier_channel_relationship",
|
|
233555
|
-
"provider_source_ref",
|
|
233556
|
-
null
|
|
233557
|
-
]
|
|
233558
|
-
},
|
|
233559
|
-
"targetId": {
|
|
233560
|
-
"anyOf": [
|
|
233561
|
-
{
|
|
233562
|
-
"type": "string",
|
|
233563
|
-
"enum": [
|
|
233564
|
-
""
|
|
233565
|
-
]
|
|
233566
|
-
},
|
|
233567
|
-
{
|
|
233568
|
-
"type": "string"
|
|
233569
|
-
},
|
|
233570
|
-
{
|
|
233571
|
-
"type": "null"
|
|
233572
|
-
}
|
|
233573
|
-
]
|
|
233574
|
-
},
|
|
233575
|
-
"targetProvider": {
|
|
233576
|
-
"anyOf": [
|
|
233577
|
-
{
|
|
233578
|
-
"type": "string",
|
|
233579
|
-
"enum": [
|
|
233580
|
-
""
|
|
233581
|
-
]
|
|
233582
|
-
},
|
|
233583
|
-
{
|
|
233584
|
-
"type": "string",
|
|
233585
|
-
"minLength": 1,
|
|
233586
|
-
"maxLength": 100
|
|
233587
|
-
},
|
|
233588
|
-
{
|
|
233589
|
-
"type": "null"
|
|
233590
|
-
}
|
|
233591
|
-
]
|
|
233592
|
-
},
|
|
233593
|
-
"targetSourceRef": {
|
|
233594
|
-
"anyOf": [
|
|
233595
|
-
{
|
|
233596
|
-
"type": "string",
|
|
233597
|
-
"enum": [
|
|
233598
|
-
""
|
|
233599
|
-
]
|
|
233600
|
-
},
|
|
233601
|
-
{
|
|
233602
|
-
"type": "string",
|
|
233603
|
-
"minLength": 1,
|
|
233604
|
-
"maxLength": 500
|
|
233605
|
-
},
|
|
233606
|
-
{
|
|
233607
|
-
"type": "null"
|
|
233608
|
-
}
|
|
233609
|
-
]
|
|
233610
|
-
},
|
|
233611
|
-
"legacyTransactionOfferId": {
|
|
233612
|
-
"anyOf": [
|
|
233613
|
-
{
|
|
233614
|
-
"type": "string",
|
|
233615
|
-
"enum": [
|
|
233616
|
-
""
|
|
233617
|
-
]
|
|
233618
|
-
},
|
|
233619
|
-
{
|
|
233620
|
-
"type": "string"
|
|
233621
|
-
},
|
|
233622
|
-
{
|
|
233623
|
-
"type": "null"
|
|
233624
|
-
}
|
|
233625
|
-
]
|
|
233626
|
-
},
|
|
233627
|
-
"legacyTransactionOrderId": {
|
|
233628
|
-
"anyOf": [
|
|
233629
|
-
{
|
|
233630
|
-
"type": "string",
|
|
233631
|
-
"enum": [
|
|
233632
|
-
""
|
|
233633
|
-
]
|
|
233634
|
-
},
|
|
233635
|
-
{
|
|
233636
|
-
"type": "string"
|
|
233637
|
-
},
|
|
233638
|
-
{
|
|
233639
|
-
"type": "null"
|
|
233640
|
-
}
|
|
233641
|
-
]
|
|
233642
|
-
},
|
|
233643
233513
|
"method": {
|
|
233644
233514
|
"type": "string",
|
|
233645
233515
|
"enum": [
|
|
@@ -233650,46 +233520,11 @@
|
|
|
233650
233520
|
],
|
|
233651
233521
|
"default": "manual"
|
|
233652
233522
|
},
|
|
233653
|
-
"provider": {
|
|
233654
|
-
"type": [
|
|
233655
|
-
"string",
|
|
233656
|
-
"null"
|
|
233657
|
-
],
|
|
233658
|
-
"maxLength": 255
|
|
233659
|
-
},
|
|
233660
|
-
"externalReference": {
|
|
233661
|
-
"type": [
|
|
233662
|
-
"string",
|
|
233663
|
-
"null"
|
|
233664
|
-
],
|
|
233665
|
-
"maxLength": 255
|
|
233666
|
-
},
|
|
233667
233523
|
"signatureData": {
|
|
233668
233524
|
"type": [
|
|
233669
233525
|
"string",
|
|
233670
233526
|
"null"
|
|
233671
233527
|
]
|
|
233672
|
-
},
|
|
233673
|
-
"ipAddress": {
|
|
233674
|
-
"type": [
|
|
233675
|
-
"string",
|
|
233676
|
-
"null"
|
|
233677
|
-
],
|
|
233678
|
-
"maxLength": 64
|
|
233679
|
-
},
|
|
233680
|
-
"userAgent": {
|
|
233681
|
-
"type": [
|
|
233682
|
-
"string",
|
|
233683
|
-
"null"
|
|
233684
|
-
],
|
|
233685
|
-
"maxLength": 500
|
|
233686
|
-
},
|
|
233687
|
-
"metadata": {
|
|
233688
|
-
"type": [
|
|
233689
|
-
"object",
|
|
233690
|
-
"null"
|
|
233691
|
-
],
|
|
233692
|
-
"additionalProperties": {}
|
|
233693
233528
|
}
|
|
233694
233529
|
},
|
|
233695
233530
|
"required": [
|
|
@@ -233713,12 +233548,6 @@
|
|
|
233713
233548
|
"signature": {
|
|
233714
233549
|
"type": "object",
|
|
233715
233550
|
"properties": {
|
|
233716
|
-
"id": {
|
|
233717
|
-
"type": "string"
|
|
233718
|
-
},
|
|
233719
|
-
"contractId": {
|
|
233720
|
-
"type": "string"
|
|
233721
|
-
},
|
|
233722
233551
|
"signerName": {
|
|
233723
233552
|
"type": "string"
|
|
233724
233553
|
},
|
|
@@ -233734,58 +233563,6 @@
|
|
|
233734
233563
|
"null"
|
|
233735
233564
|
]
|
|
233736
233565
|
},
|
|
233737
|
-
"personId": {
|
|
233738
|
-
"type": [
|
|
233739
|
-
"string",
|
|
233740
|
-
"null"
|
|
233741
|
-
]
|
|
233742
|
-
},
|
|
233743
|
-
"targetKind": {
|
|
233744
|
-
"type": [
|
|
233745
|
-
"string",
|
|
233746
|
-
"null"
|
|
233747
|
-
],
|
|
233748
|
-
"enum": [
|
|
233749
|
-
"booking",
|
|
233750
|
-
"quote_version",
|
|
233751
|
-
"program",
|
|
233752
|
-
"product",
|
|
233753
|
-
"inventory_item",
|
|
233754
|
-
"supplier_channel_relationship",
|
|
233755
|
-
"provider_source_ref",
|
|
233756
|
-
null
|
|
233757
|
-
]
|
|
233758
|
-
},
|
|
233759
|
-
"targetId": {
|
|
233760
|
-
"type": [
|
|
233761
|
-
"string",
|
|
233762
|
-
"null"
|
|
233763
|
-
]
|
|
233764
|
-
},
|
|
233765
|
-
"targetProvider": {
|
|
233766
|
-
"type": [
|
|
233767
|
-
"string",
|
|
233768
|
-
"null"
|
|
233769
|
-
]
|
|
233770
|
-
},
|
|
233771
|
-
"targetSourceRef": {
|
|
233772
|
-
"type": [
|
|
233773
|
-
"string",
|
|
233774
|
-
"null"
|
|
233775
|
-
]
|
|
233776
|
-
},
|
|
233777
|
-
"legacyTransactionOfferId": {
|
|
233778
|
-
"type": [
|
|
233779
|
-
"string",
|
|
233780
|
-
"null"
|
|
233781
|
-
]
|
|
233782
|
-
},
|
|
233783
|
-
"legacyTransactionOrderId": {
|
|
233784
|
-
"type": [
|
|
233785
|
-
"string",
|
|
233786
|
-
"null"
|
|
233787
|
-
]
|
|
233788
|
-
},
|
|
233789
233566
|
"method": {
|
|
233790
233567
|
"type": "string",
|
|
233791
233568
|
"enum": [
|
|
@@ -233795,65 +233572,16 @@
|
|
|
233795
233572
|
"other"
|
|
233796
233573
|
]
|
|
233797
233574
|
},
|
|
233798
|
-
"provider": {
|
|
233799
|
-
"type": [
|
|
233800
|
-
"string",
|
|
233801
|
-
"null"
|
|
233802
|
-
]
|
|
233803
|
-
},
|
|
233804
|
-
"externalReference": {
|
|
233805
|
-
"type": [
|
|
233806
|
-
"string",
|
|
233807
|
-
"null"
|
|
233808
|
-
]
|
|
233809
|
-
},
|
|
233810
|
-
"signatureData": {
|
|
233811
|
-
"type": [
|
|
233812
|
-
"string",
|
|
233813
|
-
"null"
|
|
233814
|
-
]
|
|
233815
|
-
},
|
|
233816
|
-
"ipAddress": {
|
|
233817
|
-
"type": [
|
|
233818
|
-
"string",
|
|
233819
|
-
"null"
|
|
233820
|
-
]
|
|
233821
|
-
},
|
|
233822
|
-
"userAgent": {
|
|
233823
|
-
"type": [
|
|
233824
|
-
"string",
|
|
233825
|
-
"null"
|
|
233826
|
-
]
|
|
233827
|
-
},
|
|
233828
233575
|
"signedAt": {
|
|
233829
233576
|
"type": "string"
|
|
233830
|
-
},
|
|
233831
|
-
"metadata": {},
|
|
233832
|
-
"createdAt": {
|
|
233833
|
-
"type": "string"
|
|
233834
233577
|
}
|
|
233835
233578
|
},
|
|
233836
233579
|
"required": [
|
|
233837
|
-
"id",
|
|
233838
|
-
"contractId",
|
|
233839
233580
|
"signerName",
|
|
233840
233581
|
"signerEmail",
|
|
233841
233582
|
"signerRole",
|
|
233842
|
-
"personId",
|
|
233843
|
-
"targetKind",
|
|
233844
|
-
"targetId",
|
|
233845
|
-
"targetProvider",
|
|
233846
|
-
"targetSourceRef",
|
|
233847
|
-
"legacyTransactionOfferId",
|
|
233848
|
-
"legacyTransactionOrderId",
|
|
233849
233583
|
"method",
|
|
233850
|
-
"
|
|
233851
|
-
"externalReference",
|
|
233852
|
-
"signatureData",
|
|
233853
|
-
"ipAddress",
|
|
233854
|
-
"userAgent",
|
|
233855
|
-
"signedAt",
|
|
233856
|
-
"createdAt"
|
|
233584
|
+
"signedAt"
|
|
233857
233585
|
]
|
|
233858
233586
|
}
|
|
233859
233587
|
},
|
|
@@ -233922,6 +233650,24 @@
|
|
|
233922
233650
|
}
|
|
233923
233651
|
}
|
|
233924
233652
|
}
|
|
233653
|
+
},
|
|
233654
|
+
"410": {
|
|
233655
|
+
"description": "Contract access grant is no longer available",
|
|
233656
|
+
"content": {
|
|
233657
|
+
"application/json": {
|
|
233658
|
+
"schema": {
|
|
233659
|
+
"type": "object",
|
|
233660
|
+
"properties": {
|
|
233661
|
+
"error": {
|
|
233662
|
+
"type": "string"
|
|
233663
|
+
}
|
|
233664
|
+
},
|
|
233665
|
+
"required": [
|
|
233666
|
+
"error"
|
|
233667
|
+
]
|
|
233668
|
+
}
|
|
233669
|
+
}
|
|
233670
|
+
}
|
|
233925
233671
|
}
|
|
233926
233672
|
}
|
|
233927
233673
|
}
|