@getyetty-sdk/sellsy 2026.5.26 → 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 +59 -40
- 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
|
};
|
|
@@ -50294,7 +50304,28 @@ type SearchOpportunitiesResponses = {
|
|
|
50294
50304
|
};
|
|
50295
50305
|
type SearchOpportunitiesResponse = SearchOpportunitiesResponses[keyof SearchOpportunitiesResponses];
|
|
50296
50306
|
type ExportOpportunitiesData = {
|
|
50297
|
-
body?:
|
|
50307
|
+
body?: {
|
|
50308
|
+
/**
|
|
50309
|
+
* Export output format
|
|
50310
|
+
*/
|
|
50311
|
+
output_format: 'csv' | 'parquet' | 'ndjson';
|
|
50312
|
+
/**
|
|
50313
|
+
* Character encoding for the export csv
|
|
50314
|
+
*/
|
|
50315
|
+
charset: 'UTF-8' | 'ISO-8859-1';
|
|
50316
|
+
/**
|
|
50317
|
+
* Custom name for the export
|
|
50318
|
+
*/
|
|
50319
|
+
custom_name?: string | null;
|
|
50320
|
+
/**
|
|
50321
|
+
* Whether to send an email notification when the export is complete
|
|
50322
|
+
*/
|
|
50323
|
+
send_email?: boolean;
|
|
50324
|
+
/**
|
|
50325
|
+
* Specifies the format and content of the exported rows. This field determines which columns are included in the export, independent of the final file format (csv, pdf). For standard API output, just fill "api".
|
|
50326
|
+
*/
|
|
50327
|
+
columns: 'api';
|
|
50328
|
+
} & OpportunityFilters;
|
|
50298
50329
|
path?: never;
|
|
50299
50330
|
query?: {
|
|
50300
50331
|
/**
|
|
@@ -69804,7 +69835,8 @@ declare const SocialSchema: {
|
|
|
69804
69835
|
readonly viadeo: {
|
|
69805
69836
|
readonly type: "string";
|
|
69806
69837
|
readonly format: "url";
|
|
69807
|
-
readonly description: "
|
|
69838
|
+
readonly description: "Deprecated, no longer use";
|
|
69839
|
+
readonly deprecated: true;
|
|
69808
69840
|
readonly example: "https://viadeo.com/example";
|
|
69809
69841
|
readonly nullable: true;
|
|
69810
69842
|
};
|
|
@@ -82131,21 +82163,8 @@ declare const ScanFetchSchema: {
|
|
|
82131
82163
|
readonly description: "Turnover in this year";
|
|
82132
82164
|
};
|
|
82133
82165
|
readonly publication_year: {
|
|
82134
|
-
readonly type: "string";
|
|
82135
|
-
readonly description: "Year of publication";
|
|
82136
|
-
};
|
|
82137
|
-
readonly publication_date: {
|
|
82138
|
-
readonly type: "string";
|
|
82139
|
-
readonly description: "Date of publication";
|
|
82140
|
-
};
|
|
82141
|
-
readonly income: {
|
|
82142
82166
|
readonly type: "integer";
|
|
82143
|
-
readonly description: "
|
|
82144
|
-
};
|
|
82145
|
-
readonly workforce_count: {
|
|
82146
|
-
readonly type: "integer";
|
|
82147
|
-
readonly description: "Number of emplyees";
|
|
82148
|
-
readonly nullable: true;
|
|
82167
|
+
readonly description: "Year of publication";
|
|
82149
82168
|
};
|
|
82150
82169
|
};
|
|
82151
82170
|
};
|