///
import * as api from './api';
import { ApplicationClass } from './ApplicationClass';
import { ApplicationBrowserClass } from './ApplicationBrowserClass';
import { EventEmitter } from 'events';
export declare const COMMANDS: {
'CREATE_VENDOR': string;
'ADD_VENDOR': string;
'REMOVE_VENDOR': string;
'UPDATE_VENDOR': string;
'DESTROY_VENDOR': string;
'SET_VENDOR_BILLING_ADDRESS': string;
'SET_VENDOR_SHIPPING_ADDRESS': string;
'SET_VENDOR_PRIMARY_FULFILLMENT_SERVICE': string;
'UPLOAD_VENDORS': string;
'PROCESS_UPLOADED_VENDORS': string;
'UPLOAD_VENDOR_INVENTORY': string;
'PROCESS_UPLOADED_VENDOR_INVENTORY': string;
'ADD_VENDOR_PRODUCT': string;
'ADD_VENDOR_PRODUCTS': string;
'UPDATE_VENDOR_PRODUCT': string;
'REMOVE_VENDOR_PRODUCT': string;
'ADD_VENDOR_PRODUCT_VARIANT': string;
'ADD_VENDOR_PRODUCT_VARIANTS': string;
'UPDATE_VENDOR_PRODUCT_VARIANT': string;
'REMOVE_VENDOR_PRODUCT_VARIANT': string;
'DECREMENT_VENDOR_PRODUCT_VARIANT': string;
'DECREMENT_VENDOR_PRODUCT_VARIANTS': string;
'INCREMENT_VENDOR_PRODUCT_VARIANT': string;
'INCREMENT_VENDOR_PRODUCT_VARIANTS': string;
'ADD_VENDOR_FULFILLMENT_SERVICE': string;
'ADD_VENDOR_FULFILLMENT_SERVICES': string;
'UPDATE_VENDOR_FULFILLMENT_SERVICE': string;
'REMOVE_VENDOR_FULFILLMENT_SERVICE': string;
'CREATE_TRANSACTION': string;
'CREATE_TRANSACTIONS': string;
'UPDATE_TRANSACTION': string;
'UPDATE_TRANSACTIONS': string;
'DESTROY_TRANSACTION': string;
'AUTHORIZE_TRANSACTION': string;
'AUTHORIZE_TRANSACTIONS': string;
'PARTIALLY_AUTHORIZE_TRANSACTION': string;
'CAPTURE_TRANSACTION': string;
'CAPTURE_TRANSACTIONS': string;
'PARTIALLY_CAPTURE_TRANSACTION': string;
'VOID_TRANSACTION': string;
'VOID_TRANSACTIONS': string;
'REFUND_TRANSACTION': string;
'REFUND_TRANSACTIONS': string;
'PARTIALLY_REFUND_TRANSACTION': string;
'SALE_TRANSACTION': string;
'SALE_TRANSACTIONS': string;
'PARTIALLY_SALE_TRANSACTION': string;
'CANCEL_TRANSACTION': string;
'CANCEL_TRANSACTIONS': string;
'CALCULATE_TRANSACTION': string;
'UPLOAD_TRANSACTIONS': string;
'PROCESS_UPLOADED_TRANSACTIONS': string;
'CREATE_THEME': string;
'UPDATE_THEME': string;
'DESTROY_THEME': string;
'CALCULATE_CART_TAXES': string;
'CALCULATE_ORDER_TAXES': string;
'CALCULATE_SUBSCRIPTION_TAXES': string;
'CREATE_TEMPLATE': string;
'ADD_TEMPLATE': string;
'UPDATE_TEMPLATE': string;
'DESTROY_TEMPLATE': string;
'PUBLISH_TEMPLATE': string;
'UNPUBLISH_TEMPLATE': string;
'PUBLISH_TEMPLATES': string;
'UNPUBLISH_TEMPLATES': string;
'CREATE_TASK': string;
'UPDATE_TASK': string;
'DESTROY_TASK': string;
'PUBLISH_TASK': string;
'UNPUBLISH_TASK': string;
'MARK_TASK': string;
'SET_TASK_FEED': string;
'CREATE_TASK_ITEM': string;
'UPDATE_TASK_ITEM': string;
'MARK_TASK_ITEM': string;
'DESTROY_TASK_ITEM': string;
'CALCULATE_CART_SHIPPING': string;
'CALCULATE_ORDER_SHIPPING': string;
'CALCULATE_SUBSCRIPTION_SHIPPING': string;
'CREATE_SUBSCRIPTION_ITEM': string;
'CREATE_SUBSCRIPTION_ITEMS': string;
'ADD_SUBSCRIPTION_ITEMS': string;
'UPDATE_SUBSCRIPTION_ITEM': string;
'UPDATE_SUBSCRIPTION_ITEMS': string;
'SET_SUBSCRIPTION_ITEMS_CUSTOMER': string;
'REMOVE_SUBSCRIPTION_ITEM': string;
'DESTROY_SUBSCRIPTION_ITEM': string;
'INCREASE_SUBSCRIPTION_ITEM_QUANTITY': string;
'DECREASE_SUBSCRIPTION_ITEM_QUANTITY': string;
'CALCULATE_SUBSCRIPTION_ITEM': string;
'CALCULATE_SUBSCRIPTION_ITEMS': string;
'SET_SUBSCRIPTION_ITEM_PAYMENT_DETAILS': string;
'SET_SUBSCRIPTION_ITEM_FULFILLMENT_DETAILS': string;
'ADD_SUBSCRIPTION_ITEM_SHIPPING_LINE': string;
'ADD_SUBSCRIPTION_ITEM_TAX_LINE': string;
'ADD_SUBSCRIPTION_ITEM_OVERRIDE_LINE': string;
'REMOVE_SUBSCRIPTION_ITEM_SHIPPING_LINE': string;
'REMOVE_SUBSCRIPTION_ITEM_TAX_LINE': string;
'REMOVE_SUBSCRIPTION_ITEM_OVERRIDE_LINE': string;
'CREATE_SUBSCRIPTION': string;
'UPDATE_SUBSCRIPTION': string;
'DESTROY_SUBSCRIPTION': string;
'RENEW_SUBSCRIPTION': string;
'ACTIVATE_SUBSCRIPTION': string;
'DEACTIVATE_SUBSCRIPTION': string;
'CONVERT_SUBSCRIPTION': string;
'CANCEL_SUBSCRIPTION': string;
'SET_SUBSCRIPTION_ORDER': string;
'SET_SUBSCRIPTION_CUSTOMER': string;
'SET_SUBSCRIPTION_USER': string;
'UNSET_SUBSCRIPTION_CUSTOMER': string;
'SET_SUBSCRIPTION_BILLING_ADDRESS': string;
'SET_SUBSCRIPTION_SHIPPING_ADDRESS': string;
'SET_SUBSCRIPTION_PAYMENT_DETAILS': string;
'SET_SUBSCRIPTION_FULFILLMENT_DETAILS': string;
'SET_SUBSCRIPTION_SHIPPING_LINES': string;
'ADD_SUBSCRIPTION_SHIPPING_LINE': string;
'REMOVE_SUBSCRIPTION_SHIPPING_LINE': string;
'SET_SUBSCRIPTION_OVERRIDE_LINES': string;
'ADD_SUBSCRIPTION_OVERRIDE_LINE': string;
'REMOVE_SUBSCRIPTION_OVERRIDE_LINE': string;
'SET_SUBSCRIPTION_TAX_LINES': string;
'ADD_SUBSCRIPTION_TAX_LINE': string;
'REMOVE_SUBSCRIPTION_TAX_LINE': string;
'SET_SUBSCRIPTION_DISCOUNT_LINES': string;
'ADD_SUBSCRIPTION_DISCOUNT_LINE': string;
'REMOVE_SUBSCRIPTION_DISCOUNT_LINE': string;
'SET_SUBSCRIPTION_COUPON_LINES': string;
'ADD_SUBSCRIPTION_COUPON_LINE': string;
'REMOVE_SUBSCRIPTION_COUPON_LINE': string;
'CALCULATE_SUBSCRIPTION': string;
'CALCULATE_SUBSCRIPTIONS': string;
'UPLOAD_SUBSCRIPTIONS': string;
'PROCESS_UPLOADED_SUBSCRIPTIONS': string;
'CREATE_SCHEMA': string;
'UPDATE_SCHEMA': string;
'DESTROY_SCHEMA': string;
'CREATE_PERMISSION': string;
'CREATE_PERMISSIONS': string;
'DESTROY_PERMISSION': string;
'GRANT_USER_PERMISSION': string;
'REVOKE_USER_PERMISSION': string;
'CREATE_ROLE': string;
'DESTROY_ROLE': string;
'ACTIVATE_ROLE': string;
'DEACTIVATE_ROLE': string;
'ADD_USER_ROLE': string;
'REMOVE_USER_ROLE': string;
'ADD_ROLE': string;
'REMOVE_ROLE': string;
'GRANT_ROLE_PERMISSION': string;
'REVOKE_ROLE_PERMISSION': string;
'ADD_ROLE_USERS': string;
'CREATE_RESOURCE': string;
'CREATE_RESOURCES': string;
'DESTROY_RESOURCE': string;
'REGISTER_USER': string;
'CREATE_USER': string;
'UPDATE_USER': string;
'LOGIN_USER': string;
'LOGOUT_USER': string;
'ADD_USER': string;
'ADD_USERS': string;
'REMOVE_USER': string;
'SET_USER_CUSTOMER_PRIMARY': string;
'SET_USER_CUSTOMER_CURRENT': string;
'SET_USER_CART_CURRENT': string;
'SET_USER_WISHLIST': string;
'UPLOAD_USERS': string;
'PROCESS_UPLOADED_USERS': string;
'UPLOAD_USER_METADATA': string;
'PROCESS_UPLOADED_USER_METADATA': string;
'INVITE_USER': string;
'CREATE_USER_INVITE': string;
'ACCEPT_USER_INVITE': string;
'REJECT_USER_INVITE': string;
'CANCEL_USER_INVITE': string;
'NOTIFY_USER': string;
'CREATE_USER_NOTIFICATION': string;
'READ_USER_NOTIFICATION': string;
'UNREAD_USER_NOTIFICATION': string;
'SEND_USER_NOTIFICATION_EMAIL': string;
'ADD_USER_CUSTOMER': string;
'ADD_USER_CUSTOMERS': string;
'UPDATE_USER_CUSTOMER': string;
'REMOVE_USER_CUSTOMER': string;
'ADD_USER_CARTS': string;
'ADD_USER_PASSPORT': string;
'CREATE_USER_PASSPORT': string;
'RESET_USER_PASSPORT': string;
'UPDATE_USER_PASSPORT': string;
'REMOVE_USER_PASSPORT': string;
'ADD_USER_OFFER': string;
'ADD_USER_OFFERS': string;
'UPDATE_USER_OFFER': string;
'UPDATE_USER_OFFERS': string;
'REMOVE_USER_OFFER': string;
'REMOVE_USER_OFFERS': string;
'CREATE_DEVICE': string;
'UPDATE_DEVICE': string;
'ADD_USER_DEVICE': string;
'DETECT_NEW_USER_DEVICE': string;
'CREATE_PRODUCT': string;
'MERGE_PRODUCTS': string;
'ADD_PRODUCT': string;
'ADD_PRODUCTS': string;
'UPDATE_PRODUCT': string;
'DESTROY_PRODUCT': string;
'REMOVE_PRODUCT': string;
'PUBLISH_PRODUCT': string;
'UNPUBLISH_PRODUCT': string;
'PUBLISH_PRODUCTS': string;
'UNPUBLISH_PRODUCTS': string;
'SET_PRODUCT_IMAGE_PRIMARY': string;
'SET_PRODUCT_VARIANT_DEFAULT': string;
'ADD_PRODUCT_CATEGORY': string;
'REMOVE_PRODUCT_CATEGORY': string;
'UPLOAD_PRODUCTS': string;
'PROCESS_UPLOADED_PRODUCTS': string;
'UPLOAD_PRODUCT_METADATA': string;
'PROCESS_UPLOADED_PRODUCT_METADATA': string;
'UPLOAD_PRODUCT_VARIANTS': string;
'PROCESS_UPLOADED_PRODUCT_VARIANTS': string;
'ADD_PRODUCT_ASSOCIATION': string;
'ADD_PRODUCT_ASSOCIATIONS': string;
'CREATE_PRODUCT_ASSOCIATION': string;
'CREATE_PRODUCT_ASSOCIATIONS': string;
'UPDATE_PRODUCT_ASSOCIATION': string;
'REMOVE_PRODUCT_ASSOCIATION': string;
'DESTROY_PRODUCT_ASSOCIATION': string;
'PUBLISH_PRODUCT_ASSOCIATION': string;
'UNPUBLISH_PRODUCT_ASSOCIATION': string;
'ADD_PRODUCT_IMAGE': string;
'ADD_PRODUCT_IMAGES': string;
'CREATE_PRODUCT_IMAGE': string;
'CREATE_PRODUCT_IMAGES': string;
'UPDATE_PRODUCT_IMAGE': string;
'REMOVE_PRODUCT_IMAGE': string;
'DESTROY_PRODUCT_IMAGE': string;
'PUBLISH_PRODUCT_IMAGE': string;
'UNPUBLISH_PRODUCT_IMAGE': string;
'ADD_PRODUCT_VARIANT': string;
'ADD_PRODUCT_VARIANTS': string;
'CREATE_PRODUCT_VARIANT': string;
'CREATE_PRODUCT_VARIANTS': string;
'UPDATE_PRODUCT_VARIANT': string;
'REMOVE_PRODUCT_VARIANT': string;
'DESTROY_PRODUCT_VARIANT': string;
'PUBLISH_PRODUCT_VARIANT': string;
'UNPUBLISH_PRODUCT_VARIANT': string;
'PUBLISH_PRODUCT_VARIANTS': string;
'UNPUBLISH_PRODUCT_VARIANTS': string;
'ADD_PRODUCT_VARIANT_ASSOCIATION': string;
'ADD_PRODUCT_VARIANT_ASSOCIATIONS': string;
'CREATE_PRODUCT_VARIANT_ASSOCIATION': string;
'CREATE_PRODUCT_VARIANT_ASSOCIATIONS': string;
'UPDATE_PRODUCT_VARIANT_ASSOCIATION': string;
'REMOVE_PRODUCT_VARIANT_ASSOCIATION': string;
'DESTROY_PRODUCT_VARIANT_ASSOCIATION': string;
'PUBLISH_PRODUCT_VARIANT_ASSOCIATION': string;
'UNPUBLISH_PRODUCT_VARIANT_ASSOCIATION': string;
'ADD_PRODUCT_VARIANT_IMAGE': string;
'ADD_PRODUCT_VARIANT_IMAGES': string;
'CREATE_PRODUCT_VARIANT_IMAGE': string;
'CREATE_PRODUCT_VARIANT_IMAGES': string;
'UPDATE_PRODUCT_VARIANT_IMAGE': string;
'REMOVE_PRODUCT_VARIANT_IMAGE': string;
'DESTROY_PRODUCT_VARIANT_IMAGE': string;
'PUBLISH_PRODUCT_VARIANT_IMAGE': string;
'UNPUBLISH_PRODUCT_VARIANT_IMAGE': string;
'ADD_PRODUCT_VENDOR': string;
'ADD_PRODUCT_VENDORS': string;
'CREATE_PRODUCT_VENDOR': string;
'CREATE_PRODUCT_VENDORS': string;
'UPDATE_PRODUCT_VENDOR': string;
'REMOVE_PRODUCT_VENDOR': string;
'DESTROY_PRODUCT_VENDOR': string;
'PUBLISH_PRODUCT_VENDOR': string;
'PUBLISH_PRODUCT_VENDORS': string;
'UNPUBLISH_PRODUCT_VENDOR': string;
'UNPUBLISH_PRODUCT_VENDORS': string;
'PRODUCT_IMPRESSION': string;
'PRODUCT_INTERACTION': string;
'PRODUCT_CONVERSION': string;
'CREATE_ORDER': string;
'UPDATE_ORDER': string;
'DESTROY_ORDER': string;
'PAY_ORDER': string;
'PARTIALLY_PAY_ORDER': string;
'FULFILL_ORDER': string;
'PARTIALLY_FULFILL_ORDER': string;
'REFUND_ORDER': string;
'PARTIALLY_REFUND_ORDER': string;
'CLOSE_ORDER': string;
'CANCEL_ORDER': string;
'CALCULATE_ORDER': string;
'SET_ORDER_FEED': string;
'SET_ORDER_CUSTOMER': string;
'SET_ORDER_BILLING_ADDRESS': string;
'SET_ORDER_SHIPPING_ADDRESS': string;
'SET_ORDER_PAYMENT_DETAILS': string;
'SET_ORDER_FULFILLMENT_DETAILS': string;
'SET_ORDER_SHIPPING_LINES': string;
'ADD_ORDER_SHIPPING_LINE': string;
'REMOVE_ORDER_SHIPPING_LINE': string;
'SET_ORDER_TAX_LINES': string;
'ADD_ORDER_TAX_LINE': string;
'REMOVE_ORDER_TAX_LINE': string;
'SET_ORDER_OVERRIDE_LINES': string;
'ADD_ORDER_OVERRIDE_LINE': string;
'REMOVE_ORDER_OVERRIDE_LINE': string;
'SET_ORDER_DISCOUNT_LINES': string;
'ADD_ORDER_DISCOUNT_LINE': string;
'REMOVE_ORDER_DISCOUNT_LINE': string;
'SET_ORDER_COUPON_LINES': string;
'ADD_ORDER_COUPON_LINE': string;
'REMOVE_ORDER_COUPON_LINE': string;
'UPLOAD_ORDERS': string;
'PROCESS_UPLOADED_ORDERS': string;
'CREATE_ORDER_ITEM': string;
'CREATE_ORDER_ITEMS': string;
'UPDATE_ORDER_ITEM': string;
'REMOVE_ORDER_ITEM': string;
'DESTROY_ORDER_ITEM': string;
'INCREASE_ORDER_ITEM_QUANTITY': string;
'DECREASE_ORDER_ITEM_QUANTITY': string;
'SET_ORDER_ITEM_PAYMENT_DETAILS': string;
'SET_ORDER_ITEM_FULFILLMENT_DETAILS': string;
'ADD_ORDER_ITEM_SHIPPING_LINE': string;
'ADD_ORDER_ITEM_TAX_LINE': string;
'ADD_ORDER_ITEM_OVERRIDE_LINE': string;
'REMOVE_ORDER_ITEM_SHIPPING_LINE': string;
'REMOVE_ORDER_ITEM_TAX_LINE': string;
'REMOVE_ORDER_ITEM_OVERRIDE_LINE': string;
'CREATE_ORDER_TRANSACTION': string;
'CREATE_ORDER_TRANSACTIONS': string;
'AUTHORIZE_ORDER_TRANSACTION': string;
'PARTIALLY_AUTHORIZE_ORDER_TRANSACTION': string;
'CAPTURE_ORDER_TRANSACTION': string;
'PARTIALLY_CAPTURE_ORDER_TRANSACTION': string;
'VOID_ORDER_TRANSACTION': string;
'REFUND_ORDER_TRANSACTION': string;
'PARTIALLY_REFUND_ORDER_TRANSACTION': string;
'SALE_ORDER_TRANSACTION': string;
'PARTIALLY_SALE_ORDER_TRANSACTION': string;
'CANCEL_ORDER_TRANSACTION': string;
'CREATE_ORDER_FULFILLMENT': string;
'CREATE_ORDER_FULFILLMENTS': string;
'SEND_ORDER_FULFILLMENT': string;
'SEND_ORDER_FULFILLMENTS': string;
'CANCEL_ORDER_FULFILLMENT': string;
'CANCEL_ORDER_FULFILLMENTS': string;
'RETURN_ORDER_FULFILLMENT': string;
'RETURN_ORDER_FULFILLMENTS': string;
'SET_ORDER_FULFILLMENT_FROM': string;
'SET_ORDER_FULFILLMENT_TO': string;
'SET_ORDER_FULFILLMENT_BILLING_TO': string;
'FULFILL_ORDER_ITEM': string;
'FULFILL_ORDER_ITEMS': string;
'RETURN_ORDER_ITEM': string;
'RETURN_ORDER_ITEMS': string;
'RESTOCK_ORDER_ITEM': string;
'RESTOCK_ORDER_ITEMS': string;
'CREATE_OFFER': string;
'ADD_OFFER': string;
'UPDATE_OFFER': string;
'DESTROY_OFFER': string;
'REMOVE_OFFER': string;
'PUBLISH_OFFER': string;
'CALCULATE_OFFER': string;
'UNPUBLISH_OFFER': string;
'UNPUBLISH_OFFERS': string;
'ADD_OFFER_CAMPAIGN': string;
'REMOVE_OFFER_CAMPAIGN': string;
'CREATE_OFFER_IMAGE': string;
'ADD_OFFER_IMAGE': string;
'ADD_OFFER_IMAGES': string;
'MOVE_OFFER_IMAGE': string;
'REMOVE_OFFER_IMAGE': string;
'UPLOAD_OFFERS': string;
'PROCESS_UPLOADED_OFFERS': string;
'UPLOAD_OFFER_METADATA': string;
'PROCESS_UPLOADED_OFFER_METADATA': string;
'ADD_OFFER_UP_SELL': string;
'ADD_OFFER_UP_SELLS': string;
'REMOVE_OFFER_UP_SELL': string;
'ADD_OFFER_CROSS_SELL': string;
'ADD_OFFER_CROSS_SELLS': string;
'REMOVE_OFFER_CROSS_SELL': string;
'ADD_OFFER_DOWN_SELL': string;
'ADD_OFFER_DOWN_SELLS': string;
'REMOVE_OFFER_DOWN_SELL': string;
'OFFER_IMPRESSION': string;
'OFFER_INTERACTION': string;
'OFFER_CONVERSION': string;
'ADD_OFFER_VARIANT': string;
'ADD_OFFER_VARIANTS': string;
'UPDATE_OFFER_VARIANT': string;
'UPDATE_OFFER_VARIANTS': string;
'REMOVE_OFFER_VARIANT': string;
'REMOVE_OFFER_VARIANTS': string;
'ADD_OFFER_BILLING_MODEL': string;
'ADD_OFFER_BILLING_MODELS': string;
'REMOVE_OFFER_BILLING_MODEL': string;
'CREATE_GATEWAY_TRANSACTION': string;
'CREATE_GATEWAY_TRANSACTIONS': string;
'UPDATE_GATEWAY_TRANSACTION': string;
'UPDATE_GATEWAY_TRANSACTIONS': string;
'DESTROY_GATEWAY_TRANSACTION': string;
'AUTHORIZE_GATEWAY_TRANSACTION': string;
'AUTHORIZE_GATEWAY_TRANSACTIONS': string;
'PARTIALLY_AUTHORIZE_GATEWAY_TRANSACTION': string;
'CAPTURE_GATEWAY_TRANSACTION': string;
'CAPTURE_GATEWAY_TRANSACTIONS': string;
'PARTIALLY_CAPTURE_GATEWAY_TRANSACTION': string;
'VOID_GATEWAY_TRANSACTION': string;
'VOID_GATEWAY_TRANSACTIONS': string;
'REFUND_GATEWAY_TRANSACTION': string;
'REFUND_GATEWAY_TRANSACTIONS': string;
'PARTIALLY_REFUND_GATEWAY_TRANSACTION': string;
'SALE_GATEWAY_TRANSACTION': string;
'SALE_GATEWAY_TRANSACTIONS': string;
'PARTIALLY_SALE_GATEWAY_TRANSACTION': string;
'CANCEL_GATEWAY_TRANSACTION': string;
'CANCEL_GATEWAY_TRANSACTIONS': string;
'AUTHORIZE_GATEWAY_TRANSACTION_SUCCESS': string;
'CAPTURE_GATEWAY_TRANSACTION_SUCCESS': string;
'SALE_GATEWAY_TRANSACTION_SUCCESS': string;
'VOID_GATEWAY_TRANSACTION_SUCCESS': string;
'REFUND_GATEWAY_TRANSACTION_SUCCESS': string;
'CANCEL_GATEWAY_TRANSACTION_SUCCESS': string;
'AUTHORIZE_GATEWAY_TRANSACTION_ERROR': string;
'CAPTURE_GATEWAY_TRANSACTION_ERROR': string;
'SALE_GATEWAY_TRANSACTION_ERROR': string;
'VOID_GATEWAY_TRANSACTION_ERROR': string;
'REFUND_GATEWAY_TRANSACTION_ERROR': string;
'CANCEL_GATEWAY_TRANSACTION_ERROR': string;
'CREATE_GATEWAY': string;
'ADD_GATEWAY': string;
'UPDATE_GATEWAY': string;
'DESTROY_GATEWAY': string;
'PUBLISH_GATEWAY': string;
'UNPUBLISH_GATEWAY': string;
'PUBLISH_GATEWAYS': string;
'UNPUBLISH_GATEWAYS': string;
'UPLOAD_GATEWAYS': string;
'PROCESS_UPLOADED_GATEWAYS': string;
'CREATE_GATEWAY_ACCOUNT': string;
'CREATE_GATEWAY_ACCOUNTS': string;
'UPDATE_GATEWAY_ACCOUNT': string;
'DESTROY_GATEWAY_ACCOUNT': string;
'UPLOAD_GATEWAY_ACCOUNTS': string;
'PROCESS_UPLOADED_GATEWAY_ACCOUNTS': string;
'CREATE_GATEWAY_RECEIVER': string;
'UPDATE_GATEWAY_RECEIVER': string;
'DESTROY_GATEWAY_RECEIVER': string;
'UPLOAD_GATEWAY_RECEIVERS': string;
'PROCESS_UPLOADED_GATEWAY_RECEIVERS': string;
'CREATE_GATEWAY_SOURCE': string;
'CREATE_GATEWAY_SOURCES': string;
'UPDATE_GATEWAY_SOURCE': string;
'REMOVE_GATEWAY_SOURCE': string;
'DESTROY_GATEWAY_SOURCE': string;
'UPLOAD_GATEWAY_SOURCES': string;
'PROCESS_UPLOADED_GATEWAY_SOURCES': string;
'CREATE_FULFILLMENT_SERVICE_FULFILLMENT': string;
'CREATE_FULFILLMENT_SERVICE_FULFILLMENTS': string;
'UPDATE_FULFILLMENT_SERVICE_FULFILLMENT': string;
'DESTROY_FULFILLMENT_SERVICE_FULFILLMENT': string;
'PARTIALLY_CANCEL_FULFILLMENT_SERVICE_FULFILLMENT': string;
'CANCEL_FULFILLMENT_SERVICE_FULFILLMENT': string;
'HOLD_FULFILLMENT_SERVICE_FULFILLMENT': string;
'RELEASE_FULFILLMENT_SERVICE_FULFILLMENT': string;
'RETURN_FULFILLMENT_SERVICE_FULFILLMENT': string;
'CALCULATE_FULFILLMENT_SERVICE_FULFILLMENT': string;
'SEND_FULFILLMENT_SERVICE_FULFILLMENT': string;
'FULFILL_FULFILLMENT_SERVICE_FULFILLMENT': string;
'SET_FULFILLMENT_SERVICE_FULFILLMENT_FROM': string;
'SET_FULFILLMENT_SERVICE_FULFILLMENT_TO': string;
'SET_FULFILLMENT_SERVICE_FULFILLMENT_BILLING_TO': string;
'CREATE_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'UPDATE_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'CANCEL_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'SEND_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'FULFILL_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'HOLD_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'RELEASE_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'RETURN_FULFILLMENT_SERVICE_FULFILLMENT_SUCCESS': string;
'CREATE_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'UPDATE_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'CANCEL_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'SEND_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'FULFILL_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'HOLD_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'RELEASE_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'RETURN_FULFILLMENT_SERVICE_FULFILLMENT_ERROR': string;
'CREATE_FULFILLMENT_SERVICE': string;
'ADD_FULFILLMENT_SERVICE': string;
'UPDATE_FULFILLMENT_SERVICE': string;
'DESTROY_FULFILLMENT_SERVICE': string;
'PUBLISH_FULFILLMENT_SERVICE': string;
'UNPUBLISH_FULFILLMENT_SERVICE': string;
'SET_FULFILLMENT_SERVICE_RETURNS': string;
'SET_FULFILLMENT_SERVICE_SHIPPING': string;
'UPLOAD_FULFILLMENT_SERVICES': string;
'PROCESS_UPLOADED_FULFILLMENT_SERVICES': string;
'CREATE_FULFILLMENT_ITEM': string;
'CREATE_FULFILLMENT_ITEMS': string;
'UPDATE_FULFILLMENT_ITEM': string;
'DESTROY_FULFILLMENT_ITEM': string;
'CREATE_FULFILLMENT': string;
'CREATE_FULFILLMENTS': string;
'UPDATE_FULFILLMENT': string;
'DESTROY_FULFILLMENT': string;
'PARTIALLY_CANCEL_FULFILLMENT': string;
'PARTIALLY_FULFILL_FULFILLMENT': string;
'CANCEL_FULFILLMENT': string;
'DELIVER_FULFILLMENT': string;
'RETRY_FULFILLMENT': string;
'HOLD_FULFILLMENT': string;
'RELEASE_FULFILLMENT': string;
'RETURN_FULFILLMENT': string;
'RESTOCK_FULFILLMENT': string;
'SEND_FULFILLMENT': string;
'FULFILL_FULFILLMENT': string;
'CALCULATE_FULFILLMENT': string;
'SET_FULFILLMENT_FROM': string;
'SET_FULFILLMENT_TO': string;
'SET_FULFILLMENT_BILLING_TO': string;
'UPLOAD_FULFILLMENTS': string;
'PROCESS_UPLOADED_FULFILLMENTS': string;
'CREATE_FEED': string;
'UPDATE_FEED': string;
'DESTROY_FEED': string;
'CREATE_FEED_ITEM': string;
'UPDATE_FEED_ITEM': string;
'MARK_FEED_ITEM': string;
'DESTROY_FEED_ITEM': string;
'CREATE_CUSTOMER': string;
'MERGE_CUSTOMERS': string;
'ADD_CUSTOMER': string;
'MOVE_CUSTOMER': string;
'BLACKLIST_CUSTOMER': string;
'UNBLACKLIST_CUSTOMER': string;
'UPDATE_CUSTOMER': string;
'REMOVE_CUSTOMER': string;
'DESTROY_CUSTOMER': string;
'ADD_CUSTOMER_CHILD': string;
'MOVE_CUSTOMER_CHILD': string;
'REMOVE_CUSTOMER_CHILD': string;
'SET_CUSTOMER_BILLING_ADDRESS': string;
'SET_CUSTOMER_SHIPPING_ADDRESS': string;
'SET_CUSTOMER_FEED': string;
'SET_CUSTOMER_PRIMARY_ACCOUNT': string;
'SET_CUSTOMER_PRIMARY_SOURCE': string;
'UPDATE_CUSTOMER_EMAIL': string;
'PUBLISH_CUSTOMER': string;
'UNPUBLISH_CUSTOMER': string;
'UPLOAD_CUSTOMERS': string;
'PROCESS_UPLOADED_CUSTOMERS': string;
'UPLOAD_CUSTOMER_METADATA': string;
'PROCESS_UPLOADED_CUSTOMER_METADATA': string;
'ADD_CUSTOMER_CART': string;
'REMOVE_CUSTOMER_CART': string;
'CREATE_CUSTOMER_USER': string;
'ADD_CUSTOMER_USER': string;
'UPDATE_CUSTOMER_USER': string;
'ADD_CUSTOMER_USERS': string;
'REMOVE_CUSTOMER_USER': string;
'SET_CUSTOMER_USER_PRIMARY': string;
'ADD_CUSTOMER_CAMPAIGN': string;
'ADD_CUSTOMER_CAMPAIGNS': string;
'REMOVE_CUSTOMER_CAMPAIGN': string;
'REMOVE_CUSTOMER_CAMPAIGNS': string;
'ADD_CUSTOMER_GATEWAY_ACCOUNT': string;
'CREATE_CUSTOMER_GATEWAY_ACCOUNT': string;
'CREATE_CUSTOMER_GATEWAY_ACCOUNTS': string;
'UPDATE_CUSTOMER_GATEWAY_ACCOUNT': string;
'ADD_CUSTOMER_GATEWAY_ACCOUNTS': string;
'REMOVE_CUSTOMER_GATEWAY_ACCOUNT': string;
'ADD_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string;
'ADD_CUSTOMER_GATEWAY_ACCOUNT_SOURCES': string;
'CREATE_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string;
'CREATE_CUSTOMER_GATEWAY_ACCOUNT_SOURCES': string;
'UPDATE_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string;
'REMOVE_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string;
'CREATE_CUSTOMER_SUBSCRIPTION': string;
'ADD_CUSTOMER_SUBSCRIPTION': string;
'REMOVE_CUSTOMER_SUBSCRIPTION': string;
'UPDATE_CUSTOMER_SUBSCRIPTION': string;
'DEACTIVATE_CUSTOMER_SUBSCRIPTION': string;
'ACTIVATE_CUSTOMER_SUBSCRIPTION': string;
'CANCEL_CUSTOMER_SUBSCRIPTION': string;
'CREATE_COLLECTION': string;
'ADD_COLLECTION': string;
'MOVE_COLLECTION': string;
'PUBLISH_COLLECTION': string;
'UNPUBLISH_COLLECTION': string;
'UPDATE_COLLECTION': string;
'REMOVE_COLLECTION': string;
'DESTROY_COLLECTION': string;
'UPLOAD_COLLECTIONS': string;
'PROCESS_UPLOADED_COLLECTIONS': string;
'UPLOAD_COLLECTION_METADATA': string;
'PROCESS_UPLOADED_COLLECTION_METADATA': string;
'ADD_COLLECTION_CHILD': string;
'ADD_COLLECTION_CHILDREN': string;
'MOVE_COLLECTION_CHILD': string;
'MOVE_COLLECTION_CHILDREN': string;
'REMOVE_COLLECTION_CHILD': string;
'ADD_COLLECTION_PRODUCT': string;
'ADD_COLLECTION_PRODUCTS': string;
'MOVE_COLLECTION_PRODUCT': string;
'REMOVE_COLLECTION_PRODUCT': string;
'ADD_COLLECTION_APPLICATION': string;
'ADD_COLLECTION_APPLICATIONS': string;
'MOVE_COLLECTION_APPLICATION': string;
'REMOVE_COLLECTION_APPLICATION': string;
'ADD_COLLECTION_BILLING_MODEL': string;
'ADD_COLLECTION_BILLING_MODELS': string;
'MOVE_COLLECTION_BILLING_MODEL': string;
'REMOVE_COLLECTION_BILLING_MODEL': string;
'ADD_COLLECTION_OFFER': string;
'ADD_COLLECTION_OFFERS': string;
'MOVE_COLLECTION_OFFER': string;
'REMOVE_COLLECTION_OFFER': string;
'ADD_COLLECTION_CUSTOMER': string;
'ADD_COLLECTION_CUSTOMERS': string;
'MOVE_COLLECTION_CUSTOMER': string;
'REMOVE_COLLECTION_CUSTOMER': string;
'ADD_COLLECTION_IMAGE': string;
'ADD_COLLECTION_IMAGES': string;
'UPDATE_COLLECTION_IMAGE': string;
'MOVE_COLLECTION_IMAGE': string;
'REMOVE_COLLECTION_IMAGE': string;
'COLLECTION_IMPRESSION': string;
'COLLECTION_INTERACTION': string;
'COLLECTION_CONVERSION': string;
'ADD_CITY': string;
'ADD_CITIES': string;
'UPDATE_CITY': string;
'REMOVE_CITY': string;
'PUBLISH_CITY': string;
'UNPUBLISH_CITY': string;
'ADD_COUNTY': string;
'ADD_COUNTIES': string;
'UPDATE_COUNTY': string;
'REMOVE_COUNTY': string;
'PUBLISH_COUNTY': string;
'UNPUBLISH_COUNTY': string;
'ADD_PROVINCE': string;
'ADD_PROVINCES': string;
'UPDATE_PROVINCE': string;
'REMOVE_PROVINCE': string;
'PUBLISH_PROVINCE': string;
'PUBLISH_PROVINCES': string;
'UNPUBLISH_PROVINCE': string;
'ADD_COUNTRY': string;
'ADD_COUNTRIES': string;
'UPDATE_COUNTRY': string;
'REMOVE_COUNTRY': string;
'PUBLISH_COUNTRY': string;
'PUBLISH_COUNTRIES': string;
'UNPUBLISH_COUNTRY': string;
'CREATE_CART_ITEM': string;
'CREATE_CART_ITEMS': string;
'ADD_CART_ITEMS': string;
'UPDATE_CART_ITEM': string;
'UPDATE_CART_ITEMS': string;
'SET_CART_ITEMS_CUSTOMER': string;
'REMOVE_CART_ITEM': string;
'DESTROY_CART_ITEM': string;
'INCREASE_CART_ITEM_QUANTITY': string;
'DECREASE_CART_ITEM_QUANTITY': string;
'CALCULATE_CART_ITEM': string;
'CALCULATE_CART_ITEMS': string;
'SET_CART_ITEM_PAYMENT_DETAILS': string;
'SET_CART_ITEM_FULFILLMENT_DETAILS': string;
'ADD_CART_ITEM_SHIPPING_LINE': string;
'ADD_CART_ITEM_TAX_LINE': string;
'ADD_CART_ITEM_OVERRIDE_LINE': string;
'REMOVE_CART_ITEM_SHIPPING_LINE': string;
'REMOVE_CART_ITEM_TAX_LINE': string;
'REMOVE_CART_ITEM_OVERRIDE_LINE': string;
'CREATE_CART': string;
'UPDATE_CART': string;
'DESTROY_CART': string;
'CHECKOUT_CART': string;
'CONVERT_CART': string;
'CLOSE_CART': string;
'SET_CART_ORDER': string;
'SET_CART_CUSTOMER': string;
'SET_CART_USER': string;
'UNSET_CART_CUSTOMER': string;
'SET_CART_BILLING_ADDRESS': string;
'SET_CART_SHIPPING_ADDRESS': string;
'SET_CART_PAYMENT_DETAILS': string;
'SET_CART_FULFILLMENT_DETAILS': string;
'SET_CART_SHIPPING_RATES': string;
'SET_CART_SHIPPING_LINES': string;
'ADD_CART_SHIPPING_LINE': string;
'REMOVE_CART_SHIPPING_LINE': string;
'SET_CART_OVERRIDE_LINES': string;
'ADD_CART_OVERRIDE_LINE': string;
'REMOVE_CART_OVERRIDE_LINE': string;
'SET_CART_TAX_LINES': string;
'ADD_CART_TAX_LINE': string;
'REMOVE_CART_TAX_LINE': string;
'SET_CART_DISCOUNT_LINES': string;
'ADD_CART_DISCOUNT_LINE': string;
'REMOVE_CART_DISCOUNT_LINE': string;
'SET_CART_COUPON_LINES': string;
'ADD_CART_COUPON_LINE': string;
'REMOVE_CART_COUPON_LINE': string;
'CALCULATE_CART': string;
'CALCULATE_CARTS': string;
'CREATE_BILLING_MODEL': string;
'UPDATE_BILLING_MODEL': string;
'REMOVE_BILLING_MODEL': string;
'DESTROY_BILLING_MODEL': string;
'PUBLISH_BILLING_MODEL': string;
'UNPUBLISH_BILLING_MODEL': string;
'UPLOAD_BILLING_MODELS': string;
'PROCESS_UPLOADED_BILLING_MODELS': string;
'ADD_BILLING_MODEL_ITEM': string;
'REMOVE_BILLING_MODEL_ITEM': string;
'CREATE_BILLING_MODEL_CHILD': string;
'ADD_BILLING_MODEL_CHILD': string;
'MOVE_BILLING_MODEL_CHILD': string;
'REMOVE_BILLING_MODEL_CHILD': string;
'CREATE_APPLICATION': string;
'ADD_APPLICATION': string;
'UPDATE_APPLICATION': string;
'REMOVE_APPLICATION': string;
'ADD_APPLICATION_CHILD': string;
'MOVE_CHILD_APPLICATION': string;
'DESTROY_APPLICATION': string;
'PUBLISH_APPLICATION': string;
'UNPUBLISH_APPLICATION': string;
'CREATE_APPLICATION_PREHOOK': string;
'CREATE_APPLICATION_PREHOOKS': string;
'UPDATE_APPLICATION_PREHOOK': string;
'ADD_APPLICATION_PREHOOK': string;
'ADD_APPLICATION_PREHOOKS': string;
'REMOVE_APPLICATION_PREHOOK': string;
'PUBLISH_APPLICATION_PREHOOK': string;
'UNPUBLISH_APPLICATION_PREHOOK': string;
'CREATE_APPLICATION_WEBHOOK': string;
'CREATE_APPLICATION_WEBHOOKS': string;
'UPDATE_APPLICATION_WEBHOOK': string;
'ADD_APPLICATION_WEBHOOK': string;
'ADD_APPLICATION_WEBHOOKS': string;
'REMOVE_APPLICATION_WEBHOOK': string;
'PUBLISH_APPLICATION_WEBHOOK': string;
'UNPUBLISH_APPLICATION_WEBHOOK': string;
'CREATE_APPLICATION_TRIGGER': string;
'CREATE_APPLICATION_TRIGGERS': string;
'UPDATE_APPLICATION_TRIGGER': string;
'ADD_APPLICATION_TRIGGER': string;
'ADD_APPLICATION_TRIGGERS': string;
'REMOVE_APPLICATION_TRIGGER': string;
'PUBLISH_APPLICATION_TRIGGER': string;
'UNPUBLISH_APPLICATION_TRIGGER': string;
'CREATE_APPLICATION_TRANSFORMER': string;
'CREATE_APPLICATION_TRANSFORMERS': string;
'UPDATE_APPLICATION_TRANSFORMER': string;
'ADD_APPLICATION_TRANSFORMER': string;
'ADD_APPLICATION_TRANSFORMERS': string;
'REMOVE_APPLICATION_TRANSFORMER': string;
'PUBLISH_APPLICATION_TRANSFORMER': string;
'UNPUBLISH_APPLICATION_TRANSFORMER': string;
'CREATE_APPLICATION_ENDPOINT': string;
'CREATE_APPLICATION_ENDPOINTS': string;
'UPDATE_APPLICATION_ENDPOINT': string;
'ADD_APPLICATION_ENDPOINT': string;
'ADD_APPLICATION_ENDPOINTS': string;
'REMOVE_APPLICATION_ENDPOINT': string;
'RUN_APPLICATION_ENDPOINT': string;
'PUBLISH_APPLICATION_ENDPOINT': string;
'UNPUBLISH_APPLICATION_ENDPOINT': string;
'ADD_APPLICATION_KEY': string;
'ADD_APPLICATION_KEYS': string;
'CREATE_APPLICATION_KEY': string;
'UPDATE_APPLICATION_KEY': string;
'REMOVE_APPLICATION_KEY': string;
'UPLOAD_APPLICATIONS': string;
'PROCESS_UPLOADED_APPLICATIONS': string;
'CREATE_EVENT': string;
'UPDATE_EVENT': string;
'ADD_ADDRESS': string;
'UPDATE_ADDRESS': string;
'REMOVE_ADDRESS': string;
'CREATE_ANALYTIC': string;
'CREATE_ANALYTICS': string;
'AGGREGATE_ANALYTICS_OF_NEW_USERS': string;
'AGGREGATE_ANALYTICS_OF_NEW_ORDERS': string;
'AGGREGATE_ANALYTICS_OF_SESSIONS': string;
'CREATE': string;
'UPDATE': string;
'PUBLISH': string;
'UNPUBLISH': string;
'CREATE_CHANNEL': string;
'ADD_CHANNEL': string;
'MOVE_CHANNEL': string;
'REMOVE_CHANNEL': string;
'UPLOAD_CHANNELS': string;
'PROCESS_UPLOADED_CHANNELS': string;
'SET_CHANNEL_CUSTOMER_PRIMARY': string;
'SET_CHANNEL_VENDOR_PRIMARY': string;
'SET_CHANNEL_GATEWAY_PRIMARY': string;
'SET_CHANNEL_FULFILLMENT_SERVICE_PRIMARY': string;
'SET_CHANNEL_FEED_PRIMARY': string;
'SET_CHANNEL_SHIPPING_PRIMARY': string;
'SET_CHANNEL_TAX_PRIMARY': string;
'SET_CHANNEL_NEXUS': string;
'SET_CHANNEL_BILLING_ADDRESS': string;
'SET_CHANNEL_SHIPPING_ADDRESS': string;
'SET_CHANNEL_THEME': string;
'SET_CHANNEL_TAM_PRIMARY': string;
'ADD_TAM': string;
'UPDATE_TAM': string;
'REMOVE_TAM': string;
'ADD_RULES_SHIPPING': string;
'UPDATE_RULES_SHIPPING': string;
'REMOVE_RULES_SHIPPING': string;
'ADD_RULES_TAXES': string;
'UPDATE_RULES_TAXES': string;
'REMOVE_RULES_TAXES': string;
'SEND_EMAIL': string;
'SEND_EMAIL_TEMPLATE': string;
'START_SESSION': string;
'END_SESSION': string;
'RECOVER': string;
'SET_RECOVERY': string;
'UPDATE_SESSION_USER': string;
'SET_SESSION_CUSTOMER_BILLING_ADDRESS': string;
'SET_SESSION_CUSTOMER_SHIPPING_ADDRESS': string;
'UPDATE_SESSION_CUSTOMER': string;
'CHANGE_SESSION_CUSTOMER': string;
'CHECKOUT_SESSION_CART': string;
'UPDATE_SESSION_CART': string;
'CHANGE_SESSION_CART': string;
'SET_SESSION_CART_PAYMENT_DETAILS': string;
'SET_SESSION_CART_FULFILLMENT_DETAILS': string;
'SET_SESSION_CART_BILLING_ADDRESS': string;
'SET_SESSION_CART_SHIPPING_ADDRESS': string;
'CREATE_SESSION_CART_ITEM': string;
'UPDATE_SESSION_CART_ITEM': string;
'INCREASE_SESSION_CART_ITEM_QUANTITY': string;
'DECREASE_SESSION_CART_ITEM_QUANTITY': string;
'REMOVE_SESSION_CART_ITEM': string;
};
export declare const EVENTS: {
'VENDOR_CREATED': string;
'VENDOR_ADDED': string;
'VENDOR_REMOVED': string;
'VENDOR_UPDATED': string;
'VENDOR_DESTROYED': string;
'VENDORS_UPLOADED': string;
'VENDORS_UPLOAD_PROCESSED': string;
'VENDORS_INVENTORY_UPLOADED': string;
'VENDORS_INVENTORY_UPLOAD_PROCESSED': string;
'VENDOR_PRODUCT_ADDED': string;
'VENDOR_PRODUCTS_ADDED': string;
'VENDOR_PRODUCT_UPDATED': string;
'VENDOR_PRODUCT_REMOVED': string;
'VENDOR_PRODUCT_VARIANT_ADDED': string;
'VENDOR_PRODUCT_VARIANTS_ADDED': string;
'VENDOR_PRODUCT_VARIANT_UPDATED': string;
'VENDOR_PRODUCT_VARIANT_REMOVED': string;
'VENDOR_PRODUCT_VARIANT_DECREMENTED': string;
'VENDOR_PRODUCT_VARIANT_INCREMENTED': string;
'VENDOR_PRODUCT_VARIANTS_DECREMENTED': string;
'VENDOR_PRODUCT_VARIANTS_INCREMENTED': string;
'VENDOR_FULFILLMENT_SERVICE_ADDED': string;
'VENDOR_FULFILLMENT_SERVICES_ADDED': string;
'VENDOR_FULFILLMENT_SERVICE_UPDATED': string;
'VENDOR_FULFILLMENT_SERVICE_REMOVED': string;
'VENDOR_BILLING_ADDRESS_SET': string;
'VENDOR_SHIPPING_ADDRESS_SET': string;
'VENDOR_PRIMARY_FULFILLMENT_SERVICE_SET': string;
'USER_REGISTERED': string;
'USER_CREATED': string;
'USER_UPDATED': string;
'USERS_UPLOADED': string;
'USERS_UPLOAD_PROCESSED': string;
'USERS_METADATA_UPLOADED': string;
'USERS_METADATA_UPLOAD_PROCESSED': string;
'USER_LOGGED_IN': string;
'USER_LOGGED_OUT': string;
'USER_ADDED': string;
'USERS_ADDED': string;
'USER_REMOVED': string;
'USER_CART_CURRENT_SET': string;
'USER_WISHLIST_SET': string;
'USER_CUSTOMER_PRIMARY_SET': string;
'USER_CUSTOMER_CURRENT_SET': string;
'USER_INVITED': string;
'USER_INVITE_ACCEPTED': string;
'USER_INVITE_REJECTED': string;
'USER_INVITE_CANCELLED': string;
'USER_CUSTOMER_ADDED': string;
'USER_CUSTOMERS_ADDED': string;
'USER_CUSTOMER_REMOVED': string;
'USER_CARTS_ADDED': string;
'USER_OFFERS_ADDED': string;
'USER_OFFER_ADDED': string;
'USER_OFFER_UPDATED': string;
'USER_OFFERS_UPDATED': string;
'USER_OFFERS_REMOVED': string;
'USER_OFFER_REMOVED': string;
'USER_NOTIFICATION_CREATED': string;
'USER_NOTIFIED': string;
'USER_NOTIFICATION_READ': string;
'USER_NOTIFICATION_UNREAD': string;
'USER_NOTIFICATION_EMAIL_SENT': string;
'USER_PASSPORT_ADDED': string;
'USER_PASSPORT_CREATED': string;
'USER_PASSPORTS_ADDED': string;
'USER_PASSPORT_REMOVED': string;
'USER_PASSPORT_RESET': string;
'USER_PASSPORT_RECOVERED': string;
'DEVICE_CREATED': string;
'DEVICE_UPDATED': string;
'USER_DEVICE_ADDED': string;
'NEW_USER_DEVICE_DETECTED': string;
'PERMISSION_CREATED': string;
'PERMISSIONS_CREATED': string;
'PERMISSION_DESTROYED': string;
'USER_PERMISSION_GRANTED': string;
'USER_PERMISSION_REVOKED': string;
'TRANSACTION_CREATED': string;
'TRANSACTIONS_CREATED': string;
'TRANSACTION_UPDATED': string;
'TRANSACTIONS_UPDATED': string;
'TRANSACTION_DESTROYED': string;
'TRANSACTION_SOLD': string;
'TRANSACTIONS_SOLD': string;
'TRANSACTION_PARTIALLY_SOLD': string;
'TRANSACTION_AUTHORIZED': string;
'TRANSACTIONS_AUTHORIZED': string;
'TRANSACTION_VOIDED': string;
'TRANSACTIONS_VOIDED': string;
'TRANSACTION_PARTIALLY_AUTHORIZED': string;
'TRANSACTION_REFUNDED': string;
'TRANSACTIONS_REFUNDED': string;
'TRANSACTION_PARTIALLY_REFUNDED': string;
'TRANSACTION_CAPTURED': string;
'TRANSACTIONS_CAPTURED': string;
'TRANSACTION_PARTIALLY_CAPTURED': string;
'TRANSACTION_CANCELLED': string;
'TRANSACTIONS_CANCELLED': string;
'TRANSACTION_CALCULATED': string;
'TRANSACTIONS_UPLOADED': string;
'TRANSACTIONS_UPLOAD_PROCESSED': string;
'THEME_CREATED': string;
'THEME_UPDATED': string;
'THEME_DESTROYED': string;
'TAXES_CART_CALCULATED': string;
'TAXES_ORDER_CALCULATED': string;
'TAXES_SUBSCRIPTION_CALCULATED': string;
'TEMPLATE_CREATED': string;
'TEMPLATE_ADDED': string;
'TEMPLATE_UPDATED': string;
'TEMPLATE_DESTROYED': string;
'TEMPLATE_PUBLISHED': string;
'TEMPLATE_UNPUBLISHED': string;
'TEMPLATES_PUBLISHED': string;
'TEMPLATES_UNPUBLISHED': string;
'TASK_CREATED': string;
'TASK_UPDATED': string;
'TASK_DESTROYED': string;
'TASK_PUBLISHED': string;
'TASK_UNPUBLISHED': string;
'TASK_MARKED': string;
'TASK_FEED_SET': string;
'TASK_ITEM_CREATED': string;
'TASK_ITEM_UPDATED': string;
'TASK_ITEM_MARKED': string;
'TASK_ITEM_DESTROYED': string;
'SHIPPING_CART_CALCULATED': string;
'SHIPPING_ORDER_CALCULATED': string;
'SHIPPING_SHIPPING_CALCULATED': string;
'SUBSCRIPTION_ITEM_CREATED': string;
'SUBSCRIPTION_ITEMS_CREATED': string;
'SUBSCRIPTION_ITEMS_ADDED': string;
'SUBSCRIPTION_ITEMS_CUSTOMER_SET': string;
'SUBSCRIPTION_ITEM_UPDATED': string;
'SUBSCRIPTION_ITEMS_UPDATED': string;
'SUBSCRIPTION_ITEM_QUANTITY_INCREASED': string;
'SUBSCRIPTION_ITEM_QUANTITY_DECREASED': string;
'SUBSCRIPTION_ITEM_REMOVED': string;
'SUBSCRIPTION_ITEM_DESTROYED': string;
'SUBSCRIPTION_ITEM_CALCULATED': string;
'SUBSCRIPTION_ITEMS_CALCULATED': string;
'SUBSCRIPTION_ITEM_PAYMENT_DETAILS_SET': string;
'SUBSCRIPTION_ITEM_FULFILLMENT_DETAILS_SET': string;
'SUBSCRIPTION_ITEM_SHIPPING_LINE_ADDED': string;
'SUBSCRIPTION_ITEM_TAX_LINE_ADDED': string;
'SUBSCRIPTION_ITEM_OVERRIDE_LINE_ADDED': string;
'SUBSCRIPTION_ITEM_SHIPPING_LINE_REMOVED': string;
'SUBSCRIPTION_ITEM_TAX_LINE_REMOVED': string;
'SUBSCRIPTION_ITEM_OVERRIDE_LINE_REMOVED': string;
'SUBSCRIPTION_CREATED': string;
'SUBSCRIPTION_UPDATED': string;
'SUBSCRIPTION_DESTROYED': string;
'SUBSCRIPTION_RENEWED': string;
'SUBSCRIPTION_CONVERTED': string;
'SUBSCRIPTION_CANCELLED': string;
'SUBSCRIPTION_ACTIVATED': string;
'SUBSCRIPTION_DEACTIVATED': string;
'SUBSCRIPTION_ORDER_SET': string;
'SUBSCRIPTION_CUSTOMER_SET': string;
'SUBSCRIPTION_USER_SET': string;
'SUBSCRIPTION_CUSTOMER_UNSET': string;
'SUBSCRIPTION_BILLING_ADDRESS_SET': string;
'SUBSCRIPTION_SHIPPING_ADDRESS_SET': string;
'SUBSCRIPTION_PAYMENT_DETAILS_SET': string;
'SUBSCRIPTION_FULFILLMENT_DETAILS_SET': string;
'SUBSCRIPTION_DISCOUNT_LINES_SET': string;
'SUBSCRIPTION_DISCOUNT_LINE_ADDED': string;
'SUBSCRIPTION_DISCOUNT_LINE_REMOVED': string;
'SUBSCRIPTION_COUPON_LINES_SET': string;
'SUBSCRIPTION_COUPON_LINE_ADDED': string;
'SUBSCRIPTION_COUPON_LINE_REMOVED': string;
'SUBSCRIPTION_SHIPPING_LINES_SET': string;
'SUBSCRIPTION_SHIPPING_LINE_ADDED': string;
'SUBSCRIPTION_SHIPPING_LINE_REMOVED': string;
'SUBSCRIPTION_TAX_LINES_SET': string;
'SUBSCRIPTION_TAX_LINE_ADDED': string;
'SUBSCRIPTION_TAX_LINE_REMOVED': string;
'SUBSCRIPTION_OVERRIDE_LINES_SET': string;
'SUBSCRIPTION_OVERRIDE_LINE_ADDED': string;
'SUBSCRIPTION_OVERRIDE_LINE_REMOVED': string;
'SUBSCRIPTION_CALCULATED': string;
'SUBSCRIPTIONS_CALCULATED': string;
'SUBSCRIPTIONS_UPLOADED': string;
'SUBSCRIPTIONS_UPLOAD_PROCESSED': string;
'SCHEMA_CREATED': string;
'SCHEMA_UPDATED': string;
'SCHEMA_DESTROYED': string;
'ROLE_CREATED': string;
'ROLE_DESTROYED': string;
'ROLE_ACTIVATED': string;
'ROLE_DEACTIVATED': string;
'ROLE_PERMISSION_GRANTED': string;
'ROLE_PERMISSION_REVOKED': string;
'ROLE_USERS_ADDED': string;
'USER_ROLE_ADDED': string;
'USER_ROLE_REMOVED': string;
'RESOURCE_CREATED': string;
'RESOURCES_CREATED': string;
'RESOURCE_DESTROYED': string;
'GATEWAY_TRANSACTION_CREATED': string;
'GATEWAY_TRANSACTIONS_CREATED': string;
'GATEWAY_TRANSACTION_UPDATED': string;
'GATEWAY_TRANSACTIONS_UPDATED': string;
'GATEWAY_TRANSACTION_DESTROYED': string;
'GATEWAY_TRANSACTION_SOLD': string;
'GATEWAY_TRANSACTIONS_SOLD': string;
'GATEWAY_TRANSACTION_PARTIALLY_SOLD': string;
'GATEWAY_TRANSACTION_AUTHORIZED': string;
'GATEWAY_TRANSACTIONS_AUTHORIZED': string;
'GATEWAY_TRANSACTION_VOIDED': string;
'GATEWAY_TRANSACTIONS_VOIDED': string;
'GATEWAY_TRANSACTION_PARTIALLY_AUTHORIZED': string;
'GATEWAY_TRANSACTION_REFUNDED': string;
'GATEWAY_TRANSACTIONS_REFUNDED': string;
'GATEWAY_TRANSACTION_PARTIALLY_REFUNDED': string;
'GATEWAY_TRANSACTION_CAPTURED': string;
'GATEWAY_TRANSACTIONS_CAPTURED': string;
'GATEWAY_TRANSACTION_PARTIALLY_CAPTURED': string;
'GATEWAY_TRANSACTION_CANCELLED': string;
'GATEWAY_TRANSACTIONS_CANCELLED': string;
'GATEWAY_TRANSACTION_AUTHORIZED_SUCCESS': string;
'GATEWAY_TRANSACTION_CAPTURED_SUCCESS': string;
'GATEWAY_TRANSACTION_SOLD_SUCCESS': string;
'GATEWAY_TRANSACTION_VOIDED_SUCCESS': string;
'GATEWAY_TRANSACTION_REFUNDED_SUCCESS': string;
'GATEWAY_TRANSACTION_CANCELLED_SUCCESS': string;
'GATEWAY_TRANSACTION_AUTHORIZED_ERROR': string;
'GATEWAY_TRANSACTION_CAPTURED_ERROR': string;
'GATEWAY_TRANSACTION_SOLD_ERROR': string;
'GATEWAY_TRANSACTION_VOIDED_ERROR': string;
'GATEWAY_TRANSACTION_REFUNDED_ERROR': string;
'GATEWAY_TRANSACTION_CANCELLED_ERROR': string;
'GATEWAY_CREATED': string;
'GATEWAY_ADDED': string;
'GATEWAY_UPDATED': string;
'GATEWAY_DESTROYED': string;
'GATEWAYS_UPLOADED': string;
'GATEWAYS_UPLOAD_PROCESSED': string;
'GATEWAY_PUBLISHED': string;
'GATEWAY_UNPUBLISHED': string;
'GATEWAYS_PUBLISHED': string;
'GATEWAYS_UNPUBLISHED': string;
'GATEWAY_ACCOUNT_CREATED': string;
'GATEWAY_ACCOUNTS_CREATED': string;
'GATEWAY_ACCOUNT_UPDATED': string;
'GATEWAY_ACCOUNT_DESTROYED': string;
'GATEWAY_ACCOUNTS_UPLOADED': string;
'GATEWAY_ACCOUNTS_UPLOAD_PROCESSED': string;
'GATEWAY_SOURCE_CREATED': string;
'GATEWAY_SOURCES_CREATED': string;
'GATEWAY_SOURCE_UPDATED': string;
'GATEWAY_SOURCE_REMOVED': string;
'GATEWAY_SOURCE_DESTROYED': string;
'GATEWAY_SOURCES_UPLOADED': string;
'GATEWAY_SOURCES_UPLOAD_PROCESSED': string;
'GATEWAY_RECEIVER_CREATED': string;
'GATEWAY_RECEIVER_UPDATED': string;
'GATEWAY_RECEIVER_DESTROYED': string;
'GATEWAY_RECEIVERS_UPLOADED': string;
'GATEWAY_RECEIVERS_UPLOAD_PROCESSED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CREATED': string;
'FULFILLMENT_SERVICE_FULFILLMENTS_CREATED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_UPDATED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_DESTROYED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_PARTIALLY_CANCELLED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CANCELLED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_SENT': string;
'FULFILLMENT_SERVICE_FULFILLMENT_HELD': string;
'FULFILLMENT_SERVICE_FULFILLMENT_RELEASED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_RETURNED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_FULFILLED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CALCULATED': string;
'FULFILLMENT_SERVICE_FULFILLMENT_FROM_SET': string;
'FULFILLMENT_SERVICE_FULFILLMENT_TO_SET': string;
'FULFILLMENT_SERVICE_FULFILLMENT_BILLING_TO_SET': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CREATED_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_UPDATED_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CANCELLED_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_SENT_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_HELD_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_RELEASED_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_RETURNED_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_FULFILLED_SUCCESS': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CREATED_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_UPDATED_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_CANCELLED_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_SENT_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_HELD_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_RELEASED_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_RETURNED_ERROR': string;
'FULFILLMENT_SERVICE_FULFILLMENT_FULFILLED_ERROR': string;
'FULFILLMENT_SERVICE_CREATED': string;
'FULFILLMENT_SERVICE_ADDED': string;
'FULFILLMENT_SERVICE_UPDATED': string;
'FULFILLMENT_SERVICE_DESTROYED': string;
'FULFILLMENT_SERVICE_PUBLISHED': string;
'FULFILLMENT_SERVICE_UNPUBLISHED': string;
'FULFILLMENT_SERVICES_UPLOADED': string;
'FULFILLMENT_SERVICES_UPLOAD_PROCESSED': string;
'FULFILLMENT_SERVICE_RETURNS_SET': string;
'FULFILLMENT_SERVICE_SHIPPING_SET': string;
'FULFILLMENT_ITEM_CREATED': string;
'FULFILLMENT_ITEMS_CREATED': string;
'FULFILLMENT_ITEM_UPDATED': string;
'FULFILLMENT_ITEM_DESTROYED': string;
'FULFILLMENT_CREATED': string;
'FULFILLMENTS_CREATED': string;
'FULFILLMENT_UPDATED': string;
'FULFILLMENT_DESTROYED': string;
'FULFILLMENT_PARTIALLY_FULFILLED': string;
'FULFILLMENT_PARTIALLY_CANCELLED': string;
'FULFILLMENT_CANCELLED': string;
'FULFILLMENT_RETRIED': string;
'FULFILLMENT_SENT': string;
'FULFILLMENT_HELD': string;
'FULFILLMENT_DELIVERED': string;
'FULFILLMENT_RELEASED': string;
'FULFILLMENT_RESTOCKED': string;
'FULFILLMENT_RETURNED': string;
'FULFILLMENT_FULFILLED': string;
'FULFILLMENT_CALCULATED': string;
'FULFILLMENTS_UPLOADED': string;
'FULFILLMENTS_UPLOAD_PROCESSED': string;
'FULFILLMENT_FROM_SET': string;
'FULFILLMENT_TO_SET': string;
'FULFILLMENT_BILLING_TO_SET': string;
'FEED_CREATED': string;
'FEED_UPDATED': string;
'FEED_DESTROYED': string;
'FEED_ITEM_CREATED': string;
'FEED_ITEM_UPDATED': string;
'FEED_ITEM_MARKED': string;
'FEED_ITEM_DESTROYED': string;
'PRODUCT_CREATED': string;
'PRODUCTS_MERGED': string;
'PRODUCT_ADDED': string;
'PRODUCTS_ADDED': string;
'PRODUCT_UPDATED': string;
'PRODUCT_DESTROYED': string;
'PRODUCT_REMOVED': string;
'PRODUCT_PUBLISHED': string;
'PRODUCT_UNPUBLISHED': string;
'PRODUCTS_PUBLISHED': string;
'PRODUCTS_UNPUBLISHED': string;
'PRODUCT_IMAGE_PRIMARY_SET': string;
'PRODUCT_VARIANT_DEFAULT_SET': string;
'PRODUCTS_UPLOADED': string;
'PRODUCTS_UPLOAD_PROCESSED': string;
'PRODUCTS_METADATA_UPLOADED': string;
'PRODUCTS_METADATA_UPLOAD_PROCESSED': string;
'PRODUCT_ASSOCIATIONS_UPLOADED': string;
'PRODUCT_ASSOCIATIONS_UPLOAD_PROCESSED': string;
'PRODUCT_ASSOCIATION_ADDED': string;
'PRODUCT_ASSOCIATIONS_ADDED': string;
'PRODUCT_ASSOCIATION_CREATED': string;
'PRODUCT_ASSOCIATIONS_CREATED': string;
'PRODUCT_ASSOCIATION_UPDATED': string;
'PRODUCT_ASSOCIATION_REMOVED': string;
'PRODUCT_ASSOCIATION_DESTROYED': string;
'PRODUCT_ASSOCIATION_PUBLISHED': string;
'PRODUCT_ASSOCIATION_UNPUBLISHED': string;
'PRODUCT_CATEGORY_ADDED': string;
'PRODUCT_CATEGORY_REMOVED': string;
'PRODUCT_IMAGE_ADDED': string;
'PRODUCT_IMAGES_ADDED': string;
'PRODUCT_IMAGE_CREATED': string;
'PRODUCT_IMAGES_CREATED': string;
'PRODUCT_IMAGE_UPDATED': string;
'PRODUCT_IMAGE_REMOVED': string;
'PRODUCT_IMAGE_DESTROYED': string;
'PRODUCT_IMAGES_UPLOADED': string;
'PRODUCT_IMAGE_PUBLISHED': string;
'PRODUCT_IMAGE_UNPUBLISHED': string;
'PRODUCT_VARIANT_ADDED': string;
'PRODUCT_VARIANTS_ADDED': string;
'PRODUCT_VARIANT_CREATED': string;
'PRODUCT_VARIANTS_CREATED': string;
'PRODUCT_VARIANT_UPDATED': string;
'PRODUCT_VARIANT_REMOVED': string;
'PRODUCT_VARIANT_DESTROYED': string;
'PRODUCT_VARIANTS_UPLOADED': string;
'PRODUCT_VARIANT_PUBLISHED': string;
'PRODUCT_VARIANT_UNPUBLISHED': string;
'PRODUCT_VARIANTS_PUBLISHED': string;
'PRODUCT_VARIANTS_UNPUBLISHED': string;
'PRODUCT_VARIANT_ASSOCIATION_ADDED': string;
'PRODUCT_VARIANT_ASSOCIATIONS_ADDED': string;
'PRODUCT_VARIANT_ASSOCIATION_CREATED': string;
'PRODUCT_VARIANT_ASSOCIATIONS_CREATED': string;
'PRODUCT_VARIANT_ASSOCIATION_UPDATED': string;
'PRODUCT_VARIANT_ASSOCIATION_REMOVED': string;
'PRODUCT_VARIANT_ASSOCIATION_DESTROYED': string;
'PRODUCT_VARIANT_ASSOCIATIONS_UPLOADED': string;
'PRODUCT_VARIANT_ASSOCIATION_PUBLISHED': string;
'PRODUCT_VARIANT_ASSOCIATION_UNPUBLISHED': string;
'PRODUCT_VARIANT_IMAGE_ADDED': string;
'PRODUCT_VARIANT_IMAGES_ADDED': string;
'PRODUCT_VARIANT_IMAGE_CREATED': string;
'PRODUCT_VARIANT_IMAGES_CREATED': string;
'PRODUCT_VARIANT_IMAGE_UPDATED': string;
'PRODUCT_VARIANT_IMAGE_REMOVED': string;
'PRODUCT_VARIANT_IMAGE_DESTROYED': string;
'PRODUCT_VARIANT_IMAGES_UPLOADED': string;
'PRODUCT_VARIANT_IMAGE_PUBLISHED': string;
'PRODUCT_VARIANT_IMAGE_UNPUBLISHED': string;
'PRODUCT_VENDOR_ADDED': string;
'PRODUCT_VENDORS_ADDED': string;
'PRODUCT_VENDOR_CREATED': string;
'PRODUCT_VENDORS_CREATED': string;
'PRODUCT_VENDOR_UPDATED': string;
'PRODUCT_VENDOR_REMOVED': string;
'PRODUCT_VENDOR_DESTROYED': string;
'PRODUCT_VENDORS_UPLOADED': string;
'PRODUCT_VENDOR_PUBLISHED': string;
'PRODUCT_VENDOR_UNPUBLISHED': string;
'PRODUCT_VENDORS_PUBLISHED': string;
'PRODUCT_VENDORS_UNPUBLISHED': string;
'PRODUCT_IMPRESSION': string;
'PRODUCT_INTERACTION': string;
'PRODUCT_CONVERSION': string;
'ORDER_CREATED': string;
'ORDER_UPDATED': string;
'ORDER_DESTROYED': string;
'ORDER_PAID': string;
'ORDER_PARTIALLY_PAID': string;
'ORDER_FULFILLED': string;
'ORDER_PARTIALLY_FULFILLED': string;
'ORDER_REFUNDED': string;
'ORDER_PARTIALLY_REFUNDED': string;
'ORDER_CLOSED': string;
'ORDER_CANCELLED': string;
'ORDER_FEED_SET': string;
'ORDER_CUSTOMER_SET': string;
'ORDER_BILLING_ADDRESS_SET': string;
'ORDER_SHIPPING_ADDRESS_SET': string;
'ORDER_PAYMENT_DETAILS_SET': string;
'ORDER_FULFILLMENT_DETAILS_SET': string;
'ORDER_DISCOUNT_LINES_SET': string;
'ORDER_DISCOUNT_LINE_ADDED': string;
'ORDER_DISCOUNT_LINE_REMOVED': string;
'ORDER_COUPON_LINES_SET': string;
'ORDER_COUPON_LINE_ADDED': string;
'ORDER_COUPON_LINE_REMOVED': string;
'ORDER_SHIPPING_LINES_SET': string;
'ORDER_SHIPPING_LINE_ADDED': string;
'ORDER_SHIPPING_LINE_REMOVED': string;
'ORDER_TAX_LINES_SET': string;
'ORDER_TAX_LINE_ADDED': string;
'ORDER_TAX_LINE_REMOVED': string;
'ORDER_OVERRIDE_LINES_SET': string;
'ORDER_OVERRIDE_LINE_ADDED': string;
'ORDER_OVERRIDE_LINE_REMOVED': string;
'ORDER_CALCULATED': string;
'ORDERS_UPLOADED': string;
'ORDERS_UPLOAD_PROCESSED': string;
'ORDER_ITEM_CREATED': string;
'ORDER_ITEMS_CREATED': string;
'ORDER_ITEM_UPDATED': string;
'ORDER_ITEM_QUANTITY_INCREASED': string;
'ORDER_ITEM_QUANTITY_DECREASED': string;
'ORDER_ITEM_REMOVED': string;
'ORDER_ITEM_DESTROYED': string;
'ORDER_ITEM_PAYMENT_DETAILS_SET': string;
'ORDER_ITEM_FULFILLMENT_DETAILS_SET': string;
'ORDER_ITEM_SHIPPING_LINE_ADDED': string;
'ORDER_ITEM_TAX_LINE_ADDED': string;
'ORDER_ITEM_OVERRIDE_LINE_ADDED': string;
'ORDER_ITEM_SHIPPING_LINE_REMOVED': string;
'ORDER_ITEM_TAX_LINE_REMOVED': string;
'ORDER_ITEM_OVERRIDE_LINE_REMOVED': string;
'ORDER_ITEM_FULFILLED': string;
'ORDER_ITEMS_FULFILLED': string;
'ORDER_ITEM_RETURNED': string;
'ORDER_ITEMS_RETURNED': string;
'ORDER_ITEM_RESTOCKED': string;
'ORDER_ITEMS_RESTOCKED': string;
'ORDER_FULFILLMENT_CREATED': string;
'ORDER_FULFILLMENTS_CREATED': string;
'ORDER_FULFILLMENT_SENT': string;
'ORDER_FULFILLMENTS_SENT': string;
'ORDER_FULFILLMENT_FULFILLED': string;
'ORDER_FULFILLMENT_PARTIALLY_FULFILLED': string;
'ORDER_FULFILLMENT_RETURNED': string;
'ORDER_FULFILLMENTS_RETURNED': string;
'ORDER_FULFILLMENT_PARTIALLY_RETURNED': string;
'ORDER_FULFILLMENT_RESTOCKED': string;
'ORDER_FULFILLMENT_PARTIALLY_RESTOCKED': string;
'ORDER_FULFILLMENT_FAILED': string;
'ORDER_FULFILLMENT_CANCELLED': string;
'ORDER_FULFILLMENTS_CANCELLED': string;
'ORDER_FULFILLMENT_FROM_SET': string;
'ORDER_FULFILLMENT_TO_SET': string;
'ORDER_FULFILLMENT_BILLING_TO_SET': string;
'ORDER_TRANSACTION_SOLD': string;
'ORDER_TRANSACTION_PARTIALLY_SOLD': string;
'ORDER_TRANSACTION_AUTHORIZED': string;
'ORDER_TRANSACTION_PARTIALLY_AUTHORIZED': string;
'ORDER_TRANSACTION_REFUNDED': string;
'ORDER_TRANSACTION_PARTIALLY_REFUNDED': string;
'ORDER_TRANSACTION_CAPTURED': string;
'ORDER_TRANSACTION_PARTIALLY_CAPTURED': string;
'ORDER_TRANSACTION_CANCELLED': string;
'ORDER_TRANSACTION_VOIDED': string;
'ORDER_TRANSACTION_CALCULATED': string;
'ORDER_TRANSACTION_CREATED': string;
'ORDER_TRANSACTIONS_CREATED': string;
'ORDER_TRANSACTION_FAILED': string;
'OFFER_CREATED': string;
'OFFER_ADDED': string;
'OFFER_UPDATED': string;
'OFFER_DESTROYED': string;
'OFFERS_UPLOADED': string;
'OFFERS_UPLOAD_PROCESSED': string;
'OFFERS_METADATA_UPLOADED': string;
'OFFERS_METADATA_UPLOAD_PROCESSED': string;
'OFFER_REMOVED': string;
'OFFER_PUBLISHED': string;
'OFFER_UNPUBLISHED': string;
'OFFERS_UNPUBLISHED': string;
'OFFER_CALCULATED': string;
'OFFER_VARIANT_ADDED': string;
'OFFER_VARIANTS_ADDED': string;
'OFFER_VARIANT_UPDATED': string;
'OFFER_VARIANTS_UPDATED': string;
'OFFER_VARIANT_REMOVED': string;
'OFFER_VARIANTS_REMOVED': string;
'OFFER_VARIANT_PUBLISHED': string;
'OFFER_VARIANT_UNPUBLISHED': string;
'OFFER_BILLING_MODEL_ADDED': string;
'OFFER_BILLING_MODELS_ADDED': string;
'OFFER_BILLING_MODEL_REMOVED': string;
'OFFER_CAMPAIGN_ADDED': string;
'OFFER_CAMPAIGN_REMOVED': string;
'OFFER_UP_SELL_ADDED': string;
'OFFER_UP_SELLS_ADDED': string;
'OFFER_UP_SELL_REMOVED': string;
'OFFER_CROSS_SELL_ADDED': string;
'OFFER_CROSS_SELLS_ADDED': string;
'OFFER_CROSS_SELL_REMOVED': string;
'OFFER_DOWN_SELL_ADDED': string;
'OFFER_DOWN_SELLS_ADDED': string;
'OFFER_DOWN_SELL_REMOVED': string;
'OFFER_IMAGE_CREATED': string;
'OFFER_IMAGE_ADDED': string;
'OFFER_IMAGES_ADDED': string;
'OFFER_IMAGE_MOVED': string;
'OFFER_IMAGE_REMOVED': string;
'OFFER_IMPRESSION': string;
'OFFER_INTERACTION': string;
'OFFER_CONVERSION': string;
'CUSTOMER_CREATED': string;
'CUSTOMERS_MERGED': string;
'CUSTOMER_ADDED': string;
'CUSTOMER_MOVED': string;
'CUSTOMER_BLACKLISTED': string;
'CUSTOMER_UNBLACKLISTED': string;
'CUSTOMER_UPDATED': string;
'CUSTOMER_REMOVED': string;
'CUSTOMER_DESTROYED': string;
'CUSTOMER_CHILD_ADDED': string;
'CUSTOMER_CHILD_MOVED': string;
'CUSTOMER_CHILD_REMOVED': string;
'CUSTOMER_BILLING_ADDRESS_SET': string;
'CUSTOMER_SHIPPING_ADDRESS_SET': string;
'CUSTOMER_FEED_SET': string;
'CUSTOMER_PRIMARY_ACCOUNT_SET': string;
'CUSTOMER_PRIMARY_SOURCE_SET': string;
'CUSTOMER_PUBLISHED': string;
'CUSTOMER_UNPUBLISHED': string;
'CUSTOMER_EMAIL_UPDATED': string;
'CUSTOMERS_UPLOADED': string;
'CUSTOMERS_UPLOAD_PROCESSED': string;
'CUSTOMERS_METADATA_UPLOADED': string;
'CUSTOMERS_METADATA_UPLOAD_PROCESSED': string;
'CUSTOMER_CAMPAIGN_ADDED': string;
'CUSTOMER_CAMPAIGNS_ADDED': string;
'CUSTOMER_CAMPAIGN_REMOVED': string;
'CUSTOMER_CAMPAIGNS_REMOVED': string;
'CUSTOMER_CART_ADDED': string;
'CUSTOMER_CART_REMOVED': string;
'CUSTOMER_GATEWAY_ACCOUNT_ADDED': string;
'CUSTOMER_GATEWAY_ACCOUNT_CREATED': string;
'CUSTOMER_GATEWAY_ACCOUNTS_CREATED': string;
'CUSTOMER_GATEWAY_ACCOUNTS_ADDED': string;
'CUSTOMER_GATEWAY_ACCOUNT_UPDATED': string;
'CUSTOMER_GATEWAY_ACCOUNT_REMOVED': string;
'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_ADDED': string;
'CUSTOMER_GATEWAY_ACCOUNT_SOURCES_ADDED': string;
'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_CREATED': string;
'CUSTOMER_GATEWAY_ACCOUNT_SOURCES_CREATED': string;
'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_UPDATED': string;
'CUSTOMER_GATEWAY_ACCOUNT_SOURCE_REMOVED': string;
'CUSTOMER_SUBSCRIPTION_CREATED': string;
'CUSTOMER_SUBSCRIPTION_ADDED': string;
'CUSTOMER_SUBSCRIPTION_REMOVED': string;
'CUSTOMER_SUBSCRIPTION_UPDATED': string;
'CUSTOMER_SUBSCRIPTION_DEACTIVATED': string;
'CUSTOMER_SUBSCRIPTION_ACTIVATED': string;
'CUSTOMER_SUBSCRIPTION_CANCELLED': string;
'CUSTOMER_USER_ADDED': string;
'CUSTOMER_USER_CREATED': string;
'CUSTOMER_USER_UPDATED': string;
'CUSTOMER_USERS_ADDED': string;
'CUSTOMER_USER_REMOVED': string;
'CUSTOMER_USER_PRIMARY_SET': string;
'PROVINCE_ADDED': string;
'PROVINCES_ADDED': string;
'PROVINCE_UPDATED': string;
'PROVINCE_REMOVED': string;
'PROVINCE_PUBLISHED': string;
'PROVINCES_PUBLISHED': string;
'PROVINCE_UNPUBLISHED': string;
'COUNTRY_ADDED': string;
'COUNTRIES_ADDED': string;
'COUNTRY_UPDATED': string;
'COUNTRY_REMOVED': string;
'COUNTRY_PUBLISHED': string;
'COUNTRIES_PUBLISHED': string;
'COUNTRY_UNPUBLISHED': string;
'COUNTY_ADDED': string;
'COUNTIES_ADDED': string;
'COUNTY_UPDATED': string;
'COUNTY_REMOVED': string;
'COUNTY_PUBLISHED': string;
'COUNTY_UNPUBLISHED': string;
'CITY_ADDED': string;
'CITIES_ADDED': string;
'CITY_UPDATED': string;
'CITY_REMOVED': string;
'CITY_PUBLISHED': string;
'CITY_UNPUBLISHED': string;
'COLLECTION_CREATED': string;
'COLLECTION_ADDED': string;
'COLLECTION_MOVED': string;
'COLLECTION_PUBLISHED': string;
'COLLECTION_UNPUBLISHED': string;
'COLLECTION_UPDATED': string;
'COLLECTION_REMOVED': string;
'COLLECTION_DESTROYED': string;
'COLLECTIONS_UPLOADED': string;
'COLLECTIONS_UPLOAD_PROCESSED': string;
'COLLECTIONS_METADATA_UPLOADED': string;
'COLLECTIONS_METADATA_UPLOAD_PROCESSED': string;
'COLLECTION_CHILD_ADDED': string;
'COLLECTION_CHILDREN_ADDED': string;
'COLLECTION_CHILD_MOVED': string;
'COLLECTION_CHILDREN_MOVED': string;
'COLLECTION_CHILD_REMOVED': string;
'COLLECTION_PRODUCT_ADDED': string;
'COLLECTION_PRODUCTS_ADDED': string;
'COLLECTION_PRODUCT_MOVED': string;
'COLLECTION_PRODUCT_REMOVED': string;
'COLLECTION_APPLICATION_ADDED': string;
'COLLECTION_APPLICATIONS_ADDED': string;
'COLLECTION_APPLICATION_MOVED': string;
'COLLECTION_APPLICATION_REMOVED': string;
'COLLECTION_OFFER_ADDED': string;
'COLLECTION_OFFERS_ADDED': string;
'COLLECTION_OFFER_MOVED': string;
'COLLECTION_OFFER_REMOVED': string;
'COLLECTION_CUSTOMER_ADDED': string;
'COLLECTION_CUSTOMERS_ADDED': string;
'COLLECTION_CUSTOMER_MOVED': string;
'COLLECTION_CUSTOMER_REMOVED': string;
'COLLECTION_BILLING_MODEL_ADDED': string;
'COLLECTION_BILLING_MODELS_ADDED': string;
'COLLECTION_BILLING_MODEL_MOVED': string;
'COLLECTION_BILLING_MODEL_REMOVED': string;
'COLLECTION_IMAGE_ADDED': string;
'COLLECTION_IMAGES_ADDED': string;
'COLLECTION_IMAGE_UPDATED': string;
'COLLECTION_IMAGE_MOVED': string;
'COLLECTION_IMAGE_REMOVED': string;
'COLLECTION_IMPRESSION': string;
'COLLECTION_INTERACTION': string;
'COLLECTION_CONVERSION': string;
'CART_ITEM_CREATED': string;
'CART_ITEMS_CREATED': string;
'CART_ITEMS_ADDED': string;
'CART_ITEMS_CUSTOMER_SET': string;
'CART_ITEM_UPDATED': string;
'CART_ITEMS_UPDATED': string;
'CART_ITEM_QUANTITY_INCREASED': string;
'CART_ITEM_QUANTITY_DECREASED': string;
'CART_ITEM_REMOVED': string;
'CART_ITEM_DESTROYED': string;
'CART_ITEM_CALCULATED': string;
'CART_ITEMS_CALCULATED': string;
'CART_ITEM_PAYMENT_DETAILS_SET': string;
'CART_ITEM_FULFILLMENT_DETAILS_SET': string;
'CART_ITEM_SHIPPING_LINE_ADDED': string;
'CART_ITEM_TAX_LINE_ADDED': string;
'CART_ITEM_OVERRIDE_LINE_ADDED': string;
'CART_ITEM_SHIPPING_LINE_REMOVED': string;
'CART_ITEM_TAX_LINE_REMOVED': string;
'CART_ITEM_OVERRIDE_LINE_REMOVED': string;
'CART_CREATED': string;
'CART_UPDATED': string;
'CART_DESTROYED': string;
'CART_CHECKED_OUT': string;
'CART_CONVERTED': string;
'CART_CLOSED': string;
'CART_ORDER_SET': string;
'CART_CUSTOMER_SET': string;
'CART_USER_SET': string;
'CART_CUSTOMER_UNSET': string;
'CART_BILLING_ADDRESS_SET': string;
'CART_SHIPPING_ADDRESS_SET': string;
'CART_PAYMENT_DETAILS_SET': string;
'CART_FULFILLMENT_DETAILS_SET': string;
'CART_DISCOUNT_LINES_SET': string;
'CART_DISCOUNT_LINE_ADDED': string;
'CART_DISCOUNT_LINE_REMOVED': string;
'CART_COUPON_LINES_SET': string;
'CART_COUPON_LINE_ADDED': string;
'CART_COUPON_LINE_REMOVED': string;
'CART_SHIPPING_RATES_SET': string;
'CART_SHIPPING_LINES_SET': string;
'CART_SHIPPING_LINE_ADDED': string;
'CART_SHIPPING_LINE_REMOVED': string;
'CART_TAX_LINES_SET': string;
'CART_TAX_LINE_ADDED': string;
'CART_TAX_LINE_REMOVED': string;
'CART_OVERRIDE_LINES_SET': string;
'CART_OVERRIDE_LINE_ADDED': string;
'CART_OVERRIDE_LINE_REMOVED': string;
'CART_CALCULATED': string;
'CARTS_CALCULATED': string;
'BILLING_MODEL_CREATED': string;
'BILLING_MODEL_UPDATED': string;
'BILLING_MODEL_REMOVED': string;
'BILLING_MODEL_DESTROYED': string;
'BILLING_MODELS_UPLOADED': string;
'BILLING_MODELS_UPLOAD_PROCESSED': string;
'BILLING_MODEL_PUBLISHED': string;
'BILLING_MODEL_UNPUBLISHED': string;
'BILLING_MODEL_CHILD_CREATED': string;
'BILLING_MODEL_CHILD_ADDED': string;
'BILLING_MODEL_CHILD_MOVED': string;
'BILLING_MODEL_CHILD_REMOVED': string;
'BILLING_MODEL_ITEM_ADDED': string;
'BILLING_MODEL_ITEM_REMOVED': string;
'APPLICATION_CREATED': string;
'APPLICATION_ADDED': string;
'APPLICATION_UPDATED': string;
'APPLICATION_CHILD_ADDED': string;
'APPLICATION_CHILD_MOVED': string;
'APPLICATION_REMOVED': string;
'APPLICATION_DESTROYED': string;
'APPLICATION_PUBLISHED': string;
'APPLICATION_UNPUBLISHED': string;
'APPLICATION_PREHOOK_ADDED': string;
'APPLICATION_PREHOOKS_ADDED': string;
'APPLICATION_PREHOOK_CREATED': string;
'APPLICATION_PREHOOKS_CREATED': string;
'APPLICATION_PREHOOK_UPDATED': string;
'APPLICATION_PREHOOK_REMOVED': string;
'APPLICATION_PREHOOK_PUBLISHED': string;
'APPLICATION_PREHOOK_UNPUBLISHED': string;
'APPLICATION_TRIGGER_CREATED': string;
'APPLICATION_TRIGGERS_CREATED': string;
'APPLICATION_TRIGGER_UPDATED': string;
'APPLICATION_TRIGGER_ADDED': string;
'APPLICATION_TRIGGERS_ADDED': string;
'APPLICATION_TRIGGER_REMOVED': string;
'APPLICATION_TRIGGER_PUBLISHED': string;
'APPLICATION_TRIGGER_UNPUBLISHED': string;
'APPLICATION_TRANSFORMER_CREATED': string;
'APPLICATION_TRANSFORMERS_CREATED': string;
'APPLICATION_TRANSFORMER_UPDATED': string;
'APPLICATION_TRANSFORMER_ADDED': string;
'APPLICATION_TRANSFORMERS_ADDED': string;
'APPLICATION_TRANSFORMER_REMOVED': string;
'APPLICATION_TRANSFORMER_PUBLISHED': string;
'APPLICATION_TRANSFORMER_UNPUBLISHED': string;
'APPLICATION_WEBHOOK_CREATED': string;
'APPLICATION_WEBHOOKS_CREATED': string;
'APPLICATION_WEBHOOK_UPDATED': string;
'APPLICATION_WEBHOOK_ADDED': string;
'APPLICATION_WEBHOOKS_ADDED': string;
'APPLICATION_WEBHOOK_REMOVED': string;
'APPLICATION_WEBHOOK_PUBLISHED': string;
'APPLICATION_WEBHOOK_UNPUBLISHED': string;
'APPLICATION_ENDPOINT_ADDED': string;
'APPLICATION_ENDPOINTS_ADDED': string;
'APPLICATION_ENDPOINT_REMOVED': string;
'APPLICATION_ENDPOINT_CREATED': string;
'APPLICATION_ENDPOINTS_CREATED': string;
'APPLICATION_ENDPOINT_UPDATED': string;
'APPLICATION_ENDPOINT_RAN': string;
'APPLICATION_ENDPOINT_PUBLISHED': string;
'APPLICATION_ENDPOINT_UNPUBLISHED': string;
'APPLICATION_KEY_ADDED': string;
'APPLICATION_KEY_REMOVED': string;
'APPLICATION_KEY_CREATED': string;
'APPLICATION_KEY_UPDATED': string;
'APPLICATIONS_UPLOADED': string;
'APPLICATIONS_UPLOAD_PROCESSED': string;
'EVENT_CREATED': string;
'EVENT_UPDATED': string;
'ADDRESS_ADDED': string;
'ADDRESS_UPDATED': string;
'ADDRESS_REMOVED': string;
'ANALYTIC_CREATED': string;
'ANALYTICS_CREATED': string;
'ANALYTICS_OF_NEW_USERS_AGGREGATED': string;
'ANALYTICS_OF_NEW_ORDERS_AGGREGATED': string;
'ANALYTICS_OF_NEW_SESSIONS_AGGREGATED': string;
'CREATED': string;
'UPDATED': string;
'CHANNEL_CREATED': string;
'CHANNEL_ADDED': string;
'CHANNEL_MOVED': string;
'CHANNEL_REMOVED': string;
'PUBLISHED': string;
'UNPUBLISHED': string;
'CHANNEL_CUSTOMER_PRIMARY_SET': string;
'CHANNEL_VENDOR_PRIMARY_SET': string;
'CHANNEL_GATEWAY_PRIMARY_SET': string;
'CHANNEL_FULFILLMENT_SERVICE_PRIMARY_SET': string;
'CHANNEL_FEED_PRIMARY_SET': string;
'CHANNEL_TAX_PRIMARY_SET': string;
'CHANNEL_SHIPPING_PRIMARY_SET': string;
'CHANNEL_NEXUS_SET': string;
'CHANNEL_BILLING_SET': string;
'CHANNEL_SHIPPING_SET': string;
'CHANNEL_THEME_SET': string;
'CHANNEL_TAM_PRIMARY_SET': string;
'CHANNELS_UPLOADED': string;
'CHANNELS_UPLOAD_PROCESSED': string;
'TAM_ADDED': string;
'TAM_UPDATED': string;
'TAM_REMOVED': string;
'RULES_TAXES_ADDED': string;
'RULES_TAXES_UPDATED': string;
'RULES_TAXES_REMOVED': string;
'RULES_SHIPPING_ADDED': string;
'RULES_SHIPPING_UPDATED': string;
'RULES_SHIPPING_REMOVED': string;
'EMAIL_SENT': string;
'EMAIL_TEMPLATE_SENT': string;
'SESSION_STARTED': string;
'SESSION_ENDED': string;
'RECOVERED': string;
'RECOVERY_SET': string;
'SESSION_CART_CHANGED': string;
'SESSION_CUSTOMER_CHANGED': string;
'CHANNEL_WILDCARD': string;
'CHANNEL_APPLICATION_WILDCARD': string;
'CHANNEL_BILLING_MODEL_WILDCARD': string;
'CHANNEL_CART_WILDCARD': string;
'CHANNEL_COLLECTION_WILDCARD': string;
'CHANNEL_COUNTRY_WILDCARD': string;
'CHANNEL_CUSTOMER_WILDCARD': string;
'CHANNEL_FEED_WILDCARD': string;
'CHANNEL_FULFILLMENT_WILDCARD': string;
'CHANNEL_FULFILLMENT_SERVICE_WILDCARD': string;
'CHANNEL_GATEWAY_WILDCARD': string;
'CHANNEL_GATEWAY_ACCOUNT_WILDCARD': string;
'CHANNEL_GATEWAY_ACCOUNT_SOURCE_WILDCARD': string;
'CHANNEL_MEDIA_WILDCARD': string;
'CHANNEL_OFFER_WILDCARD': string;
'CHANNEL_ORDER_WILDCARD': string;
'CHANNEL_PAYOUT_WILDCARD': string;
'CHANNEL_PERMISSION_WILDCARD': string;
'CHANNEL_PRODUCT_WILDCARD': string;
'CHANNEL_SHIPPING_WILDCARD': string;
'CHANNEL_SUBSCRIPTION_WILDCARD': string;
'CHANNEL_TASK_WILDCARD': string;
'CHANNEL_TAX_WILDCARD': string;
'CHANNEL_TRANSACTION_WILDCARD': string;
'CHANNEL_USER_WILDCARD': string;
'CHANNEL_VENDOR_WILDCARD': string;
};
export declare const ACTIONS: {
'GET_VENDOR': string;
'FIND_VENDOR': string;
'LIST_VENDORS': string;
'FIND_VENDORS': string;
'LIST_DESCENDANTS_VENDORS': string;
'FIND_DESCENDANTS_VENDORS': string;
'GET_VENDOR_PRODUCT': string;
'LIST_VENDOR_PRODUCTS': string;
'FIND_VENDOR_PRODUCTS': string;
'GET_VENDOR_PRODUCT_VARIANT': string;
'LIST_VENDOR_PRODUCT_VARIANTS': string;
'FIND_VENDOR_PRODUCT_VARIANTS': string;
'GET_VENDOR_PRODUCT_VARIANT_INVENTORY': string;
'GET_VENDOR_INVENTORY': string;
'LIST_VENDOR_INVENTORIES': string;
'LIST_VENDOR_EVENTS': string;
'GET_VENDOR_BILLING_ADDRESS': string;
'GET_VENDOR_SHIPPING_ADDRESS': string;
'GET_VENDOR_PRIMARY_FULFILLMENT_SERVICE': string;
'GET_VENDOR_UPLOAD': string;
'LIST_VENDOR_UPLOADS': string;
'FIND_VENDOR_UPLOADS': string;
'GET_VENDOR_UPLOAD_RESULT': string;
'LIST_VENDOR_UPLOAD_RESULTS': string;
'FIND_VENDOR_UPLOAD_RESULTS': string;
'GET_VENDOR_INVENTORY_UPLOAD_RESULT': string;
'LIST_VENDOR_INVENTORY_UPLOAD_RESULTS': string;
'FIND_VENDOR_INVENTORY_UPLOAD_RESULTS': string;
'GET_VENDOR_INVENTORY_UPLOAD': string;
'LIST_VENDOR_INVENTORY_UPLOADS': string;
'FIND_VENDOR_INVENTORY_UPLOADS': string;
'GET_VENDOR_FULFILLMENT_SERVICE': string;
'LIST_VENDOR_FULFILLMENT_SERVICES': string;
'FIND_VENDOR_FULFILLMENT_SERVICES': string;
'GET_VENDOR_FULFILLMENT_SERVICE_SHIPPING': string;
'GET_VENDOR_FULFILLMENT_SERVICE_RETURNS': string;
'GET_THEME': string;
'LIST_THEMES': string;
'FIND_THEMES': string;
'LIST_DESCENDANTS_THEMES': string;
'FIND_DESCENDANTS_THEMES': string;
'GET_TEMPLATE': string;
'LIST_TEMPLATES': string;
'FIND_TEMPLATES': string;
'LIST_DESCENDANTS_TEMPLATES': string;
'FIND_DESCENDANTS_TEMPLATES': string;
'GET_TASK': string;
'FIND_TASK': string;
'LIST_TASKS': string;
'FIND_TASKS': string;
'LIST_DESCENDANTS_TASKS': string;
'FIND_DESCENDANTS_TASKS': string;
'GET_TASK_ITEM': string;
'LIST_TASK_ITEMS': string;
'FIND_TASK_ITEMS': string;
'LIST_TASK_EVENTS': string;
'FIND_TASK_EVENTS': string;
'GET_TASK_FEED': string;
'GET_TRANSACTION': string;
'LIST_TRANSACTIONS': string;
'FIND_TRANSACTIONS': string;
'LIST_DESCENDANTS_TRANSACTIONS': string;
'FIND_DESCENDANTS_TRANSACTIONS': string;
'GET_TRANSACTION_ACTION': string;
'LIST_TRANSACTION_ACTIONS': string;
'GET_TRANSACTION_UPLOAD': string;
'LIST_TRANSACTION_UPLOADS': string;
'FIND_TRANSACTION_UPLOADS': string;
'LIST_TRANSACTION_EVENTS': string;
'FIND_TRANSACTION_EVENTS': string;
'GET_GATEWAY_TRANSACTION': string;
'LIST_GATEWAY_TRANSACTIONS': string;
'LIST_DESCENDANTS_GATEWAY_TRANSACTIONS': string;
'FIND_DESCENDANTS_GATEWAY_TRANSACTIONS': string;
'LIST_GATEWAY_TRANSACTION_EVENTS': string;
'LIST_GATEWAY_TRANSACTION_ACTIONS': string;
'GET_GATEWAY': string;
'LIST_GATEWAYS': string;
'LIST_DESCENDANTS_GATEWAYS': string;
'FIND_DESCENDANTS_GATEWAYS': string;
'GET_PUBLIC_GATEWAY': string;
'LIST_PUBLIC_GATEWAYS': string;
'GET_GATEWAY_RECEIVER': string;
'LIST_GATEWAY_RECEIVERS': string;
'GET_GATEWAY_ACCOUNT': string;
'LIST_GATEWAY_ACCOUNTS': string;
'GET_GATEWAY_SOURCE': string;
'LIST_GATEWAY_SOURCES': string;
'LIST_GATEWAY_ACCOUNT_EVENTS': string;
'LIST_GATEWAY_RECIEVER_EVENTS': string;
'LIST_GATEWAY_ACCOUNT_SOURCE_EVENTS': string;
'LIST_GATEWAY_EVENTS': string;
'GET_GATEWAY_UPLOAD': string;
'LIST_GATEWAY_UPLOADS': string;
'GET_GATEWAY_FORM': string;
'LIST_GATEWAY_FORMS': string;
'LIST_PUBLIC_GATEWAY_FORMS': string;
'GET_FULFILLMENT_SERVICE_FULFILLMENT': string;
'LIST_FULFILLMENT_SERVICE_FULFILLMENTS': string;
'FIND_FULFILLMENT_SERVICE_FULFILLMENTS': string;
'GET_FULFILLMENT_SERVICE_FULFILLMENT_FROM': string;
'GET_FULFILLMENT_SERVICE_FULFILLMENT_TO': string;
'GET_FULFILLMENT_SERVICE_FULFILLMENT_BILLING_TO': string;
'GET_FULFILLMENT_SERVICE': string;
'FIND_FULFILLMENT_SERVICE': string;
'LIST_FULFILLMENT_SERVICES': string;
'FIND_FULFILLMENT_SERVICES': string;
'LIST_DESCENDANTS_FULFILLMENT_SERVICES': string;
'FIND_DESCENDANTS_FULFILLMENT_SERVICES': string;
'GET_FULFILLMENT_SERVICE_EVENT': string;
'LIST_FULFILLMENT_SERVICE_EVENTS': string;
'FIND_FULFILLMENT_SERVICE_EVENTS': string;
'GET_FULFILLMENT_SERVICE_UPLOAD': string;
'LIST_FULFILLMENT_SERVICE_UPLOADS': string;
'FIND_FULFILLMENT_SERVICE_UPLOADS': string;
'GET_FULFILLMENT_SERVICE_SHIPPING': string;
'GET_FULFILLMENT_SERVICE_RETURNS': string;
'GET_FULFILLMENT_ITEM': string;
'LIST_FULFILLMENT_ITEMS': string;
'FIND_FULFILLMENT_ITEMS': string;
'GET_FULFILLMENT': string;
'LIST_FULFILLMENTS': string;
'LIST_DESCENDANTS_FULFILLMENTS': string;
'FIND_DESCENDANTS_FULFILLMENTS': string;
'LIST_FULFILLMENT_EVENTS': string;
'GET_FULFILLMENT_FROM': string;
'GET_FULFILLMENT_TO': string;
'GET_FULFILLMENT_BILLING_TO': string;
'GET_FEED': string;
'LIST_FEEDS': string;
'FIND_FEEDS': string;
'LIST_DESCENDANTS_FEEDS': string;
'FIND_DESCENDANTS_FEEDS': string;
'GET_FEED_ITEM': string;
'LIST_FEED_ITEMS': string;
'FIND_FEED_ITEMS': string;
'LIST_FEED_EVENTS': string;
'FIND_FEED_EVENTS': string;
'GET_ROLE_USER': string;
'LIST_ROLE_USERS': string;
'FIND_ROLE_USERS': string;
'GET_USER_ROLE': string;
'LIST_USER_ROLES': string;
'FIND_USER_ROLES': string;
'GET_ROLE': string;
'LIST_ROLES': string;
'FIND_ROLES': string;
'GET_USER_PERMISSION': string;
'LIST_USER_PERMISSIONS': string;
'FIND_USER_PERMISSIONS': string;
'GET_PERMISSION': string;
'LIST_PERMISSIONS': string;
'FIND_PERMISSIONS': string;
'GET_ROLE_PERMISSION': string;
'LIST_ROLE_PERMISSIONS': string;
'FIND_ROLE_PERMISSIONS': string;
'LIST_USER_CHANNELS': string;
'FIND_USER_CHANNELS': string;
'GET_USER_CUSTOMER': string;
'LIST_USER_CUSTOMERS': string;
'FIND_USER_CUSTOMERS': string;
'GET_USER_PASSPORT': string;
'LIST_USER_PASSPORTS': string;
'FIND_USER_PASSPORTS': string;
'GET_RESOURCE': string;
'LIST_RESOURCES': string;
'FIND_RESOURCES': string;
'VALIDATE_TOKEN': string;
'FIND_USER': string;
'GET_USER': string;
'LIST_USERS': string;
'FIND_USERS': string;
'LIST_DESCENDANTS_USERS': string;
'FIND_DESCENDANTS_USERS': string;
'LIST_USER_EVENTS': string;
'FIND_USER_EVENTS': string;
'GET_USER_CURRENT_CART': string;
'GET_USER_CURRENT_CUSTOMER': string;
'GET_USER_PRIMARY_CUSTOMER': string;
'GET_USER_UPLOAD': string;
'LIST_USER_UPLOADS': string;
'FIND_USER_UPLOADS': string;
'GET_USER_UPLOAD_RESULT': string;
'LIST_USER_UPLOAD_RESULTS': string;
'FIND_USER_UPLOAD_RESULTS': string;
'GET_USER_METADATA_UPLOAD': string;
'LIST_USER_METADATA_UPLOADS': string;
'FIND_USER_METADATA_UPLOADS': string;
'GET_USER_METADATA_UPLOAD_RESULT': string;
'LIST_USER_METADATA_UPLOAD_RESULTS': string;
'FIND_USER_METADATA_UPLOAD_RESULTS': string;
'GET_SUBSCRIPTION_ITEM': string;
'LIST_SUBSCRIPTION_ITEMS': string;
'FIND_SUBSCRIPTION_ITEMS': string;
'GET_SUBSCRIPTION_ITEM_PAYMENT_DETAILS': string;
'GET_SUBSCRIPTION_ITEM_FULFILLMENT_DETAILS': string;
'LIST_SUBSCRIPTION_ITEM_SHIPPING_LINES': string;
'LIST_SUBSCRIPTION_ITEM_TAX_LINES': string;
'LIST_SUBSCRIPTION_ITEM_OVERRIDE_LINES': string;
'GET_SUBSCRIPTION': string;
'GET_SUBSCRIPTION_BILLING_ADDRESS': string;
'GET_SUBSCRIPTION_SHIPPING_ADDRESS': string;
'GET_SUBSCRIPTION_CUSTOMER': string;
'GET_SUBSCRIPTION_PAYMENT_DETAILS': string;
'GET_SUBSCRIPTION_FULFILLMENT_DETAILS': string;
'LIST_SUBSCRIPTION_SHIPPING_LINES': string;
'LIST_SUBSCRIPTION_TAX_LINES': string;
'LIST_SUBSCRIPTION_OVERRIDE_LINES': string;
'LIST_SUBSCRIPTIONS': string;
'FIND_SUBSCRIPTIONS': string;
'LIST_DESCENDANTS_SUBSCRIPTIONS': string;
'FIND_DESCENDANTS_SUBSCRIPTIONS': string;
'LIST_SUBSCRIPTION_CARRIERS': string;
'FIND_SUBSCRIPTION_CARRIERS': string;
'LIST_SUBSCRIPTION_EVENTS': string;
'FIND_SUBSCRIPTION_EVENTS': string;
'LIST_SUBSCRIPTION_BILLING_MODELS': string;
'FIND_SUBSCRIPTION_BILLING_MODELS': string;
'GET_SUBSCRIPTION_UPLOAD': string;
'LIST_SUBSCRIPTION_UPLOADS': string;
'FIND_SUBSCRIPTION_UPLOADS': string;
'GET_SCHEMA': string;
'LIST_SCHEMAS': string;
'FIND_SCHEMAS': string;
'GET_ORDER': string;
'LIST_ORDERS': string;
'LIST_DESCENDANTS_ORDERS': string;
'FIND_DESCENDANTS_ORDERS': string;
'GET_ORDER_FEED': string;
'GET_ORDER_CUSTOMER': string;
'GET_ORDER_SUBSCRIPTION': string;
'LIST_ORDER_SUBSCRIPTIONS': string;
'GET_ORDER_TRANSACTION': string;
'LIST_ORDER_TRANSACTIONS': string;
'LIST_ORDER_TRANSACTION_EVENTS': string;
'GET_ORDER_FULFILLMENT': string;
'LIST_ORDER_FULFILLMENTS': string;
'LIST_ORDER_FULFILLMENT_EVENTS': string;
'LIST_ORDER_EVENTS': string;
'GET_ORDER_BILLING_ADDRESS': string;
'GET_ORDER_SHIPPING_ADDRESS': string;
'GET_ORDER_PAYMENT_DETAILS': string;
'GET_ORDER_FULFILLMENT_DETAILS': string;
'LIST_ORDER_SHIPPING_LINES': string;
'LIST_ORDER_TAX_LINES': string;
'LIST_ORDER_OVERRIDE_LINES': string;
'LIST_ORDER_CARRIERS': string;
'GET_ORDER_ITEM': string;
'LIST_ORDER_ITEMS': string;
'GET_ORDER_ITEM_PAYMENT_DETAILS': string;
'GET_ORDER_ITEM_FULFILLMENT_DETAILS': string;
'LIST_ORDER_ITEM_SHIPPING_LINES': string;
'LIST_ORDER_ITEM_TAX_LINES': string;
'LIST_ORDER_ITEM_OVERRIDE_LINES': string;
'GET_ORDER_UPLOAD': string;
'LIST_ORDER_UPLOADS': string;
'GET_PRODUCT': string;
'FIND_PRODUCT': string;
'LIST_PRODUCTS': string;
'FIND_PRODUCTS': string;
'LIST_DESCENDANTS_PRODUCTS': string;
'FIND_DESCENDANTS_PRODUCTS': string;
'LIST_PRODUCT_EVENTS': string;
'FIND_PRODUCT_EVENTS': string;
'GET_PRODUCT_STAT': string;
'GET_PRODUCT_CATEGORY': string;
'LIST_PRODUCT_CATEGORIES': string;
'FIND_PRODUCT_CATEGORIES': string;
'GET_PUBLIC_PRODUCT_CATEGORY': string;
'LIST_PUBLIC_PRODUCT_CATEGORIES': string;
'FIND_PUBLIC_PRODUCT_CATEGORIES': string;
'GET_PRODUCT_UPLOAD_RESULT': string;
'LIST_PRODUCT_UPLOAD_RESULTS': string;
'FIND_PRODUCT_UPLOAD_RESULTS': string;
'GET_PRODUCT_UPLOAD': string;
'LIST_PRODUCT_UPLOADS': string;
'FIND_PRODUCT_UPLOADS': string;
'GET_PRODUCT_METADATA_UPLOAD_RESULT': string;
'LIST_PRODUCT_METADATA_UPLOAD_RESULTS': string;
'FIND_PRODUCT_METADATA_UPLOAD_RESULTS': string;
'GET_PRODUCT_METADATA_UPLOAD': string;
'LIST_PRODUCT_METADATA_UPLOADS': string;
'FIND_PRODUCT_METADATA_UPLOADS': string;
'GET_PUBLIC_PRODUCT': string;
'FIND_PUBLIC_PRODUCT': string;
'LIST_PUBLIC_PRODUCTS': string;
'FIND_PUBLIC_PRODUCTS': string;
'GET_PRODUCT_ASSOCIATION': string;
'LIST_PRODUCT_ASSOCIATIONS': string;
'FIND_PRODUCT_ASSOCIATIONS': string;
'GET_PUBLIC_PRODUCT_ASSOCIATION': string;
'LIST_PUBLIC_PRODUCT_ASSOCIATIONS': string;
'FIND_PUBLIC_PRODUCT_ASSOCIATIONS': string;
'GET_PRODUCT_VARIANT_DEFAULT': string;
'GET_PRODUCT_VARIANT': string;
'FIND_PRODUCT_VARIANT': string;
'LIST_PRODUCT_VARIANTS': string;
'FIND_PRODUCT_VARIANTS': string;
'GET_PRODUCT_PRIMARY_FULFILLMENT_SERVICE': string;
'GET_PRODUCT_VARIANT_PRIMARY_FULFILLMENT_SERVICE': string;
'GET_PUBLIC_PRODUCT_VARIANT': string;
'LIST_PUBLIC_PRODUCT_VARIANTS': string;
'FIND_PUBLIC_PRODUCT_VARIANTS': string;
'LIST_PRODUCT_VARIANT_INVENTORIES': string;
'FIND_PRODUCT_VARIANT_INVENTORIES': string;
'GET_PRODUCT_VARIANT_ASSOCIATION': string;
'LIST_PRODUCT_VARIANT_ASSOCIATIONS': string;
'FIND_PRODUCT_VARIANT_ASSOCIATIONS': string;
'GET_PUBLIC_PRODUCT_VARIANT_ASSOCIATION': string;
'LIST_PUBLIC_PRODUCT_VARIANT_ASSOCIATIONS': string;
'FIND_PUBLIC_PRODUCT_VARIANT_ASSOCIATIONS': string;
'GET_PRODUCT_IMAGE_PRIMARY': string;
'GET_PRODUCT_IMAGE': string;
'FIND_PRODUCT_IMAGE': string;
'LIST_PRODUCT_IMAGES': string;
'FIND_PRODUCT_IMAGES': string;
'GET_PUBLIC_PRODUCT_IMAGE': string;
'FIND_PUBLIC_PRODUCT_IMAGE': string;
'LIST_PUBLIC_PRODUCT_IMAGES': string;
'FIND_PUBLIC_PRODUCT_IMAGES': string;
'GET_PRODUCT_VARIANT_IMAGE': string;
'FIND_PRODUCT_VARIANT_IMAGE': string;
'LIST_PRODUCT_VARIANT_IMAGES': string;
'FIND_PRODUCT_VARIANT_IMAGES': string;
'GET_PUBLIC_PRODUCT_VARIANT_IMAGE': string;
'LIST_PUBLIC_PRODUCT_VARIANT_IMAGES': string;
'FIND_PUBLIC_PRODUCT_VARIANT_IMAGES': string;
'GET_PRODUCT_OFFER': string;
'LIST_PRODUCT_OFFERS': string;
'FIND_PRODUCT_OFFERS': string;
'GET_PRODUCT_VENDOR': string;
'LIST_PRODUCT_VENDORS': string;
'FIND_PRODUCT_VENDORS': string;
'GET_OFFER': string;
'FIND_OFFER': string;
'LIST_OFFERS': string;
'FIND_OFFERS': string;
'LIST_DESCENDANTS_OFFERS': string;
'FIND_DESCENDANTS_OFFERS': string;
'LIST_OFFER_IMAGES': string;
'FIND_OFFER_IMAGES': string;
'LIST_OFFER_EVENTS': string;
'FIND_OFFER_EVENTS': string;
'LIST_OFFER_BILLING_MODELS': string;
'FIND_OFFER_BILLING_MODELS': string;
'GET_OFFER_STAT': string;
'GET_OFFER_CAMPAIGN': string;
'LIST_OFFER_CAMPAIGNS': string;
'FIND_OFFER_CAMPAIGNS': string;
'GET_OFFER_UPLOAD_RESULT': string;
'LIST_OFFER_UPLOAD_RESULTS': string;
'FIND_OFFER_UPLOAD_RESULTS': string;
'GET_OFFER_UPLOAD': string;
'LIST_OFFER_UPLOADS': string;
'FIND_OFFER_UPLOADS': string;
'GET_OFFER_METADATA_UPLOAD_RESULT': string;
'LIST_OFFER_METADATA_UPLOAD_RESULTS': string;
'FIND_OFFER_METADATA_UPLOAD_RESULTS': string;
'GET_OFFER_METADATA_UPLOAD': string;
'LIST_OFFER_METADATA_UPLOADS': string;
'FIND_OFFER_METADATA_UPLOADS': string;
'GET_OFFER_PRODUCT': string;
'GET_OFFER_VARIANT': string;
'FIND_OFFER_VARIANT': string;
'LIST_OFFER_VARIANTS': string;
'FIND_OFFER_VARIANTS': string;
'GET_OFFER_UP_SELL': string;
'LIST_OFFER_UP_SELLS': string;
'FIND_OFFER_UP_SELLS': string;
'GET_OFFER_CROSS_SELL': string;
'LIST_OFFER_CROSS_SELLS': string;
'FIND_OFFER_CROSS_SELLS': string;
'GET_OFFER_DOWN_SELL': string;
'LIST_OFFER_DOWN_SELLS': string;
'FIND_OFFER_DOWN_SELLS': string;
'GET_PUBLIC_OFFER': string;
'FIND_PUBLIC_OFFER': string;
'LIST_PUBLIC_OFFERS': string;
'FIND_PUBLIC_OFFERS': string;
'GET_PUBLIC_OFFER_CAMPAIGN': string;
'LIST_PUBLIC_OFFER_CAMPAIGNS': string;
'FIND_PUBLIC_OFFER_CAMPAIGNS': string;
'LIST_PUBLIC_OFFER_IMAGES': string;
'FIND_PUBLIC_OFFER_IMAGES': string;
'GET_PUBLIC_OFFER_UP_SELL': string;
'LIST_PUBLIC_OFFER_UP_SELLS': string;
'FIND_PUBLIC_OFFER_UP_SELLS': string;
'GET_PUBLIC_OFFER_CROSS_SELL': string;
'LIST_PUBLIC_OFFER_CROSS_SELLS': string;
'FIND_PUBLIC_OFFER_CROSS_SELLS': string;
'GET_PUBLIC_OFFER_DOWN_SELL': string;
'LIST_PUBLIC_OFFER_DOWN_SELLS': string;
'FIND_PUBLIC_OFFER_DOWN_SELLS': string;
'GET_PUBLIC_OFFER_VARIANT': string;
'FIND_PUBLIC_OFFER_VARIANT': string;
'LIST_PUBLIC_OFFER_VARIANTS': string;
'FIND_PUBLIC_OFFER_VARIANTS': string;
'GET_NOTIFICATION': string;
'FIND_NOTIFICATION': string;
'LIST_NOTIFICATIONS': string;
'FIND_NOTIFICATIONS': string;
'LIST_DESCENDANTS_NOTIFICATIONS': string;
'FIND_DESCENDANTS_NOTIFICATIONS': string;
'GET_USER_NOTIFICATION': string;
'LIST_USER_NOTIFICATIONS': string;
'FIND_USER_NOTIFICATIONS': string;
'GET_INVITE': string;
'FIND_INVITE': string;
'LIST_INVITES': string;
'FIND_INVITES': string;
'LIST_DESCENDANTS_INVITES': string;
'FIND_DESCENDANTS_INVITES': string;
'GET_USER_INVITE': string;
'LIST_USER_INVITES': string;
'FIND_USER_INVITES': string;
'GET_PAYOUT': string;
'FIND_PAYOUT': string;
'LIST_PAYOUTS': string;
'FIND_PAYOUTS': string;
'LIST_DESCENDANTS_PAYOUTS': string;
'FIND_DESCENDANTS_PAYOUTS': string;
'LIST_PAYOUT_EVENTS': string;
'FIND_PAYOUT_EVENTS': string;
'GET_ANALYTIC': string;
'LIST_ANALYTICS': string;
'FIND_ANALYTICS': string;
'GET_COLLECTION': string;
'FIND_COLLECTION': string;
'GET_COLLECTION_PARENT': string;
'FIND_COLLECTION_PARENT': string;
'LIST_COLLECTIONS': string;
'FIND_COLLECTIONS': string;
'LIST_DESCENDANTS_COLLECTIONS': string;
'FIND_DESCENDANTS_COLLECTIONS': string;
'LIST_COLLECTION_CHILDREN': string;
'FIND_COLLECTION_CHILDREN': string;
'LIST_COLLECTION_SIBLINGS': string;
'FIND_COLLECTION_SIBLINGS': string;
'LIST_COLLECTION_DESCENDANTS': string;
'FIND_COLLECTION_DESCENDANTS': string;
'LIST_COLLECTION_ANCESTORS': string;
'FIND_COLLECTION_ANCESTORS': string;
'GET_COLLECTION_CUSTOMER': string;
'LIST_COLLECTION_CUSTOMERS': string;
'FIND_COLLECTION_CUSTOMERS': string;
'LIST_COLLECTION_EVENTS': string;
'FIND_COLLECTION_EVENTS': string;
'GET_COLLECTION_PRODUCT': string;
'LIST_COLLECTION_PRODUCTS': string;
'FIND_COLLECTION_PRODUCTS': string;
'GET_COLLECTION_BILLING_MODEL': string;
'LIST_COLLECTION_BILLING_MODELS': string;
'FIND_COLLECTION_BILLING_MODELS': string;
'GET_COLLECTION_OFFER': string;
'LIST_COLLECTION_OFFERS': string;
'FIND_COLLECTION_OFFERS': string;
'GET_COLLECTION_STAT': string;
'GET_COLLECTION_UPLOAD_RESULT': string;
'LIST_COLLECTION_UPLOAD_RESULTS': string;
'FIND_COLLECTION_UPLOAD_RESULTS': string;
'GET_COLLECTION_UPLOAD': string;
'LIST_COLLECTION_UPLOADS': string;
'FIND_COLLECTION_UPLOADS': string;
'GET_COLLECTION_METADATA_UPLOAD_RESULT': string;
'LIST_COLLECTION_METADATA_UPLOAD_RESULTS': string;
'FIND_COLLECTION_METADATA_UPLOAD_RESULTS': string;
'GET_COLLECTION_METADATA_UPLOAD': string;
'LIST_COLLECTION_METADATA_UPLOADS': string;
'FIND_COLLECTION_METADATA_UPLOADS': string;
'GET_COLLECTION_IMAGE': string;
'LIST_COLLECTION_IMAGES': string;
'FIND_COLLECTION_IMAGES': string;
'GET_PUBLIC_COLLECTION': string;
'LIST_PUBLIC_COLLECTIONS': string;
'FIND_PUBLIC_COLLECTIONS': string;
'GET_PUBLIC_COLLECTION_PRODUCT': string;
'LIST_PUBLIC_COLLECTION_PRODUCTS': string;
'FIND_PUBLIC_COLLECTION_PRODUCTS': string;
'GET_CATEGORY': string;
'FIND_CATEGORY': string;
'GET_CATEGORY_PARENT': string;
'LIST_CATEGORIES': string;
'FIND_CATEGORIES': string;
'LIST_CATEGORY_CHILDREN': string;
'LIST_CATEGORY_SIBLINGS': string;
'LIST_CATEGORY_DESCENDANTS': string;
'LIST_CATEGORY_ANCESTORS': string;
'LIST_CATEGORY_EVENTS': string;
'GET_CATEGORY_PRODUCT': string;
'LIST_CATEGORY_PRODUCTS': string;
'GET_PUBLIC_CATEGORY_PRODUCT': string;
'FIND_PUBLIC_CATEGORY_PRODUCT': string;
'LIST_PUBLIC_CATEGORY_PRODUCTS': string;
'FIND_PUBLIC_CATEGORY_PRODUCTS': string;
'GET_CATEGORY_IMAGE': string;
'LIST_CATEGORY_IMAGES': string;
'FIND_CATEGORY_IMAGES': string;
'GET_PUBLIC_CATEGORY': string;
'LIST_PUBLIC_CATEGORIES': string;
'FIND_PUBLIC_CATEGORIES': string;
'GET_PUBLIC_CATEGORY_PARENT': string;
'LIST_PUBLIC_CATEGORY_CHILDREN': string;
'LIST_PUBLIC_CATEGORY_SIBLINGS': string;
'LIST_PUBLIC_CATEGORY_DESCENDANTS': string;
'LIST_PUBLIC_CATEGORY_ANCESTORS': string;
'GET_PUBLIC_CATEGORY_OFFER': string;
'LIST_PUBLIC_CATEGORY_OFFERS': string;
'GET_CAMPAIGN': string;
'FIND_CAMPAIGN': string;
'GET_CAMPAIGN_PARENT': string;
'FIND_CAMPAIGN_PARENT': string;
'LIST_CAMPAIGNS': string;
'FIND_CAMPAIGNS': string;
'LIST_CAMPAIGN_CHILDREN': string;
'FIND_CAMPAIGN_CHILDREN': string;
'LIST_CAMPAIGN_SIBLINGS': string;
'FIND_CAMPAIGN_SIBLINGS': string;
'LIST_CAMPAIGN_DESCENDANTS': string;
'FIND_CAMPAIGN_DESCENDANTS': string;
'LIST_CAMPAIGN_ANCESTORS': string;
'FIND_CAMPAIGN_ANCESTORS': string;
'LIST_CAMPAIGN_EVENTS': string;
'GET_CAMPAIGN_BILLING_MODEL': string;
'LIST_CAMPAIGN_BILLING_MODELS': string;
'GET_CAMPAIGN_OFFER': string;
'LIST_CAMPAIGN_OFFERS': string;
'GET_CAMPAIGN_OFFER_VARIANT': string;
'LIST_CAMPAIGN_OFFER_VARIANTS': string;
'GET_CAMPAIGN_CUSTOMER': string;
'FIND_CAMPAIGN_CUSTOMER': string;
'LIST_CAMPAIGN_CUSTOMERS': string;
'FIND_CAMPAIGN_CUSTOMERS': string;
'GET_CAMPAIGN_IMAGE': string;
'LIST_CAMPAIGN_IMAGES': string;
'FIND_CAMPAIGN_IMAGES': string;
'GET_PUBLIC_CAMPAIGN': string;
'FIND_PUBLIC_CAMPAIGN': string;
'LIST_PUBLIC_CAMPAIGNS': string;
'FIND_PUBLIC_CAMPAIGNS': string;
'GET_PUBLIC_CAMPAIGN_PARENT': string;
'FIND_PUBLIC_CAMPAIGN_PARENT': string;
'LIST_PUBLIC_CAMPAIGN_CHILDREN': string;
'FIND_PUBLIC_CAMPAIGN_CHILDREN': string;
'LIST_PUBLIC_CAMPAIGN_SIBLINGS': string;
'FIND_PUBLIC_CAMPAIGN_SIBLINGS': string;
'LIST_PUBLIC_CAMPAIGN_DESCENDANTS': string;
'FIND_PUBLIC_CAMPAIGN_DESCENDANTS': string;
'LIST_PUBLIC_CAMPAIGN_ANCESTORS': string;
'FIND_PUBLIC_CAMPAIGN_ANCESTORS': string;
'GET_PUBLIC_CAMPAIGN_OFFER': string;
'FIND_PUBLIC_CAMPAIGN_OFFER': string;
'LIST_PUBLIC_CAMPAIGN_OFFERS': string;
'FIND_PUBLIC_CAMPAIGN_OFFERS': string;
'GET_PUBLIC_CAMPAIGN_OFFER_VARIANT': string;
'LIST_PUBLIC_CAMPAIGN_OFFER_VARIANTS': string;
'GET_CUSTOMER': string;
'FIND_CUSTOMER': string;
'GET_CUSTOMER_PARENT': string;
'LIST_CUSTOMERS': string;
'FIND_CUSTOMERS': string;
'LIST_DESCENDANTS_CUSTOMERS': string;
'FIND_DESCENDANTS_CUSTOMERS': string;
'GET_PUBLIC_CUSTOMER': string;
'FIND_PUBLIC_CUSTOMER': string;
'LIST_PUBLIC_CUSTOMERS': string;
'FIND_PUBLIC_CUSTOMERS': string;
'LIST_CUSTOMER_CHILDREN': string;
'LIST_CUSTOMER_SIBLINGS': string;
'LIST_CUSTOMER_DESCENDANTS': string;
'LIST_CUSTOMER_ANCESTORS': string;
'LIST_CUSTOMER_ADDRESSES': string;
'LIST_CUSTOMER_BILLING_MODELS': string;
'GET_CUSTOMER_CART': string;
'LIST_CUSTOMER_CARTS': string;
'GET_CUSTOMER_ORDER': string;
'LIST_CUSTOMER_ORDERS': string;
'GET_CUSTOMER_GATEWAY_ACCOUNT': string;
'LIST_CUSTOMER_GATEWAY_ACCOUNTS': string;
'GET_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string;
'LIST_CUSTOMER_GATEWAY_ACCOUNT_SOURCES': string;
'GET_CUSTOMER_SUBSCRIPTION': string;
'LIST_CUSTOMER_SUBSCRIPTIONS': string;
'GET_CUSTOMER_USER': string;
'LIST_CUSTOMER_USERS': string;
'LIST_CUSTOMER_EVENTS': string;
'GET_CUSTOMER_BILLING_ADDRESS': string;
'GET_CUSTOMER_SHIPPING_ADDRESS': string;
'GET_CUSTOMER_CURRENT_CART': string;
'GET_CUSTOMER_FEED': string;
'GET_CUSTOMER_CAMPAIGN': string;
'LIST_CUSTOMER_CAMPAIGNS': string;
'GET_CUSTOMER_UPLOAD': string;
'LIST_CUSTOMER_UPLOADS': string;
'FIND_CUSTOMER_UPLOADS': string;
'GET_CUSTOMER_UPLOAD_RESULT': string;
'LIST_CUSTOMER_UPLOAD_RESULTS': string;
'FIND_CUSTOMER_UPLOAD_RESULTS': string;
'GET_CUSTOMER_METADATA_UPLOAD_RESULT': string;
'LIST_CUSTOMER_METADATA_UPLOAD_RESULTS': string;
'FIND_CUSTOMER_METADATA_UPLOAD_RESULTS': string;
'GET_CUSTOMER_METADATA_UPLOAD': string;
'LIST_CUSTOMER_METADATA_UPLOADS': string;
'FIND_CUSTOMER_METADATA_UPLOADS': string;
'GET_COUNTRY_PROVINCE': string;
'FIND_COUNTRY_PROVINCE': string;
'LIST_COUNTRY_PROVINCES': string;
'FIND_COUNTRY_PROVINCES': string;
'GET_PUBLIC_COUNTRY_PROVINCE': string;
'FIND_PUBLIC_COUNTRY_PROVINCE': string;
'LIST_PUBLIC_COUNTRY_PROVINCES': string;
'FIND_PUBLIC_COUNTRY_PROVINCES': string;
'GET_COUNTRY': string;
'FIND_COUNTRY': string;
'LIST_COUNTRIES': string;
'FIND_COUNTRIES': string;
'LIST_DESCENDANTS_COUNTRIES': string;
'FIND_DESCENDANTS_COUNTRIES': string;
'GET_PUBLIC_COUNTRY': string;
'FIND_PUBLIC_COUNTRY': string;
'LIST_PUBLIC_COUNTRIES': string;
'FIND_PUBLIC_COUNTRIES': string;
'LIST_COUNTRY_EVENTS': string;
'FIND_COUNTRY_EVENTS': string;
'LIST_COUNTRY_PROVINCE_EVENTS': string;
'FIND_COUNTRY_PROVINCE_EVENTS': string;
'GET_CART_ITEM': string;
'LIST_CART_ITEMS': string;
'GET_CART_ITEM_PAYMENT_DETAILS': string;
'GET_CART_ITEM_FULFILLMENT_DETAILS': string;
'LIST_CART_ITEM_SHIPPING_LINES': string;
'LIST_CART_ITEM_TAX_LINES': string;
'LIST_CART_ITEM_OVERRIDE_LINES': string;
'GET_CART': string;
'FIND_CART': string;
'GET_CART_BILLING_ADDRESS': string;
'GET_CART_SHIPPING_ADDRESS': string;
'GET_CART_CUSTOMER': string;
'GET_CART_PAYMENT_DETAILS': string;
'GET_CART_FULFILLMENT_DETAILS': string;
'LIST_CART_SHIPPING_RATES': string;
'LIST_CART_SHIPPING_LINES': string;
'LIST_CART_TAX_LINES': string;
'LIST_CART_OVERRIDE_LINES': string;
'LIST_CARTS': string;
'FIND_CARTS': string;
'LIST_DESCENDANTS_CARTS': string;
'FIND_DESCENDANTS_CARTS': string;
'LIST_CART_CARRIERS': string;
'LIST_CART_EVENTS': string;
'LIST_CART_BILLING_MODELS': string;
'SUBSCRIBE_APPLICATION': string;
'RUN_APPLICATION_ENDPOINT': string;
'DELIVER_APPLICATION_WEBHOOK': string;
'GET_APPLICATION': string;
'FIND_APPLICATION': string;
'LIST_APPLICATIONS': string;
'FIND_APPLICATIONS': string;
'LIST_DESCENDANTS_APPLICATIONS': string;
'FIND_DESCENDANTS_APPLICATIONS': string;
'LIST_APPLICATION_EVENTS': string;
'GET_APPLICATION_ENDPOINT': string;
'LIST_APPLICATION_ENDPOINTS': string;
'GET_APPLICATION_KEY': string;
'LIST_APPLICATION_KEYS': string;
'GET_APPLICATION_PREHOOK': string;
'LIST_APPLICATION_PREHOOKS': string;
'GET_APPLICATION_TEMPLATE': string;
'GET_APPLICATION_TRANSFORMER': string;
'LIST_APPLICATION_TRANSFORMERS': string;
'GET_APPLICATION_WEBHOOK': string;
'LIST_APPLICATION_WEBHOOKS': string;
'GET_APPLICATION_TRIGGER': string;
'LIST_APPLICATION_TRIGGERS': string;
'GET_APPLICATION_UPLOAD': string;
'LIST_APPLICATION_UPLOADS': string;
'PLAN_BILLING_MODEL': string;
'GET_BILLING_MODEL': string;
'LIST_BILLING_MODELS': string;
'LIST_DESCENDANTS_BILLING_MODELS': string;
'FIND_DESCENDANTS_BILLING_MODELS': string;
'GET_BILLING_MODEL_PARENT': string;
'LIST_BILLING_MODEL_CHILDREN': string;
'LIST_BILLING_MODEL_SIBLINGS': string;
'LIST_BILLING_MODEL_DESCENDANTS': string;
'LIST_BILLING_MODEL_ANCESTORS': string;
'LIST_BILLING_MODEL_EVENTS': string;
'GET_BILLING_MODEL_OFFER': string;
'LIST_BILLING_MODEL_OFFERS': string;
'GET_BILLING_MODEL_UPLOAD': string;
'LIST_BILLING_MODEL_UPLOADS': string;
'GET_EVENT': string;
'LIST_EVENTS': string;
'FIND_EVENTS': string;
'LIST_DESCENDANTS_EVENTS': string;
'FIND_DESCENDANTS_EVENTS': string;
'GET': string;
'GET_PREFERENCES': string;
'GET_PARENT': string;
'LIST': string;
'SEARCH': string;
'LIST_CHILDREN': string;
'FIND_CHILDREN': string;
'LIST_SIBLINGS': string;
'FIND_SIBLINGS': string;
'LIST_DESCENDANTS': string;
'FIND_DESCENDANTS': string;
'LIST_ANCESTORS': string;
'FIND_ANCESTORS': string;
'GET_CHANNEL_UPLOAD': string;
'LIST_CHANNEL_UPLOADS': string;
'FIND_CHANNEL_UPLOADS': string;
'GET_CUSTOMER_PRIMARY': string;
'GET_VENDOR_PRIMARY': string;
'GET_GATEWAY_PRIMARY': string;
'GET_FULFILLMENT_SERVICE_PRIMARY': string;
'GET_NEXUS_ADDRESS': string;
'GET_SHIPPING_ADDRESS': string;
'GET_BILLING_ADDRESS': string;
'GET_TAM_PRIMARY': string;
'GET_TAM': string;
'LIST_TAMS': string;
'FIND_LIST_TAMS': string;
'GET_TAM_EVENT': string;
'LIST_TAM_EVENTS': string;
'FIND_TAM_EVENTS': string;
'GET_RULES_SHIPPING': string;
'LIST_RULES_SHIPPING': string;
'GET_RULES_SHIPPING_EVENT': string;
'LIST_RULES_SHIPPING_EVENTS': string;
'GET_RULES_TAXES': string;
'LIST_RULES_TAXES': string;
'GET_RULES_TAXES_EVENT': string;
'LIST_RULES_TAXES_EVENTS': string;
'GET_FEED_PRIMARY': string;
'GET_SHIPPING_PRIMARY': string;
'GET_TAX_PRIMARY': string;
'INCLUDE_STATS': string;
'GET_BY_OWNERS': string;
'GET_BY_CUSTOMER_OWNERS': string;
'GET_VALIDATE_IDENTIFIER': string;
'LIST_IDENTIFIER_CHANNELS': string;
'GET_SESSION': string;
'GET_SESSION_USER': string;
'GET_SESSION_CART': string;
'GET_A_SESSION_CART': string;
'LIST_SESSION_OFFERS': string;
'FIND_SESSION_OFFERS': string;
'GET_SESSION_CART_CUSTOMER': string;
'GET_SESSION_CART_BILLING_ADDRESS': string;
'GET_SESSION_CART_SHIPPING_ADDRESS': string;
'GET_SESSION_CART_PAYMENT_DETAILS': string;
'GET_SESSION_CART_FULFILLMENT_DETAILS': string;
'GET_SESSION_CART_ITEM': string;
'FIND_SESSION_CART_ITEM': string;
'LIST_SESSION_CART_ITEMS': string;
'FIND_SESSION_CART_ITEMS': string;
'LIST_SESSION_CUSTOMERS': string;
'FIND_SESSION_CUSTOMERS': string;
'GET_SESSION_CUSTOMER': string;
'GET_A_SESSION_CUSTOMER': string;
'GET_SESSION_CUSTOMER_BILLING_ADDRESS': string;
'GET_SESSION_CUSTOMER_SHIPPING_ADDRESS': string;
'FIND_SESSION_CUSTOMER_CART': string;
'GET_SESSION_CUSTOMER_CART': string;
'LIST_SESSION_CUSTOMER_CARTS': string;
'FIND_SESSION_CUSTOMER_CARTS': string;
'GET_SESSION_CUSTOMER_SOURCE': string;
'FIND_SESSION_CUSTOMER_SOURCE': string;
'LIST_SESSION_CUSTOMER_SOURCES': string;
'FIND_SESSION_CUSTOMER_SOURCES': string;
'GET_SESSION_CUSTOMER_ACCOUNT': string;
'FIND_SESSION_CUSTOMER_ACCOUNT': string;
'LIST_SESSION_CUSTOMER_ACCOUNTS': string;
'FIND_SESSION_CUSTOMER_ACCOUNTS': string;
'GET_SESSION_CUSTOMER_ORDER': string;
'FIND_SESSION_CUSTOMER_ORDER': string;
'LIST_SESSION_CUSTOMER_ORDERS': string;
'FIND_SESSION_CUSTOMER_ORDERS': string;
'GET_SESSION_CUSTOMER_ORDER_ITEM': string;
'FIND_SESSION_CUSTOMER_ORDER_ITEM': string;
'LIST_SESSION_CUSTOMER_ORDER_ITEMS': string;
'FIND_SESSION_CUSTOMER_ORDER_ITEMS': string;
'GET_SESSION_CUSTOMER_SUBSCRIPTION': string;
'FIND_SESSION_CUSTOMER_SUBSCRIPTION': string;
'LIST_SESSION_CUSTOMER_SUBSCRIPTIONS': string;
'FIND_SESSION_CUSTOMER_SUBSCRIPTIONS': string;
'GET_SESSION_CUSTOMER_SUBSCRIPTION_ITEM': string;
'FIND_SESSION_CUSTOMER_SUBSCRIPTION_ITEM': string;
'LIST_SESSION_CUSTOMER_SUBSCRIPTION_ITEMS': string;
'FIND_SESSION_CUSTOMER_SUBSCRIPTION_ITEMS': string;
'GET_SESSION_CUSTOMER_FEED': string;
'FIND_SESSION_CUSTOMER_FEED': string;
'LIST_SESSION_CUSTOMER_FEEDS': string;
'FIND_SESSION_CUSTOMER_FEEDS': string;
'GET_SESSION_CUSTOMER_USER': string;
'FIND_SESSION_CUSTOMER_USER': string;
'LIST_SESSION_CUSTOMER_USERS': string;
'FIND_SESSION_CUSTOMER_USERS': string;
'GET_SESSION_CHANNEL': string;
'LIST_SESSION_CHANNELS': string;
'FIND_SESSION_CHANNELS': string;
'GET_SESSION_NOTIFICATION': string;
'LIST_SESSION_NOTIFICATIONS': string;
'FIND_SESSION_NOTIFICATIONS': string;
'LIST_SESSION_SOURCES': string;
'FIND_SESSION_SOURCES': string;
'LIST_SESSION_ACCOUNTS': string;
'FIND_SESSION_ACCOUNTS': string;
'LIST_SESSION_ROLES': string;
'FIND_SESSION_ROLES': string;
};
export interface RiSEResponse {
event_type?: string;
action?: string;
includes?: any;
list?: string;
object?: string;
objects?: string[];
data?: {
[key: string]: any;
} | any[];
aside?: {
[key: string]: any;
} | any[];
annotations?: {
[key: string]: any;
} | any[];
url?: string;
urls?: {
[key: string]: any;
} | any[];
offset?: number;
limit?: number;
total?: number;
sort?: any;
session?: string;
token?: string;
}
export interface RiSEConfig {
[key: string]: any;
url?: string;
sandbox?: boolean;
beta?: boolean;
production?: boolean;
api_version?: number;
public_key?: string;
private_key?: string;
session?: string;
token?: string;
email?: string;
password?: string;
request_middleware?: any;
request_timeout?: number;
live_mode?: boolean;
logger?: any;
sockets?: any;
globals?: {
headers?: {
[key: string]: any;
};
params?: {
[key: string]: any;
};
query?: {
[key: string]: any;
};
};
mock?: boolean;
}
export declare class RiSE extends EventEmitter {
private config;
channel: api.Channel;
channelEvent: api.ChannelEvent;
channelAuth: api.ChannelAuth;
channelPublic: api.ChannelPublic;
channelApplication: api.ChannelApplication;
channelApplicationEvent: api.ChannelApplicationEvent;
channelApplicationEndpoint: api.ChannelApplicationEndpoint;
channelApplicationKey: api.ChannelApplicationKey;
channelApplicationPrehook: api.ChannelApplicationPrehook;
channelApplicationSocket: api.ChannelApplicationSocket;
channelApplicationTransformer: api.ChannelApplicationTransformer;
channelApplicationWebhook: api.ChannelApplicationWebhook;
channelAnalytic: api.ChannelAnalytic;
channelBillingModel: api.ChannelBillingModel;
channelCart: api.ChannelCart;
channelCartItem: api.ChannelCartItem;
channelCollection: api.ChannelCollection;
channelCollectionEvent: api.ChannelCollectionEvent;
channelCollectionImage: api.ChannelCollectionImage;
channelCampaign: api.ChannelCampaign;
channelCampaignCustomer: api.ChannelCampaignCustomer;
channelCampaignOffer: api.ChannelCampaignOffer;
channelCategory: api.ChannelCategory;
channelCategoryProduct: api.ChannelCategoryProduct;
channelCountry: api.ChannelCountry;
channelCountryProvince: api.ChannelCountryProvince;
channelCustomer: api.ChannelCustomer;
channelCustomerCampaign: api.ChannelCustomerCampaign;
channelCustomerCart: api.ChannelCustomerCart;
channelCustomerEvent: api.ChannelCustomerEvent;
channelCustomerFeed: api.ChannelCustomerFeed;
channelCustomerOrder: api.ChannelCustomerOrder;
channelCustomerGatewayAccount: api.ChannelCustomerGatewayAccount;
channelCustomerGatewayAccountSource: api.ChannelCustomerGatewayAccountSource;
channelCustomerUser: api.ChannelCustomerUser;
channelFeed: api.ChannelFeed;
channelFeedItem: api.ChannelFeedItem;
channelFulfillment: api.ChannelFulfillment;
channelFulfillmentItem: api.ChannelFulfillmentItem;
channelFulfillmentService: api.ChannelFulfillmentService;
channelFulfillmentServiceEvent: api.ChannelFulfillmentServiceEvent;
channelGateway: api.ChannelGateway;
channelGatewayAccount: api.ChannelGatewayAccount;
channelGatewayAccountSource: api.ChannelGatewayAccountSource;
channelGatewayEvent: api.ChannelGatewayEvent;
channelGatewayForm: api.ChannelGatewayForm;
channelGatewayReceiver: api.ChannelGatewayReceiver;
channelOffer: api.ChannelOffer;
channelOfferCampaign: api.ChannelOfferCampaign;
channelOfferEvent: api.ChannelOfferEvent;
channelOfferImage: api.ChannelOfferImage;
channelOfferVariant: api.ChannelOfferVariant;
channelOfferUpload: api.ChannelOfferUpload;
channelOfferMetadataUpload: api.ChannelOfferMetadataUpload;
channelOrder: api.ChannelOrder;
channelOrderEvent: api.ChannelOrderEvent;
channelOrderItem: api.ChannelOrderItem;
channelOrderFulfillment: api.ChannelOrderFulfillment;
channelOrderTransaction: api.ChannelOrderTransaction;
channelPermission: api.ChannelPermission;
channelProduct: api.ChannelProduct;
channelProductEvent: api.ChannelProductEvent;
channelProductImage: api.ChannelProductImage;
channelProductVariant: api.ChannelProductVariant;
channelProductVariantImage: api.ChannelProductVariantImage;
channelProductVendor: api.ChannelProductVendor;
channelShipping: api.ChannelShipping;
channelSubscription: api.ChannelSubscription;
channelTask: api.ChannelTask;
channelTaskItem: api.ChannelTaskItem;
channelTax: api.ChannelTax;
channelTransaction: api.ChannelTransaction;
channelUser: api.ChannelUser;
channelUserCustomer: api.ChannelUserCustomer;
channelUserEvent: api.ChannelUserEvent;
channelUserInvite: api.ChannelUserInvite;
channelUserNotification: api.ChannelUserNotification;
channelUserPassport: api.ChannelUserPassport;
channelUserPermission: api.ChannelUserPermission;
channelUserRole: api.ChannelUserRole;
channelVendor: api.ChannelVendor;
channelVendorEvent: api.ChannelVendorEvent;
channelVendorFulfillmentService: api.ChannelVendorFulfillmentService;
channelVendorInventory: api.ChannelVendorInventory;
channelVendorProduct: api.ChannelVendorProduct;
channelVendorProductVariant: api.ChannelVendorProductVariant;
channelPublicCampaign: api.ChannelPublicCampaign;
channelPublicCampaignOffer: api.ChannelPublicCampaignOffer;
channelPublicCountry: api.ChannelPublicCountry;
channelPublicCountryProvince: api.ChannelPublicCountryProvince;
channelPublicCustomer: api.ChannelPublicCustomer;
channelPublicFulfillmentService: api.ChannelPublicFulfillmentService;
channelPublicGateway: api.ChannelPublicGateway;
channelPublicGatewayForm: api.ChannelPublicGatewayForm;
channelPublicOffer: api.ChannelPublicOffer;
channelPublicOfferVariant: api.ChannelPublicOfferVariant;
application: ApplicationClass | ApplicationBrowserClass;
log: any;
globals: RiSEConfig['globals'];
_cart: any;
_customer: any;
_user: any;
private _isApplicationAuthentication;
private _middleware;
private _afterware;
constructor(config?: RiSEConfig);
token: string;
public_key: string;
private_key: string;
session: string;
api_version: number;
user: any;
customer: any;
cart: any;
_request: any;
mock: boolean;
private _mockRequest;
readonly _request_timeout: number;
readonly requestUrl: string;
readonly requestUri: string;
readonly riseUrl: string;
readonly riseMode: "unknown" | "sandbox" | "beta" | "production";
authenticateApiUser(channel_uuid: any, identifier?: any, password?: any): Promise<{
[key: string]: any;
}>;
unauthenticateApiUser(channel_uuid: any): Promise<{
[key: string]: any;
}>;
setApiUserCredentials({ user, cart, customer, token, session }: {
user?: any;
cart?: any;
customer?: any;
token?: any;
session?: any;
}): {
is_application_authentication: boolean;
user: any;
cart: any;
customer: any;
token: string;
session: string;
};
getApiUserCredentials(): {
is_application_authentication: boolean;
user: any;
cart: any;
customer: any;
token: string;
session: string;
};
setRefreshCredentials(res: any): {
is_application_authentication: boolean;
user: any;
cart: any;
customer: any;
token: string;
session: string;
};
serializeQuery(obj: any, prefix?: any): any;
composeUrl(route?: {
[key: string]: any;
}, query?: any, paginate?: any): {
url: string;
method: string;
};
addPaginationToResponse(res: any, paginate?: any): any;
_ifBrowserSetAgent(req: any): any;
_ifProxySetIp(req: any): any;
_ifProxySetRefer(req: any): any;
private _startLogTime;
private _endLogTime;
private _getApplicationX;
use(middleware: any, lifecycle?: string): Map;
private _runMiddleware;
private _runAfterware;
private _transformErrors;
request(req: any, body?: {
[key: string]: any;
}, validation?: any): Promise;
}