@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 +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -410,9 +410,7 @@ interface InviteOrgRequest {
|
|
|
410
410
|
firstName: string;
|
|
411
411
|
lastName?: string;
|
|
412
412
|
};
|
|
413
|
-
/**
|
|
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
|
-
/**
|
|
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 {
|