diff --git a/spec.json b/spec.json index b0e3c6151..7b0b1d002 100644 --- a/spec.json +++ b/spec.json @@ -390,14 +390,14 @@ "description": "A file conversion.", "properties": { "completed_at": { - "description": "The time and date the file conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the file conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -413,7 +413,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the file conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "output": { "description": "The converted file, if completed, base64 encoded.", @@ -425,7 +425,7 @@ "output_format": { "allOf": [ { - "$ref": "#/components/schemas/FileOutputFormat" + "$ref": "#/components/schemas/FileExportFormat" } ], "description": "The output format of the file conversion." @@ -433,13 +433,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/FileImportFormat" } ], "description": "The source format of the file conversion." }, "started_at": { - "description": "The time and date the file conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -451,7 +451,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the file conversion." + "description": "The status of the API call." }, "type": { "enum": [ @@ -460,13 +460,203 @@ "type": "string" }, "updated_at": { - "description": "The time and date the file conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the file conversion.", + "description": "The user ID of the user who created the API call.", + "type": "string" + } + }, + "required": [ + "created_at", + "id", + "output_format", + "src_format", + "status", + "type", + "updated_at" + ], + "type": "object" + }, + { + "description": "A 2DVectorfile conversion.", + "properties": { + "completed_at": { + "description": "The time and date the API call was completed.", + "format": "date-time", + "nullable": true, + "title": "DateTime", + "type": "string" + }, + "created_at": { + "description": "The time and date the API call was created.", + "format": "date-time", + "title": "DateTime", + "type": "string" + }, + "error": { + "description": "The error the function returned, if any.", + "nullable": true, + "type": "string" + }, + "id": { + "allOf": [ + { + "$ref": "#/components/schemas/Uuid" + } + ], + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." + }, + "output": { + "description": "The converted file, if completed, base64 encoded.", + "format": "byte", + "nullable": true, + "title": "String", + "type": "string" + }, + "output_format": { + "allOf": [ + { + "$ref": "#/components/schemas/File2DVectorExportFormat" + } + ], + "description": "The output format of the file conversion." + }, + "src_format": { + "allOf": [ + { + "$ref": "#/components/schemas/File2DVectorImportFormat" + } + ], + "description": "The source format of the file conversion." + }, + "started_at": { + "description": "The time and date the API call was started.", + "format": "date-time", + "nullable": true, + "title": "DateTime", + "type": "string" + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/ApiCallStatus" + } + ], + "description": "The status of the API call." + }, + "type": { + "enum": [ + "File2DVectorConversion" + ], + "type": "string" + }, + "updated_at": { + "description": "The time and date the API call was last updated.", + "format": "date-time", + "title": "DateTime", + "type": "string" + }, + "user_id": { + "description": "The user ID of the user who created the API call.", + "type": "string" + } + }, + "required": [ + "created_at", + "id", + "output_format", + "src_format", + "status", + "type", + "updated_at" + ], + "type": "object" + }, + { + "description": "A 3D file conversion.", + "properties": { + "completed_at": { + "description": "The time and date the API call was completed.", + "format": "date-time", + "nullable": true, + "title": "DateTime", + "type": "string" + }, + "created_at": { + "description": "The time and date the API call was created.", + "format": "date-time", + "title": "DateTime", + "type": "string" + }, + "error": { + "description": "The error the function returned, if any.", + "nullable": true, + "type": "string" + }, + "id": { + "allOf": [ + { + "$ref": "#/components/schemas/Uuid" + } + ], + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." + }, + "output": { + "description": "The converted file, if completed, base64 encoded.", + "format": "byte", + "nullable": true, + "title": "String", + "type": "string" + }, + "output_format": { + "allOf": [ + { + "$ref": "#/components/schemas/File3DExportFormat" + } + ], + "description": "The output format of the file conversion." + }, + "src_format": { + "allOf": [ + { + "$ref": "#/components/schemas/File3DImportFormat" + } + ], + "description": "The source format of the file conversion." + }, + "started_at": { + "description": "The time and date the API call was started.", + "format": "date-time", + "nullable": true, + "title": "DateTime", + "type": "string" + }, + "status": { + "allOf": [ + { + "$ref": "#/components/schemas/ApiCallStatus" + } + ], + "description": "The status of the API call." + }, + "type": { + "enum": [ + "File3DConversion" + ], + "type": "string" + }, + "updated_at": { + "description": "The time and date the API call was last updated.", + "format": "date-time", + "title": "DateTime", + "type": "string" + }, + "user_id": { + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -494,14 +684,14 @@ "type": "array" }, "completed_at": { - "description": "The time and date the mass was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the mass was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -517,7 +707,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the center of mass request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "material_density": { "default": 0.0, @@ -528,13 +718,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the mass was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -546,7 +736,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the mass." + "description": "The status of the API call." }, "type": { "enum": [ @@ -555,13 +745,13 @@ "type": "string" }, "updated_at": { - "description": "The time and date the mass was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the mass.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -579,14 +769,14 @@ "description": "A file mass.", "properties": { "completed_at": { - "description": "The time and date the mass was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the mass was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -602,7 +792,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the mass request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "mass": { "description": "The resulting mass.", @@ -619,13 +809,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the mass was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -637,7 +827,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the mass." + "description": "The status of the API call." }, "type": { "enum": [ @@ -646,13 +836,13 @@ "type": "string" }, "updated_at": { - "description": "The time and date the mass was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the mass.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -670,14 +860,14 @@ "description": "A file volume.", "properties": { "completed_at": { - "description": "The time and date the volume was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the volume was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -693,18 +883,18 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the volume request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the volume was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -716,7 +906,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the volume." + "description": "The status of the API call." }, "type": { "enum": [ @@ -725,13 +915,13 @@ "type": "string" }, "updated_at": { - "description": "The time and date the volume was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the volume.", + "description": "The user ID of the user who created the API call.", "type": "string" }, "volume": { @@ -755,14 +945,14 @@ "description": "A file density.", "properties": { "completed_at": { - "description": "The time and date the density was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the density was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -784,7 +974,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the density request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "material_mass": { "default": 0.0, @@ -795,13 +985,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the density was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -813,7 +1003,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the density." + "description": "The status of the API call." }, "type": { "enum": [ @@ -822,13 +1012,13 @@ "type": "string" }, "updated_at": { - "description": "The time and date the density was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the density.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -846,14 +1036,14 @@ "description": "A file surface area.", "properties": { "completed_at": { - "description": "The time and date the density was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the density was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -869,18 +1059,18 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the density request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the density was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -892,7 +1082,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the density." + "description": "The status of the API call." }, "surface_area": { "description": "The resulting surface area.", @@ -907,13 +1097,13 @@ "type": "string" }, "updated_at": { - "description": "The time and date the density was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the density.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -954,6 +1144,8 @@ "description": "The type of async API call.", "enum": [ "FileConversion", + "File2DVectorConversion", + "File3DConversion", "FileVolume", "FileCenterOfMass", "FileMass", @@ -1053,7 +1245,6 @@ "properties": { "addr": { "description": "The IP address of the cluster.", - "format": "ip", "nullable": true, "type": "string" }, @@ -2301,7 +2492,7 @@ "type": "object" }, "ExtendedUser": { - "description": "Extended user information.\n\nThis is mostly used for internal purposes. It returns a mapping of the user's information, including that of our third party services we use for users: MailChimp, Stripe, and Zendesk.", + "description": "Extended user information.\n\nThis is mostly used for internal purposes. It returns a mapping of the user's information, including that of our third party services we use for users: MailChimp, Stripe, Front, and Zendesk.", "properties": { "company": { "description": "The user's company.", @@ -2333,6 +2524,11 @@ "description": "The user's first name.", "type": "string" }, + "front_id": { + "description": "The user's Front ID. This is mostly used for internal mapping.", + "nullable": true, + "type": "string" + }, "github": { "description": "The user's GitHub handle.", "type": "string" @@ -2412,6 +2608,48 @@ ], "type": "object" }, + "File2DVectorExportFormat": { + "description": "The valid types of Vector output file formats.", + "enum": [ + "dxf", + "json", + "svg" + ], + "type": "string" + }, + "File2DVectorImportFormat": { + "description": "The valid types of Vector source file formats.", + "enum": [ + "dxf", + "svg" + ], + "type": "string" + }, + "File3DExportFormat": { + "description": "The valid types of 3d output file formats.", + "enum": [ + "dae", + "fbx", + "fbxb", + "obj", + "obj_nomtl", + "step", + "stl" + ], + "type": "string" + }, + "File3DImportFormat": { + "description": "The valid types of 3d source file formats.", + "enum": [ + "dae", + "fbx", + "obj", + "obj_nomtl", + "step", + "stl" + ], + "type": "string" + }, "FileCenterOfMass": { "description": "A file center of mass result.", "properties": { @@ -2425,14 +2663,14 @@ "type": "array" }, "completed_at": { - "description": "The time and date the mass was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the mass was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -2448,7 +2686,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the center of mass request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "material_density": { "default": 0.0, @@ -2459,13 +2697,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the mass was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -2477,16 +2715,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the mass." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the mass was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the mass.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -2503,14 +2741,14 @@ "description": "A file conversion.", "properties": { "completed_at": { - "description": "The time and date the file conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the file conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -2526,7 +2764,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the file conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "output": { "description": "The converted file, if completed, base64 encoded.", @@ -2538,7 +2776,7 @@ "output_format": { "allOf": [ { - "$ref": "#/components/schemas/FileOutputFormat" + "$ref": "#/components/schemas/FileExportFormat" } ], "description": "The output format of the file conversion." @@ -2546,13 +2784,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/FileImportFormat" } ], "description": "The source format of the file conversion." }, "started_at": { - "description": "The time and date the file conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -2564,16 +2802,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the file conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the file conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the file conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -2591,14 +2829,14 @@ "description": "A file density result.", "properties": { "completed_at": { - "description": "The time and date the density was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the density was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -2620,7 +2858,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the density request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "material_mass": { "default": 0.0, @@ -2631,13 +2869,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the density was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -2649,16 +2887,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the density." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the density was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the density.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -2671,18 +2909,48 @@ ], "type": "object" }, + "FileExportFormat": { + "description": "The valid types of output file formats.", + "enum": [ + "dae", + "dxf", + "fbx", + "fbxb", + "json", + "obj", + "obj_nomtl", + "step", + "stl", + "svg" + ], + "type": "string" + }, + "FileImportFormat": { + "description": "The valid types of source file formats.", + "enum": [ + "dae", + "dxf", + "fbx", + "obj", + "obj_nomtl", + "step", + "stl", + "svg" + ], + "type": "string" + }, "FileMass": { "description": "A file mass result.", "properties": { "completed_at": { - "description": "The time and date the mass was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the mass was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -2698,7 +2966,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the mass request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "mass": { "description": "The resulting mass.", @@ -2715,13 +2983,13 @@ "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the mass was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -2733,16 +3001,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the mass." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the mass was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the mass.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -2755,41 +3023,18 @@ ], "type": "object" }, - "FileOutputFormat": { - "description": "The valid types of output file formats.", - "enum": [ - "stl", - "obj", - "dae", - "step", - "fbx", - "fbxb" - ], - "type": "string" - }, - "FileSourceFormat": { - "description": "The valid types of source file formats.", - "enum": [ - "stl", - "obj", - "dae", - "step", - "fbx" - ], - "type": "string" - }, "FileSurfaceArea": { "description": "A file surface area result.", "properties": { "completed_at": { - "description": "The time and date the density was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the density was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -2805,18 +3050,18 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the density request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the density was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -2828,7 +3073,7 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the density." + "description": "The status of the API call." }, "surface_area": { "description": "The resulting surface area.", @@ -2837,13 +3082,13 @@ "type": "number" }, "updated_at": { - "description": "The time and date the density was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the density.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -2873,14 +3118,14 @@ "description": "A file volume result.", "properties": { "completed_at": { - "description": "The time and date the volume was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the volume was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -2896,18 +3141,18 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the volume request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "src_format": { "allOf": [ { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" } ], "description": "The source format of the file." }, "started_at": { - "description": "The time and date the volume was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -2919,16 +3164,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the volume." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the volume was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the volume.", + "description": "The user ID of the user who created the API call.", "type": "string" }, "volume": { @@ -3571,6 +3816,24 @@ ], "type": "string" }, + "Onboarding": { + "description": "Onboarding details", + "properties": { + "first_call_from_their_machine_date": { + "description": "When the user first called an endpoint from their machine (i.e. not a litterbox execution)", + "type": "string" + }, + "first_litterbox_execute_date": { + "description": "When the user first used the litterbox", + "type": "string" + }, + "first_token_date": { + "description": "When the user created their first token", + "type": "string" + } + }, + "type": "object" + }, "OutputFile": { "description": "Output file contents.", "properties": { @@ -3682,7 +3945,7 @@ "description": "A physics constant.", "properties": { "completed_at": { - "description": "The time and date the constant was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -3697,7 +3960,7 @@ "description": "The constant we are returning." }, "created_at": { - "description": "The time and date the constant was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -3713,10 +3976,10 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the constant request.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "started_at": { - "description": "The time and date the constant was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -3728,16 +3991,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the constant." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the constant was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the constant.", + "description": "The user ID of the user who created the API call.", "type": "string" }, "value": { @@ -3763,9 +4026,9 @@ "c", "speed_of_light", "G", - "newtonian_graviation", + "newtonian_gravitation", "h", - "plank_const", + "planck_const", "mu_0", "vacuum_permeability", "E_0", @@ -3992,14 +4255,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4015,7 +4278,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4046,7 +4309,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4058,16 +4321,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4082,7 +4345,7 @@ "type": "object" }, "UnitAccelerationFormat": { - "description": "The valid types of metric unit formats.", + "description": "The valid types of acceleration unit formats.", "enum": [ "meters_per_second_squared", "feet_per_second_squared", @@ -4094,14 +4357,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4117,7 +4380,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4148,7 +4411,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4160,16 +4423,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4200,14 +4463,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4223,7 +4486,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4254,7 +4517,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4266,16 +4529,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4303,14 +4566,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4326,7 +4589,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4357,7 +4620,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4369,16 +4632,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4409,14 +4672,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4432,7 +4695,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4463,7 +4726,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4475,16 +4738,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4510,14 +4773,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4533,7 +4796,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4564,7 +4827,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4576,16 +4839,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4613,14 +4876,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4636,7 +4899,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4667,7 +4930,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4679,16 +4942,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4716,14 +4979,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4739,7 +5002,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4770,7 +5033,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4782,16 +5045,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4819,14 +5082,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4842,7 +5105,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4873,7 +5136,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4885,16 +5148,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -4928,14 +5191,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -4951,7 +5214,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -4982,7 +5245,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -4994,16 +5257,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5033,14 +5296,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5056,7 +5319,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5087,7 +5350,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5099,16 +5362,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5137,14 +5400,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5160,7 +5423,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5191,7 +5454,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5203,16 +5466,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5240,14 +5503,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5263,7 +5526,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5294,7 +5557,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5306,16 +5569,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5332,11 +5595,9 @@ "UnitLengthFormat": { "description": "The valid types of length unit formats.", "enum": [ - "millimeter", - "centimeter", "meter", - "kilomter", "foot", + "mil", "inch", "mile", "nautical_mile", @@ -5348,7 +5609,10 @@ "hand", "league", "nautical_league", - "yard" + "yard", + "millimeter", + "centimeter", + "kilometer" ], "type": "string" }, @@ -5356,14 +5620,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5379,7 +5643,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5410,7 +5674,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5422,16 +5686,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5457,14 +5721,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5480,7 +5744,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5511,7 +5775,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5523,16 +5787,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5558,14 +5822,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5581,7 +5845,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5612,7 +5876,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5624,16 +5888,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5651,7 +5915,6 @@ "description": "The valid types of mass unit formats.", "enum": [ "gram", - "kilogram", "metric_ton", "pound", "long_ton", @@ -5659,7 +5922,8 @@ "stone", "ounce", "carat", - "slug" + "slug", + "kilogram" ], "type": "string" }, @@ -5674,7 +5938,7 @@ "milli", "centi", "deci", - "metric_unit", + "unit", "deca", "hecto", "kilo", @@ -5690,14 +5954,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5713,7 +5977,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5744,7 +6008,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5756,16 +6020,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5783,14 +6047,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5806,7 +6070,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5837,7 +6101,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5849,16 +6113,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5876,14 +6140,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5899,7 +6163,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -5930,7 +6194,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -5942,16 +6206,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -5969,14 +6233,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -5992,7 +6256,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6023,7 +6287,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6035,16 +6299,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6071,14 +6335,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6094,7 +6358,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6125,7 +6389,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6137,16 +6401,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6175,14 +6439,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6198,7 +6462,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6229,7 +6493,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6241,16 +6505,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6277,14 +6541,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6300,7 +6564,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6331,7 +6595,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6343,16 +6607,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6379,14 +6643,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6402,7 +6666,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6433,7 +6697,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6445,16 +6709,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6483,14 +6747,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6506,7 +6770,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6537,7 +6801,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6549,16 +6813,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6590,14 +6854,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6613,7 +6877,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6644,7 +6908,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6656,16 +6920,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6694,14 +6958,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6717,7 +6981,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6748,7 +7012,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6760,16 +7024,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6796,14 +7060,14 @@ "description": "A unit conversion.", "properties": { "completed_at": { - "description": "The time and date the unit conversion was completed.", + "description": "The time and date the API call was completed.", "format": "date-time", "nullable": true, "title": "DateTime", "type": "string" }, "created_at": { - "description": "The time and date the unit conversion was created.", + "description": "The time and date the API call was created.", "format": "date-time", "title": "DateTime", "type": "string" @@ -6819,7 +7083,7 @@ "$ref": "#/components/schemas/Uuid" } ], - "description": "The unique identifier of the unit conversion.\n\nThis is the same as the API call ID." + "description": "The unique identifier of the API call.\n\nThis is the same as the API call ID." }, "input": { "default": 0.0, @@ -6850,7 +7114,7 @@ "description": "The source format of the unit conversion." }, "started_at": { - "description": "The time and date the unit conversion was started.", + "description": "The time and date the API call was started.", "format": "date-time", "nullable": true, "title": "DateTime", @@ -6862,16 +7126,16 @@ "$ref": "#/components/schemas/ApiCallStatus" } ], - "description": "The status of the unit conversion." + "description": "The status of the API call." }, "updated_at": { - "description": "The time and date the unit conversion was last updated.", + "description": "The time and date the API call was last updated.", "format": "date-time", "title": "DateTime", "type": "string" }, "user_id": { - "description": "The user ID of the user who created the unit conversion.", + "description": "The user ID of the user who created the API call.", "type": "string" } }, @@ -6888,14 +7152,14 @@ "UnitVolumeFormat": { "description": "The valid types of volume unit formats.", "enum": [ - "cubic_millimeter", - "cubic_centimeter", "cubic_meter", + "cubic_millimeter", "cubic_kilometer", "liter", "cubic_foot", "cubic_yard", - "cubic_mile" + "cubic_mile", + "cubic_centimeter" ], "type": "string" }, @@ -8144,7 +8408,7 @@ "name": "src_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" }, "style": "form" } @@ -8230,7 +8494,7 @@ "name": "output_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileOutputFormat" + "$ref": "#/components/schemas/FileExportFormat" }, "style": "simple" }, @@ -8240,7 +8504,7 @@ "name": "src_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/FileImportFormat" }, "style": "simple" } @@ -8410,7 +8674,7 @@ "name": "src_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" }, "style": "form" } @@ -8602,7 +8866,7 @@ "name": "src_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" }, "style": "form" } @@ -8688,7 +8952,7 @@ "name": "src_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" }, "style": "form" } @@ -8774,7 +9038,7 @@ "name": "src_format", "required": true, "schema": { - "$ref": "#/components/schemas/FileSourceFormat" + "$ref": "#/components/schemas/File3DImportFormat" }, "style": "form" } @@ -12992,6 +13256,133 @@ ] } }, + "/user/front-hash": { + "get": { + "description": "This info is sent to front when initialing the front chat, it prevents impersonations using js hacks in the browser", + "operationId": "get_user_front_hash_self", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "title": "String", + "type": "string" + } + } + }, + "description": "successful operation", + "headers": { + "Access-Control-Allow-Credentials": { + "description": "Access-Control-Allow-Credentials header.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + }, + "Access-Control-Allow-Headers": { + "description": "Access-Control-Allow-Headers header. This is a comma-separated list of headers.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + }, + "Access-Control-Allow-Methods": { + "description": "Access-Control-Allow-Methods header.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + }, + "Access-Control-Allow-Origin": { + "description": "Access-Control-Allow-Origin header.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + } + } + }, + "4XX": { + "$ref": "#/components/responses/Error" + }, + "5XX": { + "$ref": "#/components/responses/Error" + } + }, + "summary": "Get your user's front verification hash.", + "tags": [ + "users", + "hidden" + ] + } + }, + "/user/onboarding": { + "get": { + "description": "Checks key part of their api usage to determine their onboarding progress", + "operationId": "get_user_onboarding_self", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Onboarding" + } + } + }, + "description": "successful operation", + "headers": { + "Access-Control-Allow-Credentials": { + "description": "Access-Control-Allow-Credentials header.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + }, + "Access-Control-Allow-Headers": { + "description": "Access-Control-Allow-Headers header. This is a comma-separated list of headers.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + }, + "Access-Control-Allow-Methods": { + "description": "Access-Control-Allow-Methods header.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + }, + "Access-Control-Allow-Origin": { + "description": "Access-Control-Allow-Origin header.", + "required": true, + "schema": { + "type": "string" + }, + "style": "simple" + } + } + }, + "4XX": { + "$ref": "#/components/responses/Error" + }, + "5XX": { + "$ref": "#/components/responses/Error" + } + }, + "summary": "Get your user's onboarding status.", + "tags": [ + "users", + "hidden" + ] + } + }, "/user/payment": { "delete": { "description": "This includes billing address, phone, and name.\nThis endpoint requires authentication by any KittyCAD user. It deletes the payment information for the authenticated user.",