@liquidcommerce/elements-sdk 2.6.0-beta.98 → 2.6.0-beta.99

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.
@@ -65,5 +65,6 @@ export declare class CheckoutCommands extends BaseCommand {
65
65
  private syncCheckoutState;
66
66
  private refreshCheckout;
67
67
  private dataForCheckoutPrepare;
68
+ private normalizeForApi;
68
69
  getDetails(): ICheckoutDetailsEventData;
69
70
  }
@@ -8,3 +8,7 @@ export declare function splitCategoryPath(catPath?: string): {
8
8
  category2: string;
9
9
  category3: string;
10
10
  };
11
+ export declare function normalizeEngravingLines(lines: readonly (string | null | undefined)[] | null | undefined): string[];
12
+ export declare function normalizeText<T extends string | null | undefined>(value: T): T;
13
+ export declare function normalizeEmail<T extends string | null | undefined>(value: T): T;
14
+ export declare function normalizeCode<T extends string | null | undefined>(value: T): T;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LiquidCommerce Elements SDK",
4
4
  "license": "UNLICENSED",
5
5
  "author": "LiquidCommerce Team",
6
- "version": "2.6.0-beta.98",
6
+ "version": "2.6.0-beta.99",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",