Variable confirmUploadResponseConst

confirmUploadResponse: {
    properties: {
        errors: {
            items: {
                type: "string";
            };
            type: "array";
        };
        messages: {
            items: {
                type: "string";
            };
            type: "array";
        };
        result: {
            properties: {
                draft: true;
                id: {
                    pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
                    type: "string";
                };
                metadata: {
                    properties: {};
                    type: "object";
                };
                requireSignedURLs: {
                    type: "boolean";
                };
                uploaded: {
                    type: "string";
                };
                variants: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
            };
            required: readonly ["id", "metadata", "uploaded", "requireSignedURLs", "variants"];
            type: "object";
        };
        success: {
            type: "boolean";
        };
    };
    required: readonly ["result", "success", "errors", "messages"];
    type: "object";
} = ...

Type declaration

  • Readonly properties: {
        errors: {
            items: {
                type: "string";
            };
            type: "array";
        };
        messages: {
            items: {
                type: "string";
            };
            type: "array";
        };
        result: {
            properties: {
                draft: true;
                id: {
                    pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
                    type: "string";
                };
                metadata: {
                    properties: {};
                    type: "object";
                };
                requireSignedURLs: {
                    type: "boolean";
                };
                uploaded: {
                    type: "string";
                };
                variants: {
                    items: {
                        type: "string";
                    };
                    type: "array";
                };
            };
            required: readonly ["id", "metadata", "uploaded", "requireSignedURLs", "variants"];
            type: "object";
        };
        success: {
            type: "boolean";
        };
    }
    • Readonly errors: {
          items: {
              type: "string";
          };
          type: "array";
      }
      • Readonly items: {
            type: "string";
        }
        • Readonly type: "string"
      • Readonly type: "array"
    • Readonly messages: {
          items: {
              type: "string";
          };
          type: "array";
      }
      • Readonly items: {
            type: "string";
        }
        • Readonly type: "string"
      • Readonly type: "array"
    • Readonly result: {
          properties: {
              draft: true;
              id: {
                  pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
                  type: "string";
              };
              metadata: {
                  properties: {};
                  type: "object";
              };
              requireSignedURLs: {
                  type: "boolean";
              };
              uploaded: {
                  type: "string";
              };
              variants: {
                  items: {
                      type: "string";
                  };
                  type: "array";
              };
          };
          required: readonly ["id", "metadata", "uploaded", "requireSignedURLs", "variants"];
          type: "object";
      }
      • Readonly properties: {
            draft: true;
            id: {
                pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
                type: "string";
            };
            metadata: {
                properties: {};
                type: "object";
            };
            requireSignedURLs: {
                type: "boolean";
            };
            uploaded: {
                type: "string";
            };
            variants: {
                items: {
                    type: "string";
                };
                type: "array";
            };
        }
        • Readonly draft: true
        • Readonly id: {
              pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
              type: "string";
          }
          • Readonly pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$"
          • Readonly type: "string"
        • Readonly metadata: {
              properties: {};
              type: "object";
          }
          • Readonly properties: {}
            • Readonly type: "object"
          • Readonly requireSignedURLs: {
                type: "boolean";
            }
            • Readonly type: "boolean"
          • Readonly uploaded: {
                type: "string";
            }
            • Readonly type: "string"
          • Readonly variants: {
                items: {
                    type: "string";
                };
                type: "array";
            }
            • Readonly items: {
                  type: "string";
              }
              • Readonly type: "string"
            • Readonly type: "array"
        • Readonly required: readonly ["id", "metadata", "uploaded", "requireSignedURLs", "variants"]
        • Readonly type: "object"
      • Readonly success: {
            type: "boolean";
        }
        • Readonly type: "boolean"
    • Readonly required: readonly ["result", "success", "errors", "messages"]
    • Readonly type: "object"

    Generated using TypeDoc