@scaleway/sdk-domain 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,13 +151,21 @@ export interface ContactExtensionFR {
151
151
  }
152
152
  export interface ContactExtensionIT {
153
153
  /**
154
- * @deprecated
154
+ * @deprecated This option is useless anymore.
155
155
  */
156
156
  europeanCitizenship?: string;
157
157
  /**
158
- * @deprecated
158
+ * @deprecated Tax_code is renamed to pin.
159
159
  */
160
160
  taxCode?: string;
161
+ /**
162
+ * Domain name registrant's Taxcode (mandatory / only optional when the trustee is used)
163
+
164
+ If the requester:
165
+ * is an Italian natural person it contains his/her Codice Fiscale (16 characters format).
166
+ * For others than residents of IT it can contain a document number. (ID Card).
167
+ * In all other cases it must be equal to VAT number (in the 16 characters format if nationality is IT) or the numeric Codice Fiscale.
168
+ */
161
169
  pin: string;
162
170
  }
163
171
  export interface ContactExtensionNL {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-domain",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Scaleway SDK domain",
5
5
  "license": "Apache-2.0",
6
6
  "files": [