@stigg/react-sdk 7.23.0 → 7.24.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/README.md CHANGED
@@ -171,25 +171,6 @@ API_KEY='<your-api-key>'
171
171
  yarn storybook
172
172
  ```
173
173
 
174
- ### Publish storybook
175
-
176
- When doing changes, it can be useful to let others play with it without publising the changes to npm.
177
- In order to do that we are uploading the storybook files to Chromatic:
178
-
179
- 1. Building storybook static files
180
-
181
- ```
182
- yarn build-storybook
183
- ```
184
-
185
- 2. Uploading storybook files to Chromatic:
186
-
187
- ```
188
- yarn publish-storybook
189
- ```
190
-
191
- **NOTE:** The `STORYBOOK_STIGG_BASE_URI` environment parameter in `.env.local` file controlling the API url that storybook is going to use.
192
-
193
174
  ### Link package
194
175
 
195
176
  1. Run `yarn link-sdk`
package/dist/index.d.mts CHANGED
@@ -672,6 +672,7 @@ interface CreditBalanceData {
672
672
  plural?: string | null;
673
673
  } | null;
674
674
  symbol?: string | null;
675
+ usagePeriodEnd?: Date;
675
676
  }
676
677
  type OnAddCreditsCallbackFn = (balance: CreditBalanceData) => void | Promise<void>;
677
678
 
package/dist/index.d.ts CHANGED
@@ -672,6 +672,7 @@ interface CreditBalanceData {
672
672
  plural?: string | null;
673
673
  } | null;
674
674
  symbol?: string | null;
675
+ usagePeriodEnd?: Date;
675
676
  }
676
677
  type OnAddCreditsCallbackFn = (balance: CreditBalanceData) => void | Promise<void>;
677
678