@labelbox/recursion-sdk 0.0.169 → 0.0.170

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.
@@ -7850,7 +7850,7 @@ export type ManagedAgentsApiError = {
7850
7850
  /**
7851
7851
  * Stable, machine-readable error identifier. This is the contract to branch on; the message is prose and may be reworded at any time.
7852
7852
  */
7853
- code: 'analytics' | 'analytics_not_ready' | 'artifact_fetch_unavailable' | 'artifact_generation_mismatch' | 'artifact_hash_mismatch' | 'artifact_invalid_events' | 'artifact_invalid_json' | 'artifact_not_allowlisted' | 'artifact_size_mismatch' | 'atomic_ingest_timeout' | 'auth_unavailable' | 'automations_unconfigured' | 'conflict' | 'consolidation_unstartable' | 'content_store_request_canceled' | 'content_store_unavailable' | 'content_store_upload_timeout' | 'cost_budget_unconfigured' | 'credential_encryption_unconfigured' | 'entity_family_not_permitted' | 'environment_work_unconfigured' | 'environment_worker_auth_unavailable' | 'execution_unconfigured' | 'forbidden' | 'github_rate_limited' | 'github_unavailable' | 'idempotency_conflict' | 'idempotency_in_progress' | 'idempotency_unavailable' | 'ingest_policy_changed' | 'ingest_policy_not_found' | 'ingest_policy_revoked' | 'integrations_unconfigured' | 'internal_error' | 'invalid_json' | 'invalid_pull_request_review_result' | 'invalid_request' | 'missing_dependency' | 'model_gateway_metadata_missing' | 'model_gateway_unconfigured' | 'model_gateway_unreachable' | 'mutation_transaction_budget_exceeded' | 'not_found' | 'page_token_expired' | 'payload_too_large' | 'rate_limited' | 'repository_automation_unconfigured' | 'request_too_large' | 'reserved_source_type' | 'revision_conflict' | 'run_log_store_unavailable' | 'session_cleanup_failed' | 'skill_storage_unconfigured' | 'source_ownership_mismatch' | 'source_revision_conflict' | 'spanner_unavailable' | 'streaming_unsupported' | 'submission_transaction_budget_exceeded' | 'task_version_number_conflict' | 'too_many_streams' | 'unauthorized' | 'version_content_conflict' | 'webhook_delivery_too_large';
7853
+ code: 'analytics' | 'analytics_not_ready' | 'artifact_fetch_unavailable' | 'artifact_generation_mismatch' | 'artifact_hash_mismatch' | 'artifact_invalid_events' | 'artifact_invalid_json' | 'artifact_not_allowlisted' | 'artifact_size_mismatch' | 'atomic_ingest_timeout' | 'auth_unavailable' | 'automations_unconfigured' | 'conflict' | 'consolidation_unstartable' | 'content_store_request_canceled' | 'content_store_unavailable' | 'content_store_upload_timeout' | 'cost_budget_unconfigured' | 'credential_encryption_unconfigured' | 'entity_family_not_permitted' | 'environment_work_unconfigured' | 'environment_worker_auth_unavailable' | 'execution_unconfigured' | 'forbidden' | 'github_rate_limited' | 'github_unavailable' | 'idempotency_conflict' | 'idempotency_in_progress' | 'idempotency_unavailable' | 'ingest_policy_changed' | 'ingest_policy_not_found' | 'ingest_policy_revoked' | 'integrations_unconfigured' | 'internal_error' | 'invalid_json' | 'invalid_pull_request_review_result' | 'invalid_request' | 'missing_dependency' | 'model_gateway_metadata_missing' | 'model_gateway_unconfigured' | 'model_gateway_unreachable' | 'mutation_transaction_budget_exceeded' | 'not_found' | 'page_token_expired' | 'payload_too_large' | 'provider_registration_unsupported' | 'rate_limited' | 'repository_automation_unconfigured' | 'request_too_large' | 'reserved_source_type' | 'revision_conflict' | 'run_log_store_unavailable' | 'session_cleanup_failed' | 'skill_storage_unconfigured' | 'source_ownership_mismatch' | 'source_revision_conflict' | 'spanner_unavailable' | 'streaming_unsupported' | 'submission_transaction_budget_exceeded' | 'task_version_number_conflict' | 'too_many_streams' | 'unauthorized' | 'version_content_conflict' | 'webhook_delivery_too_large';
7854
7854
  /**
7855
7855
  * Structured, code-specific context -- measured values and limits, for example -- so a client need not parse the message.
7856
7856
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-sdk",
3
- "version": "0.0.169",
3
+ "version": "0.0.170",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",