@artsy/cohesion 4.336.0 → 4.338.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.338.0 (Fri Jan 23 2026)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- fix: remove order details examples from ContactGallery [#675](https://github.com/artsy/cohesion/pull/675) ([@xander-pero](https://github.com/xander-pero))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@xander-pero](https://github.com/xander-pero)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.337.0 (Wed Jan 21 2026)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- chore: Expand Click/Tap Visit Help center for inquiry [#673](https://github.com/artsy/cohesion/pull/673) ([@xander-pero](https://github.com/xander-pero))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@xander-pero](https://github.com/xander-pero)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.336.0 (Tue Dec 23 2025)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -40,7 +40,7 @@ export interface ClickedAddFilters {
|
|
|
40
40
|
* ```
|
|
41
41
|
* {
|
|
42
42
|
* action: "clickedAddNewShippingAddress",
|
|
43
|
-
* context_module: "
|
|
43
|
+
* context_module: "ordersShipping",
|
|
44
44
|
* context_page_owner_type: "orders-shipping",
|
|
45
45
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b"
|
|
46
46
|
* }
|
|
@@ -188,7 +188,7 @@ export interface ClickedArtworkGroup extends ClickedEntityGroup {
|
|
|
188
188
|
* ```
|
|
189
189
|
* {
|
|
190
190
|
* action: "clickedAskSpecialist",
|
|
191
|
-
* context_module: "
|
|
191
|
+
* context_module: "ordersDetail" | "ordersCheckout",
|
|
192
192
|
* context_page_owner_type: "orders-detail" | "orders-checkout",
|
|
193
193
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b"
|
|
194
194
|
* flow: "Buy now" | "Make offer" | "Partner offer"
|
|
@@ -278,7 +278,7 @@ export interface ClickedCollectionGroup extends ClickedEntityGroup {
|
|
|
278
278
|
* ```
|
|
279
279
|
* {
|
|
280
280
|
* action: "clickedBuyerProtection",
|
|
281
|
-
* context_module: "
|
|
281
|
+
* context_module: "ordersShipping",
|
|
282
282
|
* context_page_owner_type: "orders-shipping",
|
|
283
283
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
284
284
|
* destination_page_owner_type: "articles",
|
|
@@ -349,15 +349,15 @@ export interface ClickedMakeOffer {
|
|
|
349
349
|
signal_label?: string;
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
|
-
* User clicks "Contact Gallery" on an artwork page (BNMO)
|
|
352
|
+
* User clicks "Contact Gallery" on an artwork page (BNMO)
|
|
353
353
|
*
|
|
354
354
|
* This schema describes events sent to Segment from [[clickedContactGallery]]
|
|
355
355
|
* @example
|
|
356
356
|
* ```
|
|
357
357
|
* {
|
|
358
358
|
* action: "clickedContactGallery",
|
|
359
|
-
* context_owner_type: "Artwork"
|
|
360
|
-
* context_owner_id: "6164889300d643000db86504"
|
|
359
|
+
* context_owner_type: "Artwork"
|
|
360
|
+
* context_owner_id: "6164889300d643000db86504",
|
|
361
361
|
* context_owner_slug: "radna-segal-pearl",
|
|
362
362
|
* signal_label: "Limited-Time Offer",
|
|
363
363
|
* }
|
|
@@ -405,7 +405,7 @@ export interface ClickedBid {
|
|
|
405
405
|
* ```
|
|
406
406
|
* {
|
|
407
407
|
* action: "clickedChangePaymentMethod",
|
|
408
|
-
* context_module: "
|
|
408
|
+
* context_module: "ordersReview" | "ordersHistory",
|
|
409
409
|
* context_page_owner_type: "orders-review" | "orders-history",
|
|
410
410
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
411
411
|
* }
|
|
@@ -426,7 +426,7 @@ export interface ClickedChangePaymentMethod {
|
|
|
426
426
|
* ```
|
|
427
427
|
* {
|
|
428
428
|
* action: "clickedChangeShippingAddress",
|
|
429
|
-
* context_module: "
|
|
429
|
+
* context_module: "ordersReview",
|
|
430
430
|
* context_page_owner_type: "orders-review",
|
|
431
431
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
432
432
|
* }
|
|
@@ -447,7 +447,7 @@ export interface ClickedChangeShippingAddress {
|
|
|
447
447
|
* ```
|
|
448
448
|
* {
|
|
449
449
|
* action: "clickedChangeShippingMethod",
|
|
450
|
-
* context_module: "
|
|
450
|
+
* context_module: "ordersReview",
|
|
451
451
|
* context_page_owner_type: "orders-review",
|
|
452
452
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
453
453
|
* }
|
|
@@ -469,7 +469,7 @@ export interface ClickedChangeShippingMethod {
|
|
|
469
469
|
* ```
|
|
470
470
|
* {
|
|
471
471
|
* action: "clickedDeliveryMethod",
|
|
472
|
-
* context_module: "
|
|
472
|
+
* context_module: "ordersShipping",
|
|
473
473
|
* context_page_owner_type: "orders-shipping",
|
|
474
474
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
475
475
|
* subject: Pick up
|
|
@@ -1020,7 +1020,7 @@ export interface CheckedAccountBalance {
|
|
|
1020
1020
|
* ```
|
|
1021
1021
|
* {
|
|
1022
1022
|
* action: "clickedShippingAddress",
|
|
1023
|
-
* context_module: "
|
|
1023
|
+
* context_module: "ordersShipping",
|
|
1024
1024
|
* context_page_owner_type: "orders-shipping",
|
|
1025
1025
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b"
|
|
1026
1026
|
* }
|
|
@@ -1041,7 +1041,7 @@ export interface ClickedShippingAddress {
|
|
|
1041
1041
|
* ```
|
|
1042
1042
|
* {
|
|
1043
1043
|
* action: "clickedSelectShippingOption",
|
|
1044
|
-
* context_module: "
|
|
1044
|
+
* context_module: "ordersShipping",
|
|
1045
1045
|
* context_page_owner_type: "orders-shipping",
|
|
1046
1046
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
1047
1047
|
* subject: "UPS Ground"
|
|
@@ -1790,7 +1790,7 @@ export interface ClickedOnDuplicateArtwork {
|
|
|
1790
1790
|
* ```
|
|
1791
1791
|
* {
|
|
1792
1792
|
* action: "clickedValidationAddressOptions",
|
|
1793
|
-
* context_module: "
|
|
1793
|
+
* context_module: "ordersShipping",
|
|
1794
1794
|
* context_page_owner_type: "orders-shipping",
|
|
1795
1795
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
1796
1796
|
* user_id: "61bcda16515b038ce5000104"
|
|
@@ -1819,7 +1819,7 @@ export interface ClickedValidationAddressOptions {
|
|
|
1819
1819
|
* ```
|
|
1820
1820
|
* {
|
|
1821
1821
|
* action: "clickedCloseValidationAddressModal",
|
|
1822
|
-
* context_module: "
|
|
1822
|
+
* context_module: "ordersShipping",
|
|
1823
1823
|
* context_page_owner_type: "orders-shipping",
|
|
1824
1824
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
1825
1825
|
* subject: Check your delivery address
|
|
@@ -2288,7 +2288,8 @@ export interface ClickedViewFullConversationHistory {
|
|
|
2288
2288
|
inquiry_id: string;
|
|
2289
2289
|
}
|
|
2290
2290
|
/**
|
|
2291
|
-
* A user clicks on the help center link during the checkout flow
|
|
2291
|
+
* A user clicks on the help center link during the checkout flow, order details, or conversations page.
|
|
2292
|
+
* context_page_owner_id is either an orderID or conversationID
|
|
2292
2293
|
*
|
|
2293
2294
|
* This schema describes events sent to Segment from [[clickedVisitHelpCenter]]
|
|
2294
2295
|
*
|
|
@@ -2296,12 +2297,12 @@ export interface ClickedViewFullConversationHistory {
|
|
|
2296
2297
|
* ```
|
|
2297
2298
|
* {
|
|
2298
2299
|
* action: "clickedVisitHelpCenter",
|
|
2299
|
-
* context_module: "
|
|
2300
|
-
* context_page_owner_type: "orders-detail" | "orders-checkout",
|
|
2301
|
-
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
2300
|
+
* context_module: "ordersDetail" | "ordersCheckout" | "conversations",
|
|
2301
|
+
* context_page_owner_type: "orders-detail" | "orders-checkout" | "conversation",
|
|
2302
|
+
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b" | "549186",
|
|
2302
2303
|
* destination_page_owner_type: "articles",
|
|
2303
|
-
* destination_page_owner_slug: "
|
|
2304
|
-
* flow: "Buy now" | "Make offer" | "Partner offer"
|
|
2304
|
+
* destination_page_owner_slug: "0TO3b000000UessGAC/buy" | "0TO3b000000UevEGAS/contacting-a-gallery",
|
|
2305
|
+
* flow: "Buy now" | "Make offer" | "Partner offer" | "Inquiry"
|
|
2305
2306
|
* }
|
|
2306
2307
|
* ```
|
|
2307
2308
|
*/
|
|
@@ -2323,7 +2324,7 @@ export interface ClickedVisitHelpCenter {
|
|
|
2323
2324
|
* ```
|
|
2324
2325
|
* {
|
|
2325
2326
|
* action: "clickedCompleteYourProfile",
|
|
2326
|
-
* context_module: "
|
|
2327
|
+
* context_module: "ordersDetail",
|
|
2327
2328
|
* context_page_owner_type: "orders-detail",
|
|
2328
2329
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b"
|
|
2329
2330
|
* }
|
|
@@ -2512,7 +2513,7 @@ export interface ClickedFulfillmentTab {
|
|
|
2512
2513
|
* ```
|
|
2513
2514
|
* {
|
|
2514
2515
|
* action: "clickedOrderProgression",
|
|
2515
|
-
* context_module: "
|
|
2516
|
+
* context_module: "ordersOffer" | "ordersFulfillment" | "ordersShippingMethods" | "ordersPayment" | "ordersReview"
|
|
2516
2517
|
* context_page_owner_type: "orders-checkout",
|
|
2517
2518
|
* context_page_owner_id: "b0ac7b78-ee9b-4fa8-b0ca-b726169db217",
|
|
2518
2519
|
* flow: "Buy now" | "Make offer" | "Partner offer"
|
|
@@ -2535,7 +2536,7 @@ export interface ClickedOrderProgression {
|
|
|
2535
2536
|
* ```
|
|
2536
2537
|
* {
|
|
2537
2538
|
* action: "clickedImportFees",
|
|
2538
|
-
* context_module: "
|
|
2539
|
+
* context_module: "ordersDetail" | "ordersCheckout",
|
|
2539
2540
|
* context_page_owner_type: "orders-detail" | "orders-checkout",
|
|
2540
2541
|
* context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b"
|
|
2541
2542
|
* destination_page_owner_type: "articles",
|
|
@@ -183,7 +183,7 @@ export interface TappedArtworkGroup extends TappedEntityGroup {
|
|
|
183
183
|
* ```
|
|
184
184
|
* {
|
|
185
185
|
* action: "tappedAskSpecialist",
|
|
186
|
-
* context_module: "
|
|
186
|
+
* context_module: "ordersDetail" | "ordersCheckout",
|
|
187
187
|
* context_screen_owner_type: "orders-detail" | "orders-checkout",
|
|
188
188
|
* context_screen_owner_id: "5fad78273c8451000d0c53b9",
|
|
189
189
|
* flow: "Buy now" | "Make offer" | "Partner offer"
|
|
@@ -1019,7 +1019,7 @@ export interface TappedBuyNow {
|
|
|
1019
1019
|
signal_lot_watcher_count?: number;
|
|
1020
1020
|
}
|
|
1021
1021
|
/**
|
|
1022
|
-
* A user taps on 'Contact Gallery' on an artwork page
|
|
1022
|
+
* A user taps on 'Contact Gallery' on an artwork page
|
|
1023
1023
|
*
|
|
1024
1024
|
* This schema describes events sent to Segment from [[tappedContactGallery]]
|
|
1025
1025
|
*
|
|
@@ -1027,8 +1027,8 @@ export interface TappedBuyNow {
|
|
|
1027
1027
|
* ```
|
|
1028
1028
|
* {
|
|
1029
1029
|
* action: "tappedContactGallery",
|
|
1030
|
-
* context_owner_type: "Artwork"
|
|
1031
|
-
* context_owner_id: "6164889300d643000db86504"
|
|
1030
|
+
* context_owner_type: "Artwork",
|
|
1031
|
+
* context_owner_id: "6164889300d643000db86504",
|
|
1032
1032
|
* context_owner_slug: "radna-segal-pearl",
|
|
1033
1033
|
* signal_label: "Limited-Time Offer",
|
|
1034
1034
|
* }
|
|
@@ -1349,6 +1349,7 @@ export interface TappedViewWork {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
/**
|
|
1351
1351
|
* A user taps on the Visit Help Center link in the app
|
|
1352
|
+
* context_page_owner_id is either an orderID or conversationID
|
|
1352
1353
|
*
|
|
1353
1354
|
* This schema describes events sent to Segment from [[tappedVisitHelpCenter]]
|
|
1354
1355
|
*
|
|
@@ -1356,12 +1357,12 @@ export interface TappedViewWork {
|
|
|
1356
1357
|
* ```
|
|
1357
1358
|
* {
|
|
1358
1359
|
* action: "tappedVisitHelpCenter",
|
|
1359
|
-
* context_module: "
|
|
1360
|
-
* context_screen_owner_type: "orders-detail" | "orders-checkout",
|
|
1361
|
-
* context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
1360
|
+
* context_module: "ordersDetail" | "ordersCheckout" | "conversations",
|
|
1361
|
+
* context_screen_owner_type: "orders-detail" | "orders-checkout" | "conversation",
|
|
1362
|
+
* context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b" | "549186",
|
|
1362
1363
|
* destination_screen_owner_type: "articles",
|
|
1363
|
-
* destination_screen_owner_slug: "
|
|
1364
|
-
* flow: "Buy now" | "Make offer" | "Partner offer"
|
|
1364
|
+
* destination_screen_owner_slug: "0TO3b000000UessGAC/buy" | "0TO3b000000UevEGAS/contacting-a-gallery",
|
|
1365
|
+
* flow: "Buy now" | "Make offer" | "Partner offer" | "Inquiry"
|
|
1365
1366
|
* }
|
|
1366
1367
|
* ```
|
|
1367
1368
|
*/
|
|
@@ -1480,7 +1481,7 @@ export interface TappedMenuItemGroup {
|
|
|
1480
1481
|
* ```
|
|
1481
1482
|
* {
|
|
1482
1483
|
* action: "tappedBuyerProtection",
|
|
1483
|
-
* context_module: "
|
|
1484
|
+
* context_module: "ordersDetail",
|
|
1484
1485
|
* context_screen_owner_type: "orders-detail",
|
|
1485
1486
|
* context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
1486
1487
|
* destination_screen_owner_type: "articles",
|
|
@@ -1505,7 +1506,7 @@ export interface TappedBuyerProtection {
|
|
|
1505
1506
|
* ```
|
|
1506
1507
|
* {
|
|
1507
1508
|
* action: "tappedImportFees",
|
|
1508
|
-
* context_module: "
|
|
1509
|
+
* context_module: "ordersDetail",
|
|
1509
1510
|
* context_screen_owner_type: "orders-detail",
|
|
1510
1511
|
* context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
|
|
1511
1512
|
* destination_screen_owner_type: "articles",
|
|
@@ -88,6 +88,7 @@ export declare enum ContextModule {
|
|
|
88
88
|
consignmentInquiryForm = "consignmentInquiryForm",
|
|
89
89
|
consignSubmissionFlow = "consignSubmissionFlow",
|
|
90
90
|
contactInformation = "contactInformation",
|
|
91
|
+
conversations = "conversations",
|
|
91
92
|
conversationBuyNowConfirmArtwork = "conversationBuyNowConfirmArtwork",
|
|
92
93
|
conversationMakeOfferConfirmArtwork = "conversationMakeOfferConfirmArtwork",
|
|
93
94
|
createAlert = "createAlert",
|
|
@@ -102,6 +102,7 @@ exports.ContextModule = ContextModule;
|
|
|
102
102
|
ContextModule["consignmentInquiryForm"] = "consignmentInquiryForm";
|
|
103
103
|
ContextModule["consignSubmissionFlow"] = "consignSubmissionFlow";
|
|
104
104
|
ContextModule["contactInformation"] = "contactInformation";
|
|
105
|
+
ContextModule["conversations"] = "conversations";
|
|
105
106
|
ContextModule["conversationBuyNowConfirmArtwork"] = "conversationBuyNowConfirmArtwork";
|
|
106
107
|
ContextModule["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
|
|
107
108
|
ContextModule["createAlert"] = "createAlert";
|
|
@@ -178,4 +178,4 @@ export type ScreenOwnerType = OwnerType.about | OwnerType.account | OwnerType.ac
|
|
|
178
178
|
/**
|
|
179
179
|
* Owner types available in web/mobile web
|
|
180
180
|
*/
|
|
181
|
-
export type PageOwnerType = OwnerType.about | OwnerType.activities | OwnerType.activity | OwnerType.alertConfirmation | OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkRecommendations | OwnerType.auctions | OwnerType.basedOnYourRecentSaves | OwnerType.collect | OwnerType.collection | OwnerType.collections | OwnerType.consign | OwnerType.demand | OwnerType.editProfile | OwnerType.fair | OwnerType.fairs | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.marketNews | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.onboarding | OwnerType.ordersAccept | OwnerType.ordersCheckout | OwnerType.ordersCounter | OwnerType.ordersDetail | OwnerType.ordersNewPayment | OwnerType.ordersOffer | OwnerType.ordersPayment | OwnerType.ordersRespond | OwnerType.ordersReview | OwnerType.ordersShipping | OwnerType.ordersSubmitted | OwnerType.partner | OwnerType.partnerShowsArtworks | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recommendedArtists | OwnerType.sale | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.search | OwnerType.sendOffers | OwnerType.show | OwnerType.shows | OwnerType.submitArtworkStepStart | OwnerType.submitArtworkStepSelectArtist | OwnerType.submitArtworkStepAddTitle | OwnerType.submitArtworkStepAddPhotos | OwnerType.submitArtworkStepAddDetails | OwnerType.submitArtworkStepPurchaseHistory | OwnerType.submitArtworkStepAddDimensions | OwnerType.submitArtworkStepAddPhoneNumber | OwnerType.submitArtworkStepCompleteYourSubmission | OwnerType.submitArtworkStepArtistRejected | OwnerType.submitArtworkStepSelectArtworkMyCollectionArtwork | OwnerType.submitArtworkStepShippingLocation | OwnerType.submitArtworkStepFrameInformation | OwnerType.submitArtworkStepAddtionalDocuments | OwnerType.submitArtworkStepCondition | OwnerType.submitArtworkStepCompleteYourSubmissionPostApproval | OwnerType.tag | OwnerType.user | OwnerType.viewingRoom | OwnerType.viewingRooms | OwnerType.worksForYou | OwnerType.newWorksFromGalleriesYouFollow;
|
|
181
|
+
export type PageOwnerType = OwnerType.about | OwnerType.activities | OwnerType.activity | OwnerType.alertConfirmation | OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistAuctionResults | OwnerType.artists | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkRecommendations | OwnerType.auctions | OwnerType.basedOnYourRecentSaves | OwnerType.collect | OwnerType.collection | OwnerType.collections | OwnerType.consign | OwnerType.conversation | OwnerType.demand | OwnerType.editProfile | OwnerType.fair | OwnerType.fairs | OwnerType.galleries | OwnerType.gene | OwnerType.home | OwnerType.marketNews | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.onboarding | OwnerType.ordersAccept | OwnerType.ordersCheckout | OwnerType.ordersCounter | OwnerType.ordersDetail | OwnerType.ordersNewPayment | OwnerType.ordersOffer | OwnerType.ordersPayment | OwnerType.ordersRespond | OwnerType.ordersReview | OwnerType.ordersShipping | OwnerType.ordersSubmitted | OwnerType.partner | OwnerType.partnerShowsArtworks | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recommendedArtists | OwnerType.sale | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.search | OwnerType.sendOffers | OwnerType.show | OwnerType.shows | OwnerType.submitArtworkStepStart | OwnerType.submitArtworkStepSelectArtist | OwnerType.submitArtworkStepAddTitle | OwnerType.submitArtworkStepAddPhotos | OwnerType.submitArtworkStepAddDetails | OwnerType.submitArtworkStepPurchaseHistory | OwnerType.submitArtworkStepAddDimensions | OwnerType.submitArtworkStepAddPhoneNumber | OwnerType.submitArtworkStepCompleteYourSubmission | OwnerType.submitArtworkStepArtistRejected | OwnerType.submitArtworkStepSelectArtworkMyCollectionArtwork | OwnerType.submitArtworkStepShippingLocation | OwnerType.submitArtworkStepFrameInformation | OwnerType.submitArtworkStepAddtionalDocuments | OwnerType.submitArtworkStepCondition | OwnerType.submitArtworkStepCompleteYourSubmissionPostApproval | OwnerType.tag | OwnerType.user | OwnerType.viewingRoom | OwnerType.viewingRooms | OwnerType.worksForYou | OwnerType.newWorksFromGalleriesYouFollow;
|