@01.software/sdk 0.28.0 → 0.29.0

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/server.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- export { E as ClientServerConfig, F as CollectionClient, o as CommunityClient, af as ModerationApi, aX as ServerClient, aY as ServerCollectionClient, a_ as ServerCommerceClient, bn as createServerClient } from './server-D369bCVJ.cjs';
2
- import './payload-types-BrSYb-sh.cjs';
1
+ export { E as ClientServerConfig, F as CollectionClient, o as CommunityClient, ag as ModerationApi, b4 as ServerClient, b5 as ServerCollectionClient, b7 as ServerCommerceClient, by as createServerClient } from './server-C0C8dtms.cjs';
2
+ import './payload-types-Ci-ZA7aM.cjs';
3
3
  import '@tanstack/react-query';
4
4
  import 'payload';
5
5
  import 'next';
6
- import './types-CW4PaIL7.cjs';
7
- import './const-Cz9Ki_I7.cjs';
6
+ import './types-zKjATmDK.cjs';
7
+ import './const-Dsixdi6z.cjs';
package/dist/server.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { E as ClientServerConfig, F as CollectionClient, o as CommunityClient, af as ModerationApi, aX as ServerClient, aY as ServerCollectionClient, a_ as ServerCommerceClient, bn as createServerClient } from './server-C2Q9R-Lu.js';
2
- import './payload-types-BrSYb-sh.js';
1
+ export { E as ClientServerConfig, F as CollectionClient, o as CommunityClient, ag as ModerationApi, b4 as ServerClient, b5 as ServerCollectionClient, b7 as ServerCommerceClient, by as createServerClient } from './server-Cv0Q4dPQ.js';
2
+ import './payload-types-Ci-ZA7aM.js';
3
3
  import '@tanstack/react-query';
4
4
  import 'payload';
5
5
  import 'next';
6
- import './types-BLUb4cYq.js';
7
- import './const-mdQQtIOz.js';
6
+ import './types-BWq_WlbB.js';
7
+ import './const-DAjQYNuM.js';
package/dist/server.js CHANGED
@@ -1363,10 +1363,7 @@ var ProductApi = class extends BaseApi {
1363
1363
  * `product-upsert` tool.
1364
1364
  */
1365
1365
  upsert(params) {
1366
- return this.request(
1367
- "/api/products/upsert",
1368
- params
1369
- );
1366
+ return this.request("/api/products/upsert", params);
1370
1367
  }
1371
1368
  };
1372
1369