@stackone/transport 2.5.0 → 2.6.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.cts CHANGED
@@ -494,7 +494,7 @@ type APIConfig = Record<string, unknown>;
494
494
  type RequestContext = {
495
495
  accountSecureId?: string;
496
496
  projectSecureId?: string;
497
- organizationId?: number;
497
+ organizationId?: number | string;
498
498
  environment?: string;
499
499
  authConfigKey?: string;
500
500
  provider?: string;
package/dist/index.d.mts CHANGED
@@ -494,7 +494,7 @@ type APIConfig = Record<string, unknown>;
494
494
  type RequestContext = {
495
495
  accountSecureId?: string;
496
496
  projectSecureId?: string;
497
- organizationId?: number;
497
+ organizationId?: number | string;
498
498
  environment?: string;
499
499
  authConfigKey?: string;
500
500
  provider?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/transport",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",