import * as api from './api'; import { ApplicationClass } from './ApplicationClass'; import { ApplicationBrowserClass } from './ApplicationBrowserClass'; export declare const COMMANDS: { 'START_SESSION': string; 'END_SESSION': string; 'REGISTER_USER': string; 'CREATE_USER': string; 'UPDATE_USER': string; 'UPLOAD_USERS': string; 'PROCESS_UPLOADED_USERS': string; 'LOGIN_USER': string; 'LOGOUT_USER': string; 'ADD_USER': string; 'ADD_USERS': string; 'REMOVE_USER': 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; 'ADD_USER_CUSTOMERS': string; 'SET_USER_CUSTOMER': string; 'SET_USER_CUSTOMER_PRIMARY': string; 'ADD_USER_CARTS': string; 'SET_USER_CART': string; 'ADD_USER_CUSTOMER': string; 'UPDATE_USER_CUSTOMER': string; 'REMOVE_USER_CUSTOMER': string; 'ADD_USER_PASSPORT': string; 'CREATE_USER_PASSPORT': string; 'RESET_USER_PASSPORT': string; 'UPDATE_USER_PASSPORT': string; 'REMOVE_USER_PASSPORT': 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; 'UNPUBLISH_PRODUCT_VENDOR': string; 'PUBLISH_PRODUCT_VENDORS': string; 'UNPUBLISH_PRODUCT_VENDORS': string; 'CREATE_PERMISSION': string; 'CREATE_PERMISSIONS': string; 'DESTROY_PERMISSION': string; 'GRANT_USER_PERMISSION': string; 'REVOKE_USER_PERMISSION': 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_CUSTOMER': string; 'SET_ORDER_BILLING': string; 'SET_ORDER_SHIPPING': string; 'SET_ORDER_PAYMENT': string; 'SET_ORDER_FULFILLMENT': string; 'ADD_ORDER_SHIPPING_LINE': string; 'ADD_ORDER_TAX_LINE': string; 'ADD_ORDER_OVERRIDE_LINE': string; 'REMOVE_ORDER_SHIPPING_LINE': string; 'REMOVE_ORDER_TAX_LINE': string; 'REMOVE_ORDER_OVERRIDE_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': string; 'SET_ORDER_ITEM_FULFILLMENT': 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; 'CREATE_ORDER_FULFILLMENT': string; 'CREATE_ORDER_FULFILLMENTS': 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; '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; '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_VARIANT': string; 'ADD_OFFER_VARIANTS': string; 'UPDATE_OFFER_VARIANT': string; 'REMOVE_OFFER_VARIANT': string; 'ADD_OFFER_BILLING_MODEL': string; 'ADD_OFFER_BILLING_MODELS': string; 'REMOVE_OFFER_BILLING_MODEL': 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; '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; 'DESTROY_GATEWAY_SOURCE': string; 'UPLOAD_GATEWAY_SOURCES': string; 'PROCESS_UPLOADED_GATEWAY_SOURCES': string; 'CREATE_FULFILLMENT': string; 'CREATE_FULFILLMENTS': string; 'UPDATE_FULFILLMENT': string; 'DESTROY_FULFILLMENT': string; 'PARTIALLY_CANCEL_FULFILLMENT': string; 'CANCEL_FULFILLMENT': string; 'HOLD_FULFILLMENT': string; 'RELEASE_FULFILLMENT': string; 'RETURN_FULFILLMENT': string; 'CALCULATE_FULFILLMENT': string; 'SEND_FULFILLMENT': string; 'FULFILL_FULFILLMENT': string; 'UPLOAD_FULFILLMENTS': string; 'PROCESS_UPLOADED_FULFILLMENTS': string; 'CREATE_FULFILLMENT_ITEM': string; 'CREATE_FULFILLMENT_ITEMS': string; 'UPDATE_FULFILLMENT_ITEM': string; 'DESTROY_FULFILLMENT_ITEM': 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; 'SET_CHANNEL_FEED_PRIMARY': 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': string; 'SET_CUSTOMER_SHIPPING': string; 'SET_CUSTOMER_FEED': string; 'UPLOAD_CUSTOMERS': string; 'PROCESS_UPLOADED_CUSTOMERS': 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; '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; 'REMOVE_CUSTOMER_GATEWAY_ACCOUNT_SOURCE': string; 'ADD_CUSTOMER_SUBSCRIPTION': string; 'UPDATE_CUSTOMER_SUBSCRIPTION': string; 'DEACTIVATE_CUSTOMER_SUBSCRIPTION': string; 'ACTIVATE_CUSTOMER_SUBSCRIPTION': string; 'CANCEL_CUSTOMER_SUBSCRIPTION': string; 'ADD_COUNTRY': string; 'ADD_COUNTRIES': string; 'UPDATE_COUNTRY': string; 'REMOVE_COUNTRY': string; 'PUBLISH_COUNTRY': string; 'PUBLISH_COUNTRIES': string; 'UNPUBLISH_COUNTRY': string; 'ADD_PROVINCE': string; 'ADD_PROVINCES': string; 'UPDATE_PROVINCE': string; 'REMOVE_PROVINCE': string; 'PUBLISH_PROVINCE': string; 'PUBLISH_PROVINCES': string; 'UNPUBLISH_PROVINCE': 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; 'MOVE_COLLECTION_CHILD': string; 'REMOVE_COLLECTION_CHILD': string; 'ADD_COLLECTION_PRODUCT': string; 'ADD_COLLECTION_PRODUCTS': string; 'MOVE_COLLECTION_PRODUCT': string; 'REMOVE_COLLECTION_PRODUCT': 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; '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_NEXUS': 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; 'CREATE_CART': string; 'UPDATE_CART': string; 'DESTROY_CART': string; 'CHECKOUT_CART': string; 'CLOSE_CART': string; 'SET_CART_ORDER': string; 'SET_CART_CUSTOMER': string; 'SET_CART_USER': string; 'REMOVE_CART_CUSTOMER': string; 'SET_CART_BILLING': string; 'SET_CART_SHIPPING': string; 'SET_CART_PAYMENT': string; 'SET_CART_FULFILLMENT': string; 'ADD_CART_SHIPPING_LINE': string; 'ADD_CART_TAX_LINE': string; 'ADD_CART_OVERRIDE_LINE': string; 'REMOVE_CART_SHIPPING_LINE': string; 'REMOVE_CART_TAX_LINE': string; 'REMOVE_CART_OVERRIDE_LINE': string; 'CALCULATE_CART': string; 'CALCULATE_CARTS': string; 'CREATE_CART_ITEM': string; 'CREATE_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': string; 'SET_CART_ITEM_FULFILLMENT': 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_APPLICATION': string; 'ADD_APPLICATION': string; 'UPDATE_APPLICATION': string; 'REMOVE_APPLICATION': string; 'MOVE_APPLICATION': string; 'DESTROY_APPLICATION': string; 'PUBLISH_APPLICATION': string; 'UNPUBLISH_APPLICATION': string; 'ADD_APPLICATION_PREHOOK': string; 'CREATE_APPLICATION_PREHOOK': string; 'UPDATE_APPLICATION_PREHOOK': string; 'REMOVE_APPLICATION_PREHOOK': string; 'ADD_APPLICATION_WEBHOOK': string; 'CREATE_APPLICATION_WEBHOOK': string; 'UPDATE_APPLICATION_WEBHOOK': string; 'REMOVE_APPLICATION_WEBHOOK': string; 'CREATE_APPLICATION_TRANSFORMER': string; 'UPDATE_APPLICATION_TRANSFORMER': string; 'ADD_APPLICATION_TRANSFORMER': string; 'REMOVE_APPLICATION_TRANSFORMER': string; 'ADD_APPLICATION_ENDPOINT': string; 'CREATE_APPLICATION_ENDPOINT': string; 'UPDATE_APPLICATION_ENDPOINT': string; 'REMOVE_APPLICATION_ENDPOINT': string; 'RUN_APPLICATION_ENDPOINT': string; 'ADD_APPLICATION_KEY': string; 'CREATE_APPLICATION_KEY': string; 'UPDATE_APPLICATION_KEY': string; 'REMOVE_APPLICATION_KEY': string; 'UPLOAD_APPLICATIONS': string; 'PROCESS_UPLOADED_APPLICATIONS': string; 'CHECKOUT_SESSION_CART': string; 'UPDATE_SESSION_CART': string; 'SET_SESSION_CART_BILLING': string; 'SET_SESSION_CART_SHIPPING': string; 'SET_SESSION_CART_PAYMENT': string; 'CREATE_SESSION_CART_ITEM': string; 'UPDATE_SESSION_CART_ITEM': string; 'REMOVE_SESSION_CART_ITEM': string; 'UPDATE_SESSION_CUSTOMER': string; 'SET_SESSION_CUSTOMER_BILLING': string; 'SET_SESSION_CUSTOMER_SHIPPING': string; 'SET_RECOVERY': string; 'RECOVER': string; 'UPDATE_SESSION_USER': string; }; export declare const EVENTS: { 'SESSION_STARTED': string; 'SESSION_ENDED': string; 'USER_REGISTERED': string; 'USER_CREATED': string; 'USER_UPDATED': string; 'USERS_UPLOADED': string; 'USERS_UPLOAD_PROCESSED': string; 'USER_LOGGED_IN': string; 'USER_LOGGED_OUT': string; 'USER_ADDED': string; 'USERS_ADDED': string; 'USER_REMOVED': string; 'USER_CART_SET': string; 'USER_CUSTOMER_SET': string; 'USER_CUSTOMER_PRIMARY_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_NOTIFIED': string; 'USER_NOTIFICATION_READ': string; 'USER_NOTIFICATION_UNREAD': string; 'USER_PASSPORT_ADDED': string; 'USER_PASSPORT_CREATED': string; 'USER_PASSPORT_RESET': string; 'USER_PASSPORTS_ADDED': string; 'USER_PASSPORT_REMOVED': 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; /** * Serialize a Query String * @param obj * @param prefix */ '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; 'PERMISSION_CREATED': string; 'PERMISSIONS_CREATED': string; 'PERMISSION_DESTROYED': string; 'USER_PERMISSION_GRANTED': string; 'USER_PERMISSION_REVOKED': 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_CUSTOMER_SET': string; 'ORDER_BILLING_SET': string; 'ORDER_SHIPPING_SET': string; 'ORDER_PAYMENT_SET': string; 'ORDER_FULFILLMENT_SET': string; 'ORDER_SHIPPING_LINE_ADDED': string; 'ORDER_TAX_LINE_ADDED': string; 'ORDER_OVERRIDE_LINE_ADDED': string; 'ORDER_SHIPPING_LINE_REMOVED': string; 'ORDER_TAX_LINE_REMOVED': 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_SET': string; 'ORDER_ITEM_FULFILLMENT_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_FULFILLED': string; 'ORDER_FULFILLMENT_PARTIALLY_FULFILLED': string; 'ORDER_FULFILLMENT_RETURNED': string; 'ORDER_FULFILLMENT_PARTIALLY_RETURNED': string; 'ORDER_FULFILLMENT_RESTOCKED': string; 'ORDER_FULFILLMENT_PARTIALLY_RESTOCKED': 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; /** * If this request is being made by a browser, then we should grab the agent if not set * @param req */ 'ORDER_TRANSACTION_CANCELLED': string; 'ORDER_TRANSACTION_VOIDED': string; 'ORDER_TRANSACTION_CALCULATED': string; 'ORDER_TRANSACTION_CREATED': string; 'ORDER_TRANSACTIONS_CREATED': 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_VARIANT_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_ADDED': string; 'OFFER_IMAGES_ADDED': string; 'OFFER_IMAGE_MOVED': string; 'OFFER_IMAGE_REMOVED': 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_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_CREATED': string; 'FULFILLMENTS_CREATED': string; 'FULFILLMENT_UPDATED': string; 'FULFILLMENT_DESTROYED': string; 'FULFILLMENT_PARTIALLY_CANCELLED': string; 'FULFILLMENT_CANCELLED': string; 'FULFILLMENT_SENT': string; 'FULFILLMENT_HELD': string; 'FULFILLMENT_RELEASED': string; 'FULFILLMENT_RETURNED': string; 'FULFILLMENT_FULFILLED': string; 'FULFILLMENT_CALCULATED': string; 'FULFILLMENTS_UPLOADED': string; 'FULFILLMENTS_UPLOAD_PROCESSED': string; 'FULFILLMENT_ITEM_CREATED': string; 'FULFILLMENT_ITEMS_CREATED': string; 'FULFILLMENT_ITEM_UPDATED': string; 'FULFILLMENT_ITEM_DESTROYED': 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; '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_SET': string; 'CUSTOMER_SHIPPING_SET': string; 'CUSTOMER_FEED_SET': string; 'CUSTOMERS_UPLOADED': string; 'CUSTOMERS_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; /** * SESSION VARIABLE USED TO SEPERATE REQUESTS FOR A GIVEN USER TYPE */ '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_ADDED': 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; 'COUNTRY_ADDED': string; 'COUNTRIES_ADDED': string; 'COUNTRY_UPDATED': string; 'COUNTRY_REMOVED': string; 'COUNTRY_PUBLISHED': string; 'COUNTRIES_PUBLISHED': string; 'COUNTRY_UNPUBLISHED': string; 'PROVINCE_ADDED': string; 'PROVINCES_ADDED': string; 'PROVINCE_UPDATED': string; 'PROVINCE_REMOVED': string; 'PROVINCE_PUBLISHED': string; 'PROVINCES_PUBLISHED': string; 'PROVINCE_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; '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_NEXUS_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; 'CART_CREATED': string; 'CART_UPDATED': string; 'CART_DESTROYED': string; 'CART_CHECKED_OUT': string; 'CART_CLOSED': string; 'CART_ORDER_SET': string; 'CART_CUSTOMER_SET': string; 'CART_USER_SET': string; 'CART_CUSTOMER_REMOVED': string; 'CART_BILLING_SET': string; 'CART_SHIPPING_SET': string; 'CART_PAYMENT_SET': string; 'CART_FULFILLMENT_SET': string; 'CART_SHIPPING_LINE_ADDED': string; 'CART_TAX_LINE_ADDED': string; 'CART_OVERRIDE_LINE_ADDED': string; 'CART_SHIPPING_LINE_REMOVED': string; 'CART_TAX_LINE_REMOVED': string; 'CART_OVERRIDE_LINE_REMOVED': string; 'CART_CALCULATED': string; 'CARTS_CALCULATED': string; 'CART_ITEM_CREATED': string; 'CART_ITEMS_CREATED': 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_SET': string; 'CART_ITEM_FULFILLMENT_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; '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_CHILD_MOVED': string; 'COLLECTION_CHILD_REMOVED': string; 'COLLECTION_PRODUCT_ADDED': string; 'COLLECTION_PRODUCTS_ADDED': string; 'COLLECTION_PRODUCT_MOVED': string; 'COLLECTION_PRODUCT_REMOVED': string; 'COLLECTION_OFFER_ADDED': string; 'COLLECTION_OFFERS_ADDED': string; /** * Serialize a Query String * @param obj * @param prefix */ '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; 'APPLICATION_CREATED': string; 'APPLICATION_ADDED': string; 'APPLICATION_UPDATED': string; 'APPLICATION_MOVED': string; 'APPLICATION_REMOVED': string; 'APPLICATION_DESTROYED': string; 'APPLICATION_PUBLISHED': string; 'APPLICATION_UNPUBLISHED': string; 'APPLICATION_PREHOOK_ADDED': string; 'APPLICATION_PREHOOK_CREATED': string; 'APPLICATION_PREHOOK_UPDATED': string; 'APPLICATION_PREHOOK_REMOVED': string; 'APPLICATION_WEBHOOK_CREATED': string; 'APPLICATION_WEBHOOK_UPDATED': string; 'APPLICATION_WEBHOOK_ADDED': string; 'APPLICATION_WEBHOOK_REMOVED': string; 'APPLICATION_TRANSFORMER_CREATED': string; 'APPLICATION_TRANSFORMER_UPDATED': string; 'APPLICATION_TRANSFORMER_ADDED': string; 'APPLICATION_TRANSFORMER_REMOVED': string; 'APPLICATION_ENDPOINT_ADDED': string; 'APPLICATION_ENDPOINT_REMOVED': string; 'APPLICATION_ENDPOINT_CREATED': string; 'APPLICATION_ENDPOINT_UPDATED': string; 'APPLICATION_ENDPOINT_RAN': string; 'APPLICATION_KEY_ADDED': string; 'APPLICATION_KEY_REMOVED': string; 'APPLICATION_KEY_CREATED': string; 'APPLICATION_KEY_UPDATED': string; 'APPLICATIONS_UPLOADED': string; 'APPLICATIONS_UPLOAD_PROCESSED': string; 'RECOVERY_SET': string; 'RECOVERED': string; 'SESSION_USER_UPDATED': string; }; export declare const ACTIONS: { 'GET_USER': string; 'FIND_USER': string; 'LIST_USERS': string; 'FIND_USERS': string; 'LIST_USER_EVENTS': string; 'GET_USER_UPLOAD': string; 'LIST_USER_UPLOADS': string; 'GET_USER_UPLOAD_RESULT': string; 'LIST_USER_UPLOAD_RESULTS': string; 'GET_PRODUCT': string; 'FIND_PRODUCT': string; 'LIST_PRODUCTS': string; 'FIND_PRODUCTS': string; 'LIST_PRODUCT_EVENTS': string; 'GET_PRODUCT_CATEGORY': string; 'LIST_PRODUCT_CATEGORIES': string; 'GET_PUBLIC_PRODUCT_CATEGORY': string; 'LIST_PUBLIC_PRODUCT_CATEGORIES': string; 'GET_PRODUCT_UPLOAD_RESULT': string; 'LIST_PRODUCT_UPLOAD_RESULTS': string; 'GET_PRODUCT_UPLOAD': string; 'LIST_PRODUCT_UPLOADS': string; 'GET_PRODUCT_METADATA_UPLOAD_RESULT': string; 'LIST_PRODUCT_METADATA_UPLOAD_RESULTS': string; 'GET_PRODUCT_METADATA_UPLOAD': string; 'LIST_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; 'GET_PUBLIC_PRODUCT_ASSOCIATION': string; 'LIST_PUBLIC_PRODUCT_ASSOCIATIONS': string; 'GET_PRODUCT_VARIANT_DEFAULT': string; 'GET_PRODUCT_VARIANT': string; 'LIST_PRODUCT_VARIANTS': string; 'FIND_PRODUCT_VARIANTS': string; 'GET_PUBLIC_PRODUCT_VARIANT': string; 'FIND_PUBLIC_PRODUCT_VARIANTS': string; 'LIST_PUBLIC_PRODUCT_VARIANTS': string; 'GET_PRODUCT_VARIANT_ASSOCIATION': string; 'LIST_PRODUCT_VARIANT_ASSOCIATIONS': string; 'GET_PUBLIC_PRODUCT_VARIANT_ASSOCIATION': string; 'LIST_PUBLIC_PRODUCT_VARIANT_ASSOCIATIONS': string; 'GET_PRODUCT_IMAGE_PRIMARY': string; 'GET_PRODUCT_IMAGE': string; 'LIST_PRODUCT_IMAGES': string; 'GET_PUBLIC_PRODUCT_IMAGE': string; 'LIST_PUBLIC_PRODUCT_IMAGES': string; 'GET_PRODUCT_VARIANT_IMAGE': string; 'LIST_PRODUCT_VARIANT_IMAGES': string; 'GET_PUBLIC_PRODUCT_VARIANT_IMAGE': string; 'LIST_PUBLIC_PRODUCT_VARIANT_IMAGES': string; 'GET_PRODUCT_OFFER': string; 'LIST_PRODUCT_OFFERS': string; 'GET_PRODUCT_VENDOR': string; 'LIST_PRODUCT_VENDORS': string; 'LIST_USER_PERMISSIONS': string; 'LIST_ROLE_PERMISSIONS': string; 'GET_ORDER': string; 'LIST_ORDERS': string; 'GET_ORDER_CUSTOMER': 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': string; 'GET_ORDER_SHIPPING': 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; '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_OFFER': string; 'FIND_OFFER': string; 'LIST_OFFERS': string; 'FIND_OFFERS': string; 'GET_PUBLIC_OFFER': string; 'FIND_PUBLIC_OFFER': string; 'LIST_PUBLIC_OFFERS': string; 'FIND_PUBLIC_OFFERS': string; 'LIST_OFFER_EVENTS': string; 'GET_OFFER_CAMPAIGN': string; 'LIST_OFFER_CAMPAIGNS': string; 'GET_PUBLIC_OFFER_CAMPAIGN': string; 'LIST_PUBLIC_OFFER_CAMPAIGNS': string; 'GET_OFFER_UPLOAD_RESULT': string; 'LIST_OFFER_UPLOAD_RESULTS': string; 'GET_OFFER_UPLOAD': string; 'LIST_OFFER_UPLOADS': string; 'GET_OFFER_METADATA_UPLOAD_RESULT': string; 'LIST_OFFER_METADATA_UPLOAD_RESULTS': string; 'GET_OFFER_METADATA_UPLOAD': string; 'LIST_OFFER_METADATA_UPLOADS': string; 'GET_OFFER_PRODUCT': string; 'GET_OFFER_VARIANT': string; 'LIST_OFFER_VARIANTS': string; 'FIND_OFFER_VARIANTS': string; 'GET_PUBLIC_OFFER_VARIANT': string; 'LIST_PUBLIC_OFFER_VARIANTS': string; 'FIND_PUBLIC_OFFER_VARIANTS': string; 'GET_OFFER_UP_SELL': string; 'LIST_OFFER_UP_SELLS': string; 'GET_OFFER_CROSS_SELL': string; 'LIST_OFFER_CROSS_SELLS': string; 'GET_OFFER_DOWN_SELL': string; 'LIST_OFFER_DOWN_SELLS': string; 'GET_GATEWAY': string; 'LIST_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_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': string; 'LIST_FULFILLMENTS': string; 'GET_FULFILLMENT_ITEM': string; 'LIST_FULFILLMENT_ITEMS': string; 'LIST_FULFILLMENT_EVENTS': string; 'GET_FULFILLMENT_SERVICE': string; 'LIST_FULFILLMENT_SERVICES': string; 'GET_FULFILLMENT_SERVICE_FULFILLMENT': string; 'LIST_FULFILLMENT_SERVICE_FULFILLMENTS': string; 'GET_FULFILLMENT_SERVICE_EVENT': string; 'LIST_FULFILLMENT_SERVICE_EVENTS': string; 'GET_FULFILLMENT_SERVICE_UPLOAD': string; 'LIST_FULFILLMENT_SERVICE_UPLOADS': string; 'GET_FEED': string; 'LIST_FEEDS': string; 'GET_FEED_ITEM': string; 'LIST_FEED_ITEMS': string; 'LIST_FEED_EVENTS': string; 'GET_FEED_PRIMARY': string; 'GET_CUSTOMER': string; 'FIND_CUSTOMER': string; 'GET_CUSTOMER_BILLING': string; 'GET_CUSTOMER_SHIPPING': string; 'GET_CUSTOMER_PARENT': string; 'LIST_CUSTOMERS': string; 'FIND_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; '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_FEED': string; 'GET_CUSTOMER_CAMPAIGN': string; 'LIST_CUSTOMER_CAMPAIGNS': string; 'GET_CUSTOMER_UPLOAD': string; 'LIST_CUSTOMER_UPLOADS': string; 'GET_CUSTOMER_UPLOAD_RESULT': string; 'LIST_CUSTOMER_UPLOAD_RESULTS': string; 'GET_COUNTRY': string; 'FIND_COUNTRY': string; 'LIST_COUNTRIES': string; 'FIND_COUNTRIES': string; 'GET_COUNTRY_PROVINCE': string; 'FIND_COUNTRY_PROVINCE': string; 'LIST_COUNTRY_PROVINCES': string; 'FIND_COUNTRY_PROVINCES': string; 'GET_COLLECTION': string; 'FIND_COLLECTION': string; 'GET_COLLECTION_PARENT': string; 'LIST_COLLECTIONS': string; 'FIND_COLLECTIONS': string; 'LIST_COLLECTION_CHILDREN': string; 'LIST_COLLECTION_SIBLINGS': string; 'LIST_COLLECTION_DESCENDANTS': string; 'LIST_COLLECTION_ANCESTORS': string; 'GET_COLLECTION_CUSTOMER': string; 'LIST_COLLECTION_CUSTOMERS': string; 'LIST_COLLECTION_EVENTS': string; 'GET_COLLECTION_PRODUCT': string; 'LIST_COLLECTION_PRODUCTS': string; 'GET_COLLECTION_BILLING_MODEL': string; 'LIST_COLLECTION_BILLING_MODELS': string; 'GET_COLLECTION_OFFER': string; 'LIST_COLLECTION_OFFERS': string; 'GET_COLLECTION_UPLOAD_RESULT': string; 'LIST_COLLECTION_UPLOAD_RESULTS': string; 'GET_COLLECTION_UPLOAD': string; 'LIST_COLLECTION_UPLOADS': string; 'GET_COLLECTION_METADATA_UPLOAD_RESULT': string; 'LIST_COLLECTION_METADATA_UPLOAD_RESULTS': string; 'GET_COLLECTION_METADATA_UPLOAD': string; 'LIST_COLLECTION_METADATA_UPLOADS': string; 'GET_COLLECTION_IMAGE': string; 'LIST_COLLECTION_IMAGES': string; 'GET_PUBLIC_COLLECTION': string; 'LIST_PUBLIC_COLLECTIONS': string; 'GET_PUBLIC_COLLECTION_PRODUCT': string; 'LIST_PUBLIC_COLLECTION_PRODUCTS': string; 'GET_CATEGORY': string; 'GET_CATEGORY_PARENT': string; 'LIST_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; 'LIST_PUBLIC_CATEGORY_PRODUCTS': string; 'GET_CATEGORY_IMAGE': string; 'LIST_CATEGORY_IMAGES': string; 'GET_PUBLIC_CATEGORY': string; 'LIST_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; 'GET_CAMPAIGN_PARENT': string; 'LIST_CAMPAIGNS': string; 'LIST_CAMPAIGN_CHILDREN': string; 'LIST_CAMPAIGN_SIBLINGS': string; 'LIST_CAMPAIGN_DESCENDANTS': string; 'LIST_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; 'LIST_CAMPAIGN_CUSTOMERS': string; 'GET_CAMPAIGN_IMAGE': string; 'LIST_CAMPAIGN_IMAGES': string; 'GET_PUBLIC_CAMPAIGN': string; 'LIST_PUBLIC_CAMPAIGNS': string; 'GET_PUBLIC_CAMPAIGN_PARENT': string; 'LIST_PUBLIC_CAMPAIGN_CHILDREN': string; 'LIST_PUBLIC_CAMPAIGN_SIBLINGS': string; 'LIST_PUBLIC_CAMPAIGN_DESCENDANTS': string; 'LIST_PUBLIC_CAMPAIGN_ANCESTORS': string; 'GET_PUBLIC_CAMPAIGN_OFFER': string; 'LIST_PUBLIC_CAMPAIGN_OFFERS': string; 'GET_PUBLIC_CAMPAIGN_OFFER_VARIANT': string; 'LIST_PUBLIC_CAMPAIGN_OFFER_VARIANTS': string; 'GET': string; 'GET_PARENT': string; 'LIST': string; 'LIST_CHILDREN': string; 'LIST_SIBLINGS': string; 'LIST_DESCENDANTS': string; 'LIST_ANCESTORS': string; 'GET_CUSTOMER_PRIMARY': string; 'GET_VENDOR_PRIMARY': string; 'GET_GATEWAY_PRIMARY': string; 'GET_FULFILLMENT_SERVICE_PRIMARY': string; 'GET_NEXUS': string; 'GET_THEME': string; 'LIST_THEMES': string; 'GET_TAM_PRIMARY': string; 'GET_TAM': string; 'LIST_TAMS': string; 'GET_TAM_EVENT': string; 'LIST_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_CART': string; 'GET_CART_BILLING': string; 'GET_CART_SHIPPING': string; 'GET_CART_CUSTOMER': string; 'GET_CART_PAYMENT_DETAILS': string; 'GET_CART_FULFILLMENT_DETAILS': string; 'LIST_CART_SHIPPING_LINES': string; 'LIST_CART_TAX_LINES': string; 'LIST_CART_OVERRIDE_LINES': string; 'LIST_CARTS': 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; 'LIST_CART_EVENTS': string; 'SUBSCRIBE_APPLICATION': string; 'GET_APPLICATION': string; 'LIST_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_WEBHOOK': string; 'LIST_APPLICATION_WEBHOOKS': string; 'GET_APPLICATION_TRANSFORMER': string; 'LIST_APPLICATION_TRANSFORMERS': string; 'GET_APPLICATION_UPLOAD': string; 'LIST_APPLICATION_UPLOADS': string; 'GET_SESSION': string; 'GET_SESSION_USER': string; 'GET_SESSION_CART': string; 'GET_SESSION_CART_BILLING': string; 'GET_SESSION_CART_SHIPPING': string; 'GET_SESSION_CART_PAYMENT': string; 'GET_SESSION_CART_ITEM': string; 'LIST_SESSION_CART_ITEMS': string; 'GET_SESSION_CHANNEL': string; 'LIST_SESSION_CHANNELS': string; 'LIST_SESSION_ROLES': string; 'GET_SESSION_CUSTOMER': string; 'GET_SESSION_CUSTOMER_BILLING': string; 'GET_SESSION_CUSTOMER_SHIPPING': string; 'LIST_SESSION_CUSTOMER_ACCOUNTS': string; 'LIST_SESSION_CUSTOMER_CARTS': string; 'LIST_SESSION_CUSTOMER_FEEDS': string; 'GET_SESSION_CUSTOMER_ORDER': string; 'LIST_SESSION_CUSTOMER_ORDERS': string; 'LIST_SESSION_CUSTOMER_ORDER_ITEMS': string; 'LIST_SESSION_CUSTOMER_SOURCES': string; 'LIST_SESSION_CUSTOMER_USERS': string; }; export interface RiSEResponse { event_type?: string; action?: string; includes?: any; list?: string; object?: string; data?: { [key: string]: any; } | any[]; url?: string; urls?: { [key: string]: any; } | any[]; offset?: number; limit?: number; total?: number; sort?: any; } 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; globals?: { params?: { [key: string]: any; }; query?: { [key: string]: any; }; }; } export declare class RiSE { private config; channel: api.Channel; channelAuth: api.ChannelAuth; channelApplication: api.ChannelApplication; channelBillingModel: api.ChannelBillingModel; channelCart: api.ChannelCart; channelCartItem: api.ChannelCartItem; channelCollection: api.ChannelCollection; channelCampaign: api.ChannelCampaign; channelCategory: api.ChannelCategory; channelCountry: api.ChannelCountry; channelCountryProvince: api.ChannelCountryProvince; channelCustomer: api.ChannelCustomer; channelPublicCustomer: api.ChannelPublicCustomer; channelCustomerCampaign: api.ChannelCustomerCampaign; channelCustomerCart: api.ChannelCustomerCart; 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; channelGateway: api.ChannelGateway; channelOffer: api.ChannelOffer; channelOfferVariant: api.ChannelOfferVariant; channelPublicOffer: api.ChannelPublicOffer; channelPublicOfferVariant: api.ChannelPublicOfferVariant; channelOrder: api.ChannelOrder; channelOrderItem: api.ChannelOrderItem; channelPermission: api.ChannelPermission; channelProduct: api.ChannelProduct; channelProductVariant: api.ChannelProductVariant; channelSubscription: api.ChannelSubscription; channelTask: api.ChannelTask; channelTransaction: api.ChannelTransaction; channelUser: api.ChannelUser; channelVendor: api.ChannelVendor; application: ApplicationClass | ApplicationBrowserClass; log: any; globals: RiSEConfig['globals']; _cart: any; _user: any; constructor(config?: RiSEConfig); /** * JWT TOKEN THAT IS CONFIGURED */ token: string; /** * The KEYS to use */ public_key: string; private_key: string; /** * SESSION VARIABLE USED TO SEPERATE REQUESTS FOR A GIVEN USER TYPE */ session: string; /** * API VERSION IS CONFIGURED */ api_version: number; /** * API USER WHO LOGGED IN */ user: any; /** * API USER WHO LOGGED IN, Cart */ cart: any; /** * Request Middleware */ _request: any; readonly _request_timeout: number; /** * URL to RiSE API * Sandbox or live */ readonly requestUrl: "https://api.beta.rise.store" | "https://api.sandbox.rise.store" | "https://api.rise.store"; /** * */ authenticateApiUser(channel_uuid: any, identifier?: any, password?: any): Promise<{ [key: string]: any; }>; /** * get Application JWT token to be used for follow on request through this application */ /** * Serialize a Query String * @param obj * @param prefix */ serializeQuery(obj: any, prefix?: any): string; /** * Return Request Method and URL for the request call * @param route * @param query * @param paginate */ composeUrl(route?: { [key: string]: any; }, query?: any, paginate?: any): { url: string; method: string; }; /** * If paginate is available on the Action, then add pagination utility functions to the response * @param response * @param paginate * @returns response */ addPaginationToResponse(response: any, paginate?: any): any; /** * If this request is being made by a browser, then we should grab the agent if not set * @param req */ ifBrowserSetAgent(req: any): any; /** * Perform a request. * @name request * @param req * @param {*} body as json * @param validation */ request(req: any, body?: { [key: string]: any; }, validation?: any): Promise; }