@pymthouse/builder-sdk 0.4.2-rc.0 → 0.4.2-rc.1

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/env.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PmtHouseClient } from './client-D1Xz-xlx.cjs';
1
+ import { P as PmtHouseClient } from './client-C0HgAugK.cjs';
2
2
  import './tokens.cjs';
3
3
  import './types-BORaHW_x.cjs';
4
4
 
package/dist/env.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PmtHouseClient } from './client-CauCfGa7.js';
1
+ import { P as PmtHouseClient } from './client-zCskUJag.js';
2
2
  import './tokens.js';
3
3
  import './types-BORaHW_x.js';
4
4
 
package/dist/env.js CHANGED
@@ -1382,7 +1382,8 @@ var PmtHouseClient = class {
1382
1382
  const usageByUser = await this.getUsage({
1383
1383
  startDate: input.startDate,
1384
1384
  endDate: input.endDate,
1385
- groupBy: "user"
1385
+ groupBy: "user",
1386
+ includeRetail: input.includeRetail
1386
1387
  });
1387
1388
  const userIds = getEndUserIdsForExternalUser(usageByUser, input.externalUserId);
1388
1389
  const cap = input.maxEndUserIds ?? DEFAULT_MAX_END_USER_IDS;
@@ -1393,7 +1394,8 @@ var PmtHouseClient = class {
1393
1394
  startDate: input.startDate,
1394
1395
  endDate: input.endDate,
1395
1396
  groupBy: "pipeline_model",
1396
- userId
1397
+ userId,
1398
+ includeRetail: input.includeRetail
1397
1399
  })
1398
1400
  )
1399
1401
  );