diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 84bbf3b5..c8fa3f23 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -119738,7 +119738,7 @@ }, "jurisdiction": { "description": "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.", - "maxLength": 50, + "maxLength": 200, "type": "string" }, "percentage": { @@ -120492,7 +120492,7 @@ }, "jurisdiction": { "description": "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.", - "maxLength": 50, + "maxLength": 200, "type": "string" }, "percentage": { @@ -121523,7 +121523,7 @@ }, "jurisdiction": { "description": "The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.", - "maxLength": 50, + "maxLength": 200, "type": "string" }, "percentage": { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 5c5584f6..86982bee 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -93641,7 +93641,7 @@ "type": "boolean" }, "jurisdiction": { - "maxLength": 50, + "maxLength": 200, "type": "string" }, "percentage": { @@ -94217,7 +94217,7 @@ "type": "boolean" }, "jurisdiction": { - "maxLength": 50, + "maxLength": 200, "type": "string" }, "percentage": { @@ -94929,7 +94929,7 @@ "type": "boolean" }, "jurisdiction": { - "maxLength": 50, + "maxLength": 200, "type": "string" }, "percentage": {