@elasticpath/js-sdk 24.3.1 → 24.3.2
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -6221,7 +6221,7 @@ interface Account extends AccountBase, Identifiable {
|
|
|
6221
6221
|
interface AccountBase {
|
|
6222
6222
|
type: string
|
|
6223
6223
|
name: string
|
|
6224
|
-
legal_name
|
|
6224
|
+
legal_name?: string
|
|
6225
6225
|
registration_id?: string
|
|
6226
6226
|
parent_id?: string
|
|
6227
6227
|
external_ref?: string
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED