@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.d.mts
CHANGED
|
@@ -1074,7 +1074,9 @@ type ContactItem = {
|
|
|
1074
1074
|
*/
|
|
1075
1075
|
linkedin?: string | null;
|
|
1076
1076
|
/**
|
|
1077
|
-
*
|
|
1077
|
+
* Deprecated, no longer use
|
|
1078
|
+
*
|
|
1079
|
+
* @deprecated
|
|
1078
1080
|
*/
|
|
1079
1081
|
viadeo?: string | null;
|
|
1080
1082
|
};
|
|
@@ -2829,7 +2831,9 @@ type SaleEmbed = {
|
|
|
2829
2831
|
*/
|
|
2830
2832
|
linkedin?: string | null;
|
|
2831
2833
|
/**
|
|
2832
|
-
*
|
|
2834
|
+
* Deprecated, no longer use
|
|
2835
|
+
*
|
|
2836
|
+
* @deprecated
|
|
2833
2837
|
*/
|
|
2834
2838
|
viadeo?: string | null;
|
|
2835
2839
|
};
|
|
@@ -5001,7 +5005,9 @@ type Social = {
|
|
|
5001
5005
|
*/
|
|
5002
5006
|
linkedin?: string | null;
|
|
5003
5007
|
/**
|
|
5004
|
-
*
|
|
5008
|
+
* Deprecated, no longer use
|
|
5009
|
+
*
|
|
5010
|
+
* @deprecated
|
|
5005
5011
|
*/
|
|
5006
5012
|
viadeo?: string | null;
|
|
5007
5013
|
};
|
|
@@ -12110,19 +12116,7 @@ type ScanFetch = {
|
|
|
12110
12116
|
/**
|
|
12111
12117
|
* Year of publication
|
|
12112
12118
|
*/
|
|
12113
|
-
publication_year?:
|
|
12114
|
-
/**
|
|
12115
|
-
* Date of publication
|
|
12116
|
-
*/
|
|
12117
|
-
publication_date?: string;
|
|
12118
|
-
/**
|
|
12119
|
-
* Diff with last year
|
|
12120
|
-
*/
|
|
12121
|
-
income?: number;
|
|
12122
|
-
/**
|
|
12123
|
-
* Number of emplyees
|
|
12124
|
-
*/
|
|
12125
|
-
workforce_count?: number | null;
|
|
12119
|
+
publication_year?: number;
|
|
12126
12120
|
}> | null;
|
|
12127
12121
|
/**
|
|
12128
12122
|
* RCS of compnay
|
|
@@ -23391,7 +23385,9 @@ type ContactItemWritable = {
|
|
|
23391
23385
|
*/
|
|
23392
23386
|
linkedin?: string | null;
|
|
23393
23387
|
/**
|
|
23394
|
-
*
|
|
23388
|
+
* Deprecated, no longer use
|
|
23389
|
+
*
|
|
23390
|
+
* @deprecated
|
|
23395
23391
|
*/
|
|
23396
23392
|
viadeo?: string | null;
|
|
23397
23393
|
};
|
|
@@ -24651,7 +24647,9 @@ type SaleEmbedWritable = {
|
|
|
24651
24647
|
*/
|
|
24652
24648
|
linkedin?: string | null;
|
|
24653
24649
|
/**
|
|
24654
|
-
*
|
|
24650
|
+
* Deprecated, no longer use
|
|
24651
|
+
*
|
|
24652
|
+
* @deprecated
|
|
24655
24653
|
*/
|
|
24656
24654
|
viadeo?: string | null;
|
|
24657
24655
|
};
|
|
@@ -35621,7 +35619,9 @@ type CreateCompanyData = {
|
|
|
35621
35619
|
*/
|
|
35622
35620
|
linkedin?: string | null;
|
|
35623
35621
|
/**
|
|
35624
|
-
*
|
|
35622
|
+
* Deprecated, no longer use
|
|
35623
|
+
*
|
|
35624
|
+
* @deprecated
|
|
35625
35625
|
*/
|
|
35626
35626
|
viadeo?: string | null;
|
|
35627
35627
|
};
|
|
@@ -36323,7 +36323,9 @@ type UpdateCompanyData = {
|
|
|
36323
36323
|
*/
|
|
36324
36324
|
linkedin?: string | null;
|
|
36325
36325
|
/**
|
|
36326
|
-
*
|
|
36326
|
+
* Deprecated, no longer use
|
|
36327
|
+
*
|
|
36328
|
+
* @deprecated
|
|
36327
36329
|
*/
|
|
36328
36330
|
viadeo?: string | null;
|
|
36329
36331
|
};
|
|
@@ -36578,7 +36580,9 @@ type ConvertCompanyResponses = {
|
|
|
36578
36580
|
*/
|
|
36579
36581
|
linkedin?: string | null;
|
|
36580
36582
|
/**
|
|
36581
|
-
*
|
|
36583
|
+
* Deprecated, no longer use
|
|
36584
|
+
*
|
|
36585
|
+
* @deprecated
|
|
36582
36586
|
*/
|
|
36583
36587
|
viadeo?: string | null;
|
|
36584
36588
|
};
|
|
@@ -43126,7 +43130,9 @@ type CreateIndividualData = {
|
|
|
43126
43130
|
*/
|
|
43127
43131
|
linkedin?: string | null;
|
|
43128
43132
|
/**
|
|
43129
|
-
*
|
|
43133
|
+
* Deprecated, no longer use
|
|
43134
|
+
*
|
|
43135
|
+
* @deprecated
|
|
43130
43136
|
*/
|
|
43131
43137
|
viadeo?: string | null;
|
|
43132
43138
|
};
|
|
@@ -43763,7 +43769,9 @@ type UpdateIndividualData = {
|
|
|
43763
43769
|
*/
|
|
43764
43770
|
linkedin?: string | null;
|
|
43765
43771
|
/**
|
|
43766
|
-
*
|
|
43772
|
+
* Deprecated, no longer use
|
|
43773
|
+
*
|
|
43774
|
+
* @deprecated
|
|
43767
43775
|
*/
|
|
43768
43776
|
viadeo?: string | null;
|
|
43769
43777
|
};
|
|
@@ -44003,7 +44011,9 @@ type ConvertIndividualResponses = {
|
|
|
44003
44011
|
*/
|
|
44004
44012
|
linkedin?: string | null;
|
|
44005
44013
|
/**
|
|
44006
|
-
*
|
|
44014
|
+
* Deprecated, no longer use
|
|
44015
|
+
*
|
|
44016
|
+
* @deprecated
|
|
44007
44017
|
*/
|
|
44008
44018
|
viadeo?: string | null;
|
|
44009
44019
|
};
|
|
@@ -69825,7 +69835,8 @@ declare const SocialSchema: {
|
|
|
69825
69835
|
readonly viadeo: {
|
|
69826
69836
|
readonly type: "string";
|
|
69827
69837
|
readonly format: "url";
|
|
69828
|
-
readonly description: "
|
|
69838
|
+
readonly description: "Deprecated, no longer use";
|
|
69839
|
+
readonly deprecated: true;
|
|
69829
69840
|
readonly example: "https://viadeo.com/example";
|
|
69830
69841
|
readonly nullable: true;
|
|
69831
69842
|
};
|
|
@@ -82152,21 +82163,8 @@ declare const ScanFetchSchema: {
|
|
|
82152
82163
|
readonly description: "Turnover in this year";
|
|
82153
82164
|
};
|
|
82154
82165
|
readonly publication_year: {
|
|
82155
|
-
readonly type: "string";
|
|
82156
|
-
readonly description: "Year of publication";
|
|
82157
|
-
};
|
|
82158
|
-
readonly publication_date: {
|
|
82159
|
-
readonly type: "string";
|
|
82160
|
-
readonly description: "Date of publication";
|
|
82161
|
-
};
|
|
82162
|
-
readonly income: {
|
|
82163
|
-
readonly type: "integer";
|
|
82164
|
-
readonly description: "Diff with last year";
|
|
82165
|
-
};
|
|
82166
|
-
readonly workforce_count: {
|
|
82167
82166
|
readonly type: "integer";
|
|
82168
|
-
readonly description: "
|
|
82169
|
-
readonly nullable: true;
|
|
82167
|
+
readonly description: "Year of publication";
|
|
82170
82168
|
};
|
|
82171
82169
|
};
|
|
82172
82170
|
};
|