@voyant-travel/openapi 0.3.0 → 0.4.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.
- package/package.json +3 -3
- package/spec/admin/accommodations.json +54 -6
- package/spec/admin/action-ledger.json +94 -11
- package/spec/admin/booking-requirements.json +326 -40
- package/spec/admin/bookings.json +550 -68
- package/spec/admin/catalog.json +14 -1
- package/spec/admin/distribution.json +974 -121
- package/spec/admin/external-refs.json +62 -7
- package/spec/admin/extras.json +158 -19
- package/spec/admin/finance.json +1230 -153
- package/spec/admin/identity.json +90 -21
- package/spec/admin/legal.json +550 -68
- package/spec/admin/markets.json +302 -37
- package/spec/admin/notifications.json +294 -36
- package/spec/admin/operations.json +2112 -291
- package/spec/admin/operator-settings.json +70 -8
- package/spec/admin/pricing.json +566 -70
- package/spec/admin/products.json +1286 -160
- package/spec/admin/promotions.json +54 -6
- package/spec/admin/quotes.json +342 -42
- package/spec/admin/relationships.json +686 -85
- package/spec/admin/sellability.json +246 -30
- package/spec/admin/storefront.json +22 -2
- package/spec/admin/suppliers.json +278 -34
- package/spec/admin/trips.json +198 -24
- package/spec/framework-admin.json +10472 -1392
- package/spec/framework-openapi.json +11510 -1695
- package/spec/framework-storefront.json +846 -105
- package/spec/storefront/booking-requirements.json +14 -1
- package/spec/storefront/bookings.json +86 -10
- package/spec/storefront/catalog.json +14 -1
- package/spec/storefront/customer-portal.json +158 -19
- package/spec/storefront/finance.json +102 -12
- package/spec/storefront/legal.json +94 -11
- package/spec/storefront/markets.json +14 -1
- package/spec/storefront/operator-settings.json +22 -2
- package/spec/storefront/pricing.json +14 -1
- package/spec/storefront/products.json +62 -7
- package/spec/storefront/storefront-verification.json +38 -4
- package/spec/storefront/storefront.json +102 -12
- package/spec/storefront/trips.json +198 -24
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
"version": "0.0.0",
|
|
6
6
|
"description": "Generated from the Voyant framework's standard module composition. Do not edit by hand."
|
|
7
7
|
},
|
|
8
|
+
"servers": [
|
|
9
|
+
{
|
|
10
|
+
"url": "/",
|
|
11
|
+
"description": "This deployment (same origin)"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
8
14
|
"components": {
|
|
9
15
|
"schemas": {
|
|
10
16
|
"CatalogSearchFilter": {
|
|
@@ -438,7 +444,14 @@
|
|
|
438
444
|
}
|
|
439
445
|
}
|
|
440
446
|
}
|
|
441
|
-
}
|
|
447
|
+
},
|
|
448
|
+
"operationId": "getAdminRelationshipsOrganizations",
|
|
449
|
+
"summary": "GET /v1/admin/relationships/organizations",
|
|
450
|
+
"tags": [
|
|
451
|
+
"relationships"
|
|
452
|
+
],
|
|
453
|
+
"x-voyant-module": "relationships",
|
|
454
|
+
"x-voyant-surface": "admin"
|
|
442
455
|
},
|
|
443
456
|
"post": {
|
|
444
457
|
"requestBody": {
|
|
@@ -750,7 +763,14 @@
|
|
|
750
763
|
}
|
|
751
764
|
}
|
|
752
765
|
}
|
|
753
|
-
}
|
|
766
|
+
},
|
|
767
|
+
"operationId": "postAdminRelationshipsOrganizations",
|
|
768
|
+
"summary": "POST /v1/admin/relationships/organizations",
|
|
769
|
+
"tags": [
|
|
770
|
+
"relationships"
|
|
771
|
+
],
|
|
772
|
+
"x-voyant-module": "relationships",
|
|
773
|
+
"x-voyant-surface": "admin"
|
|
754
774
|
}
|
|
755
775
|
},
|
|
756
776
|
"/v1/admin/relationships/organizations/{id}": {
|
|
@@ -941,7 +961,14 @@
|
|
|
941
961
|
}
|
|
942
962
|
}
|
|
943
963
|
}
|
|
944
|
-
}
|
|
964
|
+
},
|
|
965
|
+
"operationId": "getAdminRelationshipsOrganizationsById",
|
|
966
|
+
"summary": "GET /v1/admin/relationships/organizations/{id}",
|
|
967
|
+
"tags": [
|
|
968
|
+
"relationships"
|
|
969
|
+
],
|
|
970
|
+
"x-voyant-module": "relationships",
|
|
971
|
+
"x-voyant-surface": "admin"
|
|
945
972
|
},
|
|
946
973
|
"patch": {
|
|
947
974
|
"parameters": [
|
|
@@ -1278,7 +1305,14 @@
|
|
|
1278
1305
|
}
|
|
1279
1306
|
}
|
|
1280
1307
|
}
|
|
1281
|
-
}
|
|
1308
|
+
},
|
|
1309
|
+
"operationId": "patchAdminRelationshipsOrganizationsById",
|
|
1310
|
+
"summary": "PATCH /v1/admin/relationships/organizations/{id}",
|
|
1311
|
+
"tags": [
|
|
1312
|
+
"relationships"
|
|
1313
|
+
],
|
|
1314
|
+
"x-voyant-module": "relationships",
|
|
1315
|
+
"x-voyant-surface": "admin"
|
|
1282
1316
|
},
|
|
1283
1317
|
"delete": {
|
|
1284
1318
|
"parameters": [
|
|
@@ -1331,7 +1365,14 @@
|
|
|
1331
1365
|
}
|
|
1332
1366
|
}
|
|
1333
1367
|
}
|
|
1334
|
-
}
|
|
1368
|
+
},
|
|
1369
|
+
"operationId": "deleteAdminRelationshipsOrganizationsById",
|
|
1370
|
+
"summary": "DELETE /v1/admin/relationships/organizations/{id}",
|
|
1371
|
+
"tags": [
|
|
1372
|
+
"relationships"
|
|
1373
|
+
],
|
|
1374
|
+
"x-voyant-module": "relationships",
|
|
1375
|
+
"x-voyant-surface": "admin"
|
|
1335
1376
|
}
|
|
1336
1377
|
},
|
|
1337
1378
|
"/v1/admin/relationships/organizations/{id}/merge": {
|
|
@@ -1559,7 +1600,14 @@
|
|
|
1559
1600
|
}
|
|
1560
1601
|
}
|
|
1561
1602
|
}
|
|
1562
|
-
}
|
|
1603
|
+
},
|
|
1604
|
+
"operationId": "postAdminRelationshipsOrganizationsByIdMerge",
|
|
1605
|
+
"summary": "POST /v1/admin/relationships/organizations/{id}/merge",
|
|
1606
|
+
"tags": [
|
|
1607
|
+
"relationships"
|
|
1608
|
+
],
|
|
1609
|
+
"x-voyant-module": "relationships",
|
|
1610
|
+
"x-voyant-surface": "admin"
|
|
1563
1611
|
}
|
|
1564
1612
|
},
|
|
1565
1613
|
"/v1/admin/relationships/organizations/{id}/contact-methods": {
|
|
@@ -1661,7 +1709,14 @@
|
|
|
1661
1709
|
}
|
|
1662
1710
|
}
|
|
1663
1711
|
}
|
|
1664
|
-
}
|
|
1712
|
+
},
|
|
1713
|
+
"operationId": "getAdminRelationshipsOrganizationsByIdContactMethods",
|
|
1714
|
+
"summary": "GET /v1/admin/relationships/organizations/{id}/contact-methods",
|
|
1715
|
+
"tags": [
|
|
1716
|
+
"relationships"
|
|
1717
|
+
],
|
|
1718
|
+
"x-voyant-module": "relationships",
|
|
1719
|
+
"x-voyant-surface": "admin"
|
|
1665
1720
|
},
|
|
1666
1721
|
"post": {
|
|
1667
1722
|
"parameters": [
|
|
@@ -1854,7 +1909,14 @@
|
|
|
1854
1909
|
}
|
|
1855
1910
|
}
|
|
1856
1911
|
}
|
|
1857
|
-
}
|
|
1912
|
+
},
|
|
1913
|
+
"operationId": "postAdminRelationshipsOrganizationsByIdContactMethods",
|
|
1914
|
+
"summary": "POST /v1/admin/relationships/organizations/{id}/contact-methods",
|
|
1915
|
+
"tags": [
|
|
1916
|
+
"relationships"
|
|
1917
|
+
],
|
|
1918
|
+
"x-voyant-module": "relationships",
|
|
1919
|
+
"x-voyant-surface": "admin"
|
|
1858
1920
|
}
|
|
1859
1921
|
},
|
|
1860
1922
|
"/v1/admin/relationships/organizations/{id}/addresses": {
|
|
@@ -2008,7 +2070,14 @@
|
|
|
2008
2070
|
}
|
|
2009
2071
|
}
|
|
2010
2072
|
}
|
|
2011
|
-
}
|
|
2073
|
+
},
|
|
2074
|
+
"operationId": "getAdminRelationshipsOrganizationsByIdAddresses",
|
|
2075
|
+
"summary": "GET /v1/admin/relationships/organizations/{id}/addresses",
|
|
2076
|
+
"tags": [
|
|
2077
|
+
"relationships"
|
|
2078
|
+
],
|
|
2079
|
+
"x-voyant-module": "relationships",
|
|
2080
|
+
"x-voyant-surface": "admin"
|
|
2012
2081
|
},
|
|
2013
2082
|
"post": {
|
|
2014
2083
|
"parameters": [
|
|
@@ -2293,7 +2362,14 @@
|
|
|
2293
2362
|
}
|
|
2294
2363
|
}
|
|
2295
2364
|
}
|
|
2296
|
-
}
|
|
2365
|
+
},
|
|
2366
|
+
"operationId": "postAdminRelationshipsOrganizationsByIdAddresses",
|
|
2367
|
+
"summary": "POST /v1/admin/relationships/organizations/{id}/addresses",
|
|
2368
|
+
"tags": [
|
|
2369
|
+
"relationships"
|
|
2370
|
+
],
|
|
2371
|
+
"x-voyant-module": "relationships",
|
|
2372
|
+
"x-voyant-surface": "admin"
|
|
2297
2373
|
}
|
|
2298
2374
|
},
|
|
2299
2375
|
"/v1/admin/relationships/organizations/{id}/notes": {
|
|
@@ -2354,7 +2430,14 @@
|
|
|
2354
2430
|
}
|
|
2355
2431
|
}
|
|
2356
2432
|
}
|
|
2357
|
-
}
|
|
2433
|
+
},
|
|
2434
|
+
"operationId": "getAdminRelationshipsOrganizationsByIdNotes",
|
|
2435
|
+
"summary": "GET /v1/admin/relationships/organizations/{id}/notes",
|
|
2436
|
+
"tags": [
|
|
2437
|
+
"relationships"
|
|
2438
|
+
],
|
|
2439
|
+
"x-voyant-module": "relationships",
|
|
2440
|
+
"x-voyant-surface": "admin"
|
|
2358
2441
|
},
|
|
2359
2442
|
"post": {
|
|
2360
2443
|
"parameters": [
|
|
@@ -2466,7 +2549,14 @@
|
|
|
2466
2549
|
}
|
|
2467
2550
|
}
|
|
2468
2551
|
}
|
|
2469
|
-
}
|
|
2552
|
+
},
|
|
2553
|
+
"operationId": "postAdminRelationshipsOrganizationsByIdNotes",
|
|
2554
|
+
"summary": "POST /v1/admin/relationships/organizations/{id}/notes",
|
|
2555
|
+
"tags": [
|
|
2556
|
+
"relationships"
|
|
2557
|
+
],
|
|
2558
|
+
"x-voyant-module": "relationships",
|
|
2559
|
+
"x-voyant-surface": "admin"
|
|
2470
2560
|
}
|
|
2471
2561
|
},
|
|
2472
2562
|
"/v1/admin/relationships/organization-notes/{id}": {
|
|
@@ -2580,7 +2670,14 @@
|
|
|
2580
2670
|
}
|
|
2581
2671
|
}
|
|
2582
2672
|
}
|
|
2583
|
-
}
|
|
2673
|
+
},
|
|
2674
|
+
"operationId": "patchAdminRelationshipsOrganizationNotesById",
|
|
2675
|
+
"summary": "PATCH /v1/admin/relationships/organization-notes/{id}",
|
|
2676
|
+
"tags": [
|
|
2677
|
+
"relationships"
|
|
2678
|
+
],
|
|
2679
|
+
"x-voyant-module": "relationships",
|
|
2680
|
+
"x-voyant-surface": "admin"
|
|
2584
2681
|
},
|
|
2585
2682
|
"delete": {
|
|
2586
2683
|
"parameters": [
|
|
@@ -2633,7 +2730,14 @@
|
|
|
2633
2730
|
}
|
|
2634
2731
|
}
|
|
2635
2732
|
}
|
|
2636
|
-
}
|
|
2733
|
+
},
|
|
2734
|
+
"operationId": "deleteAdminRelationshipsOrganizationNotesById",
|
|
2735
|
+
"summary": "DELETE /v1/admin/relationships/organization-notes/{id}",
|
|
2736
|
+
"tags": [
|
|
2737
|
+
"relationships"
|
|
2738
|
+
],
|
|
2739
|
+
"x-voyant-module": "relationships",
|
|
2740
|
+
"x-voyant-surface": "admin"
|
|
2637
2741
|
}
|
|
2638
2742
|
},
|
|
2639
2743
|
"/v1/admin/relationships/people": {
|
|
@@ -2946,7 +3050,14 @@
|
|
|
2946
3050
|
}
|
|
2947
3051
|
}
|
|
2948
3052
|
}
|
|
2949
|
-
}
|
|
3053
|
+
},
|
|
3054
|
+
"operationId": "getAdminRelationshipsPeople",
|
|
3055
|
+
"summary": "GET /v1/admin/relationships/people",
|
|
3056
|
+
"tags": [
|
|
3057
|
+
"relationships"
|
|
3058
|
+
],
|
|
3059
|
+
"x-voyant-module": "relationships",
|
|
3060
|
+
"x-voyant-surface": "admin"
|
|
2950
3061
|
},
|
|
2951
3062
|
"post": {
|
|
2952
3063
|
"requestBody": {
|
|
@@ -3377,7 +3488,14 @@
|
|
|
3377
3488
|
}
|
|
3378
3489
|
}
|
|
3379
3490
|
}
|
|
3380
|
-
}
|
|
3491
|
+
},
|
|
3492
|
+
"operationId": "postAdminRelationshipsPeople",
|
|
3493
|
+
"summary": "POST /v1/admin/relationships/people",
|
|
3494
|
+
"tags": [
|
|
3495
|
+
"relationships"
|
|
3496
|
+
],
|
|
3497
|
+
"x-voyant-module": "relationships",
|
|
3498
|
+
"x-voyant-surface": "admin"
|
|
3381
3499
|
}
|
|
3382
3500
|
},
|
|
3383
3501
|
"/v1/admin/relationships/people/{id}": {
|
|
@@ -3597,7 +3715,14 @@
|
|
|
3597
3715
|
}
|
|
3598
3716
|
}
|
|
3599
3717
|
}
|
|
3600
|
-
}
|
|
3718
|
+
},
|
|
3719
|
+
"operationId": "getAdminRelationshipsPeopleById",
|
|
3720
|
+
"summary": "GET /v1/admin/relationships/people/{id}",
|
|
3721
|
+
"tags": [
|
|
3722
|
+
"relationships"
|
|
3723
|
+
],
|
|
3724
|
+
"x-voyant-module": "relationships",
|
|
3725
|
+
"x-voyant-surface": "admin"
|
|
3601
3726
|
},
|
|
3602
3727
|
"patch": {
|
|
3603
3728
|
"parameters": [
|
|
@@ -4052,7 +4177,14 @@
|
|
|
4052
4177
|
}
|
|
4053
4178
|
}
|
|
4054
4179
|
}
|
|
4055
|
-
}
|
|
4180
|
+
},
|
|
4181
|
+
"operationId": "patchAdminRelationshipsPeopleById",
|
|
4182
|
+
"summary": "PATCH /v1/admin/relationships/people/{id}",
|
|
4183
|
+
"tags": [
|
|
4184
|
+
"relationships"
|
|
4185
|
+
],
|
|
4186
|
+
"x-voyant-module": "relationships",
|
|
4187
|
+
"x-voyant-surface": "admin"
|
|
4056
4188
|
},
|
|
4057
4189
|
"delete": {
|
|
4058
4190
|
"parameters": [
|
|
@@ -4105,7 +4237,14 @@
|
|
|
4105
4237
|
}
|
|
4106
4238
|
}
|
|
4107
4239
|
}
|
|
4108
|
-
}
|
|
4240
|
+
},
|
|
4241
|
+
"operationId": "deleteAdminRelationshipsPeopleById",
|
|
4242
|
+
"summary": "DELETE /v1/admin/relationships/people/{id}",
|
|
4243
|
+
"tags": [
|
|
4244
|
+
"relationships"
|
|
4245
|
+
],
|
|
4246
|
+
"x-voyant-module": "relationships",
|
|
4247
|
+
"x-voyant-surface": "admin"
|
|
4109
4248
|
}
|
|
4110
4249
|
},
|
|
4111
4250
|
"/v1/admin/relationships/people/{id}/merge": {
|
|
@@ -4362,7 +4501,14 @@
|
|
|
4362
4501
|
}
|
|
4363
4502
|
}
|
|
4364
4503
|
}
|
|
4365
|
-
}
|
|
4504
|
+
},
|
|
4505
|
+
"operationId": "postAdminRelationshipsPeopleByIdMerge",
|
|
4506
|
+
"summary": "POST /v1/admin/relationships/people/{id}/merge",
|
|
4507
|
+
"tags": [
|
|
4508
|
+
"relationships"
|
|
4509
|
+
],
|
|
4510
|
+
"x-voyant-module": "relationships",
|
|
4511
|
+
"x-voyant-surface": "admin"
|
|
4366
4512
|
}
|
|
4367
4513
|
},
|
|
4368
4514
|
"/v1/admin/relationships/people/{id}/contact-methods": {
|
|
@@ -4464,7 +4610,14 @@
|
|
|
4464
4610
|
}
|
|
4465
4611
|
}
|
|
4466
4612
|
}
|
|
4467
|
-
}
|
|
4613
|
+
},
|
|
4614
|
+
"operationId": "getAdminRelationshipsPeopleByIdContactMethods",
|
|
4615
|
+
"summary": "GET /v1/admin/relationships/people/{id}/contact-methods",
|
|
4616
|
+
"tags": [
|
|
4617
|
+
"relationships"
|
|
4618
|
+
],
|
|
4619
|
+
"x-voyant-module": "relationships",
|
|
4620
|
+
"x-voyant-surface": "admin"
|
|
4468
4621
|
},
|
|
4469
4622
|
"post": {
|
|
4470
4623
|
"parameters": [
|
|
@@ -4657,7 +4810,14 @@
|
|
|
4657
4810
|
}
|
|
4658
4811
|
}
|
|
4659
4812
|
}
|
|
4660
|
-
}
|
|
4813
|
+
},
|
|
4814
|
+
"operationId": "postAdminRelationshipsPeopleByIdContactMethods",
|
|
4815
|
+
"summary": "POST /v1/admin/relationships/people/{id}/contact-methods",
|
|
4816
|
+
"tags": [
|
|
4817
|
+
"relationships"
|
|
4818
|
+
],
|
|
4819
|
+
"x-voyant-module": "relationships",
|
|
4820
|
+
"x-voyant-surface": "admin"
|
|
4661
4821
|
}
|
|
4662
4822
|
},
|
|
4663
4823
|
"/v1/admin/relationships/people/{id}/addresses": {
|
|
@@ -4811,7 +4971,14 @@
|
|
|
4811
4971
|
}
|
|
4812
4972
|
}
|
|
4813
4973
|
}
|
|
4814
|
-
}
|
|
4974
|
+
},
|
|
4975
|
+
"operationId": "getAdminRelationshipsPeopleByIdAddresses",
|
|
4976
|
+
"summary": "GET /v1/admin/relationships/people/{id}/addresses",
|
|
4977
|
+
"tags": [
|
|
4978
|
+
"relationships"
|
|
4979
|
+
],
|
|
4980
|
+
"x-voyant-module": "relationships",
|
|
4981
|
+
"x-voyant-surface": "admin"
|
|
4815
4982
|
},
|
|
4816
4983
|
"post": {
|
|
4817
4984
|
"parameters": [
|
|
@@ -5096,7 +5263,14 @@
|
|
|
5096
5263
|
}
|
|
5097
5264
|
}
|
|
5098
5265
|
}
|
|
5099
|
-
}
|
|
5266
|
+
},
|
|
5267
|
+
"operationId": "postAdminRelationshipsPeopleByIdAddresses",
|
|
5268
|
+
"summary": "POST /v1/admin/relationships/people/{id}/addresses",
|
|
5269
|
+
"tags": [
|
|
5270
|
+
"relationships"
|
|
5271
|
+
],
|
|
5272
|
+
"x-voyant-module": "relationships",
|
|
5273
|
+
"x-voyant-surface": "admin"
|
|
5100
5274
|
}
|
|
5101
5275
|
},
|
|
5102
5276
|
"/v1/admin/relationships/people/{id}/notes": {
|
|
@@ -5157,7 +5331,14 @@
|
|
|
5157
5331
|
}
|
|
5158
5332
|
}
|
|
5159
5333
|
}
|
|
5160
|
-
}
|
|
5334
|
+
},
|
|
5335
|
+
"operationId": "getAdminRelationshipsPeopleByIdNotes",
|
|
5336
|
+
"summary": "GET /v1/admin/relationships/people/{id}/notes",
|
|
5337
|
+
"tags": [
|
|
5338
|
+
"relationships"
|
|
5339
|
+
],
|
|
5340
|
+
"x-voyant-module": "relationships",
|
|
5341
|
+
"x-voyant-surface": "admin"
|
|
5161
5342
|
},
|
|
5162
5343
|
"post": {
|
|
5163
5344
|
"parameters": [
|
|
@@ -5269,7 +5450,14 @@
|
|
|
5269
5450
|
}
|
|
5270
5451
|
}
|
|
5271
5452
|
}
|
|
5272
|
-
}
|
|
5453
|
+
},
|
|
5454
|
+
"operationId": "postAdminRelationshipsPeopleByIdNotes",
|
|
5455
|
+
"summary": "POST /v1/admin/relationships/people/{id}/notes",
|
|
5456
|
+
"tags": [
|
|
5457
|
+
"relationships"
|
|
5458
|
+
],
|
|
5459
|
+
"x-voyant-module": "relationships",
|
|
5460
|
+
"x-voyant-surface": "admin"
|
|
5273
5461
|
}
|
|
5274
5462
|
},
|
|
5275
5463
|
"/v1/admin/relationships/person-notes/{id}": {
|
|
@@ -5383,7 +5571,14 @@
|
|
|
5383
5571
|
}
|
|
5384
5572
|
}
|
|
5385
5573
|
}
|
|
5386
|
-
}
|
|
5574
|
+
},
|
|
5575
|
+
"operationId": "patchAdminRelationshipsPersonNotesById",
|
|
5576
|
+
"summary": "PATCH /v1/admin/relationships/person-notes/{id}",
|
|
5577
|
+
"tags": [
|
|
5578
|
+
"relationships"
|
|
5579
|
+
],
|
|
5580
|
+
"x-voyant-module": "relationships",
|
|
5581
|
+
"x-voyant-surface": "admin"
|
|
5387
5582
|
},
|
|
5388
5583
|
"delete": {
|
|
5389
5584
|
"parameters": [
|
|
@@ -5436,7 +5631,14 @@
|
|
|
5436
5631
|
}
|
|
5437
5632
|
}
|
|
5438
5633
|
}
|
|
5439
|
-
}
|
|
5634
|
+
},
|
|
5635
|
+
"operationId": "deleteAdminRelationshipsPersonNotesById",
|
|
5636
|
+
"summary": "DELETE /v1/admin/relationships/person-notes/{id}",
|
|
5637
|
+
"tags": [
|
|
5638
|
+
"relationships"
|
|
5639
|
+
],
|
|
5640
|
+
"x-voyant-module": "relationships",
|
|
5641
|
+
"x-voyant-surface": "admin"
|
|
5440
5642
|
}
|
|
5441
5643
|
},
|
|
5442
5644
|
"/v1/admin/relationships/people/{id}/payment-methods": {
|
|
@@ -5529,7 +5731,14 @@
|
|
|
5529
5731
|
}
|
|
5530
5732
|
}
|
|
5531
5733
|
}
|
|
5532
|
-
}
|
|
5734
|
+
},
|
|
5735
|
+
"operationId": "getAdminRelationshipsPeopleByIdPaymentMethods",
|
|
5736
|
+
"summary": "GET /v1/admin/relationships/people/{id}/payment-methods",
|
|
5737
|
+
"tags": [
|
|
5738
|
+
"relationships"
|
|
5739
|
+
],
|
|
5740
|
+
"x-voyant-module": "relationships",
|
|
5741
|
+
"x-voyant-surface": "admin"
|
|
5533
5742
|
},
|
|
5534
5743
|
"post": {
|
|
5535
5744
|
"parameters": [
|
|
@@ -5717,7 +5926,14 @@
|
|
|
5717
5926
|
}
|
|
5718
5927
|
}
|
|
5719
5928
|
}
|
|
5720
|
-
}
|
|
5929
|
+
},
|
|
5930
|
+
"operationId": "postAdminRelationshipsPeopleByIdPaymentMethods",
|
|
5931
|
+
"summary": "POST /v1/admin/relationships/people/{id}/payment-methods",
|
|
5932
|
+
"tags": [
|
|
5933
|
+
"relationships"
|
|
5934
|
+
],
|
|
5935
|
+
"x-voyant-module": "relationships",
|
|
5936
|
+
"x-voyant-surface": "admin"
|
|
5721
5937
|
}
|
|
5722
5938
|
},
|
|
5723
5939
|
"/v1/admin/relationships/person-payment-methods/{id}": {
|
|
@@ -5903,7 +6119,14 @@
|
|
|
5903
6119
|
}
|
|
5904
6120
|
}
|
|
5905
6121
|
}
|
|
5906
|
-
}
|
|
6122
|
+
},
|
|
6123
|
+
"operationId": "patchAdminRelationshipsPersonPaymentMethodsById",
|
|
6124
|
+
"summary": "PATCH /v1/admin/relationships/person-payment-methods/{id}",
|
|
6125
|
+
"tags": [
|
|
6126
|
+
"relationships"
|
|
6127
|
+
],
|
|
6128
|
+
"x-voyant-module": "relationships",
|
|
6129
|
+
"x-voyant-surface": "admin"
|
|
5907
6130
|
},
|
|
5908
6131
|
"delete": {
|
|
5909
6132
|
"parameters": [
|
|
@@ -5956,7 +6179,14 @@
|
|
|
5956
6179
|
}
|
|
5957
6180
|
}
|
|
5958
6181
|
}
|
|
5959
|
-
}
|
|
6182
|
+
},
|
|
6183
|
+
"operationId": "deleteAdminRelationshipsPersonPaymentMethodsById",
|
|
6184
|
+
"summary": "DELETE /v1/admin/relationships/person-payment-methods/{id}",
|
|
6185
|
+
"tags": [
|
|
6186
|
+
"relationships"
|
|
6187
|
+
],
|
|
6188
|
+
"x-voyant-module": "relationships",
|
|
6189
|
+
"x-voyant-surface": "admin"
|
|
5960
6190
|
}
|
|
5961
6191
|
},
|
|
5962
6192
|
"/v1/admin/relationships/people/{id}/communications": {
|
|
@@ -6125,7 +6355,14 @@
|
|
|
6125
6355
|
}
|
|
6126
6356
|
}
|
|
6127
6357
|
}
|
|
6128
|
-
}
|
|
6358
|
+
},
|
|
6359
|
+
"operationId": "getAdminRelationshipsPeopleByIdCommunications",
|
|
6360
|
+
"summary": "GET /v1/admin/relationships/people/{id}/communications",
|
|
6361
|
+
"tags": [
|
|
6362
|
+
"relationships"
|
|
6363
|
+
],
|
|
6364
|
+
"x-voyant-module": "relationships",
|
|
6365
|
+
"x-voyant-surface": "admin"
|
|
6129
6366
|
},
|
|
6130
6367
|
"post": {
|
|
6131
6368
|
"parameters": [
|
|
@@ -6316,7 +6553,14 @@
|
|
|
6316
6553
|
}
|
|
6317
6554
|
}
|
|
6318
6555
|
}
|
|
6319
|
-
}
|
|
6556
|
+
},
|
|
6557
|
+
"operationId": "postAdminRelationshipsPeopleByIdCommunications",
|
|
6558
|
+
"summary": "POST /v1/admin/relationships/people/{id}/communications",
|
|
6559
|
+
"tags": [
|
|
6560
|
+
"relationships"
|
|
6561
|
+
],
|
|
6562
|
+
"x-voyant-module": "relationships",
|
|
6563
|
+
"x-voyant-surface": "admin"
|
|
6320
6564
|
}
|
|
6321
6565
|
},
|
|
6322
6566
|
"/v1/admin/relationships/segments": {
|
|
@@ -6378,7 +6622,14 @@
|
|
|
6378
6622
|
}
|
|
6379
6623
|
}
|
|
6380
6624
|
}
|
|
6381
|
-
}
|
|
6625
|
+
},
|
|
6626
|
+
"operationId": "getAdminRelationshipsSegments",
|
|
6627
|
+
"summary": "GET /v1/admin/relationships/segments",
|
|
6628
|
+
"tags": [
|
|
6629
|
+
"relationships"
|
|
6630
|
+
],
|
|
6631
|
+
"x-voyant-module": "relationships",
|
|
6632
|
+
"x-voyant-surface": "admin"
|
|
6382
6633
|
},
|
|
6383
6634
|
"post": {
|
|
6384
6635
|
"requestBody": {
|
|
@@ -6486,7 +6737,14 @@
|
|
|
6486
6737
|
}
|
|
6487
6738
|
}
|
|
6488
6739
|
}
|
|
6489
|
-
}
|
|
6740
|
+
},
|
|
6741
|
+
"operationId": "postAdminRelationshipsSegments",
|
|
6742
|
+
"summary": "POST /v1/admin/relationships/segments",
|
|
6743
|
+
"tags": [
|
|
6744
|
+
"relationships"
|
|
6745
|
+
],
|
|
6746
|
+
"x-voyant-module": "relationships",
|
|
6747
|
+
"x-voyant-surface": "admin"
|
|
6490
6748
|
}
|
|
6491
6749
|
},
|
|
6492
6750
|
"/v1/admin/relationships/segments/{segmentId}": {
|
|
@@ -6541,7 +6799,14 @@
|
|
|
6541
6799
|
}
|
|
6542
6800
|
}
|
|
6543
6801
|
}
|
|
6544
|
-
}
|
|
6802
|
+
},
|
|
6803
|
+
"operationId": "deleteAdminRelationshipsSegmentsBySegmentId",
|
|
6804
|
+
"summary": "DELETE /v1/admin/relationships/segments/{segmentId}",
|
|
6805
|
+
"tags": [
|
|
6806
|
+
"relationships"
|
|
6807
|
+
],
|
|
6808
|
+
"x-voyant-module": "relationships",
|
|
6809
|
+
"x-voyant-surface": "admin"
|
|
6545
6810
|
}
|
|
6546
6811
|
},
|
|
6547
6812
|
"/v1/admin/relationships/people/export": {
|
|
@@ -6557,7 +6822,14 @@
|
|
|
6557
6822
|
}
|
|
6558
6823
|
}
|
|
6559
6824
|
}
|
|
6560
|
-
}
|
|
6825
|
+
},
|
|
6826
|
+
"operationId": "postAdminRelationshipsPeopleExport",
|
|
6827
|
+
"summary": "POST /v1/admin/relationships/people/export",
|
|
6828
|
+
"tags": [
|
|
6829
|
+
"relationships"
|
|
6830
|
+
],
|
|
6831
|
+
"x-voyant-module": "relationships",
|
|
6832
|
+
"x-voyant-surface": "admin"
|
|
6561
6833
|
}
|
|
6562
6834
|
},
|
|
6563
6835
|
"/v1/admin/relationships/people/import": {
|
|
@@ -6628,7 +6900,14 @@
|
|
|
6628
6900
|
}
|
|
6629
6901
|
}
|
|
6630
6902
|
}
|
|
6631
|
-
}
|
|
6903
|
+
},
|
|
6904
|
+
"operationId": "postAdminRelationshipsPeopleImport",
|
|
6905
|
+
"summary": "POST /v1/admin/relationships/people/import",
|
|
6906
|
+
"tags": [
|
|
6907
|
+
"relationships"
|
|
6908
|
+
],
|
|
6909
|
+
"x-voyant-module": "relationships",
|
|
6910
|
+
"x-voyant-surface": "admin"
|
|
6632
6911
|
}
|
|
6633
6912
|
},
|
|
6634
6913
|
"/v1/admin/relationships/contact-methods/{id}": {
|
|
@@ -6835,7 +7114,14 @@
|
|
|
6835
7114
|
}
|
|
6836
7115
|
}
|
|
6837
7116
|
}
|
|
6838
|
-
}
|
|
7117
|
+
},
|
|
7118
|
+
"operationId": "patchAdminRelationshipsContactMethodsById",
|
|
7119
|
+
"summary": "PATCH /v1/admin/relationships/contact-methods/{id}",
|
|
7120
|
+
"tags": [
|
|
7121
|
+
"relationships"
|
|
7122
|
+
],
|
|
7123
|
+
"x-voyant-module": "relationships",
|
|
7124
|
+
"x-voyant-surface": "admin"
|
|
6839
7125
|
},
|
|
6840
7126
|
"delete": {
|
|
6841
7127
|
"parameters": [
|
|
@@ -6888,7 +7174,14 @@
|
|
|
6888
7174
|
}
|
|
6889
7175
|
}
|
|
6890
7176
|
}
|
|
6891
|
-
}
|
|
7177
|
+
},
|
|
7178
|
+
"operationId": "deleteAdminRelationshipsContactMethodsById",
|
|
7179
|
+
"summary": "DELETE /v1/admin/relationships/contact-methods/{id}",
|
|
7180
|
+
"tags": [
|
|
7181
|
+
"relationships"
|
|
7182
|
+
],
|
|
7183
|
+
"x-voyant-module": "relationships",
|
|
7184
|
+
"x-voyant-surface": "admin"
|
|
6892
7185
|
}
|
|
6893
7186
|
},
|
|
6894
7187
|
"/v1/admin/relationships/addresses/{id}": {
|
|
@@ -7189,7 +7482,14 @@
|
|
|
7189
7482
|
}
|
|
7190
7483
|
}
|
|
7191
7484
|
}
|
|
7192
|
-
}
|
|
7485
|
+
},
|
|
7486
|
+
"operationId": "patchAdminRelationshipsAddressesById",
|
|
7487
|
+
"summary": "PATCH /v1/admin/relationships/addresses/{id}",
|
|
7488
|
+
"tags": [
|
|
7489
|
+
"relationships"
|
|
7490
|
+
],
|
|
7491
|
+
"x-voyant-module": "relationships",
|
|
7492
|
+
"x-voyant-surface": "admin"
|
|
7193
7493
|
},
|
|
7194
7494
|
"delete": {
|
|
7195
7495
|
"parameters": [
|
|
@@ -7242,7 +7542,14 @@
|
|
|
7242
7542
|
}
|
|
7243
7543
|
}
|
|
7244
7544
|
}
|
|
7245
|
-
}
|
|
7545
|
+
},
|
|
7546
|
+
"operationId": "deleteAdminRelationshipsAddressesById",
|
|
7547
|
+
"summary": "DELETE /v1/admin/relationships/addresses/{id}",
|
|
7548
|
+
"tags": [
|
|
7549
|
+
"relationships"
|
|
7550
|
+
],
|
|
7551
|
+
"x-voyant-module": "relationships",
|
|
7552
|
+
"x-voyant-surface": "admin"
|
|
7246
7553
|
}
|
|
7247
7554
|
},
|
|
7248
7555
|
"/v1/admin/relationships/people/{id}/documents": {
|
|
@@ -7413,7 +7720,14 @@
|
|
|
7413
7720
|
}
|
|
7414
7721
|
}
|
|
7415
7722
|
}
|
|
7416
|
-
}
|
|
7723
|
+
},
|
|
7724
|
+
"operationId": "getAdminRelationshipsPeopleByIdDocuments",
|
|
7725
|
+
"summary": "GET /v1/admin/relationships/people/{id}/documents",
|
|
7726
|
+
"tags": [
|
|
7727
|
+
"relationships"
|
|
7728
|
+
],
|
|
7729
|
+
"x-voyant-module": "relationships",
|
|
7730
|
+
"x-voyant-surface": "admin"
|
|
7417
7731
|
},
|
|
7418
7732
|
"post": {
|
|
7419
7733
|
"parameters": [
|
|
@@ -7656,7 +7970,14 @@
|
|
|
7656
7970
|
}
|
|
7657
7971
|
}
|
|
7658
7972
|
}
|
|
7659
|
-
}
|
|
7973
|
+
},
|
|
7974
|
+
"operationId": "postAdminRelationshipsPeopleByIdDocuments",
|
|
7975
|
+
"summary": "POST /v1/admin/relationships/people/{id}/documents",
|
|
7976
|
+
"tags": [
|
|
7977
|
+
"relationships"
|
|
7978
|
+
],
|
|
7979
|
+
"x-voyant-module": "relationships",
|
|
7980
|
+
"x-voyant-surface": "admin"
|
|
7660
7981
|
}
|
|
7661
7982
|
},
|
|
7662
7983
|
"/v1/admin/relationships/person-documents/{id}": {
|
|
@@ -7794,7 +8115,14 @@
|
|
|
7794
8115
|
}
|
|
7795
8116
|
}
|
|
7796
8117
|
}
|
|
7797
|
-
}
|
|
8118
|
+
},
|
|
8119
|
+
"operationId": "getAdminRelationshipsPersonDocumentsById",
|
|
8120
|
+
"summary": "GET /v1/admin/relationships/person-documents/{id}",
|
|
8121
|
+
"tags": [
|
|
8122
|
+
"relationships"
|
|
8123
|
+
],
|
|
8124
|
+
"x-voyant-module": "relationships",
|
|
8125
|
+
"x-voyant-surface": "admin"
|
|
7798
8126
|
},
|
|
7799
8127
|
"patch": {
|
|
7800
8128
|
"parameters": [
|
|
@@ -8034,7 +8362,14 @@
|
|
|
8034
8362
|
}
|
|
8035
8363
|
}
|
|
8036
8364
|
}
|
|
8037
|
-
}
|
|
8365
|
+
},
|
|
8366
|
+
"operationId": "patchAdminRelationshipsPersonDocumentsById",
|
|
8367
|
+
"summary": "PATCH /v1/admin/relationships/person-documents/{id}",
|
|
8368
|
+
"tags": [
|
|
8369
|
+
"relationships"
|
|
8370
|
+
],
|
|
8371
|
+
"x-voyant-module": "relationships",
|
|
8372
|
+
"x-voyant-surface": "admin"
|
|
8038
8373
|
},
|
|
8039
8374
|
"delete": {
|
|
8040
8375
|
"parameters": [
|
|
@@ -8087,7 +8422,14 @@
|
|
|
8087
8422
|
}
|
|
8088
8423
|
}
|
|
8089
8424
|
}
|
|
8090
|
-
}
|
|
8425
|
+
},
|
|
8426
|
+
"operationId": "deleteAdminRelationshipsPersonDocumentsById",
|
|
8427
|
+
"summary": "DELETE /v1/admin/relationships/person-documents/{id}",
|
|
8428
|
+
"tags": [
|
|
8429
|
+
"relationships"
|
|
8430
|
+
],
|
|
8431
|
+
"x-voyant-module": "relationships",
|
|
8432
|
+
"x-voyant-surface": "admin"
|
|
8091
8433
|
}
|
|
8092
8434
|
},
|
|
8093
8435
|
"/v1/admin/relationships/person-documents/{id}/set-primary": {
|
|
@@ -8225,7 +8567,14 @@
|
|
|
8225
8567
|
}
|
|
8226
8568
|
}
|
|
8227
8569
|
}
|
|
8228
|
-
}
|
|
8570
|
+
},
|
|
8571
|
+
"operationId": "postAdminRelationshipsPersonDocumentsByIdSetPrimary",
|
|
8572
|
+
"summary": "POST /v1/admin/relationships/person-documents/{id}/set-primary",
|
|
8573
|
+
"tags": [
|
|
8574
|
+
"relationships"
|
|
8575
|
+
],
|
|
8576
|
+
"x-voyant-module": "relationships",
|
|
8577
|
+
"x-voyant-surface": "admin"
|
|
8229
8578
|
}
|
|
8230
8579
|
},
|
|
8231
8580
|
"/v1/admin/relationships/people/{id}/travel-snapshot": {
|
|
@@ -8370,7 +8719,14 @@
|
|
|
8370
8719
|
}
|
|
8371
8720
|
}
|
|
8372
8721
|
}
|
|
8373
|
-
}
|
|
8722
|
+
},
|
|
8723
|
+
"operationId": "getAdminRelationshipsPeopleByIdTravelSnapshot",
|
|
8724
|
+
"summary": "GET /v1/admin/relationships/people/{id}/travel-snapshot",
|
|
8725
|
+
"tags": [
|
|
8726
|
+
"relationships"
|
|
8727
|
+
],
|
|
8728
|
+
"x-voyant-module": "relationships",
|
|
8729
|
+
"x-voyant-surface": "admin"
|
|
8374
8730
|
}
|
|
8375
8731
|
},
|
|
8376
8732
|
"/v1/admin/relationships/people/{id}/profile-pii": {
|
|
@@ -8501,7 +8857,14 @@
|
|
|
8501
8857
|
}
|
|
8502
8858
|
}
|
|
8503
8859
|
}
|
|
8504
|
-
}
|
|
8860
|
+
},
|
|
8861
|
+
"operationId": "patchAdminRelationshipsPeopleByIdProfilePii",
|
|
8862
|
+
"summary": "PATCH /v1/admin/relationships/people/{id}/profile-pii",
|
|
8863
|
+
"tags": [
|
|
8864
|
+
"relationships"
|
|
8865
|
+
],
|
|
8866
|
+
"x-voyant-module": "relationships",
|
|
8867
|
+
"x-voyant-surface": "admin"
|
|
8505
8868
|
}
|
|
8506
8869
|
},
|
|
8507
8870
|
"/v1/admin/relationships/people/{id}/documents/from-plaintext": {
|
|
@@ -8756,7 +9119,14 @@
|
|
|
8756
9119
|
}
|
|
8757
9120
|
}
|
|
8758
9121
|
}
|
|
8759
|
-
}
|
|
9122
|
+
},
|
|
9123
|
+
"operationId": "postAdminRelationshipsPeopleByIdDocumentsFromPlaintext",
|
|
9124
|
+
"summary": "POST /v1/admin/relationships/people/{id}/documents/from-plaintext",
|
|
9125
|
+
"tags": [
|
|
9126
|
+
"relationships"
|
|
9127
|
+
],
|
|
9128
|
+
"x-voyant-module": "relationships",
|
|
9129
|
+
"x-voyant-surface": "admin"
|
|
8760
9130
|
}
|
|
8761
9131
|
},
|
|
8762
9132
|
"/v1/admin/relationships/person-documents/{id}/from-plaintext": {
|
|
@@ -9008,7 +9378,14 @@
|
|
|
9008
9378
|
}
|
|
9009
9379
|
}
|
|
9010
9380
|
}
|
|
9011
|
-
}
|
|
9381
|
+
},
|
|
9382
|
+
"operationId": "patchAdminRelationshipsPersonDocumentsByIdFromPlaintext",
|
|
9383
|
+
"summary": "PATCH /v1/admin/relationships/person-documents/{id}/from-plaintext",
|
|
9384
|
+
"tags": [
|
|
9385
|
+
"relationships"
|
|
9386
|
+
],
|
|
9387
|
+
"x-voyant-module": "relationships",
|
|
9388
|
+
"x-voyant-surface": "admin"
|
|
9012
9389
|
}
|
|
9013
9390
|
},
|
|
9014
9391
|
"/v1/admin/relationships/person-documents/{id}/reveal": {
|
|
@@ -9115,7 +9492,14 @@
|
|
|
9115
9492
|
}
|
|
9116
9493
|
}
|
|
9117
9494
|
}
|
|
9118
|
-
}
|
|
9495
|
+
},
|
|
9496
|
+
"operationId": "getAdminRelationshipsPersonDocumentsByIdReveal",
|
|
9497
|
+
"summary": "GET /v1/admin/relationships/person-documents/{id}/reveal",
|
|
9498
|
+
"tags": [
|
|
9499
|
+
"relationships"
|
|
9500
|
+
],
|
|
9501
|
+
"x-voyant-module": "relationships",
|
|
9502
|
+
"x-voyant-surface": "admin"
|
|
9119
9503
|
}
|
|
9120
9504
|
},
|
|
9121
9505
|
"/v1/admin/relationships/people/{id}/relationships": {
|
|
@@ -9306,7 +9690,14 @@
|
|
|
9306
9690
|
}
|
|
9307
9691
|
}
|
|
9308
9692
|
}
|
|
9309
|
-
}
|
|
9693
|
+
},
|
|
9694
|
+
"operationId": "getAdminRelationshipsPeopleByIdRelationships",
|
|
9695
|
+
"summary": "GET /v1/admin/relationships/people/{id}/relationships",
|
|
9696
|
+
"tags": [
|
|
9697
|
+
"relationships"
|
|
9698
|
+
],
|
|
9699
|
+
"x-voyant-module": "relationships",
|
|
9700
|
+
"x-voyant-surface": "admin"
|
|
9310
9701
|
},
|
|
9311
9702
|
"post": {
|
|
9312
9703
|
"parameters": [
|
|
@@ -9541,7 +9932,14 @@
|
|
|
9541
9932
|
}
|
|
9542
9933
|
}
|
|
9543
9934
|
}
|
|
9544
|
-
}
|
|
9935
|
+
},
|
|
9936
|
+
"operationId": "postAdminRelationshipsPeopleByIdRelationships",
|
|
9937
|
+
"summary": "POST /v1/admin/relationships/people/{id}/relationships",
|
|
9938
|
+
"tags": [
|
|
9939
|
+
"relationships"
|
|
9940
|
+
],
|
|
9941
|
+
"x-voyant-module": "relationships",
|
|
9942
|
+
"x-voyant-surface": "admin"
|
|
9545
9943
|
}
|
|
9546
9944
|
},
|
|
9547
9945
|
"/v1/admin/relationships/person-relationships/{id}": {
|
|
@@ -9688,7 +10086,14 @@
|
|
|
9688
10086
|
}
|
|
9689
10087
|
}
|
|
9690
10088
|
}
|
|
9691
|
-
}
|
|
10089
|
+
},
|
|
10090
|
+
"operationId": "getAdminRelationshipsPersonRelationshipsById",
|
|
10091
|
+
"summary": "GET /v1/admin/relationships/person-relationships/{id}",
|
|
10092
|
+
"tags": [
|
|
10093
|
+
"relationships"
|
|
10094
|
+
],
|
|
10095
|
+
"x-voyant-module": "relationships",
|
|
10096
|
+
"x-voyant-surface": "admin"
|
|
9692
10097
|
},
|
|
9693
10098
|
"patch": {
|
|
9694
10099
|
"parameters": [
|
|
@@ -9930,7 +10335,14 @@
|
|
|
9930
10335
|
}
|
|
9931
10336
|
}
|
|
9932
10337
|
}
|
|
9933
|
-
}
|
|
10338
|
+
},
|
|
10339
|
+
"operationId": "patchAdminRelationshipsPersonRelationshipsById",
|
|
10340
|
+
"summary": "PATCH /v1/admin/relationships/person-relationships/{id}",
|
|
10341
|
+
"tags": [
|
|
10342
|
+
"relationships"
|
|
10343
|
+
],
|
|
10344
|
+
"x-voyant-module": "relationships",
|
|
10345
|
+
"x-voyant-surface": "admin"
|
|
9934
10346
|
},
|
|
9935
10347
|
"delete": {
|
|
9936
10348
|
"parameters": [
|
|
@@ -9983,7 +10395,14 @@
|
|
|
9983
10395
|
}
|
|
9984
10396
|
}
|
|
9985
10397
|
}
|
|
9986
|
-
}
|
|
10398
|
+
},
|
|
10399
|
+
"operationId": "deleteAdminRelationshipsPersonRelationshipsById",
|
|
10400
|
+
"summary": "DELETE /v1/admin/relationships/person-relationships/{id}",
|
|
10401
|
+
"tags": [
|
|
10402
|
+
"relationships"
|
|
10403
|
+
],
|
|
10404
|
+
"x-voyant-module": "relationships",
|
|
10405
|
+
"x-voyant-surface": "admin"
|
|
9987
10406
|
}
|
|
9988
10407
|
},
|
|
9989
10408
|
"/v1/admin/relationships/customer-signals": {
|
|
@@ -10234,7 +10653,14 @@
|
|
|
10234
10653
|
}
|
|
10235
10654
|
}
|
|
10236
10655
|
}
|
|
10237
|
-
}
|
|
10656
|
+
},
|
|
10657
|
+
"operationId": "getAdminRelationshipsCustomerSignals",
|
|
10658
|
+
"summary": "GET /v1/admin/relationships/customer-signals",
|
|
10659
|
+
"tags": [
|
|
10660
|
+
"relationships"
|
|
10661
|
+
],
|
|
10662
|
+
"x-voyant-module": "relationships",
|
|
10663
|
+
"x-voyant-surface": "admin"
|
|
10238
10664
|
},
|
|
10239
10665
|
"post": {
|
|
10240
10666
|
"requestBody": {
|
|
@@ -10536,7 +10962,14 @@
|
|
|
10536
10962
|
}
|
|
10537
10963
|
}
|
|
10538
10964
|
}
|
|
10539
|
-
}
|
|
10965
|
+
},
|
|
10966
|
+
"operationId": "postAdminRelationshipsCustomerSignals",
|
|
10967
|
+
"summary": "POST /v1/admin/relationships/customer-signals",
|
|
10968
|
+
"tags": [
|
|
10969
|
+
"relationships"
|
|
10970
|
+
],
|
|
10971
|
+
"x-voyant-module": "relationships",
|
|
10972
|
+
"x-voyant-surface": "admin"
|
|
10540
10973
|
}
|
|
10541
10974
|
},
|
|
10542
10975
|
"/v1/admin/relationships/customer-signals/{id}": {
|
|
@@ -10711,7 +11144,14 @@
|
|
|
10711
11144
|
}
|
|
10712
11145
|
}
|
|
10713
11146
|
}
|
|
10714
|
-
}
|
|
11147
|
+
},
|
|
11148
|
+
"operationId": "getAdminRelationshipsCustomerSignalsById",
|
|
11149
|
+
"summary": "GET /v1/admin/relationships/customer-signals/{id}",
|
|
11150
|
+
"tags": [
|
|
11151
|
+
"relationships"
|
|
11152
|
+
],
|
|
11153
|
+
"x-voyant-module": "relationships",
|
|
11154
|
+
"x-voyant-surface": "admin"
|
|
10715
11155
|
},
|
|
10716
11156
|
"patch": {
|
|
10717
11157
|
"parameters": [
|
|
@@ -11014,7 +11454,14 @@
|
|
|
11014
11454
|
}
|
|
11015
11455
|
}
|
|
11016
11456
|
}
|
|
11017
|
-
}
|
|
11457
|
+
},
|
|
11458
|
+
"operationId": "patchAdminRelationshipsCustomerSignalsById",
|
|
11459
|
+
"summary": "PATCH /v1/admin/relationships/customer-signals/{id}",
|
|
11460
|
+
"tags": [
|
|
11461
|
+
"relationships"
|
|
11462
|
+
],
|
|
11463
|
+
"x-voyant-module": "relationships",
|
|
11464
|
+
"x-voyant-surface": "admin"
|
|
11018
11465
|
},
|
|
11019
11466
|
"delete": {
|
|
11020
11467
|
"parameters": [
|
|
@@ -11067,7 +11514,14 @@
|
|
|
11067
11514
|
}
|
|
11068
11515
|
}
|
|
11069
11516
|
}
|
|
11070
|
-
}
|
|
11517
|
+
},
|
|
11518
|
+
"operationId": "deleteAdminRelationshipsCustomerSignalsById",
|
|
11519
|
+
"summary": "DELETE /v1/admin/relationships/customer-signals/{id}",
|
|
11520
|
+
"tags": [
|
|
11521
|
+
"relationships"
|
|
11522
|
+
],
|
|
11523
|
+
"x-voyant-module": "relationships",
|
|
11524
|
+
"x-voyant-surface": "admin"
|
|
11071
11525
|
}
|
|
11072
11526
|
},
|
|
11073
11527
|
"/v1/admin/relationships/customer-signals/{id}/resolve": {
|
|
@@ -11279,7 +11733,14 @@
|
|
|
11279
11733
|
}
|
|
11280
11734
|
}
|
|
11281
11735
|
}
|
|
11282
|
-
}
|
|
11736
|
+
},
|
|
11737
|
+
"operationId": "postAdminRelationshipsCustomerSignalsByIdResolve",
|
|
11738
|
+
"summary": "POST /v1/admin/relationships/customer-signals/{id}/resolve",
|
|
11739
|
+
"tags": [
|
|
11740
|
+
"relationships"
|
|
11741
|
+
],
|
|
11742
|
+
"x-voyant-module": "relationships",
|
|
11743
|
+
"x-voyant-surface": "admin"
|
|
11283
11744
|
}
|
|
11284
11745
|
},
|
|
11285
11746
|
"/v1/admin/relationships/people/{id}/signals": {
|
|
@@ -11439,7 +11900,14 @@
|
|
|
11439
11900
|
}
|
|
11440
11901
|
}
|
|
11441
11902
|
}
|
|
11442
|
-
}
|
|
11903
|
+
},
|
|
11904
|
+
"operationId": "getAdminRelationshipsPeopleByIdSignals",
|
|
11905
|
+
"summary": "GET /v1/admin/relationships/people/{id}/signals",
|
|
11906
|
+
"tags": [
|
|
11907
|
+
"relationships"
|
|
11908
|
+
],
|
|
11909
|
+
"x-voyant-module": "relationships",
|
|
11910
|
+
"x-voyant-surface": "admin"
|
|
11443
11911
|
}
|
|
11444
11912
|
},
|
|
11445
11913
|
"/v1/admin/relationships/activities": {
|
|
@@ -11652,7 +12120,14 @@
|
|
|
11652
12120
|
}
|
|
11653
12121
|
}
|
|
11654
12122
|
}
|
|
11655
|
-
}
|
|
12123
|
+
},
|
|
12124
|
+
"operationId": "getAdminRelationshipsActivities",
|
|
12125
|
+
"summary": "GET /v1/admin/relationships/activities",
|
|
12126
|
+
"tags": [
|
|
12127
|
+
"relationships"
|
|
12128
|
+
],
|
|
12129
|
+
"x-voyant-module": "relationships",
|
|
12130
|
+
"x-voyant-surface": "admin"
|
|
11656
12131
|
},
|
|
11657
12132
|
"post": {
|
|
11658
12133
|
"requestBody": {
|
|
@@ -11845,7 +12320,14 @@
|
|
|
11845
12320
|
}
|
|
11846
12321
|
}
|
|
11847
12322
|
}
|
|
11848
|
-
}
|
|
12323
|
+
},
|
|
12324
|
+
"operationId": "postAdminRelationshipsActivities",
|
|
12325
|
+
"summary": "POST /v1/admin/relationships/activities",
|
|
12326
|
+
"tags": [
|
|
12327
|
+
"relationships"
|
|
12328
|
+
],
|
|
12329
|
+
"x-voyant-module": "relationships",
|
|
12330
|
+
"x-voyant-surface": "admin"
|
|
11849
12331
|
}
|
|
11850
12332
|
},
|
|
11851
12333
|
"/v1/admin/relationships/activities/{id}": {
|
|
@@ -11978,7 +12460,14 @@
|
|
|
11978
12460
|
}
|
|
11979
12461
|
}
|
|
11980
12462
|
}
|
|
11981
|
-
}
|
|
12463
|
+
},
|
|
12464
|
+
"operationId": "getAdminRelationshipsActivitiesById",
|
|
12465
|
+
"summary": "GET /v1/admin/relationships/activities/{id}",
|
|
12466
|
+
"tags": [
|
|
12467
|
+
"relationships"
|
|
12468
|
+
],
|
|
12469
|
+
"x-voyant-module": "relationships",
|
|
12470
|
+
"x-voyant-surface": "admin"
|
|
11982
12471
|
},
|
|
11983
12472
|
"patch": {
|
|
11984
12473
|
"parameters": [
|
|
@@ -12195,7 +12684,14 @@
|
|
|
12195
12684
|
}
|
|
12196
12685
|
}
|
|
12197
12686
|
}
|
|
12198
|
-
}
|
|
12687
|
+
},
|
|
12688
|
+
"operationId": "patchAdminRelationshipsActivitiesById",
|
|
12689
|
+
"summary": "PATCH /v1/admin/relationships/activities/{id}",
|
|
12690
|
+
"tags": [
|
|
12691
|
+
"relationships"
|
|
12692
|
+
],
|
|
12693
|
+
"x-voyant-module": "relationships",
|
|
12694
|
+
"x-voyant-surface": "admin"
|
|
12199
12695
|
},
|
|
12200
12696
|
"delete": {
|
|
12201
12697
|
"parameters": [
|
|
@@ -12248,7 +12744,14 @@
|
|
|
12248
12744
|
}
|
|
12249
12745
|
}
|
|
12250
12746
|
}
|
|
12251
|
-
}
|
|
12747
|
+
},
|
|
12748
|
+
"operationId": "deleteAdminRelationshipsActivitiesById",
|
|
12749
|
+
"summary": "DELETE /v1/admin/relationships/activities/{id}",
|
|
12750
|
+
"tags": [
|
|
12751
|
+
"relationships"
|
|
12752
|
+
],
|
|
12753
|
+
"x-voyant-module": "relationships",
|
|
12754
|
+
"x-voyant-surface": "admin"
|
|
12252
12755
|
}
|
|
12253
12756
|
},
|
|
12254
12757
|
"/v1/admin/relationships/activities/{id}/links": {
|
|
@@ -12323,7 +12826,14 @@
|
|
|
12323
12826
|
}
|
|
12324
12827
|
}
|
|
12325
12828
|
}
|
|
12326
|
-
}
|
|
12829
|
+
},
|
|
12830
|
+
"operationId": "getAdminRelationshipsActivitiesByIdLinks",
|
|
12831
|
+
"summary": "GET /v1/admin/relationships/activities/{id}/links",
|
|
12832
|
+
"tags": [
|
|
12833
|
+
"relationships"
|
|
12834
|
+
],
|
|
12835
|
+
"x-voyant-module": "relationships",
|
|
12836
|
+
"x-voyant-surface": "admin"
|
|
12327
12837
|
},
|
|
12328
12838
|
"post": {
|
|
12329
12839
|
"parameters": [
|
|
@@ -12447,7 +12957,14 @@
|
|
|
12447
12957
|
}
|
|
12448
12958
|
}
|
|
12449
12959
|
}
|
|
12450
|
-
}
|
|
12960
|
+
},
|
|
12961
|
+
"operationId": "postAdminRelationshipsActivitiesByIdLinks",
|
|
12962
|
+
"summary": "POST /v1/admin/relationships/activities/{id}/links",
|
|
12963
|
+
"tags": [
|
|
12964
|
+
"relationships"
|
|
12965
|
+
],
|
|
12966
|
+
"x-voyant-module": "relationships",
|
|
12967
|
+
"x-voyant-surface": "admin"
|
|
12451
12968
|
}
|
|
12452
12969
|
},
|
|
12453
12970
|
"/v1/admin/relationships/activity-links/{id}": {
|
|
@@ -12502,7 +13019,14 @@
|
|
|
12502
13019
|
}
|
|
12503
13020
|
}
|
|
12504
13021
|
}
|
|
12505
|
-
}
|
|
13022
|
+
},
|
|
13023
|
+
"operationId": "deleteAdminRelationshipsActivityLinksById",
|
|
13024
|
+
"summary": "DELETE /v1/admin/relationships/activity-links/{id}",
|
|
13025
|
+
"tags": [
|
|
13026
|
+
"relationships"
|
|
13027
|
+
],
|
|
13028
|
+
"x-voyant-module": "relationships",
|
|
13029
|
+
"x-voyant-surface": "admin"
|
|
12506
13030
|
}
|
|
12507
13031
|
},
|
|
12508
13032
|
"/v1/admin/relationships/activities/{id}/participants": {
|
|
@@ -12563,7 +13087,14 @@
|
|
|
12563
13087
|
}
|
|
12564
13088
|
}
|
|
12565
13089
|
}
|
|
12566
|
-
}
|
|
13090
|
+
},
|
|
13091
|
+
"operationId": "getAdminRelationshipsActivitiesByIdParticipants",
|
|
13092
|
+
"summary": "GET /v1/admin/relationships/activities/{id}/participants",
|
|
13093
|
+
"tags": [
|
|
13094
|
+
"relationships"
|
|
13095
|
+
],
|
|
13096
|
+
"x-voyant-module": "relationships",
|
|
13097
|
+
"x-voyant-surface": "admin"
|
|
12567
13098
|
},
|
|
12568
13099
|
"post": {
|
|
12569
13100
|
"parameters": [
|
|
@@ -12659,7 +13190,14 @@
|
|
|
12659
13190
|
}
|
|
12660
13191
|
}
|
|
12661
13192
|
}
|
|
12662
|
-
}
|
|
13193
|
+
},
|
|
13194
|
+
"operationId": "postAdminRelationshipsActivitiesByIdParticipants",
|
|
13195
|
+
"summary": "POST /v1/admin/relationships/activities/{id}/participants",
|
|
13196
|
+
"tags": [
|
|
13197
|
+
"relationships"
|
|
13198
|
+
],
|
|
13199
|
+
"x-voyant-module": "relationships",
|
|
13200
|
+
"x-voyant-surface": "admin"
|
|
12663
13201
|
}
|
|
12664
13202
|
},
|
|
12665
13203
|
"/v1/admin/relationships/activity-participants/{id}": {
|
|
@@ -12714,7 +13252,14 @@
|
|
|
12714
13252
|
}
|
|
12715
13253
|
}
|
|
12716
13254
|
}
|
|
12717
|
-
}
|
|
13255
|
+
},
|
|
13256
|
+
"operationId": "deleteAdminRelationshipsActivityParticipantsById",
|
|
13257
|
+
"summary": "DELETE /v1/admin/relationships/activity-participants/{id}",
|
|
13258
|
+
"tags": [
|
|
13259
|
+
"relationships"
|
|
13260
|
+
],
|
|
13261
|
+
"x-voyant-module": "relationships",
|
|
13262
|
+
"x-voyant-surface": "admin"
|
|
12718
13263
|
}
|
|
12719
13264
|
},
|
|
12720
13265
|
"/v1/admin/relationships/custom-fields": {
|
|
@@ -12874,7 +13419,14 @@
|
|
|
12874
13419
|
}
|
|
12875
13420
|
}
|
|
12876
13421
|
}
|
|
12877
|
-
}
|
|
13422
|
+
},
|
|
13423
|
+
"operationId": "getAdminRelationshipsCustomFields",
|
|
13424
|
+
"summary": "GET /v1/admin/relationships/custom-fields",
|
|
13425
|
+
"tags": [
|
|
13426
|
+
"relationships"
|
|
13427
|
+
],
|
|
13428
|
+
"x-voyant-module": "relationships",
|
|
13429
|
+
"x-voyant-surface": "admin"
|
|
12878
13430
|
},
|
|
12879
13431
|
"post": {
|
|
12880
13432
|
"requestBody": {
|
|
@@ -13075,7 +13627,14 @@
|
|
|
13075
13627
|
}
|
|
13076
13628
|
}
|
|
13077
13629
|
}
|
|
13078
|
-
}
|
|
13630
|
+
},
|
|
13631
|
+
"operationId": "postAdminRelationshipsCustomFields",
|
|
13632
|
+
"summary": "POST /v1/admin/relationships/custom-fields",
|
|
13633
|
+
"tags": [
|
|
13634
|
+
"relationships"
|
|
13635
|
+
],
|
|
13636
|
+
"x-voyant-module": "relationships",
|
|
13637
|
+
"x-voyant-surface": "admin"
|
|
13079
13638
|
}
|
|
13080
13639
|
},
|
|
13081
13640
|
"/v1/admin/relationships/custom-fields/{id}": {
|
|
@@ -13208,7 +13767,14 @@
|
|
|
13208
13767
|
}
|
|
13209
13768
|
}
|
|
13210
13769
|
}
|
|
13211
|
-
}
|
|
13770
|
+
},
|
|
13771
|
+
"operationId": "getAdminRelationshipsCustomFieldsById",
|
|
13772
|
+
"summary": "GET /v1/admin/relationships/custom-fields/{id}",
|
|
13773
|
+
"tags": [
|
|
13774
|
+
"relationships"
|
|
13775
|
+
],
|
|
13776
|
+
"x-voyant-module": "relationships",
|
|
13777
|
+
"x-voyant-surface": "admin"
|
|
13212
13778
|
},
|
|
13213
13779
|
"patch": {
|
|
13214
13780
|
"parameters": [
|
|
@@ -13406,7 +13972,14 @@
|
|
|
13406
13972
|
}
|
|
13407
13973
|
}
|
|
13408
13974
|
}
|
|
13409
|
-
}
|
|
13975
|
+
},
|
|
13976
|
+
"operationId": "patchAdminRelationshipsCustomFieldsById",
|
|
13977
|
+
"summary": "PATCH /v1/admin/relationships/custom-fields/{id}",
|
|
13978
|
+
"tags": [
|
|
13979
|
+
"relationships"
|
|
13980
|
+
],
|
|
13981
|
+
"x-voyant-module": "relationships",
|
|
13982
|
+
"x-voyant-surface": "admin"
|
|
13410
13983
|
},
|
|
13411
13984
|
"delete": {
|
|
13412
13985
|
"parameters": [
|
|
@@ -13459,7 +14032,14 @@
|
|
|
13459
14032
|
}
|
|
13460
14033
|
}
|
|
13461
14034
|
}
|
|
13462
|
-
}
|
|
14035
|
+
},
|
|
14036
|
+
"operationId": "deleteAdminRelationshipsCustomFieldsById",
|
|
14037
|
+
"summary": "DELETE /v1/admin/relationships/custom-fields/{id}",
|
|
14038
|
+
"tags": [
|
|
14039
|
+
"relationships"
|
|
14040
|
+
],
|
|
14041
|
+
"x-voyant-module": "relationships",
|
|
14042
|
+
"x-voyant-surface": "admin"
|
|
13463
14043
|
}
|
|
13464
14044
|
},
|
|
13465
14045
|
"/v1/admin/relationships/custom-field-values": {
|
|
@@ -13634,7 +14214,14 @@
|
|
|
13634
14214
|
}
|
|
13635
14215
|
}
|
|
13636
14216
|
}
|
|
13637
|
-
}
|
|
14217
|
+
},
|
|
14218
|
+
"operationId": "getAdminRelationshipsCustomFieldValues",
|
|
14219
|
+
"summary": "GET /v1/admin/relationships/custom-field-values",
|
|
14220
|
+
"tags": [
|
|
14221
|
+
"relationships"
|
|
14222
|
+
],
|
|
14223
|
+
"x-voyant-module": "relationships",
|
|
14224
|
+
"x-voyant-surface": "admin"
|
|
13638
14225
|
}
|
|
13639
14226
|
},
|
|
13640
14227
|
"/v1/admin/relationships/custom-fields/{id}/value": {
|
|
@@ -13848,7 +14435,14 @@
|
|
|
13848
14435
|
}
|
|
13849
14436
|
}
|
|
13850
14437
|
}
|
|
13851
|
-
}
|
|
14438
|
+
},
|
|
14439
|
+
"operationId": "putAdminRelationshipsCustomFieldsByIdValue",
|
|
14440
|
+
"summary": "PUT /v1/admin/relationships/custom-fields/{id}/value",
|
|
14441
|
+
"tags": [
|
|
14442
|
+
"relationships"
|
|
14443
|
+
],
|
|
14444
|
+
"x-voyant-module": "relationships",
|
|
14445
|
+
"x-voyant-surface": "admin"
|
|
13852
14446
|
}
|
|
13853
14447
|
},
|
|
13854
14448
|
"/v1/admin/relationships/custom-field-values/{id}": {
|
|
@@ -13903,7 +14497,14 @@
|
|
|
13903
14497
|
}
|
|
13904
14498
|
}
|
|
13905
14499
|
}
|
|
13906
|
-
}
|
|
14500
|
+
},
|
|
14501
|
+
"operationId": "deleteAdminRelationshipsCustomFieldValuesById",
|
|
14502
|
+
"summary": "DELETE /v1/admin/relationships/custom-field-values/{id}",
|
|
14503
|
+
"tags": [
|
|
14504
|
+
"relationships"
|
|
14505
|
+
],
|
|
14506
|
+
"x-voyant-module": "relationships",
|
|
14507
|
+
"x-voyant-surface": "admin"
|
|
13907
14508
|
}
|
|
13908
14509
|
}
|
|
13909
14510
|
},
|