@getyetty-sdk/sellsy 2026.5.27 → 2026.6.5
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.
- package/dist/index.d.mts +37 -39
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +3 -15
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6994,7 +6994,8 @@ const SocialSchema = {
|
|
|
6994
6994
|
viadeo: {
|
|
6995
6995
|
type: "string",
|
|
6996
6996
|
format: "url",
|
|
6997
|
-
description: "
|
|
6997
|
+
description: "Deprecated, no longer use",
|
|
6998
|
+
deprecated: true,
|
|
6998
6999
|
example: "https://viadeo.com/example",
|
|
6999
7000
|
nullable: true
|
|
7000
7001
|
}
|
|
@@ -19794,21 +19795,8 @@ const ScanFetchSchema = {
|
|
|
19794
19795
|
description: "Turnover in this year"
|
|
19795
19796
|
},
|
|
19796
19797
|
publication_year: {
|
|
19797
|
-
type: "string",
|
|
19798
|
-
description: "Year of publication"
|
|
19799
|
-
},
|
|
19800
|
-
publication_date: {
|
|
19801
|
-
type: "string",
|
|
19802
|
-
description: "Date of publication"
|
|
19803
|
-
},
|
|
19804
|
-
income: {
|
|
19805
|
-
type: "integer",
|
|
19806
|
-
description: "Diff with last year"
|
|
19807
|
-
},
|
|
19808
|
-
workforce_count: {
|
|
19809
19798
|
type: "integer",
|
|
19810
|
-
description: "
|
|
19811
|
-
nullable: true
|
|
19799
|
+
description: "Year of publication"
|
|
19812
19800
|
}
|
|
19813
19801
|
}
|
|
19814
19802
|
}
|