attio-ts-sdk 1.1.1 → 1.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.
- package/README.md +1 -6
- package/dist/index.d.mts +863 -41
- package/dist/index.mjs +1579 -1580
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -14906,7 +14906,863 @@ declare const addListEntry: (input: AddListEntryInput) => Promise<unknown>;
|
|
|
14906
14906
|
declare const updateListEntry: (input: UpdateListEntryInput) => Promise<unknown>;
|
|
14907
14907
|
declare const removeListEntry: (input: RemoveListEntryInput) => Promise<boolean>;
|
|
14908
14908
|
//#endregion
|
|
14909
|
+
//#region src/generated/zod.gen.d.ts
|
|
14910
|
+
declare const zAttribute: z.ZodObject<{
|
|
14911
|
+
id: z.ZodObject<{
|
|
14912
|
+
workspace_id: z.ZodUUID;
|
|
14913
|
+
object_id: z.ZodUUID;
|
|
14914
|
+
attribute_id: z.ZodUUID;
|
|
14915
|
+
}, z.core.$strip>;
|
|
14916
|
+
title: z.ZodString;
|
|
14917
|
+
description: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
14918
|
+
api_slug: z.ZodString;
|
|
14919
|
+
type: z.ZodNullable<z.ZodEnum<{
|
|
14920
|
+
number: "number";
|
|
14921
|
+
date: "date";
|
|
14922
|
+
location: "location";
|
|
14923
|
+
text: "text";
|
|
14924
|
+
"actor-reference": "actor-reference";
|
|
14925
|
+
checkbox: "checkbox";
|
|
14926
|
+
currency: "currency";
|
|
14927
|
+
domain: "domain";
|
|
14928
|
+
"email-address": "email-address";
|
|
14929
|
+
"record-reference": "record-reference";
|
|
14930
|
+
interaction: "interaction";
|
|
14931
|
+
"personal-name": "personal-name";
|
|
14932
|
+
"phone-number": "phone-number";
|
|
14933
|
+
status: "status";
|
|
14934
|
+
rating: "rating";
|
|
14935
|
+
select: "select";
|
|
14936
|
+
timestamp: "timestamp";
|
|
14937
|
+
}>>;
|
|
14938
|
+
is_system_attribute: z.ZodBoolean;
|
|
14939
|
+
is_writable: z.ZodBoolean;
|
|
14940
|
+
is_required: z.ZodBoolean;
|
|
14941
|
+
is_unique: z.ZodBoolean;
|
|
14942
|
+
is_multiselect: z.ZodBoolean;
|
|
14943
|
+
is_default_value_enabled: z.ZodBoolean;
|
|
14944
|
+
is_archived: z.ZodBoolean;
|
|
14945
|
+
default_value: z.ZodUnion<readonly [z.ZodObject<{
|
|
14946
|
+
type: z.ZodNullable<z.ZodEnum<{
|
|
14947
|
+
dynamic: "dynamic";
|
|
14948
|
+
}>>;
|
|
14949
|
+
template: z.ZodUnion<readonly [z.ZodNullable<z.ZodEnum<{
|
|
14950
|
+
"current-user": "current-user";
|
|
14951
|
+
}>>, z.ZodString]>;
|
|
14952
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14953
|
+
type: z.ZodNullable<z.ZodEnum<{
|
|
14954
|
+
static: "static";
|
|
14955
|
+
}>>;
|
|
14956
|
+
template: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
14957
|
+
referenced_actor_type: z.ZodNullable<z.ZodEnum<{
|
|
14958
|
+
"api-token": "api-token";
|
|
14959
|
+
"workspace-member": "workspace-member";
|
|
14960
|
+
system: "system";
|
|
14961
|
+
app: "app";
|
|
14962
|
+
}>>;
|
|
14963
|
+
referenced_actor_id: z.ZodUnion<readonly [z.ZodUUID, z.ZodNull]>;
|
|
14964
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
14965
|
+
"actor-reference": "actor-reference";
|
|
14966
|
+
}>>;
|
|
14967
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14968
|
+
value: z.ZodBoolean;
|
|
14969
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
14970
|
+
checkbox: "checkbox";
|
|
14971
|
+
}>>;
|
|
14972
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
14973
|
+
currency_value: z.ZodNumber;
|
|
14974
|
+
currency_code: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodEnum<{
|
|
14975
|
+
ARS: "ARS";
|
|
14976
|
+
AUD: "AUD";
|
|
14977
|
+
BRL: "BRL";
|
|
14978
|
+
BGN: "BGN";
|
|
14979
|
+
CAD: "CAD";
|
|
14980
|
+
CLP: "CLP";
|
|
14981
|
+
CNY: "CNY";
|
|
14982
|
+
COP: "COP";
|
|
14983
|
+
CZK: "CZK";
|
|
14984
|
+
DKK: "DKK";
|
|
14985
|
+
EUR: "EUR";
|
|
14986
|
+
HKD: "HKD";
|
|
14987
|
+
HUF: "HUF";
|
|
14988
|
+
ISK: "ISK";
|
|
14989
|
+
INR: "INR";
|
|
14990
|
+
ILS: "ILS";
|
|
14991
|
+
JPY: "JPY";
|
|
14992
|
+
KES: "KES";
|
|
14993
|
+
KRW: "KRW";
|
|
14994
|
+
MYR: "MYR";
|
|
14995
|
+
MXN: "MXN";
|
|
14996
|
+
NTD: "NTD";
|
|
14997
|
+
NZD: "NZD";
|
|
14998
|
+
NGN: "NGN";
|
|
14999
|
+
NOK: "NOK";
|
|
15000
|
+
XPF: "XPF";
|
|
15001
|
+
PEN: "PEN";
|
|
15002
|
+
PHP: "PHP";
|
|
15003
|
+
PLN: "PLN";
|
|
15004
|
+
GBP: "GBP";
|
|
15005
|
+
RWF: "RWF";
|
|
15006
|
+
SAR: "SAR";
|
|
15007
|
+
SGD: "SGD";
|
|
15008
|
+
ZAR: "ZAR";
|
|
15009
|
+
SEK: "SEK";
|
|
15010
|
+
CHF: "CHF";
|
|
15011
|
+
THB: "THB";
|
|
15012
|
+
AED: "AED";
|
|
15013
|
+
UYU: "UYU";
|
|
15014
|
+
USD: "USD";
|
|
15015
|
+
}>>>>;
|
|
15016
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15017
|
+
currency: "currency";
|
|
15018
|
+
}>>;
|
|
15019
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15020
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15021
|
+
date: "date";
|
|
15022
|
+
}>>;
|
|
15023
|
+
value: z.ZodString;
|
|
15024
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15025
|
+
domain: z.ZodString;
|
|
15026
|
+
root_domain: z.ZodString;
|
|
15027
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15028
|
+
domain: "domain";
|
|
15029
|
+
}>>;
|
|
15030
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15031
|
+
original_email_address: z.ZodString;
|
|
15032
|
+
email_address: z.ZodString;
|
|
15033
|
+
email_domain: z.ZodString;
|
|
15034
|
+
email_root_domain: z.ZodString;
|
|
15035
|
+
email_local_specifier: z.ZodString;
|
|
15036
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15037
|
+
"email-address": "email-address";
|
|
15038
|
+
}>>;
|
|
15039
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15040
|
+
target_object: z.ZodString;
|
|
15041
|
+
target_record_id: z.ZodUUID;
|
|
15042
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15043
|
+
"record-reference": "record-reference";
|
|
15044
|
+
}>>;
|
|
15045
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15046
|
+
interaction_type: z.ZodNullable<z.ZodEnum<{
|
|
15047
|
+
email: "email";
|
|
15048
|
+
"calendar-event": "calendar-event";
|
|
15049
|
+
call: "call";
|
|
15050
|
+
"chat-thread": "chat-thread";
|
|
15051
|
+
"in-person-meeting": "in-person-meeting";
|
|
15052
|
+
meeting: "meeting";
|
|
15053
|
+
}>>;
|
|
15054
|
+
interacted_at: z.ZodISODateTime;
|
|
15055
|
+
owner_actor: z.ZodObject<{
|
|
15056
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15057
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodEnum<{
|
|
15058
|
+
"api-token": "api-token";
|
|
15059
|
+
"workspace-member": "workspace-member";
|
|
15060
|
+
system: "system";
|
|
15061
|
+
app: "app";
|
|
15062
|
+
}>>>>;
|
|
15063
|
+
}, z.core.$strip>;
|
|
15064
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15065
|
+
interaction: "interaction";
|
|
15066
|
+
}>>;
|
|
15067
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15068
|
+
line_1: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15069
|
+
line_2: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15070
|
+
line_3: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15071
|
+
line_4: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15072
|
+
locality: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15073
|
+
region: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15074
|
+
postcode: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15075
|
+
country_code: z.ZodNullable<z.ZodEnum<{
|
|
15076
|
+
AF: "AF";
|
|
15077
|
+
AX: "AX";
|
|
15078
|
+
AL: "AL";
|
|
15079
|
+
DZ: "DZ";
|
|
15080
|
+
AS: "AS";
|
|
15081
|
+
AD: "AD";
|
|
15082
|
+
AO: "AO";
|
|
15083
|
+
AI: "AI";
|
|
15084
|
+
AQ: "AQ";
|
|
15085
|
+
AG: "AG";
|
|
15086
|
+
AR: "AR";
|
|
15087
|
+
AM: "AM";
|
|
15088
|
+
AW: "AW";
|
|
15089
|
+
AU: "AU";
|
|
15090
|
+
AT: "AT";
|
|
15091
|
+
AZ: "AZ";
|
|
15092
|
+
BS: "BS";
|
|
15093
|
+
BH: "BH";
|
|
15094
|
+
BD: "BD";
|
|
15095
|
+
BB: "BB";
|
|
15096
|
+
BY: "BY";
|
|
15097
|
+
BE: "BE";
|
|
15098
|
+
BZ: "BZ";
|
|
15099
|
+
BJ: "BJ";
|
|
15100
|
+
BM: "BM";
|
|
15101
|
+
BT: "BT";
|
|
15102
|
+
BO: "BO";
|
|
15103
|
+
BA: "BA";
|
|
15104
|
+
BW: "BW";
|
|
15105
|
+
BV: "BV";
|
|
15106
|
+
BR: "BR";
|
|
15107
|
+
IO: "IO";
|
|
15108
|
+
BN: "BN";
|
|
15109
|
+
BG: "BG";
|
|
15110
|
+
BF: "BF";
|
|
15111
|
+
BI: "BI";
|
|
15112
|
+
KH: "KH";
|
|
15113
|
+
CM: "CM";
|
|
15114
|
+
CA: "CA";
|
|
15115
|
+
CV: "CV";
|
|
15116
|
+
KY: "KY";
|
|
15117
|
+
CF: "CF";
|
|
15118
|
+
TD: "TD";
|
|
15119
|
+
CL: "CL";
|
|
15120
|
+
CN: "CN";
|
|
15121
|
+
CX: "CX";
|
|
15122
|
+
CC: "CC";
|
|
15123
|
+
CO: "CO";
|
|
15124
|
+
KM: "KM";
|
|
15125
|
+
CG: "CG";
|
|
15126
|
+
CD: "CD";
|
|
15127
|
+
CK: "CK";
|
|
15128
|
+
CR: "CR";
|
|
15129
|
+
CI: "CI";
|
|
15130
|
+
HR: "HR";
|
|
15131
|
+
CU: "CU";
|
|
15132
|
+
CW: "CW";
|
|
15133
|
+
CY: "CY";
|
|
15134
|
+
CZ: "CZ";
|
|
15135
|
+
DK: "DK";
|
|
15136
|
+
DJ: "DJ";
|
|
15137
|
+
DM: "DM";
|
|
15138
|
+
DO: "DO";
|
|
15139
|
+
EC: "EC";
|
|
15140
|
+
EG: "EG";
|
|
15141
|
+
SV: "SV";
|
|
15142
|
+
GQ: "GQ";
|
|
15143
|
+
ER: "ER";
|
|
15144
|
+
EE: "EE";
|
|
15145
|
+
ET: "ET";
|
|
15146
|
+
FK: "FK";
|
|
15147
|
+
FO: "FO";
|
|
15148
|
+
FJ: "FJ";
|
|
15149
|
+
FI: "FI";
|
|
15150
|
+
FR: "FR";
|
|
15151
|
+
GF: "GF";
|
|
15152
|
+
PF: "PF";
|
|
15153
|
+
TF: "TF";
|
|
15154
|
+
GA: "GA";
|
|
15155
|
+
GM: "GM";
|
|
15156
|
+
GE: "GE";
|
|
15157
|
+
DE: "DE";
|
|
15158
|
+
GH: "GH";
|
|
15159
|
+
GI: "GI";
|
|
15160
|
+
GR: "GR";
|
|
15161
|
+
GL: "GL";
|
|
15162
|
+
GD: "GD";
|
|
15163
|
+
GP: "GP";
|
|
15164
|
+
GU: "GU";
|
|
15165
|
+
GT: "GT";
|
|
15166
|
+
GG: "GG";
|
|
15167
|
+
GN: "GN";
|
|
15168
|
+
GW: "GW";
|
|
15169
|
+
GY: "GY";
|
|
15170
|
+
HT: "HT";
|
|
15171
|
+
HM: "HM";
|
|
15172
|
+
VA: "VA";
|
|
15173
|
+
HN: "HN";
|
|
15174
|
+
HK: "HK";
|
|
15175
|
+
HU: "HU";
|
|
15176
|
+
IS: "IS";
|
|
15177
|
+
IN: "IN";
|
|
15178
|
+
ID: "ID";
|
|
15179
|
+
IR: "IR";
|
|
15180
|
+
IQ: "IQ";
|
|
15181
|
+
IE: "IE";
|
|
15182
|
+
IM: "IM";
|
|
15183
|
+
IL: "IL";
|
|
15184
|
+
IT: "IT";
|
|
15185
|
+
JM: "JM";
|
|
15186
|
+
JP: "JP";
|
|
15187
|
+
JE: "JE";
|
|
15188
|
+
JO: "JO";
|
|
15189
|
+
KZ: "KZ";
|
|
15190
|
+
KE: "KE";
|
|
15191
|
+
KI: "KI";
|
|
15192
|
+
KR: "KR";
|
|
15193
|
+
KW: "KW";
|
|
15194
|
+
KG: "KG";
|
|
15195
|
+
LA: "LA";
|
|
15196
|
+
LV: "LV";
|
|
15197
|
+
LB: "LB";
|
|
15198
|
+
LS: "LS";
|
|
15199
|
+
LR: "LR";
|
|
15200
|
+
LY: "LY";
|
|
15201
|
+
LI: "LI";
|
|
15202
|
+
LT: "LT";
|
|
15203
|
+
LU: "LU";
|
|
15204
|
+
MO: "MO";
|
|
15205
|
+
MK: "MK";
|
|
15206
|
+
MG: "MG";
|
|
15207
|
+
MW: "MW";
|
|
15208
|
+
MY: "MY";
|
|
15209
|
+
MV: "MV";
|
|
15210
|
+
ML: "ML";
|
|
15211
|
+
MT: "MT";
|
|
15212
|
+
MH: "MH";
|
|
15213
|
+
MQ: "MQ";
|
|
15214
|
+
MR: "MR";
|
|
15215
|
+
MU: "MU";
|
|
15216
|
+
YT: "YT";
|
|
15217
|
+
MX: "MX";
|
|
15218
|
+
FM: "FM";
|
|
15219
|
+
MD: "MD";
|
|
15220
|
+
MC: "MC";
|
|
15221
|
+
MN: "MN";
|
|
15222
|
+
ME: "ME";
|
|
15223
|
+
MS: "MS";
|
|
15224
|
+
MA: "MA";
|
|
15225
|
+
MZ: "MZ";
|
|
15226
|
+
MM: "MM";
|
|
15227
|
+
NA: "NA";
|
|
15228
|
+
NR: "NR";
|
|
15229
|
+
NP: "NP";
|
|
15230
|
+
NL: "NL";
|
|
15231
|
+
AN: "AN";
|
|
15232
|
+
NC: "NC";
|
|
15233
|
+
NZ: "NZ";
|
|
15234
|
+
NI: "NI";
|
|
15235
|
+
NE: "NE";
|
|
15236
|
+
NG: "NG";
|
|
15237
|
+
NU: "NU";
|
|
15238
|
+
NF: "NF";
|
|
15239
|
+
MP: "MP";
|
|
15240
|
+
NO: "NO";
|
|
15241
|
+
OM: "OM";
|
|
15242
|
+
PK: "PK";
|
|
15243
|
+
PW: "PW";
|
|
15244
|
+
PS: "PS";
|
|
15245
|
+
PA: "PA";
|
|
15246
|
+
PG: "PG";
|
|
15247
|
+
PY: "PY";
|
|
15248
|
+
PE: "PE";
|
|
15249
|
+
PH: "PH";
|
|
15250
|
+
PN: "PN";
|
|
15251
|
+
PL: "PL";
|
|
15252
|
+
PT: "PT";
|
|
15253
|
+
PR: "PR";
|
|
15254
|
+
QA: "QA";
|
|
15255
|
+
RE: "RE";
|
|
15256
|
+
RO: "RO";
|
|
15257
|
+
RU: "RU";
|
|
15258
|
+
RW: "RW";
|
|
15259
|
+
BL: "BL";
|
|
15260
|
+
SH: "SH";
|
|
15261
|
+
KN: "KN";
|
|
15262
|
+
LC: "LC";
|
|
15263
|
+
MF: "MF";
|
|
15264
|
+
PM: "PM";
|
|
15265
|
+
VC: "VC";
|
|
15266
|
+
WS: "WS";
|
|
15267
|
+
SM: "SM";
|
|
15268
|
+
ST: "ST";
|
|
15269
|
+
SA: "SA";
|
|
15270
|
+
SN: "SN";
|
|
15271
|
+
SS: "SS";
|
|
15272
|
+
RS: "RS";
|
|
15273
|
+
SC: "SC";
|
|
15274
|
+
SL: "SL";
|
|
15275
|
+
SG: "SG";
|
|
15276
|
+
SK: "SK";
|
|
15277
|
+
SI: "SI";
|
|
15278
|
+
SB: "SB";
|
|
15279
|
+
SO: "SO";
|
|
15280
|
+
ZA: "ZA";
|
|
15281
|
+
GS: "GS";
|
|
15282
|
+
ES: "ES";
|
|
15283
|
+
LK: "LK";
|
|
15284
|
+
SD: "SD";
|
|
15285
|
+
SR: "SR";
|
|
15286
|
+
SJ: "SJ";
|
|
15287
|
+
SZ: "SZ";
|
|
15288
|
+
SE: "SE";
|
|
15289
|
+
CH: "CH";
|
|
15290
|
+
SY: "SY";
|
|
15291
|
+
TW: "TW";
|
|
15292
|
+
TJ: "TJ";
|
|
15293
|
+
TZ: "TZ";
|
|
15294
|
+
TH: "TH";
|
|
15295
|
+
TL: "TL";
|
|
15296
|
+
TG: "TG";
|
|
15297
|
+
TK: "TK";
|
|
15298
|
+
TO: "TO";
|
|
15299
|
+
TT: "TT";
|
|
15300
|
+
TN: "TN";
|
|
15301
|
+
TR: "TR";
|
|
15302
|
+
TM: "TM";
|
|
15303
|
+
TC: "TC";
|
|
15304
|
+
TV: "TV";
|
|
15305
|
+
UG: "UG";
|
|
15306
|
+
UA: "UA";
|
|
15307
|
+
AE: "AE";
|
|
15308
|
+
GB: "GB";
|
|
15309
|
+
US: "US";
|
|
15310
|
+
UM: "UM";
|
|
15311
|
+
UY: "UY";
|
|
15312
|
+
UZ: "UZ";
|
|
15313
|
+
VU: "VU";
|
|
15314
|
+
VE: "VE";
|
|
15315
|
+
VN: "VN";
|
|
15316
|
+
VG: "VG";
|
|
15317
|
+
VI: "VI";
|
|
15318
|
+
WF: "WF";
|
|
15319
|
+
EH: "EH";
|
|
15320
|
+
YE: "YE";
|
|
15321
|
+
ZM: "ZM";
|
|
15322
|
+
ZW: "ZW";
|
|
15323
|
+
BQ: "BQ";
|
|
15324
|
+
KP: "KP";
|
|
15325
|
+
SX: "SX";
|
|
15326
|
+
XK: "XK";
|
|
15327
|
+
AC: "AC";
|
|
15328
|
+
}>>;
|
|
15329
|
+
latitude: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15330
|
+
longitude: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15331
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15332
|
+
location: "location";
|
|
15333
|
+
}>>;
|
|
15334
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15335
|
+
value: z.ZodNumber;
|
|
15336
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15337
|
+
number: "number";
|
|
15338
|
+
}>>;
|
|
15339
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15340
|
+
first_name: z.ZodString;
|
|
15341
|
+
last_name: z.ZodString;
|
|
15342
|
+
full_name: z.ZodString;
|
|
15343
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15344
|
+
"personal-name": "personal-name";
|
|
15345
|
+
}>>;
|
|
15346
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15347
|
+
original_phone_number: z.ZodString;
|
|
15348
|
+
country_code: z.ZodNullable<z.ZodEnum<{
|
|
15349
|
+
AF: "AF";
|
|
15350
|
+
AX: "AX";
|
|
15351
|
+
AL: "AL";
|
|
15352
|
+
DZ: "DZ";
|
|
15353
|
+
AS: "AS";
|
|
15354
|
+
AD: "AD";
|
|
15355
|
+
AO: "AO";
|
|
15356
|
+
AI: "AI";
|
|
15357
|
+
AQ: "AQ";
|
|
15358
|
+
AG: "AG";
|
|
15359
|
+
AR: "AR";
|
|
15360
|
+
AM: "AM";
|
|
15361
|
+
AW: "AW";
|
|
15362
|
+
AU: "AU";
|
|
15363
|
+
AT: "AT";
|
|
15364
|
+
AZ: "AZ";
|
|
15365
|
+
BS: "BS";
|
|
15366
|
+
BH: "BH";
|
|
15367
|
+
BD: "BD";
|
|
15368
|
+
BB: "BB";
|
|
15369
|
+
BY: "BY";
|
|
15370
|
+
BE: "BE";
|
|
15371
|
+
BZ: "BZ";
|
|
15372
|
+
BJ: "BJ";
|
|
15373
|
+
BM: "BM";
|
|
15374
|
+
BT: "BT";
|
|
15375
|
+
BO: "BO";
|
|
15376
|
+
BA: "BA";
|
|
15377
|
+
BW: "BW";
|
|
15378
|
+
BV: "BV";
|
|
15379
|
+
BR: "BR";
|
|
15380
|
+
IO: "IO";
|
|
15381
|
+
BN: "BN";
|
|
15382
|
+
BG: "BG";
|
|
15383
|
+
BF: "BF";
|
|
15384
|
+
BI: "BI";
|
|
15385
|
+
KH: "KH";
|
|
15386
|
+
CM: "CM";
|
|
15387
|
+
CA: "CA";
|
|
15388
|
+
CV: "CV";
|
|
15389
|
+
KY: "KY";
|
|
15390
|
+
CF: "CF";
|
|
15391
|
+
TD: "TD";
|
|
15392
|
+
CL: "CL";
|
|
15393
|
+
CN: "CN";
|
|
15394
|
+
CX: "CX";
|
|
15395
|
+
CC: "CC";
|
|
15396
|
+
CO: "CO";
|
|
15397
|
+
KM: "KM";
|
|
15398
|
+
CG: "CG";
|
|
15399
|
+
CD: "CD";
|
|
15400
|
+
CK: "CK";
|
|
15401
|
+
CR: "CR";
|
|
15402
|
+
CI: "CI";
|
|
15403
|
+
HR: "HR";
|
|
15404
|
+
CU: "CU";
|
|
15405
|
+
CW: "CW";
|
|
15406
|
+
CY: "CY";
|
|
15407
|
+
CZ: "CZ";
|
|
15408
|
+
DK: "DK";
|
|
15409
|
+
DJ: "DJ";
|
|
15410
|
+
DM: "DM";
|
|
15411
|
+
DO: "DO";
|
|
15412
|
+
EC: "EC";
|
|
15413
|
+
EG: "EG";
|
|
15414
|
+
SV: "SV";
|
|
15415
|
+
GQ: "GQ";
|
|
15416
|
+
ER: "ER";
|
|
15417
|
+
EE: "EE";
|
|
15418
|
+
ET: "ET";
|
|
15419
|
+
FK: "FK";
|
|
15420
|
+
FO: "FO";
|
|
15421
|
+
FJ: "FJ";
|
|
15422
|
+
FI: "FI";
|
|
15423
|
+
FR: "FR";
|
|
15424
|
+
GF: "GF";
|
|
15425
|
+
PF: "PF";
|
|
15426
|
+
TF: "TF";
|
|
15427
|
+
GA: "GA";
|
|
15428
|
+
GM: "GM";
|
|
15429
|
+
GE: "GE";
|
|
15430
|
+
DE: "DE";
|
|
15431
|
+
GH: "GH";
|
|
15432
|
+
GI: "GI";
|
|
15433
|
+
GR: "GR";
|
|
15434
|
+
GL: "GL";
|
|
15435
|
+
GD: "GD";
|
|
15436
|
+
GP: "GP";
|
|
15437
|
+
GU: "GU";
|
|
15438
|
+
GT: "GT";
|
|
15439
|
+
GG: "GG";
|
|
15440
|
+
GN: "GN";
|
|
15441
|
+
GW: "GW";
|
|
15442
|
+
GY: "GY";
|
|
15443
|
+
HT: "HT";
|
|
15444
|
+
HM: "HM";
|
|
15445
|
+
VA: "VA";
|
|
15446
|
+
HN: "HN";
|
|
15447
|
+
HK: "HK";
|
|
15448
|
+
HU: "HU";
|
|
15449
|
+
IS: "IS";
|
|
15450
|
+
IN: "IN";
|
|
15451
|
+
ID: "ID";
|
|
15452
|
+
IR: "IR";
|
|
15453
|
+
IQ: "IQ";
|
|
15454
|
+
IE: "IE";
|
|
15455
|
+
IM: "IM";
|
|
15456
|
+
IL: "IL";
|
|
15457
|
+
IT: "IT";
|
|
15458
|
+
JM: "JM";
|
|
15459
|
+
JP: "JP";
|
|
15460
|
+
JE: "JE";
|
|
15461
|
+
JO: "JO";
|
|
15462
|
+
KZ: "KZ";
|
|
15463
|
+
KE: "KE";
|
|
15464
|
+
KI: "KI";
|
|
15465
|
+
KR: "KR";
|
|
15466
|
+
KW: "KW";
|
|
15467
|
+
KG: "KG";
|
|
15468
|
+
LA: "LA";
|
|
15469
|
+
LV: "LV";
|
|
15470
|
+
LB: "LB";
|
|
15471
|
+
LS: "LS";
|
|
15472
|
+
LR: "LR";
|
|
15473
|
+
LY: "LY";
|
|
15474
|
+
LI: "LI";
|
|
15475
|
+
LT: "LT";
|
|
15476
|
+
LU: "LU";
|
|
15477
|
+
MO: "MO";
|
|
15478
|
+
MK: "MK";
|
|
15479
|
+
MG: "MG";
|
|
15480
|
+
MW: "MW";
|
|
15481
|
+
MY: "MY";
|
|
15482
|
+
MV: "MV";
|
|
15483
|
+
ML: "ML";
|
|
15484
|
+
MT: "MT";
|
|
15485
|
+
MH: "MH";
|
|
15486
|
+
MQ: "MQ";
|
|
15487
|
+
MR: "MR";
|
|
15488
|
+
MU: "MU";
|
|
15489
|
+
YT: "YT";
|
|
15490
|
+
MX: "MX";
|
|
15491
|
+
FM: "FM";
|
|
15492
|
+
MD: "MD";
|
|
15493
|
+
MC: "MC";
|
|
15494
|
+
MN: "MN";
|
|
15495
|
+
ME: "ME";
|
|
15496
|
+
MS: "MS";
|
|
15497
|
+
MA: "MA";
|
|
15498
|
+
MZ: "MZ";
|
|
15499
|
+
MM: "MM";
|
|
15500
|
+
NA: "NA";
|
|
15501
|
+
NR: "NR";
|
|
15502
|
+
NP: "NP";
|
|
15503
|
+
NL: "NL";
|
|
15504
|
+
AN: "AN";
|
|
15505
|
+
NC: "NC";
|
|
15506
|
+
NZ: "NZ";
|
|
15507
|
+
NI: "NI";
|
|
15508
|
+
NE: "NE";
|
|
15509
|
+
NG: "NG";
|
|
15510
|
+
NU: "NU";
|
|
15511
|
+
NF: "NF";
|
|
15512
|
+
MP: "MP";
|
|
15513
|
+
NO: "NO";
|
|
15514
|
+
OM: "OM";
|
|
15515
|
+
PK: "PK";
|
|
15516
|
+
PW: "PW";
|
|
15517
|
+
PS: "PS";
|
|
15518
|
+
PA: "PA";
|
|
15519
|
+
PG: "PG";
|
|
15520
|
+
PY: "PY";
|
|
15521
|
+
PE: "PE";
|
|
15522
|
+
PH: "PH";
|
|
15523
|
+
PN: "PN";
|
|
15524
|
+
PL: "PL";
|
|
15525
|
+
PT: "PT";
|
|
15526
|
+
PR: "PR";
|
|
15527
|
+
QA: "QA";
|
|
15528
|
+
RE: "RE";
|
|
15529
|
+
RO: "RO";
|
|
15530
|
+
RU: "RU";
|
|
15531
|
+
RW: "RW";
|
|
15532
|
+
BL: "BL";
|
|
15533
|
+
SH: "SH";
|
|
15534
|
+
KN: "KN";
|
|
15535
|
+
LC: "LC";
|
|
15536
|
+
MF: "MF";
|
|
15537
|
+
PM: "PM";
|
|
15538
|
+
VC: "VC";
|
|
15539
|
+
WS: "WS";
|
|
15540
|
+
SM: "SM";
|
|
15541
|
+
ST: "ST";
|
|
15542
|
+
SA: "SA";
|
|
15543
|
+
SN: "SN";
|
|
15544
|
+
SS: "SS";
|
|
15545
|
+
RS: "RS";
|
|
15546
|
+
SC: "SC";
|
|
15547
|
+
SL: "SL";
|
|
15548
|
+
SG: "SG";
|
|
15549
|
+
SK: "SK";
|
|
15550
|
+
SI: "SI";
|
|
15551
|
+
SB: "SB";
|
|
15552
|
+
SO: "SO";
|
|
15553
|
+
ZA: "ZA";
|
|
15554
|
+
GS: "GS";
|
|
15555
|
+
ES: "ES";
|
|
15556
|
+
LK: "LK";
|
|
15557
|
+
SD: "SD";
|
|
15558
|
+
SR: "SR";
|
|
15559
|
+
SJ: "SJ";
|
|
15560
|
+
SZ: "SZ";
|
|
15561
|
+
SE: "SE";
|
|
15562
|
+
CH: "CH";
|
|
15563
|
+
SY: "SY";
|
|
15564
|
+
TW: "TW";
|
|
15565
|
+
TJ: "TJ";
|
|
15566
|
+
TZ: "TZ";
|
|
15567
|
+
TH: "TH";
|
|
15568
|
+
TL: "TL";
|
|
15569
|
+
TG: "TG";
|
|
15570
|
+
TK: "TK";
|
|
15571
|
+
TO: "TO";
|
|
15572
|
+
TT: "TT";
|
|
15573
|
+
TN: "TN";
|
|
15574
|
+
TR: "TR";
|
|
15575
|
+
TM: "TM";
|
|
15576
|
+
TC: "TC";
|
|
15577
|
+
TV: "TV";
|
|
15578
|
+
UG: "UG";
|
|
15579
|
+
UA: "UA";
|
|
15580
|
+
AE: "AE";
|
|
15581
|
+
GB: "GB";
|
|
15582
|
+
US: "US";
|
|
15583
|
+
UM: "UM";
|
|
15584
|
+
UY: "UY";
|
|
15585
|
+
UZ: "UZ";
|
|
15586
|
+
VU: "VU";
|
|
15587
|
+
VE: "VE";
|
|
15588
|
+
VN: "VN";
|
|
15589
|
+
VG: "VG";
|
|
15590
|
+
VI: "VI";
|
|
15591
|
+
WF: "WF";
|
|
15592
|
+
EH: "EH";
|
|
15593
|
+
YE: "YE";
|
|
15594
|
+
ZM: "ZM";
|
|
15595
|
+
ZW: "ZW";
|
|
15596
|
+
BQ: "BQ";
|
|
15597
|
+
KP: "KP";
|
|
15598
|
+
SX: "SX";
|
|
15599
|
+
XK: "XK";
|
|
15600
|
+
AC: "AC";
|
|
15601
|
+
}>>;
|
|
15602
|
+
phone_number: z.ZodString;
|
|
15603
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15604
|
+
"phone-number": "phone-number";
|
|
15605
|
+
}>>;
|
|
15606
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15607
|
+
status: z.ZodUUID;
|
|
15608
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15609
|
+
status: "status";
|
|
15610
|
+
}>>;
|
|
15611
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15612
|
+
status: z.ZodObject<{
|
|
15613
|
+
id: z.ZodObject<{
|
|
15614
|
+
workspace_id: z.ZodUUID;
|
|
15615
|
+
object_id: z.ZodUUID;
|
|
15616
|
+
attribute_id: z.ZodUUID;
|
|
15617
|
+
status_id: z.ZodUUID;
|
|
15618
|
+
}, z.core.$strip>;
|
|
15619
|
+
title: z.ZodString;
|
|
15620
|
+
is_archived: z.ZodBoolean;
|
|
15621
|
+
celebration_enabled: z.ZodBoolean;
|
|
15622
|
+
target_time_in_status: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15623
|
+
}, z.core.$strip>;
|
|
15624
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15625
|
+
status: "status";
|
|
15626
|
+
}>>;
|
|
15627
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15628
|
+
value: z.ZodNumber;
|
|
15629
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15630
|
+
rating: "rating";
|
|
15631
|
+
}>>;
|
|
15632
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15633
|
+
option: z.ZodUUID;
|
|
15634
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15635
|
+
select: "select";
|
|
15636
|
+
}>>;
|
|
15637
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15638
|
+
option: z.ZodObject<{
|
|
15639
|
+
id: z.ZodObject<{
|
|
15640
|
+
workspace_id: z.ZodUUID;
|
|
15641
|
+
object_id: z.ZodUUID;
|
|
15642
|
+
attribute_id: z.ZodUUID;
|
|
15643
|
+
option_id: z.ZodUUID;
|
|
15644
|
+
}, z.core.$strip>;
|
|
15645
|
+
title: z.ZodString;
|
|
15646
|
+
is_archived: z.ZodBoolean;
|
|
15647
|
+
}, z.core.$strip>;
|
|
15648
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15649
|
+
select: "select";
|
|
15650
|
+
}>>;
|
|
15651
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15652
|
+
value: z.ZodString;
|
|
15653
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15654
|
+
text: "text";
|
|
15655
|
+
}>>;
|
|
15656
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15657
|
+
attribute_type: z.ZodNullable<z.ZodEnum<{
|
|
15658
|
+
timestamp: "timestamp";
|
|
15659
|
+
}>>;
|
|
15660
|
+
value: z.ZodISODateTime;
|
|
15661
|
+
}, z.core.$strip>]>>;
|
|
15662
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
15663
|
+
relationship: z.ZodUnion<readonly [z.ZodObject<{
|
|
15664
|
+
id: z.ZodObject<{
|
|
15665
|
+
workspace_id: z.ZodUUID;
|
|
15666
|
+
object_id: z.ZodUUID;
|
|
15667
|
+
attribute_id: z.ZodUUID;
|
|
15668
|
+
}, z.core.$strip>;
|
|
15669
|
+
object_slug: z.ZodString;
|
|
15670
|
+
title: z.ZodString;
|
|
15671
|
+
api_slug: z.ZodString;
|
|
15672
|
+
is_multiselect: z.ZodBoolean;
|
|
15673
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
15674
|
+
created_at: z.ZodString;
|
|
15675
|
+
config: z.ZodObject<{
|
|
15676
|
+
currency: z.ZodObject<{
|
|
15677
|
+
default_currency_code: z.ZodNullable<z.ZodEnum<{
|
|
15678
|
+
ARS: "ARS";
|
|
15679
|
+
AUD: "AUD";
|
|
15680
|
+
BRL: "BRL";
|
|
15681
|
+
BGN: "BGN";
|
|
15682
|
+
CAD: "CAD";
|
|
15683
|
+
CLP: "CLP";
|
|
15684
|
+
CNY: "CNY";
|
|
15685
|
+
COP: "COP";
|
|
15686
|
+
CZK: "CZK";
|
|
15687
|
+
DKK: "DKK";
|
|
15688
|
+
EUR: "EUR";
|
|
15689
|
+
HKD: "HKD";
|
|
15690
|
+
HUF: "HUF";
|
|
15691
|
+
ISK: "ISK";
|
|
15692
|
+
INR: "INR";
|
|
15693
|
+
ILS: "ILS";
|
|
15694
|
+
JPY: "JPY";
|
|
15695
|
+
KES: "KES";
|
|
15696
|
+
KRW: "KRW";
|
|
15697
|
+
MYR: "MYR";
|
|
15698
|
+
MXN: "MXN";
|
|
15699
|
+
NTD: "NTD";
|
|
15700
|
+
NZD: "NZD";
|
|
15701
|
+
NGN: "NGN";
|
|
15702
|
+
NOK: "NOK";
|
|
15703
|
+
XPF: "XPF";
|
|
15704
|
+
PEN: "PEN";
|
|
15705
|
+
PHP: "PHP";
|
|
15706
|
+
PLN: "PLN";
|
|
15707
|
+
GBP: "GBP";
|
|
15708
|
+
RWF: "RWF";
|
|
15709
|
+
SAR: "SAR";
|
|
15710
|
+
SGD: "SGD";
|
|
15711
|
+
ZAR: "ZAR";
|
|
15712
|
+
SEK: "SEK";
|
|
15713
|
+
CHF: "CHF";
|
|
15714
|
+
THB: "THB";
|
|
15715
|
+
AED: "AED";
|
|
15716
|
+
UYU: "UYU";
|
|
15717
|
+
USD: "USD";
|
|
15718
|
+
}>>;
|
|
15719
|
+
display_type: z.ZodNullable<z.ZodEnum<{
|
|
15720
|
+
symbol: "symbol";
|
|
15721
|
+
name: "name";
|
|
15722
|
+
code: "code";
|
|
15723
|
+
narrowSymbol: "narrowSymbol";
|
|
15724
|
+
}>>;
|
|
15725
|
+
}, z.core.$strip>;
|
|
15726
|
+
record_reference: z.ZodObject<{
|
|
15727
|
+
allowed_object_ids: z.ZodUnion<readonly [z.ZodArray<z.ZodUUID>, z.ZodNull]>;
|
|
15728
|
+
}, z.core.$strip>;
|
|
15729
|
+
}, z.core.$strip>;
|
|
15730
|
+
}, z.core.$strip>;
|
|
15731
|
+
declare const zTask: z.ZodObject<{
|
|
15732
|
+
id: z.ZodObject<{
|
|
15733
|
+
workspace_id: z.ZodUUID;
|
|
15734
|
+
task_id: z.ZodUUID;
|
|
15735
|
+
}, z.core.$strip>;
|
|
15736
|
+
content_plaintext: z.ZodString;
|
|
15737
|
+
deadline_at: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15738
|
+
is_completed: z.ZodBoolean;
|
|
15739
|
+
linked_records: z.ZodArray<z.ZodObject<{
|
|
15740
|
+
target_object_id: z.ZodString;
|
|
15741
|
+
target_record_id: z.ZodUUID;
|
|
15742
|
+
}, z.core.$strip>>;
|
|
15743
|
+
assignees: z.ZodArray<z.ZodObject<{
|
|
15744
|
+
referenced_actor_type: z.ZodNullable<z.ZodEnum<{
|
|
15745
|
+
"api-token": "api-token";
|
|
15746
|
+
"workspace-member": "workspace-member";
|
|
15747
|
+
system: "system";
|
|
15748
|
+
app: "app";
|
|
15749
|
+
}>>;
|
|
15750
|
+
referenced_actor_id: z.ZodUUID;
|
|
15751
|
+
}, z.core.$strip>>;
|
|
15752
|
+
created_by_actor: z.ZodObject<{
|
|
15753
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15754
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodEnum<{
|
|
15755
|
+
"api-token": "api-token";
|
|
15756
|
+
"workspace-member": "workspace-member";
|
|
15757
|
+
system: "system";
|
|
15758
|
+
app: "app";
|
|
15759
|
+
}>>>>;
|
|
15760
|
+
}, z.core.$strip>;
|
|
15761
|
+
created_at: z.ZodString;
|
|
15762
|
+
}, z.core.$strip>;
|
|
15763
|
+
//#endregion
|
|
14909
15764
|
//#region src/attio/metadata.d.ts
|
|
15765
|
+
type ZodAttribute = z.output<typeof zAttribute>;
|
|
14910
15766
|
declare const buildKey: (target: AttributeTarget, identifier: AttributeIdentifier, attribute?: AttributeSlug) => string;
|
|
14911
15767
|
declare const extractTitles: (items: unknown[]) => string[];
|
|
14912
15768
|
type AttributeTarget = GetV2ByTargetByIdentifierAttributesData["path"]["target"];
|
|
@@ -14947,8 +15803,8 @@ declare const listAttributeMetadata: <T, TData extends AttributeMetadataData>({
|
|
|
14947
15803
|
fetcher,
|
|
14948
15804
|
itemSchema
|
|
14949
15805
|
}: AttributeMetadataRequestParams<T, TData>) => Promise<T[]>;
|
|
14950
|
-
declare const listAttributes: (input: AttributeListInput) => Promise<
|
|
14951
|
-
declare const getAttribute: (input: AttributeInput) => Promise<
|
|
15806
|
+
declare const listAttributes: (input: AttributeListInput) => Promise<ZodAttribute[]>;
|
|
15807
|
+
declare const getAttribute: (input: AttributeInput) => Promise<ZodAttribute>;
|
|
14952
15808
|
declare const getAttributeOptions: (input: AttributeMetadataInput<GetV2ByTargetByIdentifierAttributesByAttributeOptionsData>) => Promise<SelectOption[]>;
|
|
14953
15809
|
declare const getAttributeStatuses: (input: AttributeMetadataInput<GetV2ByTargetByIdentifierAttributesByAttributeStatusesData>) => Promise<Status[]>;
|
|
14954
15810
|
//#endregion
|
|
@@ -15203,7 +16059,7 @@ interface SchemaInput extends AttioClientInput {
|
|
|
15203
16059
|
options?: Omit<Options<GetV2ByTargetByIdentifierAttributesData>, "client" | "path">;
|
|
15204
16060
|
}
|
|
15205
16061
|
interface AttributeAccessor {
|
|
15206
|
-
attribute:
|
|
16062
|
+
attribute: ZodAttribute;
|
|
15207
16063
|
getValue: (record: AttioRecordLike) => unknown[] | undefined;
|
|
15208
16064
|
getFirstValue: (record: AttioRecordLike) => unknown | undefined;
|
|
15209
16065
|
getValueAs: <T>(record: AttioRecordLike, options: ValueLookupOptions<T> & {
|
|
@@ -15216,10 +16072,10 @@ interface AttributeAccessor {
|
|
|
15216
16072
|
interface AttioSchema {
|
|
15217
16073
|
target: SchemaTarget;
|
|
15218
16074
|
identifier: SchemaIdentifier;
|
|
15219
|
-
attributes:
|
|
16075
|
+
attributes: ZodAttribute[];
|
|
15220
16076
|
attributeSlugs: string[];
|
|
15221
|
-
getAttribute: (slug: string) =>
|
|
15222
|
-
getAttributeOrThrow: (slug: string) =>
|
|
16077
|
+
getAttribute: (slug: string) => ZodAttribute | undefined;
|
|
16078
|
+
getAttributeOrThrow: (slug: string) => ZodAttribute;
|
|
15223
16079
|
getAccessor: (slug: string) => AttributeAccessor | undefined;
|
|
15224
16080
|
getAccessorOrThrow: (slug: string) => AttributeAccessor;
|
|
15225
16081
|
}
|
|
@@ -15274,40 +16130,6 @@ interface RecordSearchInput extends AttioClientInput {
|
|
|
15274
16130
|
}
|
|
15275
16131
|
declare const searchRecords: <T extends AttioRecordLike>(input: RecordSearchInput) => Promise<T[]>;
|
|
15276
16132
|
//#endregion
|
|
15277
|
-
//#region src/generated/zod.gen.d.ts
|
|
15278
|
-
declare const zTask: z.ZodObject<{
|
|
15279
|
-
id: z.ZodObject<{
|
|
15280
|
-
workspace_id: z.ZodUUID;
|
|
15281
|
-
task_id: z.ZodUUID;
|
|
15282
|
-
}, z.core.$strip>;
|
|
15283
|
-
content_plaintext: z.ZodString;
|
|
15284
|
-
deadline_at: z.ZodUnion<readonly [z.ZodString, z.ZodNull]>;
|
|
15285
|
-
is_completed: z.ZodBoolean;
|
|
15286
|
-
linked_records: z.ZodArray<z.ZodObject<{
|
|
15287
|
-
target_object_id: z.ZodString;
|
|
15288
|
-
target_record_id: z.ZodUUID;
|
|
15289
|
-
}, z.core.$strip>>;
|
|
15290
|
-
assignees: z.ZodArray<z.ZodObject<{
|
|
15291
|
-
referenced_actor_type: z.ZodEnum<{
|
|
15292
|
-
"api-token": "api-token";
|
|
15293
|
-
"workspace-member": "workspace-member";
|
|
15294
|
-
system: "system";
|
|
15295
|
-
app: "app";
|
|
15296
|
-
}>;
|
|
15297
|
-
referenced_actor_id: z.ZodUUID;
|
|
15298
|
-
}, z.core.$strip>>;
|
|
15299
|
-
created_by_actor: z.ZodObject<{
|
|
15300
|
-
id: z.ZodOptional<z.ZodString>;
|
|
15301
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
15302
|
-
"api-token": "api-token";
|
|
15303
|
-
"workspace-member": "workspace-member";
|
|
15304
|
-
system: "system";
|
|
15305
|
-
app: "app";
|
|
15306
|
-
}>>;
|
|
15307
|
-
}, z.core.$strip>;
|
|
15308
|
-
created_at: z.ZodString;
|
|
15309
|
-
}, z.core.$strip>;
|
|
15310
|
-
//#endregion
|
|
15311
16133
|
//#region src/attio/tasks.d.ts
|
|
15312
16134
|
type Task$1 = z.infer<typeof zTask>;
|
|
15313
16135
|
type TaskId = string & {
|
|
@@ -15344,5 +16166,5 @@ declare const getWorkspaceMember: (input: {
|
|
|
15344
16166
|
workspaceMemberId: string;
|
|
15345
16167
|
} & AttioClientInput) => Promise<unknown>;
|
|
15346
16168
|
//#endregion
|
|
15347
|
-
export { type AddListEntryInput, AttioApiError, AttioBatchError, type AttioCacheConfig, type AttioCacheConfigDisabled, type AttioCacheConfigEnabled, type AttioCacheManager, type AttioClient, type AttioClientConfig, type AttioClientHooks, type AttioClientInput, AttioConfigError, AttioEnvironmentError, AttioError, type AttioErrorContext, type AttioErrorDetails, type AttioErrorHookPayload, type AttioFilter, type AttioLogger, AttioNetworkError, type AttioRecordId, type AttioRecordLike, type AttioRequestHookPayload, AttioResponseError, type AttioResponseHookPayload, type AttioResult, AttioRetryError, type AttioSchema, type AttioSdk, type AttioValueSuggestion, Attribute, type AttributeAccessor, type AttributeInput, type AttributeListInput, type AttributeMetadataRequestParams, type BatchItem, type BatchItemRunParams, type BatchOptions, type BatchResult, type CacheAdapter, type CacheAdapterFactory, type CacheAdapterParams, ClientOptions, Comment, type CreateObjectInput, DEFAULT_BASE_URL, DEFAULT_METADATA_CACHE_MAX_ENTRIES, DEFAULT_METADATA_CACHE_TTL_MS, DEFAULT_RETRY_CONFIG, DeleteV2CommentsByCommentIdData, DeleteV2CommentsByCommentIdError, DeleteV2CommentsByCommentIdErrors, DeleteV2CommentsByCommentIdResponse, DeleteV2CommentsByCommentIdResponses, DeleteV2ListsByListEntriesByEntryIdData, DeleteV2ListsByListEntriesByEntryIdError, DeleteV2ListsByListEntriesByEntryIdErrors, DeleteV2ListsByListEntriesByEntryIdResponse, DeleteV2ListsByListEntriesByEntryIdResponses, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdData, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdError, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdErrors, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponse, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponses, DeleteV2NotesByNoteIdData, DeleteV2NotesByNoteIdError, DeleteV2NotesByNoteIdErrors, DeleteV2NotesByNoteIdResponse, DeleteV2NotesByNoteIdResponses, DeleteV2ObjectsByObjectRecordsByRecordIdData, DeleteV2ObjectsByObjectRecordsByRecordIdError, DeleteV2ObjectsByObjectRecordsByRecordIdErrors, DeleteV2ObjectsByObjectRecordsByRecordIdResponse, DeleteV2ObjectsByObjectRecordsByRecordIdResponses, DeleteV2TasksByTaskIdData, DeleteV2TasksByTaskIdError, DeleteV2TasksByTaskIdErrors, DeleteV2TasksByTaskIdResponse, DeleteV2TasksByTaskIdResponses, DeleteV2WebhooksByWebhookIdData, DeleteV2WebhooksByWebhookIdError, DeleteV2WebhooksByWebhookIdErrors, DeleteV2WebhooksByWebhookIdResponse, DeleteV2WebhooksByWebhookIdResponses, type EntryId, type EntryValues, type GetListInput, type GetObjectInput, GetV2ByTargetByIdentifierAttributesByAttributeData, GetV2ByTargetByIdentifierAttributesByAttributeError, GetV2ByTargetByIdentifierAttributesByAttributeErrors, GetV2ByTargetByIdentifierAttributesByAttributeOptionsData, GetV2ByTargetByIdentifierAttributesByAttributeOptionsError, GetV2ByTargetByIdentifierAttributesByAttributeOptionsErrors, GetV2ByTargetByIdentifierAttributesByAttributeOptionsResponse, GetV2ByTargetByIdentifierAttributesByAttributeOptionsResponses, GetV2ByTargetByIdentifierAttributesByAttributeResponse, GetV2ByTargetByIdentifierAttributesByAttributeResponses, GetV2ByTargetByIdentifierAttributesByAttributeStatusesData, GetV2ByTargetByIdentifierAttributesByAttributeStatusesError, GetV2ByTargetByIdentifierAttributesByAttributeStatusesErrors, GetV2ByTargetByIdentifierAttributesByAttributeStatusesResponse, GetV2ByTargetByIdentifierAttributesByAttributeStatusesResponses, GetV2ByTargetByIdentifierAttributesData, GetV2ByTargetByIdentifierAttributesResponse, GetV2ByTargetByIdentifierAttributesResponses, GetV2CommentsByCommentIdData, GetV2CommentsByCommentIdError, GetV2CommentsByCommentIdErrors, GetV2CommentsByCommentIdResponse, GetV2CommentsByCommentIdResponses, GetV2ListsByListData, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesData, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesError, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesErrors, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesResponse, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesResponses, GetV2ListsByListEntriesByEntryIdData, GetV2ListsByListEntriesByEntryIdError, GetV2ListsByListEntriesByEntryIdErrors, GetV2ListsByListEntriesByEntryIdResponse, GetV2ListsByListEntriesByEntryIdResponses, GetV2ListsByListError, GetV2ListsByListErrors, GetV2ListsByListResponse, GetV2ListsByListResponses, GetV2ListsData, GetV2ListsResponse, GetV2ListsResponses, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdData, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdError, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdErrors, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponse, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponses, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscriptData, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscriptResponse, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscriptResponses, GetV2MeetingsByMeetingIdCallRecordingsData, GetV2MeetingsByMeetingIdCallRecordingsResponse, GetV2MeetingsByMeetingIdCallRecordingsResponses, GetV2MeetingsByMeetingIdData, GetV2MeetingsByMeetingIdError, GetV2MeetingsByMeetingIdErrors, GetV2MeetingsByMeetingIdResponse, GetV2MeetingsByMeetingIdResponses, GetV2MeetingsData, GetV2MeetingsResponse, GetV2MeetingsResponses, GetV2NotesByNoteIdData, GetV2NotesByNoteIdError, GetV2NotesByNoteIdErrors, GetV2NotesByNoteIdResponse, GetV2NotesByNoteIdResponses, GetV2NotesData, GetV2NotesError, GetV2NotesErrors, GetV2NotesResponse, GetV2NotesResponses, GetV2ObjectsByObjectData, GetV2ObjectsByObjectError, GetV2ObjectsByObjectErrors, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesData, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesError, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesErrors, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesResponse, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesResponses, GetV2ObjectsByObjectRecordsByRecordIdData, GetV2ObjectsByObjectRecordsByRecordIdEntriesData, GetV2ObjectsByObjectRecordsByRecordIdEntriesResponse, GetV2ObjectsByObjectRecordsByRecordIdEntriesResponses, GetV2ObjectsByObjectRecordsByRecordIdError, GetV2ObjectsByObjectRecordsByRecordIdErrors, GetV2ObjectsByObjectRecordsByRecordIdResponse, GetV2ObjectsByObjectRecordsByRecordIdResponses, GetV2ObjectsByObjectResponse, GetV2ObjectsByObjectResponses, GetV2ObjectsData, GetV2ObjectsResponse, GetV2ObjectsResponses, GetV2SelfData, GetV2SelfResponse, GetV2SelfResponses, GetV2TasksByTaskIdData, GetV2TasksByTaskIdError, GetV2TasksByTaskIdErrors, GetV2TasksByTaskIdResponse, GetV2TasksByTaskIdResponses, GetV2TasksData, GetV2TasksResponse, GetV2TasksResponses, GetV2ThreadsByThreadIdData, GetV2ThreadsByThreadIdError, GetV2ThreadsByThreadIdErrors, GetV2ThreadsByThreadIdResponse, GetV2ThreadsByThreadIdResponses, GetV2ThreadsData, GetV2ThreadsResponse, GetV2ThreadsResponses, GetV2WebhooksByWebhookIdData, GetV2WebhooksByWebhookIdError, GetV2WebhooksByWebhookIdErrors, GetV2WebhooksByWebhookIdResponse, GetV2WebhooksByWebhookIdResponses, GetV2WebhooksData, GetV2WebhooksResponse, GetV2WebhooksResponses, GetV2WorkspaceMembersByWorkspaceMemberIdData, GetV2WorkspaceMembersByWorkspaceMemberIdError, GetV2WorkspaceMembersByWorkspaceMemberIdErrors, GetV2WorkspaceMembersByWorkspaceMemberIdResponse, GetV2WorkspaceMembersByWorkspaceMemberIdResponses, GetV2WorkspaceMembersData, GetV2WorkspaceMembersResponse, GetV2WorkspaceMembersResponses, InputValue, List, type ListEntryFilter, type ListId, type ListObjectsInput, type ListQueryInput, type LogContext, type LogValue, type MatchingAttribute, Meeting, type MetadataCacheConfig, type MetadataCacheConfigDisabled, type MetadataCacheConfigEnabled, type MetadataCacheManager, type MetadataCacheMaxEntries, type MetadataCacheScope, Note, NoteCreateInput, NoteDeleteInput, type NoteFormat, NoteGetInput, type NoteId, type NoteParentObjectId, type NoteParentRecordId, Object$1 as Object, type ObjectApiSlug, type ObjectNoun, type ObjectSlug, type OffsetPageResult, type OffsetPaginationOptions, Options, OutputValue, type PageResult, type PaginationOptions, type ParentObjectId, type ParentRecordId, PatchV2ByTargetByIdentifierAttributesByAttributeData, PatchV2ByTargetByIdentifierAttributesByAttributeError, PatchV2ByTargetByIdentifierAttributesByAttributeErrors, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionData, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionError, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionErrors, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionResponse, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionResponses, PatchV2ByTargetByIdentifierAttributesByAttributeResponse, PatchV2ByTargetByIdentifierAttributesByAttributeResponses, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusData, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusError, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusErrors, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusResponse, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusResponses, PatchV2ListsByListData, PatchV2ListsByListEntriesByEntryIdData, PatchV2ListsByListEntriesByEntryIdError, PatchV2ListsByListEntriesByEntryIdErrors, PatchV2ListsByListEntriesByEntryIdResponse, PatchV2ListsByListEntriesByEntryIdResponses, PatchV2ListsByListError, PatchV2ListsByListErrors, PatchV2ListsByListResponse, PatchV2ListsByListResponses, PatchV2ObjectsByObjectData, PatchV2ObjectsByObjectError, PatchV2ObjectsByObjectErrors, PatchV2ObjectsByObjectRecordsByRecordIdData, PatchV2ObjectsByObjectRecordsByRecordIdError, PatchV2ObjectsByObjectRecordsByRecordIdErrors, PatchV2ObjectsByObjectRecordsByRecordIdResponse, PatchV2ObjectsByObjectRecordsByRecordIdResponses, PatchV2ObjectsByObjectResponse, PatchV2ObjectsByObjectResponses, PatchV2TasksByTaskIdData, PatchV2TasksByTaskIdError, PatchV2TasksByTaskIdErrors, PatchV2TasksByTaskIdResponse, PatchV2TasksByTaskIdResponses, PatchV2WebhooksByWebhookIdData, PatchV2WebhooksByWebhookIdError, PatchV2WebhooksByWebhookIdErrors, PatchV2WebhooksByWebhookIdResponse, PatchV2WebhooksByWebhookIdResponses, PostV2ByTargetByIdentifierAttributesByAttributeOptionsData, PostV2ByTargetByIdentifierAttributesByAttributeOptionsError, PostV2ByTargetByIdentifierAttributesByAttributeOptionsErrors, PostV2ByTargetByIdentifierAttributesByAttributeOptionsResponse, PostV2ByTargetByIdentifierAttributesByAttributeOptionsResponses, PostV2ByTargetByIdentifierAttributesByAttributeStatusesData, PostV2ByTargetByIdentifierAttributesByAttributeStatusesError, PostV2ByTargetByIdentifierAttributesByAttributeStatusesErrors, PostV2ByTargetByIdentifierAttributesByAttributeStatusesResponse, PostV2ByTargetByIdentifierAttributesByAttributeStatusesResponses, PostV2ByTargetByIdentifierAttributesData, PostV2ByTargetByIdentifierAttributesError, PostV2ByTargetByIdentifierAttributesErrors, PostV2ByTargetByIdentifierAttributesResponse, PostV2ByTargetByIdentifierAttributesResponses, PostV2CommentsData, PostV2CommentsError, PostV2CommentsErrors, PostV2CommentsResponse, PostV2CommentsResponses, PostV2ListsByListEntriesData, PostV2ListsByListEntriesError, PostV2ListsByListEntriesErrors, PostV2ListsByListEntriesQueryData, PostV2ListsByListEntriesQueryError, PostV2ListsByListEntriesQueryErrors, PostV2ListsByListEntriesQueryResponse, PostV2ListsByListEntriesQueryResponses, PostV2ListsByListEntriesResponse, PostV2ListsByListEntriesResponses, PostV2ListsData, PostV2ListsError, PostV2ListsErrors, PostV2ListsResponse, PostV2ListsResponses, PostV2MeetingsByMeetingIdCallRecordingsData, PostV2MeetingsByMeetingIdCallRecordingsError, PostV2MeetingsByMeetingIdCallRecordingsErrors, PostV2MeetingsByMeetingIdCallRecordingsResponse, PostV2MeetingsByMeetingIdCallRecordingsResponses, PostV2MeetingsData, PostV2MeetingsError, PostV2MeetingsErrors, PostV2MeetingsResponse, PostV2MeetingsResponses, PostV2NotesData, PostV2NotesError, PostV2NotesErrors, PostV2NotesResponse, PostV2NotesResponses, PostV2ObjectsByObjectRecordsData, PostV2ObjectsByObjectRecordsError, PostV2ObjectsByObjectRecordsErrors, PostV2ObjectsByObjectRecordsQueryData, PostV2ObjectsByObjectRecordsQueryError, PostV2ObjectsByObjectRecordsQueryErrors, PostV2ObjectsByObjectRecordsQueryResponse, PostV2ObjectsByObjectRecordsQueryResponses, PostV2ObjectsByObjectRecordsResponse, PostV2ObjectsByObjectRecordsResponses, PostV2ObjectsData, PostV2ObjectsError, PostV2ObjectsErrors, PostV2ObjectsRecordsSearchData, PostV2ObjectsRecordsSearchError, PostV2ObjectsRecordsSearchErrors, PostV2ObjectsRecordsSearchResponse, PostV2ObjectsRecordsSearchResponses, PostV2ObjectsResponse, PostV2ObjectsResponses, PostV2TasksData, PostV2TasksError, PostV2TasksErrors, PostV2TasksResponse, PostV2TasksResponses, PostV2WebhooksData, PostV2WebhooksError, PostV2WebhooksErrors, PostV2WebhooksResponse, PostV2WebhooksResponses, PutV2ListsByListEntriesByEntryIdData, PutV2ListsByListEntriesByEntryIdError, PutV2ListsByListEntriesByEntryIdErrors, PutV2ListsByListEntriesByEntryIdResponse, PutV2ListsByListEntriesByEntryIdResponses, PutV2ListsByListEntriesData, PutV2ListsByListEntriesError, PutV2ListsByListEntriesErrors, PutV2ListsByListEntriesResponse, PutV2ListsByListEntriesResponses, PutV2ObjectsByObjectRecordsByRecordIdData, PutV2ObjectsByObjectRecordsByRecordIdError, PutV2ObjectsByObjectRecordsByRecordIdErrors, PutV2ObjectsByObjectRecordsByRecordIdResponse, PutV2ObjectsByObjectRecordsByRecordIdResponses, PutV2ObjectsByObjectRecordsData, PutV2ObjectsByObjectRecordsError, PutV2ObjectsByObjectRecordsErrors, PutV2ObjectsByObjectRecordsResponse, PutV2ObjectsByObjectRecordsResponses, type RecordCreateInput, type RecordDeleteInput, type RecordFilter, type RecordGetInput, type RecordId, type RecordObjectId, type RecordQueryInput, RecordSearchInput, type RecordSorts, type RecordUpdateInput, type RecordUpsertInput, type RecordValues, type RemoveListEntryInput, type ResultOptions, type RetryConfig, type SchemaInput, type SdkInput, SelectOption, Status, Task, type TaskCreateData, TaskCreateInput, TaskDeleteInput, TaskGetInput, type TaskId, type TaskUpdateData, TaskUpdateInput, Thread, TtlCache, type TtlCacheEntry, type TtlCacheOptions, type UnwrapItemsOptions, type UnwrapOptions, type UpdateListEntryInput, type UpdateObjectInput, type ValueCurrencyInput, type ValueFactory, type ValueInput, type ValueLookupOptions, WorkspaceMember, addListEntry, assertOk, buildAttributeMetadataPath, buildKey, calculateRetryDelay, callWithRetry, clearClientCache, clearMetadataCacheRegistry, createAttioCacheManager, createAttioClient, createAttioSdk, createNote, createObject, createOffsetPageResultSchema, createPageResultSchema, createRecord, createSchema, createSchemaError, createTask, createTtlCache, createTtlCacheAdapter, deleteNote, deleteRecord, deleteTask, deleteV2CommentsByCommentId, deleteV2ListsByListEntriesByEntryId, deleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingId, deleteV2NotesByNoteId, deleteV2ObjectsByObjectRecordsByRecordId, deleteV2TasksByTaskId, deleteV2WebhooksByWebhookId, enhanceAttioError, extractRecordId, extractTitles, filters, getAttioClient, getAttribute, getAttributeOptions, getAttributeStatuses, getCachedClient, getEnvValue, getFirstValue, getKnownFieldValues, getList, getNote, getObject, getRecord, getTask, getV2ByTargetByIdentifierAttributes, getV2ByTargetByIdentifierAttributesByAttribute, getV2ByTargetByIdentifierAttributesByAttributeOptions, getV2ByTargetByIdentifierAttributesByAttributeStatuses, getV2CommentsByCommentId, getV2Lists, getV2ListsByList, getV2ListsByListEntriesByEntryId, getV2ListsByListEntriesByEntryIdAttributesByAttributeValues, getV2Meetings, getV2MeetingsByMeetingId, getV2MeetingsByMeetingIdCallRecordings, getV2MeetingsByMeetingIdCallRecordingsByCallRecordingId, getV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscript, getV2Notes, getV2NotesByNoteId, getV2Objects, getV2ObjectsByObject, getV2ObjectsByObjectRecordsByRecordId, getV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValues, getV2ObjectsByObjectRecordsByRecordIdEntries, getV2Self, getV2Tasks, getV2TasksByTaskId, getV2Threads, getV2ThreadsByThreadId, getV2Webhooks, getV2WebhooksByWebhookId, getV2WorkspaceMembers, getV2WorkspaceMembersByWorkspaceMemberId, getValue, getWorkspaceMember, hashToken, isRetryableError, isRetryableStatus, listAttributeMetadata, listAttributes, listLists, listNotes, listObjects, listTasks, listWorkspaceMembers, normalizeAttioError, normalizeBaseUrl, normalizeRecord, normalizeRecords, paginate, paginateOffset, parseOffsetPageResult, parsePageResult, patchV2ByTargetByIdentifierAttributesByAttribute, patchV2ByTargetByIdentifierAttributesByAttributeOptionsByOption, patchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatus, patchV2ListsByList, patchV2ListsByListEntriesByEntryId, patchV2ObjectsByObject, patchV2ObjectsByObjectRecordsByRecordId, patchV2TasksByTaskId, patchV2WebhooksByWebhookId, postV2ByTargetByIdentifierAttributes, postV2ByTargetByIdentifierAttributesByAttributeOptions, postV2ByTargetByIdentifierAttributesByAttributeStatuses, postV2Comments, postV2Lists, postV2ListsByListEntries, postV2ListsByListEntriesQuery, postV2Meetings, postV2MeetingsByMeetingIdCallRecordings, postV2Notes, postV2Objects, postV2ObjectsByObjectRecords, postV2ObjectsByObjectRecordsQuery, postV2ObjectsRecordsSearch, postV2Tasks, postV2Webhooks, putV2ListsByListEntries, putV2ListsByListEntriesByEntryId, putV2ObjectsByObjectRecords, putV2ObjectsByObjectRecordsByRecordId, queryListEntries, queryRecords, removeListEntry, resolveAttioClient, resolveAuthToken, resolveBaseUrl, resolveResponseStyle, resolveThrowOnError, runBatch, searchRecords, setCachedClient, sleep, toOffsetPageResult, toPageResult, toResult, unwrapData, unwrapItems, unwrapPaginationCursor, unwrapPaginationOffset, updateKnownFieldValues, updateListEntry, updateObject, updateRecord, updateTask, upsertRecord, value$1 as value };
|
|
16169
|
+
export { type AddListEntryInput, AttioApiError, AttioBatchError, type AttioCacheConfig, type AttioCacheConfigDisabled, type AttioCacheConfigEnabled, type AttioCacheManager, type AttioClient, type AttioClientConfig, type AttioClientHooks, type AttioClientInput, AttioConfigError, AttioEnvironmentError, AttioError, type AttioErrorContext, type AttioErrorDetails, type AttioErrorHookPayload, type AttioFilter, type AttioLogger, AttioNetworkError, type AttioRecordId, type AttioRecordLike, type AttioRequestHookPayload, AttioResponseError, type AttioResponseHookPayload, type AttioResult, AttioRetryError, type AttioSchema, type AttioSdk, type AttioValueSuggestion, Attribute, type AttributeAccessor, type AttributeInput, type AttributeListInput, type AttributeMetadataRequestParams, type BatchItem, type BatchItemRunParams, type BatchOptions, type BatchResult, type CacheAdapter, type CacheAdapterFactory, type CacheAdapterParams, ClientOptions, Comment, type CreateObjectInput, DEFAULT_BASE_URL, DEFAULT_METADATA_CACHE_MAX_ENTRIES, DEFAULT_METADATA_CACHE_TTL_MS, DEFAULT_RETRY_CONFIG, DeleteV2CommentsByCommentIdData, DeleteV2CommentsByCommentIdError, DeleteV2CommentsByCommentIdErrors, DeleteV2CommentsByCommentIdResponse, DeleteV2CommentsByCommentIdResponses, DeleteV2ListsByListEntriesByEntryIdData, DeleteV2ListsByListEntriesByEntryIdError, DeleteV2ListsByListEntriesByEntryIdErrors, DeleteV2ListsByListEntriesByEntryIdResponse, DeleteV2ListsByListEntriesByEntryIdResponses, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdData, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdError, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdErrors, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponse, DeleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponses, DeleteV2NotesByNoteIdData, DeleteV2NotesByNoteIdError, DeleteV2NotesByNoteIdErrors, DeleteV2NotesByNoteIdResponse, DeleteV2NotesByNoteIdResponses, DeleteV2ObjectsByObjectRecordsByRecordIdData, DeleteV2ObjectsByObjectRecordsByRecordIdError, DeleteV2ObjectsByObjectRecordsByRecordIdErrors, DeleteV2ObjectsByObjectRecordsByRecordIdResponse, DeleteV2ObjectsByObjectRecordsByRecordIdResponses, DeleteV2TasksByTaskIdData, DeleteV2TasksByTaskIdError, DeleteV2TasksByTaskIdErrors, DeleteV2TasksByTaskIdResponse, DeleteV2TasksByTaskIdResponses, DeleteV2WebhooksByWebhookIdData, DeleteV2WebhooksByWebhookIdError, DeleteV2WebhooksByWebhookIdErrors, DeleteV2WebhooksByWebhookIdResponse, DeleteV2WebhooksByWebhookIdResponses, type EntryId, type EntryValues, type GetListInput, type GetObjectInput, GetV2ByTargetByIdentifierAttributesByAttributeData, GetV2ByTargetByIdentifierAttributesByAttributeError, GetV2ByTargetByIdentifierAttributesByAttributeErrors, GetV2ByTargetByIdentifierAttributesByAttributeOptionsData, GetV2ByTargetByIdentifierAttributesByAttributeOptionsError, GetV2ByTargetByIdentifierAttributesByAttributeOptionsErrors, GetV2ByTargetByIdentifierAttributesByAttributeOptionsResponse, GetV2ByTargetByIdentifierAttributesByAttributeOptionsResponses, GetV2ByTargetByIdentifierAttributesByAttributeResponse, GetV2ByTargetByIdentifierAttributesByAttributeResponses, GetV2ByTargetByIdentifierAttributesByAttributeStatusesData, GetV2ByTargetByIdentifierAttributesByAttributeStatusesError, GetV2ByTargetByIdentifierAttributesByAttributeStatusesErrors, GetV2ByTargetByIdentifierAttributesByAttributeStatusesResponse, GetV2ByTargetByIdentifierAttributesByAttributeStatusesResponses, GetV2ByTargetByIdentifierAttributesData, GetV2ByTargetByIdentifierAttributesResponse, GetV2ByTargetByIdentifierAttributesResponses, GetV2CommentsByCommentIdData, GetV2CommentsByCommentIdError, GetV2CommentsByCommentIdErrors, GetV2CommentsByCommentIdResponse, GetV2CommentsByCommentIdResponses, GetV2ListsByListData, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesData, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesError, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesErrors, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesResponse, GetV2ListsByListEntriesByEntryIdAttributesByAttributeValuesResponses, GetV2ListsByListEntriesByEntryIdData, GetV2ListsByListEntriesByEntryIdError, GetV2ListsByListEntriesByEntryIdErrors, GetV2ListsByListEntriesByEntryIdResponse, GetV2ListsByListEntriesByEntryIdResponses, GetV2ListsByListError, GetV2ListsByListErrors, GetV2ListsByListResponse, GetV2ListsByListResponses, GetV2ListsData, GetV2ListsResponse, GetV2ListsResponses, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdData, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdError, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdErrors, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponse, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdResponses, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscriptData, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscriptResponse, GetV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscriptResponses, GetV2MeetingsByMeetingIdCallRecordingsData, GetV2MeetingsByMeetingIdCallRecordingsResponse, GetV2MeetingsByMeetingIdCallRecordingsResponses, GetV2MeetingsByMeetingIdData, GetV2MeetingsByMeetingIdError, GetV2MeetingsByMeetingIdErrors, GetV2MeetingsByMeetingIdResponse, GetV2MeetingsByMeetingIdResponses, GetV2MeetingsData, GetV2MeetingsResponse, GetV2MeetingsResponses, GetV2NotesByNoteIdData, GetV2NotesByNoteIdError, GetV2NotesByNoteIdErrors, GetV2NotesByNoteIdResponse, GetV2NotesByNoteIdResponses, GetV2NotesData, GetV2NotesError, GetV2NotesErrors, GetV2NotesResponse, GetV2NotesResponses, GetV2ObjectsByObjectData, GetV2ObjectsByObjectError, GetV2ObjectsByObjectErrors, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesData, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesError, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesErrors, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesResponse, GetV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValuesResponses, GetV2ObjectsByObjectRecordsByRecordIdData, GetV2ObjectsByObjectRecordsByRecordIdEntriesData, GetV2ObjectsByObjectRecordsByRecordIdEntriesResponse, GetV2ObjectsByObjectRecordsByRecordIdEntriesResponses, GetV2ObjectsByObjectRecordsByRecordIdError, GetV2ObjectsByObjectRecordsByRecordIdErrors, GetV2ObjectsByObjectRecordsByRecordIdResponse, GetV2ObjectsByObjectRecordsByRecordIdResponses, GetV2ObjectsByObjectResponse, GetV2ObjectsByObjectResponses, GetV2ObjectsData, GetV2ObjectsResponse, GetV2ObjectsResponses, GetV2SelfData, GetV2SelfResponse, GetV2SelfResponses, GetV2TasksByTaskIdData, GetV2TasksByTaskIdError, GetV2TasksByTaskIdErrors, GetV2TasksByTaskIdResponse, GetV2TasksByTaskIdResponses, GetV2TasksData, GetV2TasksResponse, GetV2TasksResponses, GetV2ThreadsByThreadIdData, GetV2ThreadsByThreadIdError, GetV2ThreadsByThreadIdErrors, GetV2ThreadsByThreadIdResponse, GetV2ThreadsByThreadIdResponses, GetV2ThreadsData, GetV2ThreadsResponse, GetV2ThreadsResponses, GetV2WebhooksByWebhookIdData, GetV2WebhooksByWebhookIdError, GetV2WebhooksByWebhookIdErrors, GetV2WebhooksByWebhookIdResponse, GetV2WebhooksByWebhookIdResponses, GetV2WebhooksData, GetV2WebhooksResponse, GetV2WebhooksResponses, GetV2WorkspaceMembersByWorkspaceMemberIdData, GetV2WorkspaceMembersByWorkspaceMemberIdError, GetV2WorkspaceMembersByWorkspaceMemberIdErrors, GetV2WorkspaceMembersByWorkspaceMemberIdResponse, GetV2WorkspaceMembersByWorkspaceMemberIdResponses, GetV2WorkspaceMembersData, GetV2WorkspaceMembersResponse, GetV2WorkspaceMembersResponses, InputValue, List, type ListEntryFilter, type ListId, type ListObjectsInput, type ListQueryInput, type LogContext, type LogValue, type MatchingAttribute, Meeting, type MetadataCacheConfig, type MetadataCacheConfigDisabled, type MetadataCacheConfigEnabled, type MetadataCacheManager, type MetadataCacheMaxEntries, type MetadataCacheScope, Note, NoteCreateInput, NoteDeleteInput, type NoteFormat, NoteGetInput, type NoteId, type NoteParentObjectId, type NoteParentRecordId, Object$1 as Object, type ObjectApiSlug, type ObjectNoun, type ObjectSlug, type OffsetPageResult, type OffsetPaginationOptions, Options, OutputValue, type PageResult, type PaginationOptions, type ParentObjectId, type ParentRecordId, PatchV2ByTargetByIdentifierAttributesByAttributeData, PatchV2ByTargetByIdentifierAttributesByAttributeError, PatchV2ByTargetByIdentifierAttributesByAttributeErrors, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionData, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionError, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionErrors, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionResponse, PatchV2ByTargetByIdentifierAttributesByAttributeOptionsByOptionResponses, PatchV2ByTargetByIdentifierAttributesByAttributeResponse, PatchV2ByTargetByIdentifierAttributesByAttributeResponses, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusData, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusError, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusErrors, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusResponse, PatchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatusResponses, PatchV2ListsByListData, PatchV2ListsByListEntriesByEntryIdData, PatchV2ListsByListEntriesByEntryIdError, PatchV2ListsByListEntriesByEntryIdErrors, PatchV2ListsByListEntriesByEntryIdResponse, PatchV2ListsByListEntriesByEntryIdResponses, PatchV2ListsByListError, PatchV2ListsByListErrors, PatchV2ListsByListResponse, PatchV2ListsByListResponses, PatchV2ObjectsByObjectData, PatchV2ObjectsByObjectError, PatchV2ObjectsByObjectErrors, PatchV2ObjectsByObjectRecordsByRecordIdData, PatchV2ObjectsByObjectRecordsByRecordIdError, PatchV2ObjectsByObjectRecordsByRecordIdErrors, PatchV2ObjectsByObjectRecordsByRecordIdResponse, PatchV2ObjectsByObjectRecordsByRecordIdResponses, PatchV2ObjectsByObjectResponse, PatchV2ObjectsByObjectResponses, PatchV2TasksByTaskIdData, PatchV2TasksByTaskIdError, PatchV2TasksByTaskIdErrors, PatchV2TasksByTaskIdResponse, PatchV2TasksByTaskIdResponses, PatchV2WebhooksByWebhookIdData, PatchV2WebhooksByWebhookIdError, PatchV2WebhooksByWebhookIdErrors, PatchV2WebhooksByWebhookIdResponse, PatchV2WebhooksByWebhookIdResponses, PostV2ByTargetByIdentifierAttributesByAttributeOptionsData, PostV2ByTargetByIdentifierAttributesByAttributeOptionsError, PostV2ByTargetByIdentifierAttributesByAttributeOptionsErrors, PostV2ByTargetByIdentifierAttributesByAttributeOptionsResponse, PostV2ByTargetByIdentifierAttributesByAttributeOptionsResponses, PostV2ByTargetByIdentifierAttributesByAttributeStatusesData, PostV2ByTargetByIdentifierAttributesByAttributeStatusesError, PostV2ByTargetByIdentifierAttributesByAttributeStatusesErrors, PostV2ByTargetByIdentifierAttributesByAttributeStatusesResponse, PostV2ByTargetByIdentifierAttributesByAttributeStatusesResponses, PostV2ByTargetByIdentifierAttributesData, PostV2ByTargetByIdentifierAttributesError, PostV2ByTargetByIdentifierAttributesErrors, PostV2ByTargetByIdentifierAttributesResponse, PostV2ByTargetByIdentifierAttributesResponses, PostV2CommentsData, PostV2CommentsError, PostV2CommentsErrors, PostV2CommentsResponse, PostV2CommentsResponses, PostV2ListsByListEntriesData, PostV2ListsByListEntriesError, PostV2ListsByListEntriesErrors, PostV2ListsByListEntriesQueryData, PostV2ListsByListEntriesQueryError, PostV2ListsByListEntriesQueryErrors, PostV2ListsByListEntriesQueryResponse, PostV2ListsByListEntriesQueryResponses, PostV2ListsByListEntriesResponse, PostV2ListsByListEntriesResponses, PostV2ListsData, PostV2ListsError, PostV2ListsErrors, PostV2ListsResponse, PostV2ListsResponses, PostV2MeetingsByMeetingIdCallRecordingsData, PostV2MeetingsByMeetingIdCallRecordingsError, PostV2MeetingsByMeetingIdCallRecordingsErrors, PostV2MeetingsByMeetingIdCallRecordingsResponse, PostV2MeetingsByMeetingIdCallRecordingsResponses, PostV2MeetingsData, PostV2MeetingsError, PostV2MeetingsErrors, PostV2MeetingsResponse, PostV2MeetingsResponses, PostV2NotesData, PostV2NotesError, PostV2NotesErrors, PostV2NotesResponse, PostV2NotesResponses, PostV2ObjectsByObjectRecordsData, PostV2ObjectsByObjectRecordsError, PostV2ObjectsByObjectRecordsErrors, PostV2ObjectsByObjectRecordsQueryData, PostV2ObjectsByObjectRecordsQueryError, PostV2ObjectsByObjectRecordsQueryErrors, PostV2ObjectsByObjectRecordsQueryResponse, PostV2ObjectsByObjectRecordsQueryResponses, PostV2ObjectsByObjectRecordsResponse, PostV2ObjectsByObjectRecordsResponses, PostV2ObjectsData, PostV2ObjectsError, PostV2ObjectsErrors, PostV2ObjectsRecordsSearchData, PostV2ObjectsRecordsSearchError, PostV2ObjectsRecordsSearchErrors, PostV2ObjectsRecordsSearchResponse, PostV2ObjectsRecordsSearchResponses, PostV2ObjectsResponse, PostV2ObjectsResponses, PostV2TasksData, PostV2TasksError, PostV2TasksErrors, PostV2TasksResponse, PostV2TasksResponses, PostV2WebhooksData, PostV2WebhooksError, PostV2WebhooksErrors, PostV2WebhooksResponse, PostV2WebhooksResponses, PutV2ListsByListEntriesByEntryIdData, PutV2ListsByListEntriesByEntryIdError, PutV2ListsByListEntriesByEntryIdErrors, PutV2ListsByListEntriesByEntryIdResponse, PutV2ListsByListEntriesByEntryIdResponses, PutV2ListsByListEntriesData, PutV2ListsByListEntriesError, PutV2ListsByListEntriesErrors, PutV2ListsByListEntriesResponse, PutV2ListsByListEntriesResponses, PutV2ObjectsByObjectRecordsByRecordIdData, PutV2ObjectsByObjectRecordsByRecordIdError, PutV2ObjectsByObjectRecordsByRecordIdErrors, PutV2ObjectsByObjectRecordsByRecordIdResponse, PutV2ObjectsByObjectRecordsByRecordIdResponses, PutV2ObjectsByObjectRecordsData, PutV2ObjectsByObjectRecordsError, PutV2ObjectsByObjectRecordsErrors, PutV2ObjectsByObjectRecordsResponse, PutV2ObjectsByObjectRecordsResponses, type RecordCreateInput, type RecordDeleteInput, type RecordFilter, type RecordGetInput, type RecordId, type RecordObjectId, type RecordQueryInput, RecordSearchInput, type RecordSorts, type RecordUpdateInput, type RecordUpsertInput, type RecordValues, type RemoveListEntryInput, type ResultOptions, type RetryConfig, type SchemaInput, type SdkInput, SelectOption, Status, Task, type TaskCreateData, TaskCreateInput, TaskDeleteInput, TaskGetInput, type TaskId, type TaskUpdateData, TaskUpdateInput, Thread, TtlCache, type TtlCacheEntry, type TtlCacheOptions, type UnwrapItemsOptions, type UnwrapOptions, type UpdateListEntryInput, type UpdateObjectInput, type ValueCurrencyInput, type ValueFactory, type ValueInput, type ValueLookupOptions, WorkspaceMember, type ZodAttribute, addListEntry, assertOk, buildAttributeMetadataPath, buildKey, calculateRetryDelay, callWithRetry, clearClientCache, clearMetadataCacheRegistry, createAttioCacheManager, createAttioClient, createAttioSdk, createNote, createObject, createOffsetPageResultSchema, createPageResultSchema, createRecord, createSchema, createSchemaError, createTask, createTtlCache, createTtlCacheAdapter, deleteNote, deleteRecord, deleteTask, deleteV2CommentsByCommentId, deleteV2ListsByListEntriesByEntryId, deleteV2MeetingsByMeetingIdCallRecordingsByCallRecordingId, deleteV2NotesByNoteId, deleteV2ObjectsByObjectRecordsByRecordId, deleteV2TasksByTaskId, deleteV2WebhooksByWebhookId, enhanceAttioError, extractRecordId, extractTitles, filters, getAttioClient, getAttribute, getAttributeOptions, getAttributeStatuses, getCachedClient, getEnvValue, getFirstValue, getKnownFieldValues, getList, getNote, getObject, getRecord, getTask, getV2ByTargetByIdentifierAttributes, getV2ByTargetByIdentifierAttributesByAttribute, getV2ByTargetByIdentifierAttributesByAttributeOptions, getV2ByTargetByIdentifierAttributesByAttributeStatuses, getV2CommentsByCommentId, getV2Lists, getV2ListsByList, getV2ListsByListEntriesByEntryId, getV2ListsByListEntriesByEntryIdAttributesByAttributeValues, getV2Meetings, getV2MeetingsByMeetingId, getV2MeetingsByMeetingIdCallRecordings, getV2MeetingsByMeetingIdCallRecordingsByCallRecordingId, getV2MeetingsByMeetingIdCallRecordingsByCallRecordingIdTranscript, getV2Notes, getV2NotesByNoteId, getV2Objects, getV2ObjectsByObject, getV2ObjectsByObjectRecordsByRecordId, getV2ObjectsByObjectRecordsByRecordIdAttributesByAttributeValues, getV2ObjectsByObjectRecordsByRecordIdEntries, getV2Self, getV2Tasks, getV2TasksByTaskId, getV2Threads, getV2ThreadsByThreadId, getV2Webhooks, getV2WebhooksByWebhookId, getV2WorkspaceMembers, getV2WorkspaceMembersByWorkspaceMemberId, getValue, getWorkspaceMember, hashToken, isRetryableError, isRetryableStatus, listAttributeMetadata, listAttributes, listLists, listNotes, listObjects, listTasks, listWorkspaceMembers, normalizeAttioError, normalizeBaseUrl, normalizeRecord, normalizeRecords, paginate, paginateOffset, parseOffsetPageResult, parsePageResult, patchV2ByTargetByIdentifierAttributesByAttribute, patchV2ByTargetByIdentifierAttributesByAttributeOptionsByOption, patchV2ByTargetByIdentifierAttributesByAttributeStatusesByStatus, patchV2ListsByList, patchV2ListsByListEntriesByEntryId, patchV2ObjectsByObject, patchV2ObjectsByObjectRecordsByRecordId, patchV2TasksByTaskId, patchV2WebhooksByWebhookId, postV2ByTargetByIdentifierAttributes, postV2ByTargetByIdentifierAttributesByAttributeOptions, postV2ByTargetByIdentifierAttributesByAttributeStatuses, postV2Comments, postV2Lists, postV2ListsByListEntries, postV2ListsByListEntriesQuery, postV2Meetings, postV2MeetingsByMeetingIdCallRecordings, postV2Notes, postV2Objects, postV2ObjectsByObjectRecords, postV2ObjectsByObjectRecordsQuery, postV2ObjectsRecordsSearch, postV2Tasks, postV2Webhooks, putV2ListsByListEntries, putV2ListsByListEntriesByEntryId, putV2ObjectsByObjectRecords, putV2ObjectsByObjectRecordsByRecordId, queryListEntries, queryRecords, removeListEntry, resolveAttioClient, resolveAuthToken, resolveBaseUrl, resolveResponseStyle, resolveThrowOnError, runBatch, searchRecords, setCachedClient, sleep, toOffsetPageResult, toPageResult, toResult, unwrapData, unwrapItems, unwrapPaginationCursor, unwrapPaginationOffset, updateKnownFieldValues, updateListEntry, updateObject, updateRecord, updateTask, upsertRecord, value$1 as value };
|
|
15348
16170
|
//# sourceMappingURL=index.d.mts.map
|