diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 983c7e6d..337271e7 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -72597,7 +72597,11 @@ "type": { "description": "The type of the tax form. An additional hash is included on the tax form with a name matching this value. It contains additional information specific to the tax form type.", "enum": [ + "au_serr", "ca_mrdp", + "eu_dac7", + "gb_mrdp", + "nz_mrdp", "us_1099_k", "us_1099_misc", "us_1099_nec" @@ -218016,7 +218020,11 @@ "required": false, "schema": { "enum": [ + "au_serr", "ca_mrdp", + "eu_dac7", + "gb_mrdp", + "nz_mrdp", "us_1099_k", "us_1099_misc", "us_1099_nec" diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index b1b748e6..bba8823a 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -65773,7 +65773,11 @@ components: form with a name matching this value. It contains additional information specific to the tax form type. enum: + - au_serr - ca_mrdp + - eu_dac7 + - gb_mrdp + - nz_mrdp - us_1099_k - us_1099_misc - us_1099_nec @@ -206118,7 +206122,11 @@ paths: required: false schema: enum: + - au_serr - ca_mrdp + - eu_dac7 + - gb_mrdp + - nz_mrdp - us_1099_k - us_1099_misc - us_1099_nec