@stigg/react-sdk 7.19.0 → 7.21.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/index.d.mts CHANGED
@@ -673,8 +673,8 @@ declare function useCreditBalance(params: GetCreditBalanceParams): {
673
673
  displayName: string;
674
674
  units: {
675
675
  __typename?: "Units" | undefined;
676
- singular: string;
677
- plural: string;
676
+ singular?: string | null | undefined;
677
+ plural?: string | null | undefined;
678
678
  } | null | undefined;
679
679
  symbol: string | null | undefined;
680
680
  } | {
package/dist/index.d.ts CHANGED
@@ -673,8 +673,8 @@ declare function useCreditBalance(params: GetCreditBalanceParams): {
673
673
  displayName: string;
674
674
  units: {
675
675
  __typename?: "Units" | undefined;
676
- singular: string;
677
- plural: string;
676
+ singular?: string | null | undefined;
677
+ plural?: string | null | undefined;
678
678
  } | null | undefined;
679
679
  symbol: string | null | undefined;
680
680
  } | {