@labelbox/recursion-sdk 0.0.172 → 0.0.173

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.
@@ -6408,7 +6408,7 @@ export type ImagesResponseDto = {
6408
6408
  */
6409
6409
  export type ImportPlatformLimitsDto = {
6410
6410
  /**
6411
- * Per-environment maximum import file size in bytes; null means the platform default is in effect.
6411
+ * Platform import-file ceiling in bytes derived from the import worker memory limit; null means no platform ceiling is available.
6412
6412
  */
6413
6413
  maxImportFileSizeBytes: number | null;
6414
6414
  };
@@ -17613,8 +17613,8 @@ export const SDK_REFERENCE = {
17613
17613
  name: 'maxImportFileSizeBytes',
17614
17614
  required: true,
17615
17615
  type: 'integer',
17616
- description: 'Per-environment maximum import file size in bytes; null means the platform default is in effect.',
17617
- example: 104857600,
17616
+ description: 'Platform import-file ceiling in bytes derived from the import worker memory limit; null means no platform ceiling is available.',
17617
+ example: 5726623061,
17618
17618
  nullable: true,
17619
17619
  exclusiveMinimum: 0,
17620
17620
  maximum: 9007199254740991,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-sdk",
3
- "version": "0.0.172",
3
+ "version": "0.0.173",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",