@settlemint/sdk-utils 2.4.0-pr630f4542 → 2.4.0-pr6c110aa5

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.
@@ -10816,7 +10816,7 @@ const PersonalAccessTokenSchema = string$1().regex(/^sm_pat_.*$/);
10816
10816
  * Schema for validating both application and personal access tokens.
10817
10817
  * Accepts tokens starting with either 'sm_pat_' or 'sm_aat_' prefix.
10818
10818
  */
10819
- const AccessTokenSchema = string$1().regex(/^(sm_pat_.*|sm_aat_.*)$/);
10819
+ const AccessTokenSchema = string$1().regex(/^sm_pat_.*|sm_aat_.*$/);
10820
10820
 
10821
10821
  //#endregion
10822
10822
  //#region src/json.ts