@flashbacktech/tsclient 0.4.59 → 0.4.60

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.cts CHANGED
@@ -410,9 +410,7 @@ interface InviteOrgRequest {
410
410
  firstName: string;
411
411
  lastName?: string;
412
412
  };
413
- /** Override the configured free tier with a specific plan name. */
414
- subscriptionName?: string;
415
- /** Comped credit grant in USD micros; overrides the plan's default grant. */
413
+ /** Comped starting credit grant in USD micros; overrides the free tier's default grant. */
416
414
  creditsMicros?: number;
417
415
  }
418
416
  interface InviteOrgResult {
package/dist/index.d.ts CHANGED
@@ -410,9 +410,7 @@ interface InviteOrgRequest {
410
410
  firstName: string;
411
411
  lastName?: string;
412
412
  };
413
- /** Override the configured free tier with a specific plan name. */
414
- subscriptionName?: string;
415
- /** Comped credit grant in USD micros; overrides the plan's default grant. */
413
+ /** Comped starting credit grant in USD micros; overrides the free tier's default grant. */
416
414
  creditsMicros?: number;
417
415
  }
418
416
  interface InviteOrgResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/tsclient",
3
- "version": "0.4.59",
3
+ "version": "0.4.60",
4
4
  "description": "TypeScript client for the cloud-agent platform API.",
5
5
  "type": "module",
6
6
  "sideEffects": false,