@spscommerce/asst-api 5.3.2 → 5.3.3

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.
@@ -310,4 +310,4 @@ declare const companySearchSchema: z.ZodObject<{
310
310
  type CompanySearchParams = z.infer<typeof companySearchParamsSchema>;
311
311
  type CompanySearch = z.infer<typeof companySearchSchema>;
312
312
 
313
- export type { CompanySearch as C, Company as a, CompanySearchParams as b };
313
+ export type { Company as C, CompanySearch as a, CompanySearchParams as b };
@@ -99,4 +99,4 @@ declare const spsItemIdResponseSchema: z.ZodObject<{
99
99
  }>;
100
100
  type SpsItemIdResponse = z.infer<typeof spsItemIdResponseSchema>;
101
101
 
102
- export { AsstClient as A, BASE_URLS as B, type CompanyBriefByOrg as C, type Env as E, type ItemHierarchyResponse as I, type SpsItemIdResponse as S, type CompanyType as a, type AsstClientOptions as b, type AsstUrl as c, companyBriefByOrgSchema as d, envSchema as e, itemHierarchyResponseSchema as i, spsItemIdResponseSchema as s };
102
+ export { AsstClient as A, BASE_URLS as B, type CompanyBriefByOrg as C, type Env as E, type ItemHierarchyResponse as I, type SpsItemIdResponse as S, type AsstClientOptions as a, type AsstUrl as b, type CompanyType as c, companyBriefByOrgSchema as d, envSchema as e, itemHierarchyResponseSchema as i, spsItemIdResponseSchema as s };