@1claw/sdk 0.39.0 → 0.39.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.
@@ -7860,6 +7860,8 @@ export interface operations {
7860
7860
  /** @description Approval request created */
7861
7861
  202: {
7862
7862
  headers: {
7863
+ /** @description URL to poll for approval status */
7864
+ Location?: string;
7863
7865
  [name: string]: unknown;
7864
7866
  };
7865
7867
  content: {
@@ -8615,6 +8617,8 @@ export interface operations {
8615
8617
  /** @description Rotation job started */
8616
8618
  202: {
8617
8619
  headers: {
8620
+ /** @description URL to poll for rotation job status */
8621
+ Location?: string;
8618
8622
  [name: string]: unknown;
8619
8623
  };
8620
8624
  content: {