@dereekb/zoom 12.6.10 → 12.6.12

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.
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [12.6.12](https://github.com/dereekb/dbx-components/compare/v12.6.10-dev-dev...v12.6.12) (2026-02-04)
6
+
7
+
8
+
9
+ ## [12.6.11](https://github.com/dereekb/dbx-components/compare/v12.6.10-dev...v12.6.11) (2026-02-03)
10
+
11
+
12
+
5
13
  ## [12.6.10](https://github.com/dereekb/dbx-components/compare/v12.6.9-dev...v12.6.10) (2026-01-30)
6
14
 
7
15
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/zoom/nestjs",
3
- "version": "12.6.10",
3
+ "version": "12.6.12",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "main": "./src/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/zoom",
3
- "version": "12.6.10",
3
+ "version": "12.6.12",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
@@ -91,7 +91,7 @@ export declare const ZOOM_RATE_LIMIT_LIMIT_HEADER = "X-RateLimit-Limit";
91
91
  export declare const ZOOM_RATE_LIMIT_REMAINING_HEADER = "X-RateLimit-Remaining";
92
92
  export declare const ZOOM_RATE_LIMIT_RETRY_AFTER_HEADER = "Retry-After";
93
93
  export declare const DEFAULT_ZOOM_API_RATE_LIMIT = 2;
94
- export declare const DEFAULT_ZOOM_API_RATE_LIMIT_RESET_PERIOD = 1000;
94
+ export declare const DEFAULT_ZOOM_API_RATE_LIMIT_RESET_PERIOD: number;
95
95
  export interface ZoomRateLimitHeaderDetails {
96
96
  /**
97
97
  * The category of the rate limit.