@betterstore/sdk 0.7.3 → 0.7.4
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.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -6
- package/dist/index.mjs +0 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -17987,7 +17987,6 @@ declare class ClientCustomersNamespace {
|
|
|
17987
17987
|
private client;
|
|
17988
17988
|
constructor(client: BaseClient);
|
|
17989
17989
|
upsert(data: UpsertCustomerParams): Promise<UpsertCustomerResponse>;
|
|
17990
|
-
update(id: string, data: UpdateCustomerParams): Promise<UpdateCustomerResponse>;
|
|
17991
17990
|
}
|
|
17992
17991
|
|
|
17993
17992
|
declare class ClientUtilsNamespace {
|
package/dist/index.d.ts
CHANGED
|
@@ -17987,7 +17987,6 @@ declare class ClientCustomersNamespace {
|
|
|
17987
17987
|
private client;
|
|
17988
17988
|
constructor(client: BaseClient);
|
|
17989
17989
|
upsert(data: UpsertCustomerParams): Promise<UpsertCustomerResponse>;
|
|
17990
|
-
update(id: string, data: UpdateCustomerParams): Promise<UpdateCustomerResponse>;
|
|
17991
17990
|
}
|
|
17992
17991
|
|
|
17993
17992
|
declare class ClientUtilsNamespace {
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED