export declare const presetResourceListItem: { orderAwaitingApproval: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; orderFulfilled: { type: "orders"; id: string; created_at: string; updated_at: string; placed_at: string; number: string; status: "approved"; payment_status: "paid"; fulfillment_status: "fulfilled"; formatted_total_amount: string; market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; billing_address: { first_name: string; last_name: string; company: string; type: "addresses"; id: string; updated_at: string; created_at: string; line_1: string; state_code: string; phone: string; city: string; country_code: string; }; }; orderPending: { type: "orders"; id: string; created_at: string; updated_at: string; number: string; status: "pending"; payment_status: "unpaid"; fulfillment_status: "unfulfilled"; formatted_total_amount: string; market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; orderPartiallyAuthorized: { type: "orders"; id: string; created_at: string; updated_at: string; placed_at: string; number: string; status: "placed"; payment_status: "partially_authorized"; fulfillment_status: "unfulfilled"; formatted_total_amount: string; market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; billing_address: { first_name: string; last_name: string; company: string; type: "addresses"; id: string; updated_at: string; created_at: string; line_1: string; state_code: string; phone: string; city: string; country_code: string; }; }; orderCancelled: { type: "orders"; id: string; created_at: string; updated_at: string; placed_at: string; number: string; status: "cancelled"; payment_status: "authorized"; fulfillment_status: "unfulfilled"; formatted_total_amount: string; market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; billing_address: { first_name: string; last_name: string; company: string; type: "addresses"; id: string; updated_at: string; created_at: string; line_1: string; state_code: string; phone: string; city: string; country_code: string; }; }; orderEditing: { type: "orders"; id: string; created_at: string; updated_at: string; number: string; status: "editing"; payment_status: "authorized"; fulfillment_status: "unfulfilled"; formatted_total_amount: string; market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; billing_address: { first_name: string; last_name: string; type: "addresses"; id: string; updated_at: string; created_at: string; line_1: string; state_code: string; phone: string; city: string; country_code: string; }; }; returnRequested: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "requested"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; returnApproved: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "approved"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; returnShipped: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "shipped"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; returnReceived: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "received"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; returnCancelled: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "cancelled"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; returnRejected: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "rejected"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; returnRefunded: { type: "returns"; id: string; number: string; updated_at: string; created_at: string; status: "refunded"; order: { readonly type: "orders"; readonly id: ""; readonly updated_at: "2023-06-10T06:38:44.964Z"; readonly placed_at: "2023-06-09T11:00:00.000Z"; readonly created_at: ""; readonly formatted_total_amount: "$650.00"; readonly fulfillment_status: "unfulfilled"; readonly number: "123456"; readonly payment_status: "authorized"; readonly status: "placed"; readonly market: { readonly type: "markets"; readonly id: ""; readonly name: "Europe"; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; readonly billing_address: { readonly first_name: "Bruce"; readonly last_name: "Wayne"; readonly type: "addresses"; readonly id: ""; readonly updated_at: ""; readonly created_at: ""; readonly line_1: ""; readonly state_code: ""; readonly phone: ""; readonly city: ""; readonly country_code: ""; }; }; }; customerProspect: { type: "customers"; id: string; updated_at: string; created_at: string; status: "prospect"; email: string; total_orders_count: number; }; customerRepeat: { type: "customers"; id: string; updated_at: string; created_at: string; status: "repeat"; email: string; total_orders_count: number; }; customerAcquired: { type: "customers"; id: string; updated_at: string; created_at: string; status: "acquired"; email: string; customer_group: { type: "customer_groups"; id: string; name: string; updated_at: string; created_at: string; }; tags: { type: "tags"; id: string; name: string; created_at: string; updated_at: string; }[]; total_orders_count: number; }; skuListItemWithQuantity: { type: "sku_list_items"; id: string; quantity: number; sku: { readonly type: "skus"; readonly id: ""; readonly code: "BASEBHAT000000FFFFFFXXXX"; readonly name: "Black Baseball Hat with White Logo"; readonly image_url: "https://res.cloudinary.com/commercelayer/image/upload/f_auto,b_white/demo-store/skus/BASEBHAT000000FFFFFFXXXX_FLAT.png"; readonly created_at: ""; readonly updated_at: ""; }; created_at: string; updated_at: string; }; stockTransferUpcoming: { type: "stock_transfers"; id: string; number: string; quantity: number; updated_at: string; created_at: string; status: "upcoming"; origin_stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; destination_stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "NY Store"; readonly created_at: ""; readonly updated_at: ""; }; }; stockTransferPicking: { type: "stock_transfers"; id: string; number: string; quantity: number; updated_at: string; created_at: string; status: "picking"; origin_stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; destination_stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "NY Store"; readonly created_at: ""; readonly updated_at: ""; }; }; stockTransferCompleted: { type: "stock_transfers"; id: string; number: string; quantity: number; updated_at: string; created_at: string; completed_at: string; status: "completed"; origin_stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; destination_stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "NY Store"; readonly created_at: ""; readonly updated_at: ""; }; }; shipmentUpcoming: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "upcoming"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentPicking: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "picking"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentPacking: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "packing"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentReadyToShip: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "ready_to_ship"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentOnHold: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "on_hold"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; stock_transfers: never[]; }; shipmentStockTransferCancelled: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "on_hold"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; stock_transfers: { id: string; type: "stock_transfers"; number: string; sku_code: string; status: "cancelled"; quantity: number; on_hold_at: null; picking_at: null; in_transit_at: null; completed_at: null; cancelled_at: string; created_at: string; updated_at: string; reference: null; reference_origin: null; metadata: {}; }[]; }; shipmentShipped: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "shipped"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentDelivered: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "delivered"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentWithReference: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "picking"; reference: string; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; }; shipmentWithStockTransfer: { type: "shipments"; id: string; created_at: string; updated_at: string; number: string; status: "upcoming"; stock_location: { readonly type: "stock_locations"; readonly id: ""; readonly name: "US Warehouse"; readonly created_at: ""; readonly updated_at: ""; }; shipping_method: { readonly type: "shipping_methods"; readonly id: ""; readonly name: "Standard Shipping"; readonly price_amount_cents: 0; readonly created_at: ""; readonly updated_at: ""; readonly shared_secret: ""; }; stock_transfers: { readonly type: "stock_transfers"; readonly id: ""; readonly number: "30817130"; readonly sku_code: "BABYBIBXA19D9D000000XXXX"; readonly quantity: 1; readonly status: "upcoming"; readonly created_at: ""; readonly updated_at: ""; }[]; }; promotionActive: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; name: string; percentage: number; total_usage_limit: number; active: true; }; promotionDisabled: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; disabled_at: string; name: string; percentage: number; total_usage_limit: number; active: false; }; promotionUpcoming: { type: "free_shipping_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; name: string; total_usage_limit: number; active: false; }; promotionDisabledAndUpcoming: { type: "free_shipping_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; disabled_at: string; name: string; total_usage_limit: number; active: false; }; promotionExpired: { type: "free_gift_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; name: string; total_usage_limit: number; active: false; }; promotionUsed: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; name: string; percentage: number; total_usage_count: number; total_usage_limit: number; active: true; }; promotionWithCoupons: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; starts_at: string; expires_at: string; name: string; percentage: number; total_usage_limit: number; active: true; coupon_codes_promotion_rule: { type: "coupon_codes_promotion_rules"; id: string; created_at: string; updated_at: string; }; }; promotionFlex: { type: "flex_promotions"; id: string; created_at: string; updated_at: string; name: string; starts_at: string; expires_at: string; rules: { rules: { id: string; name: string; actions: { type: string; limit: { type: string; input: { attribute: string; }; value: number; }; value: string; groups: string[]; selector: string; }[]; priority: number; conditions: ({ field: string; group: string; value: number; nested: { conditions: { field: string; group: string; value: number; matcher: string; }[]; }; matcher: string; } | { field: string; group: string; value: string; matcher: string; nested?: undefined; })[]; conditions_logic: string; }[]; }; }; promotionFlexWithCoupons: { type: "flex_promotions"; id: string; created_at: string; updated_at: string; name: string; starts_at: string; expires_at: string; rules: { rules: { id: string; name: string; actions: { type: string; limit: { type: string; input: { attribute: string; }; value: number; }; value: string; groups: string[]; selector: string; }[]; priority: number; conditions: ({ field: string; group: string; value: number; nested: { conditions: { field: string; group: string; value: number; matcher: string; }[]; }; matcher: string; } | { field: string; group: string; value: string; matcher: string; nested?: undefined; })[]; conditions_logic: string; }[]; }; coupon_codes_promotion_rule: { type: "coupon_codes_promotion_rules"; id: string; created_at: string; updated_at: string; }; }; promotionWithPriority: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; name: string; starts_at: string; expires_at: string; percentage: number; priority: number; }; promotionWithExclusive: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; name: string; starts_at: string; expires_at: string; percentage: number; exclusive: true; }; promotionWithPriorityAndExclusive: { type: "percentage_discount_promotions"; id: string; created_at: string; updated_at: string; name: string; starts_at: string; expires_at: string; percentage: number; exclusive: true; priority: number; }; };