@commercelayer/app-elements 6.0.3 → 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -394,6 +394,56 @@ The {{organization}} team`,
394
394
  }
395
395
  },
396
396
  resources: e,
397
+ resource_paths: {
398
+ "order.billing_address.country_code": "billing address country code",
399
+ "order.country_code": "country code",
400
+ "order.currency_code": "currency code",
401
+ "order.customer_email": "customer email",
402
+ "order.customer.email": "customer email",
403
+ "order.customer.customer_group.id": "customer group id",
404
+ "order.customer.customer_group.name": "customer group name",
405
+ "order.customer.tags.id": "customer tag id",
406
+ "order.customer.tags.name": "customer tag name",
407
+ "order.line_items.item_type": "line item type",
408
+ "order.line_items.line_item_options.sku_option.tags.name": "sku option tags name",
409
+ "order.line_items.line_item_options": "line item options",
410
+ "order.line_items.options_amount_cents": "line items options amount cents",
411
+ "order.line_items.quantity": "line item quantity",
412
+ "order.line_items.reference": "line items reference",
413
+ "order.line_items.shipment.id": "shipment id",
414
+ "order.line_items.shipment.shipping_method.id": "shipping method id",
415
+ "order.line_items.shipment.shipping_method.name": "shipping method name",
416
+ "order.line_items.shipment.shipping_method.reference": "shipping method reference",
417
+ "order.line_items.shipment": "shipment line item",
418
+ "order.line_items.sku_code": "sku code",
419
+ "order.line_items.sku.code": "sku code",
420
+ "order.line_items.sku.id": "sku id",
421
+ "order.line_items.sku.inventory.quantity": "sku inventory quantity",
422
+ "order.line_items.sku.name": "sku name",
423
+ "order.line_items.sku.shipping_category.id": "sku shipping category id",
424
+ "order.line_items.sku.sku_lists.id": "sku list id",
425
+ "order.line_items.sku.sku_lists.name": "sku list name",
426
+ "order.line_items.sku.tags.name": "sku tags name",
427
+ "order.line_items.sku": "sku",
428
+ "order.line_items.unit_amount_cents": "line item unit amount cents",
429
+ "order.line_items": "line item",
430
+ "order.market.code": "market code",
431
+ "order.market.id": "market id",
432
+ "order.shipments_count": "number of shipments",
433
+ "order.shipping_address.country_code": "shipping address country code",
434
+ "order.subtotal_amount_cents": "subtotal amount cents",
435
+ "order.tags.name": "order tag name",
436
+ "order.total_amount_cents": "total amount cents",
437
+ order: "order",
438
+ "price.jwt_customer.email": "customer email",
439
+ "price.jwt_customer.tags.name": "customer tag name",
440
+ "price.sku.sku_list_items.sku_list.name": "sku list name",
441
+ "price.sku.code": "sku code",
442
+ "price.sku.tags.name": "sku tag name",
443
+ "price.processed_at": "price processed at",
444
+ "price.amount_cents": "price amount cents",
445
+ price: "price"
446
+ },
397
447
  apps: {
398
448
  customers: {
399
449
  attributes: {
@@ -394,6 +394,56 @@ Il team di {{organization}}`,
394
394
  attributes: {}
395
395
  }
396
396
  },
397
+ resource_paths: {
398
+ "order.billing_address.country_code": "codice del paese di fatturazione",
399
+ "order.country_code": "codice del paese",
400
+ "order.currency_code": "valuta (3 lettere)",
401
+ "order.customer_email": "email del customer",
402
+ "order.customer.email": "email del customer",
403
+ "order.customer.customer_group.id": "id del customer group",
404
+ "order.customer.customer_group.name": "nome del customer group",
405
+ "order.customer.tags.id": "id del customer tag",
406
+ "order.customer.tags.name": "nome del customer tag",
407
+ "order.line_items.item_type": "tipo di line item",
408
+ "order.line_items.line_item_options.sku_option.tags.name": "sku options: nome del tag",
409
+ "order.line_items.line_item_options": "line item options",
410
+ "order.line_items.options_amount_cents": "line items options amount cents",
411
+ "order.line_items.quantity": "quantità del line item",
412
+ "order.line_items.reference": "reference del line item",
413
+ "order.line_items.shipment.id": "id dello shipment",
414
+ "order.line_items.shipment.shipping_method.id": "id del metodo di spedizione",
415
+ "order.line_items.shipment.shipping_method.name": "nome del metodo di spedizione",
416
+ "order.line_items.shipment.shipping_method.reference": "reference del metodo di spedizione",
417
+ "order.line_items.shipment": "shipment line item",
418
+ "order.line_items.sku_code": "sku code",
419
+ "order.line_items.sku.code": "sku code",
420
+ "order.line_items.sku.id": "sku id",
421
+ "order.line_items.sku.inventory.quantity": "sku inventory quantity",
422
+ "order.line_items.sku.name": "nome della sku",
423
+ "order.line_items.sku.shipping_category.id": "id della sku shipping category",
424
+ "order.line_items.sku.sku_lists.id": "id della sku list",
425
+ "order.line_items.sku.sku_lists.name": "nome della sku list",
426
+ "order.line_items.sku.tags.name": "nome del tag della sku",
427
+ "order.line_items.sku": "sku",
428
+ "order.line_items.unit_amount_cents": "line item unit amount cents",
429
+ "order.line_items": "line item",
430
+ "order.market.code": "code del market",
431
+ "order.market.id": "id del market",
432
+ "order.shipments_count": "numero di spedizioni",
433
+ "order.shipping_address.country_code": "codice del paese di spedizione",
434
+ "order.subtotal_amount_cents": "subtotal amount cents",
435
+ "order.tags.name": "nome del tag dell'ordine",
436
+ "order.total_amount_cents": "total amount cents",
437
+ order: "ordine",
438
+ "price.jwt_customer.email": "email del customer",
439
+ "price.jwt_customer.tags.name": "nome del customer tag",
440
+ "price.sku.sku_list_items.sku_list.name": "nome della sku list",
441
+ "price.sku.code": "sku code",
442
+ "price.sku.tags.name": "nome del sku tag",
443
+ "price.processed_at": "data di elaborazione del prezzo",
444
+ "price.amount_cents": "importo del prezzo in centesimi",
445
+ price: "prezzo"
446
+ },
397
447
  validation: {
398
448
  select_one_item: "Seleziona almeno un elemento",
399
449
  coupon_code_invalid: "Inserisci un codice valido",
@@ -389,6 +389,56 @@ declare const en: {
389
389
  attributes: {};
390
390
  };
391
391
  };
392
+ resource_paths: {
393
+ "order.billing_address.country_code": string;
394
+ "order.country_code": string;
395
+ "order.currency_code": string;
396
+ "order.customer_email": string;
397
+ "order.customer.email": string;
398
+ "order.customer.customer_group.id": string;
399
+ "order.customer.customer_group.name": string;
400
+ "order.customer.tags.id": string;
401
+ "order.customer.tags.name": string;
402
+ "order.line_items.item_type": string;
403
+ "order.line_items.line_item_options.sku_option.tags.name": string;
404
+ "order.line_items.line_item_options": string;
405
+ "order.line_items.options_amount_cents": string;
406
+ "order.line_items.quantity": string;
407
+ "order.line_items.reference": string;
408
+ "order.line_items.shipment.id": string;
409
+ "order.line_items.shipment.shipping_method.id": string;
410
+ "order.line_items.shipment.shipping_method.name": string;
411
+ "order.line_items.shipment.shipping_method.reference": string;
412
+ "order.line_items.shipment": string;
413
+ "order.line_items.sku_code": string;
414
+ "order.line_items.sku.code": string;
415
+ "order.line_items.sku.id": string;
416
+ "order.line_items.sku.inventory.quantity": string;
417
+ "order.line_items.sku.name": string;
418
+ "order.line_items.sku.shipping_category.id": string;
419
+ "order.line_items.sku.sku_lists.id": string;
420
+ "order.line_items.sku.sku_lists.name": string;
421
+ "order.line_items.sku.tags.name": string;
422
+ "order.line_items.sku": string;
423
+ "order.line_items.unit_amount_cents": string;
424
+ "order.line_items": string;
425
+ "order.market.code": string;
426
+ "order.market.id": string;
427
+ "order.shipments_count": string;
428
+ "order.shipping_address.country_code": string;
429
+ "order.subtotal_amount_cents": string;
430
+ "order.tags.name": string;
431
+ "order.total_amount_cents": string;
432
+ order: string;
433
+ "price.jwt_customer.email": string;
434
+ "price.jwt_customer.tags.name": string;
435
+ "price.sku.sku_list_items.sku_list.name": string;
436
+ "price.sku.code": string;
437
+ "price.sku.tags.name": string;
438
+ "price.processed_at": string;
439
+ "price.amount_cents": string;
440
+ price: string;
441
+ };
392
442
  apps: {
393
443
  customers: {
394
444
  attributes: {