@tesouro/embedded-components-react 0.2.253 → 0.2.254
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/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js
CHANGED
|
@@ -3041,16 +3041,16 @@ var Go = e.object({
|
|
|
3041
3041
|
legal_name: e.string().min(1).max(255),
|
|
3042
3042
|
owners_provided: e.boolean().optional(),
|
|
3043
3043
|
representative_provided: e.boolean().optional()
|
|
3044
|
-
}), j = e.enum(["upload", "email"]), fs = e.object({
|
|
3044
|
+
}), j = e.enum(["upload", "email"]), fs = e.object({
|
|
3045
3045
|
discount: e.int(),
|
|
3046
3046
|
number_of_days: e.int()
|
|
3047
|
-
}),
|
|
3047
|
+
}), ps = e.object({ number_of_days: e.int() }), ms = e.object({
|
|
3048
3048
|
description: e.string().optional(),
|
|
3049
3049
|
name: e.string(),
|
|
3050
|
-
term_1:
|
|
3051
|
-
term_2:
|
|
3052
|
-
term_final:
|
|
3053
|
-
}),
|
|
3050
|
+
term_1: fs.optional(),
|
|
3051
|
+
term_2: fs.optional(),
|
|
3052
|
+
term_final: ps
|
|
3053
|
+
}), hs = e.object({
|
|
3054
3054
|
account_data: ne.optional().default({
|
|
3055
3055
|
account_holder_name_header: "Account holder",
|
|
3056
3056
|
account_number_header: "Account number",
|
|
@@ -3090,7 +3090,7 @@ var Go = e.object({
|
|
|
3090
3090
|
issue_date_header: "Issue date"
|
|
3091
3091
|
}),
|
|
3092
3092
|
template_type: e.enum(["payable"])
|
|
3093
|
-
}),
|
|
3093
|
+
}), gs = e.object({
|
|
3094
3094
|
allow_cancel_duplicates_automatically: e.boolean().nullish().default(!1),
|
|
3095
3095
|
allow_counterpart_autocreation: e.boolean().nullish().default(!1),
|
|
3096
3096
|
allow_counterpart_autolinking: e.boolean().nullish().default(!1),
|
|
@@ -3108,27 +3108,27 @@ var Go = e.object({
|
|
|
3108
3108
|
"paid",
|
|
3109
3109
|
"canceled",
|
|
3110
3110
|
"rejected"
|
|
3111
|
-
]),
|
|
3111
|
+
]), _s = e.object({
|
|
3112
3112
|
name: e.literal("payable"),
|
|
3113
3113
|
statuses: e.array(M)
|
|
3114
|
-
}),
|
|
3114
|
+
}), vs = e.discriminatedUnion("name", [_s, Ar]);
|
|
3115
3115
|
e.object({
|
|
3116
3116
|
date_from: e.iso.date(),
|
|
3117
3117
|
date_to: e.iso.date(),
|
|
3118
3118
|
format: Or,
|
|
3119
|
-
objects: e.array(
|
|
3119
|
+
objects: e.array(vs)
|
|
3120
3120
|
});
|
|
3121
|
-
var
|
|
3121
|
+
var ys = e.object({
|
|
3122
3122
|
count: e.int(),
|
|
3123
3123
|
status: M,
|
|
3124
3124
|
sum_total_amount: e.int()
|
|
3125
3125
|
});
|
|
3126
3126
|
e.object({
|
|
3127
3127
|
count: e.int(),
|
|
3128
|
-
data: e.array(
|
|
3128
|
+
data: e.array(ys),
|
|
3129
3129
|
sum_total_amount: e.int()
|
|
3130
3130
|
});
|
|
3131
|
-
var
|
|
3131
|
+
var bs = e.object({ old_status: M }), xs = e.object({
|
|
3132
3132
|
amount_paid: e.int(),
|
|
3133
3133
|
is_external: e.boolean().optional(),
|
|
3134
3134
|
new_status: M,
|
|
@@ -3136,101 +3136,72 @@ var xs = e.object({ old_status: M }), Ss = e.object({
|
|
|
3136
3136
|
payment_intent_id: e.uuid().optional(),
|
|
3137
3137
|
payment_method: e.string().optional(),
|
|
3138
3138
|
payment_record_id: e.uuid().optional()
|
|
3139
|
-
}),
|
|
3139
|
+
}), Ss = e.object({
|
|
3140
3140
|
new_status: M,
|
|
3141
3141
|
old_status: M
|
|
3142
|
-
}),
|
|
3142
|
+
}), Cs = e.object({
|
|
3143
3143
|
new_status: M,
|
|
3144
3144
|
old_status: M,
|
|
3145
3145
|
skipped_approval_flow: e.boolean()
|
|
3146
|
-
}),
|
|
3146
|
+
}), ws = e.object({
|
|
3147
3147
|
description: e.string(),
|
|
3148
3148
|
name: e.string()
|
|
3149
|
-
}),
|
|
3150
|
-
|
|
3151
|
-
entity_user_id: e.uuid().optional(),
|
|
3152
|
-
event_data: e.union([
|
|
3153
|
-
Cs,
|
|
3154
|
-
Es,
|
|
3155
|
-
fs,
|
|
3156
|
-
Jo,
|
|
3157
|
-
Yo,
|
|
3158
|
-
Jr,
|
|
3159
|
-
as,
|
|
3160
|
-
ss,
|
|
3161
|
-
os,
|
|
3162
|
-
ws,
|
|
3163
|
-
Wo,
|
|
3164
|
-
Uo,
|
|
3165
|
-
Go,
|
|
3166
|
-
cs,
|
|
3167
|
-
ls,
|
|
3168
|
-
Ss,
|
|
3169
|
-
xs
|
|
3170
|
-
]),
|
|
3171
|
-
event_type: e.string(),
|
|
3172
|
-
payable_id: e.uuid(),
|
|
3173
|
-
timestamp: e.iso.datetime()
|
|
3174
|
-
});
|
|
3175
|
-
e.object({
|
|
3176
|
-
data: e.array(Ds),
|
|
3177
|
-
next_pagination_token: e.string().optional(),
|
|
3178
|
-
prev_pagination_token: e.string().optional()
|
|
3179
|
-
}), e.object({ file: e.string() }), e.object({
|
|
3149
|
+
}), Ts = e.object({ fields: e.record(e.string(), es).optional() });
|
|
3150
|
+
e.object({ file: e.string() }), e.object({
|
|
3180
3151
|
id: e.uuid(),
|
|
3181
3152
|
validation_errors: e.array(e.record(e.string(), e.unknown())).optional()
|
|
3182
3153
|
});
|
|
3183
|
-
var
|
|
3184
|
-
e.object({ required_fields: e.array(
|
|
3185
|
-
var
|
|
3186
|
-
object_subtype:
|
|
3154
|
+
var Es = e.enum(/* @__PURE__ */ "currency,document_id,due_date,issued_at,tax_amount,total_amount,subtotal,description,suggested_payment_term,payment_terms,tax,sender,file_id,counterpart_id,counterpart_bank_account_id,counterpart_address_id,counterpart_vat_id_id,line_items,line_items.quantity,line_items.unit_price,line_items.tax,line_items.ledger_account_id,line_items.accounting_tax_rate_id,line_items.unit,line_items.name,line_items.description,line_items.subtotal,line_items.total,line_items.tax_amount".split(","));
|
|
3155
|
+
e.object({ required_fields: e.array(Es) }), e.object({ required_fields: e.array(Es) });
|
|
3156
|
+
var Ds = e.enum(["payables_purchase_order", "payables_notify_approver"]), Os = e.object({
|
|
3157
|
+
object_subtype: Ds,
|
|
3187
3158
|
object_type: y,
|
|
3188
|
-
variables: e.array(
|
|
3159
|
+
variables: e.array(ws)
|
|
3189
3160
|
});
|
|
3190
|
-
e.object({ data: e.array(
|
|
3191
|
-
var N = e.enum(["entity", "counterpart"]),
|
|
3161
|
+
e.object({ data: e.array(Os) });
|
|
3162
|
+
var N = e.enum(["entity", "counterpart"]), ks = e.object({
|
|
3192
3163
|
id: e.uuid(),
|
|
3193
3164
|
bank_accounts: e.array(dn).optional(),
|
|
3194
3165
|
name: e.string().optional(),
|
|
3195
3166
|
type: N
|
|
3196
|
-
}),
|
|
3167
|
+
}), As = e.object({
|
|
3197
3168
|
id: e.uuid(),
|
|
3198
3169
|
authorized_bank_accounts: e.array(je).optional(),
|
|
3199
3170
|
bank_accounts: e.array(dn).optional(),
|
|
3200
3171
|
name: e.string().optional(),
|
|
3201
3172
|
type: N
|
|
3202
|
-
}),
|
|
3173
|
+
}), js = e.object({
|
|
3203
3174
|
id: e.uuid(),
|
|
3204
3175
|
type: N
|
|
3205
|
-
}),
|
|
3206
|
-
type:
|
|
3176
|
+
}), Ms = e.enum(["IBAN"]), Ns = e.object({
|
|
3177
|
+
type: Ms,
|
|
3207
3178
|
value: e.string()
|
|
3208
|
-
}),
|
|
3179
|
+
}), Ps = e.enum(["id", "created_at"]), Fs = e.object({
|
|
3209
3180
|
id: e.uuid(),
|
|
3210
3181
|
created_at: e.iso.datetime(),
|
|
3211
3182
|
updated_at: e.iso.datetime(),
|
|
3212
3183
|
payment_intent_id: e.uuid(),
|
|
3213
3184
|
status: e.string()
|
|
3214
3185
|
});
|
|
3215
|
-
e.object({ data: e.array(
|
|
3216
|
-
var
|
|
3186
|
+
e.object({ data: e.array(Fs) });
|
|
3187
|
+
var Is = e.enum([
|
|
3217
3188
|
"bank_account",
|
|
3218
3189
|
"paper_check",
|
|
3219
3190
|
"us_ach",
|
|
3220
3191
|
"wire"
|
|
3221
|
-
]),
|
|
3192
|
+
]), Ls = e.object({
|
|
3222
3193
|
id: e.uuid(),
|
|
3223
3194
|
bank_account_id: e.uuid().optional(),
|
|
3224
|
-
payout_method:
|
|
3195
|
+
payout_method: Is.optional().default("bank_account"),
|
|
3225
3196
|
type: e.enum(["counterpart"])
|
|
3226
|
-
}),
|
|
3227
|
-
direction:
|
|
3197
|
+
}), Rs = e.enum(["receive", "send"]), zs = e.enum(["active", "inactive"]), Bs = e.object({
|
|
3198
|
+
direction: Rs,
|
|
3228
3199
|
name: Yi,
|
|
3229
|
-
status:
|
|
3200
|
+
status: zs,
|
|
3230
3201
|
type: v
|
|
3231
3202
|
});
|
|
3232
|
-
e.object({ data: e.array(
|
|
3233
|
-
var
|
|
3203
|
+
e.object({ data: e.array(Bs) });
|
|
3204
|
+
var Vs = e.enum([
|
|
3234
3205
|
"standard",
|
|
3235
3206
|
"premium",
|
|
3236
3207
|
"paper_check",
|
|
@@ -3244,11 +3215,11 @@ e.object({
|
|
|
3244
3215
|
paid_by: Bo.optional().default("payer"),
|
|
3245
3216
|
partner_fee: zr,
|
|
3246
3217
|
payment_method: v,
|
|
3247
|
-
payment_method_subtype:
|
|
3218
|
+
payment_method_subtype: Vs.optional(),
|
|
3248
3219
|
region: Br,
|
|
3249
3220
|
tier_id: e.uuid().optional()
|
|
3250
3221
|
});
|
|
3251
|
-
var
|
|
3222
|
+
var Hs = e.object({
|
|
3252
3223
|
id: e.uuid(),
|
|
3253
3224
|
created_at: e.iso.datetime(),
|
|
3254
3225
|
updated_at: e.iso.datetime(),
|
|
@@ -3259,48 +3230,48 @@ var Ws = e.object({
|
|
|
3259
3230
|
paid_by: Bo,
|
|
3260
3231
|
partner_fee: zr,
|
|
3261
3232
|
payment_method: e.string(),
|
|
3262
|
-
payment_method_subtype:
|
|
3233
|
+
payment_method_subtype: Vs.optional(),
|
|
3263
3234
|
region: Br,
|
|
3264
3235
|
tier_id: e.uuid().optional()
|
|
3265
3236
|
});
|
|
3266
|
-
e.object({ data: e.array(
|
|
3237
|
+
e.object({ data: e.array(Hs) }), e.object({ payment_method_id: e.string() }), e.object({
|
|
3267
3238
|
client_secret: e.string(),
|
|
3268
3239
|
is_next_action_needed: e.boolean()
|
|
3269
3240
|
});
|
|
3270
|
-
var
|
|
3241
|
+
var Us = e.object({
|
|
3271
3242
|
id: e.uuid(),
|
|
3272
3243
|
type: e.enum(["payable"])
|
|
3273
|
-
}),
|
|
3274
|
-
object:
|
|
3244
|
+
}), Ws = e.object({
|
|
3245
|
+
object: Us,
|
|
3275
3246
|
payment_reference: e.string().optional(),
|
|
3276
3247
|
recipient: $e
|
|
3277
3248
|
});
|
|
3278
3249
|
e.object({
|
|
3279
3250
|
expires_at: e.iso.datetime().optional(),
|
|
3280
3251
|
funding_payment_method: e.enum(["us_ach"]).optional().default("us_ach"),
|
|
3281
|
-
payment_intents: e.array(
|
|
3252
|
+
payment_intents: e.array(Ws).min(1),
|
|
3282
3253
|
payout_payment_methods: e.array(v).min(1).optional().default(["us_ach"]),
|
|
3283
3254
|
return_url: e.url().min(1).max(2083).optional()
|
|
3284
3255
|
});
|
|
3285
|
-
var
|
|
3256
|
+
var Gs = e.enum(["payable", "receivable"]), Ks = e.object({
|
|
3286
3257
|
id: e.uuid(),
|
|
3287
|
-
type:
|
|
3258
|
+
type: Gs
|
|
3288
3259
|
});
|
|
3289
3260
|
e.object({
|
|
3290
3261
|
amount: e.int().gte(1).optional(),
|
|
3291
3262
|
currency: c.optional(),
|
|
3292
3263
|
expires_at: e.iso.datetime().optional(),
|
|
3293
3264
|
invoice: ui.optional(),
|
|
3294
|
-
object:
|
|
3265
|
+
object: Ks.optional(),
|
|
3295
3266
|
payment_methods: e.array(v).min(1),
|
|
3296
3267
|
payment_reference: e.string().optional(),
|
|
3297
|
-
recipient:
|
|
3268
|
+
recipient: js,
|
|
3298
3269
|
return_url: e.url().min(1).max(2083).optional()
|
|
3299
3270
|
});
|
|
3300
|
-
var
|
|
3271
|
+
var qs = e.object({
|
|
3301
3272
|
logo_url: e.url().min(1).max(2083).nullable(),
|
|
3302
3273
|
website_url: e.url().min(1).max(2083).nullish()
|
|
3303
|
-
}),
|
|
3274
|
+
}), Js = e.object({
|
|
3304
3275
|
background_color: e.string().nullish(),
|
|
3305
3276
|
border_radius: e.string().nullish(),
|
|
3306
3277
|
button: at.nullish(),
|
|
@@ -3318,18 +3289,18 @@ e.object({
|
|
|
3318
3289
|
font_color: e.string().nullish(),
|
|
3319
3290
|
font_family: e.string().nullish(),
|
|
3320
3291
|
font_link_href: e.url().min(1).max(2083).nullish(),
|
|
3321
|
-
footer:
|
|
3292
|
+
footer: qs.nullish(),
|
|
3322
3293
|
logo_src: e.url().min(1).max(2083).nullish()
|
|
3323
3294
|
});
|
|
3324
|
-
var
|
|
3295
|
+
var Ys = e.enum([
|
|
3325
3296
|
"working_capital",
|
|
3326
3297
|
"balanced",
|
|
3327
3298
|
"bottom_line"
|
|
3328
|
-
]),
|
|
3299
|
+
]), Xs = e.object({
|
|
3329
3300
|
amount_due: e.int(),
|
|
3330
3301
|
amount_paid: e.int(),
|
|
3331
3302
|
comment: e.string().optional()
|
|
3332
|
-
}),
|
|
3303
|
+
}), Zs = e.enum([
|
|
3333
3304
|
"paid_at",
|
|
3334
3305
|
"amount",
|
|
3335
3306
|
"overpaid_amount"
|
|
@@ -3338,10 +3309,10 @@ e.object({
|
|
|
3338
3309
|
paid_at: e.iso.datetime(),
|
|
3339
3310
|
payment_intent_status: e.string().optional()
|
|
3340
3311
|
});
|
|
3341
|
-
var
|
|
3312
|
+
var Qs = e.object({
|
|
3342
3313
|
id: e.uuid(),
|
|
3343
3314
|
type: Ta
|
|
3344
|
-
}),
|
|
3315
|
+
}), $s = e.object({
|
|
3345
3316
|
id: e.uuid(),
|
|
3346
3317
|
new_status: e.string(),
|
|
3347
3318
|
old_status: e.string(),
|
|
@@ -3351,7 +3322,7 @@ e.object({
|
|
|
3351
3322
|
amount: e.int(),
|
|
3352
3323
|
currency: c,
|
|
3353
3324
|
entity_user_id: e.uuid().optional(),
|
|
3354
|
-
object:
|
|
3325
|
+
object: Qs,
|
|
3355
3326
|
paid_at: e.iso.datetime().optional(),
|
|
3356
3327
|
payment_intent_id: e.uuid().optional(),
|
|
3357
3328
|
payment_intent_status: e.string().optional(),
|
|
@@ -3363,23 +3334,23 @@ e.object({
|
|
|
3363
3334
|
"succeeded"
|
|
3364
3335
|
]).optional().default("succeeded")
|
|
3365
3336
|
});
|
|
3366
|
-
var
|
|
3337
|
+
var ec = e.enum([
|
|
3367
3338
|
"created",
|
|
3368
3339
|
"processing",
|
|
3369
3340
|
"succeeded",
|
|
3370
3341
|
"canceled"
|
|
3371
|
-
]),
|
|
3342
|
+
]), tc = e.object({
|
|
3372
3343
|
entity_user_id: e.uuid().optional(),
|
|
3373
|
-
status:
|
|
3344
|
+
status: ec,
|
|
3374
3345
|
timestamp: e.iso.datetime()
|
|
3375
|
-
}),
|
|
3346
|
+
}), nc = e.object({
|
|
3376
3347
|
id: e.uuid(),
|
|
3377
3348
|
amount: e.int(),
|
|
3378
3349
|
currency: c,
|
|
3379
3350
|
entity_user_id: e.uuid().optional(),
|
|
3380
|
-
history: e.array(
|
|
3351
|
+
history: e.array(tc),
|
|
3381
3352
|
is_external: e.boolean(),
|
|
3382
|
-
object:
|
|
3353
|
+
object: $s,
|
|
3383
3354
|
overpaid_amount: e.int().gte(0).optional().default(0),
|
|
3384
3355
|
paid_at: e.iso.datetime().optional(),
|
|
3385
3356
|
payment_intent_id: e.uuid().optional(),
|
|
@@ -3389,39 +3360,39 @@ var nc = e.enum([
|
|
|
3389
3360
|
status: e.string().optional().default("succeeded")
|
|
3390
3361
|
});
|
|
3391
3362
|
e.object({
|
|
3392
|
-
data: e.array(
|
|
3363
|
+
data: e.array(nc),
|
|
3393
3364
|
next_pagination_token: e.string().optional(),
|
|
3394
3365
|
prev_pagination_token: e.string().optional()
|
|
3395
3366
|
}), e.object({ payment_intent_status: e.string().optional() }), e.object({
|
|
3396
3367
|
amount: e.int().optional(),
|
|
3397
3368
|
currency: c.optional(),
|
|
3398
3369
|
entity_user_id: e.uuid().optional(),
|
|
3399
|
-
object:
|
|
3370
|
+
object: Qs.optional(),
|
|
3400
3371
|
paid_at: e.iso.datetime().optional(),
|
|
3401
3372
|
payment_intent_id: e.uuid().optional(),
|
|
3402
3373
|
payment_intent_status: e.string().optional(),
|
|
3403
3374
|
payment_method: e.string().optional(),
|
|
3404
3375
|
planned_payment_date: e.iso.date().optional()
|
|
3405
3376
|
});
|
|
3406
|
-
var
|
|
3377
|
+
var rc = e.object({
|
|
3407
3378
|
current_deadline: e.iso.datetime().optional(),
|
|
3408
3379
|
currently_due: e.array(e.string()),
|
|
3409
3380
|
eventually_due: e.array(e.string()),
|
|
3410
3381
|
pending_verification: e.array(e.string())
|
|
3411
|
-
}),
|
|
3382
|
+
}), ic = e.object({
|
|
3412
3383
|
id: e.uuid().optional(),
|
|
3413
3384
|
description: e.string().optional(),
|
|
3414
3385
|
name: e.string().optional(),
|
|
3415
3386
|
term_1: oi.optional(),
|
|
3416
3387
|
term_2: oi.optional(),
|
|
3417
3388
|
term_final: si
|
|
3418
|
-
}),
|
|
3389
|
+
}), ac = e.object({
|
|
3419
3390
|
description: e.string().optional(),
|
|
3420
3391
|
header: e.string().optional().default("Payment terms"),
|
|
3421
3392
|
term_1: e.string().optional(),
|
|
3422
3393
|
term_2: e.string().optional(),
|
|
3423
3394
|
term_final: e.string().optional()
|
|
3424
|
-
}),
|
|
3395
|
+
}), oc = e.enum([
|
|
3425
3396
|
"created",
|
|
3426
3397
|
"processing",
|
|
3427
3398
|
"partially_successful",
|
|
@@ -3435,12 +3406,12 @@ e.object({
|
|
|
3435
3406
|
error: e.record(e.string(), e.unknown()).optional(),
|
|
3436
3407
|
expires_at: e.iso.datetime(),
|
|
3437
3408
|
payment_page_url: e.url().min(1).max(2083),
|
|
3438
|
-
status:
|
|
3409
|
+
status: oc,
|
|
3439
3410
|
total_amount: e.int().optional()
|
|
3440
3411
|
});
|
|
3441
|
-
var
|
|
3412
|
+
var sc = e.object({
|
|
3442
3413
|
payment_page_domain: e.string().nullish(),
|
|
3443
|
-
payment_page_theme:
|
|
3414
|
+
payment_page_theme: Js.nullish(),
|
|
3444
3415
|
support_email: e.email().nullish()
|
|
3445
3416
|
});
|
|
3446
3417
|
e.object({
|
|
@@ -3452,12 +3423,12 @@ e.object({
|
|
|
3452
3423
|
object_type: y.optional(),
|
|
3453
3424
|
template_type: e.string()
|
|
3454
3425
|
});
|
|
3455
|
-
var
|
|
3426
|
+
var cc = e.enum([
|
|
3456
3427
|
"receivable",
|
|
3457
3428
|
"delivery_note",
|
|
3458
3429
|
"purchase_order",
|
|
3459
3430
|
"payable"
|
|
3460
|
-
]),
|
|
3431
|
+
]), lc = e.enum([
|
|
3461
3432
|
"month",
|
|
3462
3433
|
"day",
|
|
3463
3434
|
"year",
|
|
@@ -3467,35 +3438,35 @@ e.object({
|
|
|
3467
3438
|
higher_range: e.int().gt(0),
|
|
3468
3439
|
lower_range: e.int().gte(0),
|
|
3469
3440
|
measure_unit: Ui,
|
|
3470
|
-
period:
|
|
3441
|
+
period: lc
|
|
3471
3442
|
});
|
|
3472
|
-
var
|
|
3443
|
+
var uc = e.object({
|
|
3473
3444
|
id: e.uuid(),
|
|
3474
3445
|
created_at: e.iso.datetime(),
|
|
3475
3446
|
updated_at: e.iso.datetime(),
|
|
3476
3447
|
higher_range: e.int(),
|
|
3477
3448
|
lower_range: e.int(),
|
|
3478
3449
|
measure_unit: Ui,
|
|
3479
|
-
period:
|
|
3450
|
+
period: lc
|
|
3480
3451
|
});
|
|
3481
|
-
e.object({ data: e.array(
|
|
3482
|
-
var
|
|
3452
|
+
e.object({ data: e.array(uc) });
|
|
3453
|
+
var dc = e.enum([
|
|
3483
3454
|
"allowed",
|
|
3484
3455
|
"allowed_for_own",
|
|
3485
3456
|
"not_allowed"
|
|
3486
|
-
]),
|
|
3457
|
+
]), fc = e.object({
|
|
3487
3458
|
action_name: fe.optional().default("read"),
|
|
3488
|
-
permission:
|
|
3459
|
+
permission: dc.optional().default("allowed")
|
|
3489
3460
|
}), P = e.object({
|
|
3490
|
-
actions: e.array(
|
|
3461
|
+
actions: e.array(fc).optional(),
|
|
3491
3462
|
object_type: e.enum(/* @__PURE__ */ "person.onboarding.comment.counterpart.entity_user.entity.entity_vat_ids.counterpart_vat_id.entity_bank_account.export.mailbox.payables_purchase_order.payment_reminder.overdue_reminder.product.project.receivable.delivery_note.ocr_task.reconciliation.role.tag.todo_task.todo_task_mute.transaction.workflow.approval_request.approval_policy.payment_record.receipt.accounting_tax_rate.ledger_account.cost_center".split(".")).optional().default("comment")
|
|
3492
|
-
}),
|
|
3463
|
+
}), pc = e.object({
|
|
3493
3464
|
action_name: Ho.optional().default("read"),
|
|
3494
|
-
permission:
|
|
3495
|
-
}),
|
|
3496
|
-
actions: e.array(
|
|
3465
|
+
permission: dc.optional().default("allowed")
|
|
3466
|
+
}), mc = e.object({
|
|
3467
|
+
actions: e.array(pc).optional(),
|
|
3497
3468
|
object_type: e.literal("payable").optional().default("payable")
|
|
3498
|
-
}),
|
|
3469
|
+
}), hc = e.enum(/* @__PURE__ */ "acceptor:application:read.acceptor:application:secondaryapproval.acceptor:application:write.accounting_config:read:org.accounting_config:write:org.acquiring:report:read.approval_policy:read:org.approval_policy:write:org.approval_request:create:org.approval_request:delete:org.approval_request:read:org.approval_request:update:org.authorization_control:read:org.bank_account:read:org.bank_account:write:org.bank_account_application:read:org.bank_account_application:write:org.beneficial_owner:read:org.check_deposit:write:org.comment:read:org.comment:write:org.counterpart:read:org.counterpart:write:org.credit_card:activate:org.credit_card:issue:org.credit_card:read:org.credit_card_application:read:org.credit_card_application:write:org.debit_card:activate:org.debit_card:close:org.debit_card:issue:org.debit_card:lock:org.debit_card:read:org.developer_portal.dispute:read.dispute:write.expense:approve:org.expense:read:org.expense:read:self.expense:write:org.expense:write:self.export:read:org.export:write:org.external_bank_account:micro_deposit:org.external_bank_account:read:org.external_bank_account:set_verification:org.external_bank_account:write:org.invoice:read:org.invoice:write:org.mailbox:read:org.mailbox:write:org.notification:subscription:read.notification:subscription:write.ocr_task:read:org.ocr_task:write:org.oidc:app:manage.oidc:app:read.oidc:app:write.org:write:all.organization:read:org.organization:write:org.organization_settings:read:org.organization_settings:write:org.partner_portal.payable:approve:org.payable:pay:org.payable:read:org.payable:write:org.payment_link:write.payment_rail:ach.payment_rail:fednow.payment_rail:rtp.payment_record:read:org.payment_record:write:org.product:read:org.product:write:org.role:read:org.role:write:org.transfer:write:org.underwriting:application:approval:escalation.underwriting:application:approval:secondary.underwriting:application:read.underwriting:application:write.user:read:org.user:read:self.user:write:all.user:write:org.user_profile:write:all.user_profile:write:self".split("."));
|
|
3499
3470
|
e.object({
|
|
3500
3471
|
address1: e.string().nullish(),
|
|
3501
3472
|
address2: e.string().nullish(),
|
|
@@ -3505,7 +3476,7 @@ e.object({
|
|
|
3505
3476
|
jobTitle: e.string().nullish(),
|
|
3506
3477
|
name: e.string(),
|
|
3507
3478
|
permissionIds: e.array(e.uuid()).nullish(),
|
|
3508
|
-
permissionKeys: e.array(
|
|
3479
|
+
permissionKeys: e.array(hc).nullish(),
|
|
3509
3480
|
phoneNumber: e.string().nullish(),
|
|
3510
3481
|
postalCode: e.string().nullish(),
|
|
3511
3482
|
redirectUri: e.string().nullish(),
|
|
@@ -3513,17 +3484,17 @@ e.object({
|
|
|
3513
3484
|
stateOrProvince: e.string().nullish(),
|
|
3514
3485
|
status: e.string()
|
|
3515
3486
|
});
|
|
3516
|
-
var
|
|
3487
|
+
var gc = e.object({
|
|
3517
3488
|
grant: e.array(e.string()).nullish(),
|
|
3518
3489
|
revoke: e.array(e.string()).nullish()
|
|
3519
|
-
}),
|
|
3490
|
+
}), _c = e.enum([
|
|
3520
3491
|
"SSN",
|
|
3521
3492
|
"PASSPORT_NUMBER",
|
|
3522
3493
|
"ITIN"
|
|
3523
3494
|
]), F = e.object({
|
|
3524
|
-
type:
|
|
3495
|
+
type: _c.nullish(),
|
|
3525
3496
|
value: e.string().nullish()
|
|
3526
|
-
}).nullable(),
|
|
3497
|
+
}).nullable(), vc = e.object({
|
|
3527
3498
|
authentication: Pa.optional(),
|
|
3528
3499
|
birthDate: b.optional(),
|
|
3529
3500
|
firstName: w.optional(),
|
|
@@ -3535,7 +3506,7 @@ var vc = e.object({
|
|
|
3535
3506
|
ownershipPercentage: S.optional(),
|
|
3536
3507
|
personalIdentificationNumber: F.optional(),
|
|
3537
3508
|
workEmailAddress: w.optional()
|
|
3538
|
-
}),
|
|
3509
|
+
}), yc = e.object({
|
|
3539
3510
|
id: e.uuid().nullish(),
|
|
3540
3511
|
birthDate: b.optional(),
|
|
3541
3512
|
firstName: w.optional(),
|
|
@@ -3544,7 +3515,7 @@ var vc = e.object({
|
|
|
3544
3515
|
mobilePhoneNumber: w.optional(),
|
|
3545
3516
|
ownershipPercentage: S.optional(),
|
|
3546
3517
|
personalIdentificationNumber: F.optional()
|
|
3547
|
-
}),
|
|
3518
|
+
}), bc = e.object({
|
|
3548
3519
|
authentication: Pa.optional(),
|
|
3549
3520
|
birthDate: b.optional(),
|
|
3550
3521
|
firstName: w.optional(),
|
|
@@ -3558,7 +3529,7 @@ var vc = e.object({
|
|
|
3558
3529
|
personalIdentificationNumber: F.optional(),
|
|
3559
3530
|
totalAnnualIncome: C.optional(),
|
|
3560
3531
|
workEmailAddress: w.optional()
|
|
3561
|
-
}),
|
|
3532
|
+
}), xc = e.object({
|
|
3562
3533
|
authentication: Pa.optional(),
|
|
3563
3534
|
birthDate: b.optional(),
|
|
3564
3535
|
firstName: w.optional(),
|
|
@@ -3570,7 +3541,7 @@ var vc = e.object({
|
|
|
3570
3541
|
ownershipPercentage: S.optional(),
|
|
3571
3542
|
personalIdentificationNumber: F.optional(),
|
|
3572
3543
|
workEmailAddress: w.optional()
|
|
3573
|
-
}).nullable(),
|
|
3544
|
+
}).nullable(), Sc = e.object({
|
|
3574
3545
|
authentication: Pa.optional(),
|
|
3575
3546
|
birthDate: b.optional(),
|
|
3576
3547
|
firstName: w.optional(),
|
|
@@ -3584,12 +3555,12 @@ var vc = e.object({
|
|
|
3584
3555
|
personalIdentificationNumber: F.optional(),
|
|
3585
3556
|
totalAnnualIncome: C.optional(),
|
|
3586
3557
|
workEmailAddress: w.optional()
|
|
3587
|
-
}).nullable(),
|
|
3558
|
+
}).nullable(), Cc = e.array(yc).nullable(), wc = e.enum([
|
|
3588
3559
|
"xero",
|
|
3589
3560
|
"quickbooks",
|
|
3590
3561
|
"quickbooks_online",
|
|
3591
3562
|
"quickbooks_online_sandbox"
|
|
3592
|
-
]),
|
|
3563
|
+
]), Tc = e.enum([
|
|
3593
3564
|
"amount",
|
|
3594
3565
|
"entity_country",
|
|
3595
3566
|
"counterpart_country",
|
|
@@ -3600,7 +3571,7 @@ var vc = e.object({
|
|
|
3600
3571
|
"counterpart_vat",
|
|
3601
3572
|
"counterpart_vat_type",
|
|
3602
3573
|
"counterpart_vat_country"
|
|
3603
|
-
]),
|
|
3574
|
+
]), Ec = e.enum([
|
|
3604
3575
|
"EQ",
|
|
3605
3576
|
"NEQ",
|
|
3606
3577
|
"GT",
|
|
@@ -3611,15 +3582,15 @@ var vc = e.object({
|
|
|
3611
3582
|
"NOT_IN",
|
|
3612
3583
|
"RANGE",
|
|
3613
3584
|
"ALL"
|
|
3614
|
-
]),
|
|
3615
|
-
name:
|
|
3616
|
-
operator:
|
|
3585
|
+
]), Dc = e.object({
|
|
3586
|
+
name: Tc,
|
|
3587
|
+
operator: Ec,
|
|
3617
3588
|
value: e.string()
|
|
3618
|
-
}),
|
|
3589
|
+
}), Oc = e.object({
|
|
3619
3590
|
height: e.int(),
|
|
3620
3591
|
url: e.string(),
|
|
3621
3592
|
width: e.int()
|
|
3622
|
-
}),
|
|
3593
|
+
}), kc = e.object({
|
|
3623
3594
|
id: e.uuid(),
|
|
3624
3595
|
created_at: e.iso.datetime(),
|
|
3625
3596
|
file_type: e.string(),
|
|
@@ -3627,18 +3598,18 @@ var vc = e.object({
|
|
|
3627
3598
|
mimetype: e.string(),
|
|
3628
3599
|
name: e.string().max(512),
|
|
3629
3600
|
pages: e.array(Po).nullish().default([]),
|
|
3630
|
-
previews: e.array(
|
|
3601
|
+
previews: e.array(Oc).nullish().default([]),
|
|
3631
3602
|
region: e.string(),
|
|
3632
3603
|
size: e.int().gte(0),
|
|
3633
3604
|
url: e.string()
|
|
3634
|
-
}),
|
|
3605
|
+
}), Ac = e.object({
|
|
3635
3606
|
id: e.uuid(),
|
|
3636
3607
|
created_at: e.iso.datetime(),
|
|
3637
3608
|
updated_at: e.iso.datetime(),
|
|
3638
3609
|
address: $n,
|
|
3639
3610
|
email: e.string().nullish(),
|
|
3640
3611
|
individual: ii,
|
|
3641
|
-
logo:
|
|
3612
|
+
logo: kc.nullish(),
|
|
3642
3613
|
phone: e.string().max(100).nullish(),
|
|
3643
3614
|
registration_authority: e.string().min(1).max(100).nullish(),
|
|
3644
3615
|
registration_number: e.string().min(1).max(100).nullish(),
|
|
@@ -3646,13 +3617,13 @@ var vc = e.object({
|
|
|
3646
3617
|
tax_id: e.string().max(30).nullish(),
|
|
3647
3618
|
type: e.literal("individual"),
|
|
3648
3619
|
website: e.url().min(1).max(2083).nullish()
|
|
3649
|
-
}),
|
|
3620
|
+
}), jc = e.object({
|
|
3650
3621
|
id: e.uuid(),
|
|
3651
3622
|
created_at: e.iso.datetime(),
|
|
3652
3623
|
updated_at: e.iso.datetime(),
|
|
3653
3624
|
address: $n,
|
|
3654
3625
|
email: e.string().nullish(),
|
|
3655
|
-
logo:
|
|
3626
|
+
logo: kc.nullish(),
|
|
3656
3627
|
organization: Xa,
|
|
3657
3628
|
phone: e.string().max(100).nullish(),
|
|
3658
3629
|
registration_authority: e.string().min(1).max(100).nullish(),
|
|
@@ -3661,17 +3632,17 @@ var vc = e.object({
|
|
|
3661
3632
|
tax_id: e.string().max(30).nullish(),
|
|
3662
3633
|
type: e.literal("organization"),
|
|
3663
3634
|
website: e.url().min(1).max(2083).nullish()
|
|
3664
|
-
}),
|
|
3635
|
+
}), Mc = e.discriminatedUnion("type", [jc, Ac]);
|
|
3665
3636
|
e.object({
|
|
3666
|
-
data: e.array(
|
|
3637
|
+
data: e.array(Mc),
|
|
3667
3638
|
next_pagination_token: e.string().nullish(),
|
|
3668
3639
|
prev_pagination_token: e.string().nullish()
|
|
3669
3640
|
});
|
|
3670
|
-
var
|
|
3641
|
+
var Nc = e.object({
|
|
3671
3642
|
height: e.int(),
|
|
3672
3643
|
url: e.string(),
|
|
3673
3644
|
width: e.int()
|
|
3674
|
-
}),
|
|
3645
|
+
}), Pc = e.object({
|
|
3675
3646
|
id: e.uuid(),
|
|
3676
3647
|
created_at: e.iso.datetime(),
|
|
3677
3648
|
file_type: e.string(),
|
|
@@ -3679,15 +3650,15 @@ var Fc = e.object({
|
|
|
3679
3650
|
mimetype: e.string(),
|
|
3680
3651
|
name: e.string().max(512),
|
|
3681
3652
|
pages: e.array(Fo).optional().default([]),
|
|
3682
|
-
previews: e.array(
|
|
3653
|
+
previews: e.array(Nc).optional().default([]),
|
|
3683
3654
|
region: e.string(),
|
|
3684
3655
|
size: e.int().gte(0),
|
|
3685
3656
|
url: e.string()
|
|
3686
|
-
}),
|
|
3657
|
+
}), Fc = e.object({
|
|
3687
3658
|
height: e.int(),
|
|
3688
3659
|
url: e.string(),
|
|
3689
3660
|
width: e.int()
|
|
3690
|
-
}),
|
|
3661
|
+
}), Ic = e.object({
|
|
3691
3662
|
id: e.uuid(),
|
|
3692
3663
|
created_at: e.iso.datetime(),
|
|
3693
3664
|
file_type: e.string(),
|
|
@@ -3695,7 +3666,7 @@ var Fc = e.object({
|
|
|
3695
3666
|
mimetype: e.string(),
|
|
3696
3667
|
name: e.string().max(512),
|
|
3697
3668
|
pages: e.array(Io).optional().default([]),
|
|
3698
|
-
previews: e.array(
|
|
3669
|
+
previews: e.array(Fc).optional().default([]),
|
|
3699
3670
|
region: e.string(),
|
|
3700
3671
|
size: e.int().gte(0),
|
|
3701
3672
|
url: e.string()
|
|
@@ -3720,14 +3691,14 @@ e.object({
|
|
|
3720
3691
|
title: e.string().nullish(),
|
|
3721
3692
|
type: e.string().nullish()
|
|
3722
3693
|
});
|
|
3723
|
-
var
|
|
3694
|
+
var Lc = e.enum([
|
|
3724
3695
|
"succeeded",
|
|
3725
3696
|
"waiting",
|
|
3726
3697
|
"failed",
|
|
3727
3698
|
"running",
|
|
3728
3699
|
"canceled",
|
|
3729
3700
|
"timed_out"
|
|
3730
|
-
]),
|
|
3701
|
+
]), Rc = e.object({
|
|
3731
3702
|
id: e.uuid(),
|
|
3732
3703
|
created_at: e.iso.datetime(),
|
|
3733
3704
|
updated_at: e.iso.datetime().optional(),
|
|
@@ -3742,11 +3713,11 @@ var zc = e.enum([
|
|
|
3742
3713
|
e.array(e.unknown()),
|
|
3743
3714
|
e.record(e.string(), e.unknown())
|
|
3744
3715
|
]).optional(),
|
|
3745
|
-
status:
|
|
3716
|
+
status: Lc,
|
|
3746
3717
|
updated_by: e.uuid().optional()
|
|
3747
3718
|
});
|
|
3748
|
-
e.object({ data: e.array(
|
|
3749
|
-
var
|
|
3719
|
+
e.object({ data: e.array(Rc) });
|
|
3720
|
+
var zc = e.enum(["name"]), Bc = e.enum([
|
|
3750
3721
|
"name",
|
|
3751
3722
|
"price",
|
|
3752
3723
|
"currency",
|
|
@@ -3754,7 +3725,7 @@ var Vc = e.enum(["name"]), Hc = e.enum([
|
|
|
3754
3725
|
"description",
|
|
3755
3726
|
"measure_unit",
|
|
3756
3727
|
"tax_rate"
|
|
3757
|
-
]), L = e.enum(["product", "service"]),
|
|
3728
|
+
]), L = e.enum(["product", "service"]), Vc = e.object({
|
|
3758
3729
|
name: e.enum(["item_type"]),
|
|
3759
3730
|
operator: e.enum(["IN", "ALL"]),
|
|
3760
3731
|
value: e.array(L).min(1)
|
|
@@ -3769,7 +3740,7 @@ e.object({
|
|
|
3769
3740
|
smallest_amount: e.number().gte(0).lte(2147483647).optional(),
|
|
3770
3741
|
type: L.optional().default("product")
|
|
3771
3742
|
});
|
|
3772
|
-
var
|
|
3743
|
+
var Hc = e.object({
|
|
3773
3744
|
id: e.uuid(),
|
|
3774
3745
|
created_at: e.iso.datetime(),
|
|
3775
3746
|
updated_at: e.iso.datetime(),
|
|
@@ -3785,7 +3756,7 @@ var Wc = e.object({
|
|
|
3785
3756
|
type: L.optional().default("product")
|
|
3786
3757
|
});
|
|
3787
3758
|
e.object({
|
|
3788
|
-
data: e.array(
|
|
3759
|
+
data: e.array(Hc),
|
|
3789
3760
|
next_pagination_token: e.string().optional(),
|
|
3790
3761
|
prev_pagination_token: e.string().optional()
|
|
3791
3762
|
}), e.object({
|
|
@@ -3808,7 +3779,7 @@ e.object({
|
|
|
3808
3779
|
start_date: e.iso.date().optional(),
|
|
3809
3780
|
tag_ids: e.array(e.uuid()).optional().default([])
|
|
3810
3781
|
});
|
|
3811
|
-
var
|
|
3782
|
+
var Uc = e.enum(["id", "created_at"]);
|
|
3812
3783
|
e.object({
|
|
3813
3784
|
code: e.string().min(1).max(20).regex(/^[a-zA-Z0-9]+$/).optional(),
|
|
3814
3785
|
color: e.string().max(128).optional(),
|
|
@@ -3820,33 +3791,33 @@ e.object({
|
|
|
3820
3791
|
start_date: e.iso.date().optional(),
|
|
3821
3792
|
tag_ids: e.array(e.uuid()).optional().default([])
|
|
3822
3793
|
});
|
|
3823
|
-
var
|
|
3794
|
+
var Wc = e.enum([
|
|
3824
3795
|
"psu_id",
|
|
3825
3796
|
"psu_corporate_id",
|
|
3826
3797
|
"psu_ip_address"
|
|
3827
3798
|
]), R = e.object({
|
|
3828
|
-
type:
|
|
3799
|
+
type: Wc,
|
|
3829
3800
|
value: e.string()
|
|
3830
|
-
}),
|
|
3801
|
+
}), Gc = e.object({
|
|
3831
3802
|
authorized_bank_account_id: e.uuid(),
|
|
3832
3803
|
iframe: e.boolean().optional().default(!1),
|
|
3833
3804
|
psu_identification: R.optional(),
|
|
3834
3805
|
type: e.enum(["authorized_bank_account"]).optional().default("authorized_bank_account")
|
|
3835
|
-
}),
|
|
3806
|
+
}), Kc = e.object({
|
|
3836
3807
|
bank_account_id: e.uuid(),
|
|
3837
3808
|
bank_id: e.string(),
|
|
3838
3809
|
iframe: e.boolean().optional().default(!1),
|
|
3839
3810
|
psu_identification: R.optional(),
|
|
3840
3811
|
save_to_authorized: e.boolean().optional().default(!1),
|
|
3841
3812
|
type: e.enum(["bank_account"]).optional().default("bank_account")
|
|
3842
|
-
}),
|
|
3813
|
+
}), qc = e.object({
|
|
3843
3814
|
auth_password: e.string(),
|
|
3844
3815
|
auth_user: e.string(),
|
|
3845
3816
|
authorized_bank_account_id: e.uuid(),
|
|
3846
3817
|
iframe: e.boolean().optional().default(!1),
|
|
3847
3818
|
psu_identification: R.optional(),
|
|
3848
3819
|
type: e.enum(["authorized_bank_account"]).optional().default("authorized_bank_account")
|
|
3849
|
-
}),
|
|
3820
|
+
}), Jc = e.object({
|
|
3850
3821
|
auth_password: e.string(),
|
|
3851
3822
|
auth_user: e.string(),
|
|
3852
3823
|
bank_account_id: e.uuid(),
|
|
@@ -3855,21 +3826,21 @@ var Kc = e.enum([
|
|
|
3855
3826
|
psu_identification: R.optional(),
|
|
3856
3827
|
save_to_authorized: e.boolean().optional().default(!1),
|
|
3857
3828
|
type: e.enum(["bank_account"]).optional().default("bank_account")
|
|
3858
|
-
}),
|
|
3829
|
+
}), Yc = e.object({
|
|
3859
3830
|
id: e.uuid(),
|
|
3860
3831
|
account_number: e.string().optional(),
|
|
3861
3832
|
currency: c.optional(),
|
|
3862
3833
|
display_name: e.string().max(200).optional(),
|
|
3863
3834
|
iban: e.string().optional(),
|
|
3864
3835
|
is_default: e.boolean().optional().default(!1)
|
|
3865
|
-
}),
|
|
3836
|
+
}), Xc = e.object({
|
|
3866
3837
|
city: e.string().max(255),
|
|
3867
3838
|
country: n,
|
|
3868
3839
|
line1: e.string().max(255),
|
|
3869
3840
|
line2: e.string().max(255).optional(),
|
|
3870
3841
|
postal_code: e.string().max(255),
|
|
3871
3842
|
state: e.string().max(255).optional()
|
|
3872
|
-
}),
|
|
3843
|
+
}), Zc = e.object({
|
|
3873
3844
|
address: e.string().optional(),
|
|
3874
3845
|
email: e.string().optional(),
|
|
3875
3846
|
first_name: e.string().optional(),
|
|
@@ -3878,7 +3849,7 @@ var Kc = e.enum([
|
|
|
3878
3849
|
organization_name: e.string().optional(),
|
|
3879
3850
|
tax_id: e.string().optional(),
|
|
3880
3851
|
vat_id: e.string().optional()
|
|
3881
|
-
}),
|
|
3852
|
+
}), Qc = e.enum(["created_at", "updated_at"]), $c = e.object({ created_at: e.string().optional() });
|
|
3882
3853
|
e.object({
|
|
3883
3854
|
body_text: e.string(),
|
|
3884
3855
|
subject_text: e.string()
|
|
@@ -3886,14 +3857,14 @@ e.object({
|
|
|
3886
3857
|
body_preview: e.string(),
|
|
3887
3858
|
subject_preview: e.string()
|
|
3888
3859
|
}), e.object({ mail_id: e.uuid() });
|
|
3889
|
-
var
|
|
3860
|
+
var el = e.object({
|
|
3890
3861
|
currency: c,
|
|
3891
3862
|
name: e.string(),
|
|
3892
3863
|
price: e.int(),
|
|
3893
3864
|
quantity: e.int(),
|
|
3894
3865
|
tax_rate: e.int().gte(0).lte(1e4),
|
|
3895
3866
|
unit: e.string()
|
|
3896
|
-
}),
|
|
3867
|
+
}), tl = e.object({
|
|
3897
3868
|
currency: e.string().optional(),
|
|
3898
3869
|
name: e.string().optional(),
|
|
3899
3870
|
price: e.string().optional(),
|
|
@@ -3901,22 +3872,22 @@ var nl = e.object({
|
|
|
3901
3872
|
tax_rate: e.string().optional(),
|
|
3902
3873
|
total_cost: e.string().optional(),
|
|
3903
3874
|
units: e.string().optional()
|
|
3904
|
-
}),
|
|
3875
|
+
}), nl = e.object({
|
|
3905
3876
|
currency: e.string().optional(),
|
|
3906
3877
|
head_row: e.string().optional(),
|
|
3907
|
-
line_items: e.array(
|
|
3908
|
-
}),
|
|
3878
|
+
line_items: e.array(tl).optional()
|
|
3879
|
+
}), rl = e.object({ document_id: e.string().optional() });
|
|
3909
3880
|
e.object({
|
|
3910
3881
|
counterpart_address_id: e.uuid().optional(),
|
|
3911
3882
|
counterpart_id: e.uuid(),
|
|
3912
3883
|
currency: c,
|
|
3913
3884
|
entity_vat_id_id: e.uuid().optional(),
|
|
3914
|
-
items: e.array(
|
|
3885
|
+
items: e.array(el),
|
|
3915
3886
|
message: e.string(),
|
|
3916
3887
|
project_id: e.uuid().optional(),
|
|
3917
3888
|
valid_for_days: e.int().gte(1)
|
|
3918
3889
|
});
|
|
3919
|
-
var
|
|
3890
|
+
var il = e.object({
|
|
3920
3891
|
entity_contact: rr.optional().default({
|
|
3921
3892
|
tax_id_header: "KVK",
|
|
3922
3893
|
vat_id_header: "VAT"
|
|
@@ -3927,20 +3898,20 @@ var ol = e.object({
|
|
|
3927
3898
|
}),
|
|
3928
3899
|
entity_logo: sr.optional().default({}),
|
|
3929
3900
|
header: ni.optional().default({}),
|
|
3930
|
-
line_items:
|
|
3901
|
+
line_items: nl.optional().default({ line_items: [] }),
|
|
3931
3902
|
memo: Gi.optional().default({}),
|
|
3932
|
-
payment_terms:
|
|
3933
|
-
purchase_order_counterpart_info:
|
|
3934
|
-
purchase_order_date:
|
|
3935
|
-
purchase_order_number:
|
|
3903
|
+
payment_terms: ac.optional().default({ header: "Payment terms" }),
|
|
3904
|
+
purchase_order_counterpart_info: Zc.optional().default({}),
|
|
3905
|
+
purchase_order_date: $c.optional().default({}),
|
|
3906
|
+
purchase_order_number: rl.optional().default({}),
|
|
3936
3907
|
template_type: e.enum(["purchase_order"])
|
|
3937
|
-
}),
|
|
3908
|
+
}), al = e.enum(["draft", "issued"]), ol = e.object({
|
|
3938
3909
|
id: e.uuid(),
|
|
3939
3910
|
country: e.string(),
|
|
3940
3911
|
entity_id: e.uuid(),
|
|
3941
3912
|
type: e.string(),
|
|
3942
3913
|
value: e.string()
|
|
3943
|
-
}),
|
|
3914
|
+
}), sl = e.object({
|
|
3944
3915
|
bic: e.string().optional(),
|
|
3945
3916
|
bic_title: e.string().optional().default("BIC"),
|
|
3946
3917
|
entity_name: e.string().optional(),
|
|
@@ -3954,7 +3925,7 @@ var ol = e.object({
|
|
|
3954
3925
|
qr_code_description: e.string().optional().default("Or use the following details"),
|
|
3955
3926
|
qr_code_text_below: e.string().optional(),
|
|
3956
3927
|
request_for_payment: e.string().optional()
|
|
3957
|
-
}),
|
|
3928
|
+
}), cl = e.object({
|
|
3958
3929
|
display_organization_bank_account: e.boolean().optional().default(!0),
|
|
3959
3930
|
display_signature: e.boolean().optional().default(!1)
|
|
3960
3931
|
}), z = e.object({
|
|
@@ -3963,19 +3934,19 @@ var ol = e.object({
|
|
|
3963
3934
|
display_organization_bank_account: e.boolean().optional().default(!0),
|
|
3964
3935
|
invoice: di.optional(),
|
|
3965
3936
|
line_items: Ii.optional(),
|
|
3966
|
-
quote:
|
|
3967
|
-
}),
|
|
3937
|
+
quote: cl.optional()
|
|
3938
|
+
}), ll = e.enum([
|
|
3968
3939
|
"draft",
|
|
3969
3940
|
"issued",
|
|
3970
3941
|
"accepted",
|
|
3971
3942
|
"expired",
|
|
3972
3943
|
"declined",
|
|
3973
3944
|
"deleted"
|
|
3974
|
-
]),
|
|
3945
|
+
]), ul = e.object({
|
|
3975
3946
|
currency: c,
|
|
3976
3947
|
rate: e.number()
|
|
3977
3948
|
});
|
|
3978
|
-
e.object({ data: e.array(
|
|
3949
|
+
e.object({ data: e.array(ul) }), e.object({ file: e.string() }), e.object({
|
|
3979
3950
|
base64_encoded_file: e.string().optional(),
|
|
3980
3951
|
currency: c.optional(),
|
|
3981
3952
|
description: e.string().max(1024).optional(),
|
|
@@ -3987,7 +3958,7 @@ e.object({ data: e.array(fl) }), e.object({ file: e.string() }), e.object({
|
|
|
3987
3958
|
total_amount: e.int().gte(0).optional(),
|
|
3988
3959
|
transaction_id: e.uuid().optional()
|
|
3989
3960
|
});
|
|
3990
|
-
var
|
|
3961
|
+
var dl = e.enum([
|
|
3991
3962
|
"id",
|
|
3992
3963
|
"created_at",
|
|
3993
3964
|
"updated_at",
|
|
@@ -3996,7 +3967,7 @@ var pl = e.enum([
|
|
|
3996
3967
|
"merchant_name",
|
|
3997
3968
|
"document_id",
|
|
3998
3969
|
"currency"
|
|
3999
|
-
]),
|
|
3970
|
+
]), fl = e.enum([
|
|
4000
3971
|
"created_at",
|
|
4001
3972
|
"currency",
|
|
4002
3973
|
"issued_at"
|
|
@@ -4005,7 +3976,7 @@ e.object({
|
|
|
4005
3976
|
name: e.string().optional(),
|
|
4006
3977
|
total: e.int().optional()
|
|
4007
3978
|
});
|
|
4008
|
-
var
|
|
3979
|
+
var pl = e.enum(["created_at", "updated_at"]), ml = e.object({
|
|
4009
3980
|
id: e.uuid(),
|
|
4010
3981
|
created_at: e.iso.datetime(),
|
|
4011
3982
|
updated_at: e.iso.datetime(),
|
|
@@ -4018,11 +3989,11 @@ e.object({
|
|
|
4018
3989
|
name: e.string().optional(),
|
|
4019
3990
|
total: e.int().optional()
|
|
4020
3991
|
}), e.object({
|
|
4021
|
-
data: e.array(
|
|
3992
|
+
data: e.array(ml),
|
|
4022
3993
|
next_pagination_token: e.string().optional(),
|
|
4023
3994
|
prev_pagination_token: e.string().optional()
|
|
4024
3995
|
});
|
|
4025
|
-
var
|
|
3996
|
+
var hl = e.enum(["user", "automatched"]), gl = e.enum(["id"]), _l = e.enum(["upload", "email"]);
|
|
4026
3997
|
e.object({
|
|
4027
3998
|
base64_encoded_file: e.string().optional(),
|
|
4028
3999
|
currency: c.optional(),
|
|
@@ -4035,11 +4006,11 @@ e.object({
|
|
|
4035
4006
|
total_amount: e.int().gte(0).optional(),
|
|
4036
4007
|
transaction_id: e.uuid().optional()
|
|
4037
4008
|
}), e.object({ file: e.string() });
|
|
4038
|
-
var
|
|
4009
|
+
var vl = e.object({
|
|
4039
4010
|
based_on: e.uuid(),
|
|
4040
4011
|
tag_ids: e.array(e.uuid()).optional().default([]),
|
|
4041
4012
|
type: Qe
|
|
4042
|
-
}),
|
|
4013
|
+
}), yl = e.record(e.string(), e.never()), bl = e.enum([
|
|
4043
4014
|
"counterpart_name",
|
|
4044
4015
|
"counterpart_id",
|
|
4045
4016
|
"amount",
|
|
@@ -4051,7 +4022,7 @@ var bl = e.object({
|
|
|
4051
4022
|
"document_id",
|
|
4052
4023
|
"created_at",
|
|
4053
4024
|
"project_id"
|
|
4054
|
-
]),
|
|
4025
|
+
]), xl = e.enum([
|
|
4055
4026
|
"counterpart_name",
|
|
4056
4027
|
"counterpart_id",
|
|
4057
4028
|
"amount",
|
|
@@ -4064,7 +4035,7 @@ var bl = e.object({
|
|
|
4064
4035
|
"project_id"
|
|
4065
4036
|
]);
|
|
4066
4037
|
e.object({ comment: e.string().optional() });
|
|
4067
|
-
var
|
|
4038
|
+
var Sl = e.enum([
|
|
4068
4039
|
"created_at",
|
|
4069
4040
|
"status",
|
|
4070
4041
|
"counterpart_id",
|
|
@@ -4073,7 +4044,7 @@ var wl = e.enum([
|
|
|
4073
4044
|
"due_date",
|
|
4074
4045
|
"project_id",
|
|
4075
4046
|
"product_id"
|
|
4076
|
-
]),
|
|
4047
|
+
]), Cl = e.enum([
|
|
4077
4048
|
"compliant",
|
|
4078
4049
|
"partially_compliant",
|
|
4079
4050
|
"non_compliant"
|
|
@@ -4084,14 +4055,14 @@ var wl = e.enum([
|
|
|
4084
4055
|
line2: e.string().max(100).optional(),
|
|
4085
4056
|
postal_code: e.string().max(10),
|
|
4086
4057
|
state: e.string().optional()
|
|
4087
|
-
}),
|
|
4058
|
+
}), wl = e.object({
|
|
4088
4059
|
email: e.email().optional(),
|
|
4089
4060
|
logo: e.url().min(1).max(2083).optional(),
|
|
4090
4061
|
phone: e.string().optional(),
|
|
4091
4062
|
registration_authority: e.string().optional(),
|
|
4092
4063
|
registration_number: e.string().optional(),
|
|
4093
4064
|
website: e.url().min(1).max(2083).optional()
|
|
4094
|
-
}),
|
|
4065
|
+
}), Tl = e.object({
|
|
4095
4066
|
email: e.email().optional(),
|
|
4096
4067
|
first_name: e.string(),
|
|
4097
4068
|
last_name: e.string(),
|
|
@@ -4102,7 +4073,7 @@ var wl = e.enum([
|
|
|
4102
4073
|
tax_id: e.string().optional(),
|
|
4103
4074
|
type: e.enum(["individual"]),
|
|
4104
4075
|
website: e.url().min(1).max(2083).optional()
|
|
4105
|
-
}),
|
|
4076
|
+
}), El = e.object({
|
|
4106
4077
|
email: e.email().optional(),
|
|
4107
4078
|
first_name: e.string(),
|
|
4108
4079
|
last_name: e.string(),
|
|
@@ -4113,7 +4084,7 @@ var wl = e.enum([
|
|
|
4113
4084
|
tax_id: e.string().optional(),
|
|
4114
4085
|
type: e.enum(["individual"]),
|
|
4115
4086
|
website: e.url().min(1).max(2083).optional()
|
|
4116
|
-
}),
|
|
4087
|
+
}), Dl = e.object({
|
|
4117
4088
|
email: e.email().optional(),
|
|
4118
4089
|
logo: e.url().min(1).max(2083).optional(),
|
|
4119
4090
|
name: e.string(),
|
|
@@ -4124,7 +4095,7 @@ var wl = e.enum([
|
|
|
4124
4095
|
type: e.enum(["organization"]),
|
|
4125
4096
|
vat_id: e.string().optional(),
|
|
4126
4097
|
website: e.url().min(1).max(2083).optional()
|
|
4127
|
-
}),
|
|
4098
|
+
}), Ol = e.object({
|
|
4128
4099
|
email: e.email().optional(),
|
|
4129
4100
|
logo: e.url().min(1).max(2083).optional(),
|
|
4130
4101
|
name: e.string(),
|
|
@@ -4134,7 +4105,7 @@ var wl = e.enum([
|
|
|
4134
4105
|
tax_id: e.string().optional(),
|
|
4135
4106
|
type: e.enum(["organization"]),
|
|
4136
4107
|
website: e.url().min(1).max(2083).optional()
|
|
4137
|
-
}),
|
|
4108
|
+
}), kl = e.enum([
|
|
4138
4109
|
"line_items",
|
|
4139
4110
|
"amount",
|
|
4140
4111
|
"currency",
|
|
@@ -4151,7 +4122,7 @@ e.object({
|
|
|
4151
4122
|
file_url: e.string().optional(),
|
|
4152
4123
|
original_file_url: e.string().optional()
|
|
4153
4124
|
});
|
|
4154
|
-
var
|
|
4125
|
+
var Al = e.enum(["timestamp"]), jl = e.enum([
|
|
4155
4126
|
"status_changed",
|
|
4156
4127
|
"receivable_created",
|
|
4157
4128
|
"receivable_updated",
|
|
@@ -4160,47 +4131,47 @@ var Ml = e.enum(["timestamp"]), Nl = e.enum([
|
|
|
4160
4131
|
"mail_sent",
|
|
4161
4132
|
"payment_reminder_mail_sent",
|
|
4162
4133
|
"overdue_reminder_mail_sent"
|
|
4163
|
-
]),
|
|
4134
|
+
]), Ml = e.enum([
|
|
4164
4135
|
"status",
|
|
4165
4136
|
"created_at",
|
|
4166
4137
|
"updated_at"
|
|
4167
|
-
]),
|
|
4138
|
+
]), Nl = e.object({
|
|
4168
4139
|
email: e.email(),
|
|
4169
4140
|
error: e.string().optional(),
|
|
4170
4141
|
is_success: e.boolean()
|
|
4171
|
-
}),
|
|
4172
|
-
bcc: e.array(
|
|
4173
|
-
cc: e.array(
|
|
4174
|
-
to: e.array(
|
|
4175
|
-
}),
|
|
4142
|
+
}), Pl = e.object({
|
|
4143
|
+
bcc: e.array(Nl).optional(),
|
|
4144
|
+
cc: e.array(Nl).optional(),
|
|
4145
|
+
to: e.array(Nl).optional()
|
|
4146
|
+
}), Fl = e.enum([
|
|
4176
4147
|
"pending",
|
|
4177
4148
|
"processing",
|
|
4178
4149
|
"sent",
|
|
4179
4150
|
"partially_sent",
|
|
4180
4151
|
"failed"
|
|
4181
|
-
]),
|
|
4152
|
+
]), Il = e.object({
|
|
4182
4153
|
mail_id: e.uuid(),
|
|
4183
|
-
mail_status:
|
|
4184
|
-
recipients:
|
|
4185
|
-
}),
|
|
4154
|
+
mail_status: Fl,
|
|
4155
|
+
recipients: Pl
|
|
4156
|
+
}), Ll = e.object({
|
|
4186
4157
|
id: e.uuid(),
|
|
4187
4158
|
created_at: e.iso.datetime(),
|
|
4188
4159
|
updated_at: e.iso.datetime(),
|
|
4189
|
-
recipients:
|
|
4190
|
-
status:
|
|
4160
|
+
recipients: Pl.optional(),
|
|
4161
|
+
status: Fl
|
|
4191
4162
|
});
|
|
4192
4163
|
e.object({
|
|
4193
|
-
data: e.array(
|
|
4164
|
+
data: e.array(Ll),
|
|
4194
4165
|
next_pagination_token: e.string().optional(),
|
|
4195
4166
|
prev_pagination_token: e.string().optional()
|
|
4196
4167
|
});
|
|
4197
|
-
var
|
|
4168
|
+
var Rl = e.enum([
|
|
4198
4169
|
"id",
|
|
4199
4170
|
"amount_due",
|
|
4200
4171
|
"product_amount",
|
|
4201
4172
|
"product_quantity",
|
|
4202
4173
|
"total_amount"
|
|
4203
|
-
]),
|
|
4174
|
+
]), zl = e.object({
|
|
4204
4175
|
document_id: e.string().optional(),
|
|
4205
4176
|
document_type: e.string().optional(),
|
|
4206
4177
|
header: e.string().optional().default("Document number")
|
|
@@ -4259,34 +4230,34 @@ e.object({
|
|
|
4259
4230
|
}
|
|
4260
4231
|
})
|
|
4261
4232
|
}), e.object({ mail_id: e.uuid() });
|
|
4262
|
-
var
|
|
4233
|
+
var Bl = e.object({
|
|
4263
4234
|
create_without_personal_info: e.boolean(),
|
|
4264
4235
|
deduction_title: e.string().min(1).max(32).nullish()
|
|
4265
|
-
}),
|
|
4236
|
+
}), Vl = e.object({
|
|
4266
4237
|
description: e.string(),
|
|
4267
4238
|
name: e.string()
|
|
4268
|
-
}),
|
|
4239
|
+
}), Hl = e.enum([
|
|
4269
4240
|
"quote",
|
|
4270
4241
|
"invoice",
|
|
4271
4242
|
"credit_note"
|
|
4272
|
-
]),
|
|
4243
|
+
]), Ul = e.object({
|
|
4273
4244
|
receivable_id: e.uuid(),
|
|
4274
|
-
type:
|
|
4245
|
+
type: Hl
|
|
4275
4246
|
});
|
|
4276
4247
|
e.object({ comment: e.string().optional() });
|
|
4277
|
-
var
|
|
4248
|
+
var Wl = e.record(e.string(), e.never()), Gl = e.object({
|
|
4278
4249
|
dimension_value: e.string().optional(),
|
|
4279
4250
|
metric_value: e.int()
|
|
4280
4251
|
});
|
|
4281
|
-
e.object({ data: e.array(
|
|
4282
|
-
var
|
|
4252
|
+
e.object({ data: e.array(Gl) });
|
|
4253
|
+
var Kl = e.object({
|
|
4283
4254
|
city: e.string(),
|
|
4284
4255
|
country: n,
|
|
4285
4256
|
line1: e.string(),
|
|
4286
4257
|
line2: e.string().optional(),
|
|
4287
4258
|
postal_code: e.string(),
|
|
4288
4259
|
state: e.string().optional()
|
|
4289
|
-
}),
|
|
4260
|
+
}), ql = e.enum([
|
|
4290
4261
|
"receivable",
|
|
4291
4262
|
"discount_reminder",
|
|
4292
4263
|
"final_reminder"
|
|
@@ -4295,9 +4266,9 @@ e.object({
|
|
|
4295
4266
|
body_text: e.string().min(1),
|
|
4296
4267
|
language: g.optional().default("en"),
|
|
4297
4268
|
subject_text: e.string().min(1),
|
|
4298
|
-
type:
|
|
4269
|
+
type: ql.optional().default("receivable")
|
|
4299
4270
|
});
|
|
4300
|
-
var
|
|
4271
|
+
var Jl = e.object({ payment_reminders: e.string().optional() }), V = e.object({
|
|
4301
4272
|
id: e.uuid().optional(),
|
|
4302
4273
|
city: e.string(),
|
|
4303
4274
|
country: n,
|
|
@@ -4305,14 +4276,14 @@ var Xl = e.object({ payment_reminders: e.string().optional() }), V = e.object({
|
|
|
4305
4276
|
line2: e.string().optional(),
|
|
4306
4277
|
postal_code: e.string(),
|
|
4307
4278
|
state: e.string().optional()
|
|
4308
|
-
}),
|
|
4279
|
+
}), Yl = e.object({
|
|
4309
4280
|
address: V.optional(),
|
|
4310
4281
|
email: e.email().optional(),
|
|
4311
4282
|
first_name: e.string(),
|
|
4312
4283
|
last_name: e.string(),
|
|
4313
4284
|
phone: e.string().optional(),
|
|
4314
4285
|
title: e.string().optional()
|
|
4315
|
-
}),
|
|
4286
|
+
}), Xl = e.object({
|
|
4316
4287
|
id: e.uuid().optional(),
|
|
4317
4288
|
account_holder_name: e.string().optional(),
|
|
4318
4289
|
account_number: e.string().optional(),
|
|
@@ -4361,7 +4332,7 @@ e.object({
|
|
|
4361
4332
|
project_id: e.uuid().optional(),
|
|
4362
4333
|
project_id__in: e.array(e.uuid()).optional(),
|
|
4363
4334
|
search_text: e.string().optional(),
|
|
4364
|
-
sort:
|
|
4335
|
+
sort: xl.optional(),
|
|
4365
4336
|
status: e.enum([
|
|
4366
4337
|
"draft",
|
|
4367
4338
|
"issued",
|
|
@@ -4384,9 +4355,9 @@ e.object({
|
|
|
4384
4355
|
total_amount__gte: e.int().optional(),
|
|
4385
4356
|
total_amount__lt: e.int().optional(),
|
|
4386
4357
|
total_amount__lte: e.int().optional(),
|
|
4387
|
-
type:
|
|
4358
|
+
type: Hl.optional()
|
|
4388
4359
|
}), e.object({ mail_ids: e.array(e.uuid()) });
|
|
4389
|
-
var
|
|
4360
|
+
var Zl = e.enum([
|
|
4390
4361
|
"draft",
|
|
4391
4362
|
"issued",
|
|
4392
4363
|
"failed",
|
|
@@ -4403,14 +4374,14 @@ var $l = e.enum([
|
|
|
4403
4374
|
]);
|
|
4404
4375
|
e.object({
|
|
4405
4376
|
errors: Ji.optional(),
|
|
4406
|
-
warnings:
|
|
4377
|
+
warnings: Jl.optional()
|
|
4407
4378
|
});
|
|
4408
|
-
var
|
|
4379
|
+
var Ql = e.object({
|
|
4409
4380
|
id: e.uuid(),
|
|
4410
4381
|
bank_accounts: e.array(dn).optional(),
|
|
4411
4382
|
name: e.string().optional(),
|
|
4412
4383
|
type: N
|
|
4413
|
-
}),
|
|
4384
|
+
}), $l = e.object({
|
|
4414
4385
|
id: e.uuid(),
|
|
4415
4386
|
updated_at: e.iso.datetime(),
|
|
4416
4387
|
amount: e.int(),
|
|
@@ -4418,13 +4389,13 @@ var eu = e.object({
|
|
|
4418
4389
|
batch_payment_id: e.uuid().optional(),
|
|
4419
4390
|
currency: e.string(),
|
|
4420
4391
|
invoice: ui.optional(),
|
|
4421
|
-
object:
|
|
4422
|
-
payer:
|
|
4392
|
+
object: Ks.optional(),
|
|
4393
|
+
payer: ks.optional(),
|
|
4423
4394
|
payment_link_id: e.uuid().optional(),
|
|
4424
4395
|
payment_methods: e.array(v),
|
|
4425
4396
|
payment_reference: e.string().optional(),
|
|
4426
4397
|
provider: e.string().optional(),
|
|
4427
|
-
recipient:
|
|
4398
|
+
recipient: Ql,
|
|
4428
4399
|
selected_payment_method: v.optional(),
|
|
4429
4400
|
status: e.string()
|
|
4430
4401
|
});
|
|
@@ -4433,47 +4404,47 @@ e.object({
|
|
|
4433
4404
|
created_at: e.iso.datetime(),
|
|
4434
4405
|
error: e.record(e.string(), e.unknown()).optional(),
|
|
4435
4406
|
expires_at: e.iso.datetime(),
|
|
4436
|
-
payment_intents: e.array(
|
|
4407
|
+
payment_intents: e.array($l),
|
|
4437
4408
|
payment_page_url: e.url().min(1).max(2083),
|
|
4438
|
-
status:
|
|
4409
|
+
status: oc,
|
|
4439
4410
|
total_amount: e.int().optional()
|
|
4440
4411
|
}), e.object({
|
|
4441
4412
|
id: e.uuid(),
|
|
4442
4413
|
created_at: e.iso.datetime(),
|
|
4443
|
-
entity_bank_accounts: e.array(
|
|
4414
|
+
entity_bank_accounts: e.array(Yc).optional(),
|
|
4444
4415
|
entity_id: e.uuid(),
|
|
4445
4416
|
error: e.record(e.string(), e.unknown()).optional(),
|
|
4446
4417
|
expires_at: e.iso.datetime(),
|
|
4447
4418
|
partner_id: e.uuid(),
|
|
4448
|
-
payment_intents: e.array(
|
|
4419
|
+
payment_intents: e.array($l),
|
|
4449
4420
|
payment_page_url: e.url().min(1).max(2083),
|
|
4450
4421
|
project_id: e.uuid(),
|
|
4451
|
-
status:
|
|
4422
|
+
status: oc,
|
|
4452
4423
|
total_amount: e.int().optional()
|
|
4453
4424
|
}), e.object({
|
|
4454
|
-
data: e.array(
|
|
4425
|
+
data: e.array($l),
|
|
4455
4426
|
next_pagination_token: e.string().optional(),
|
|
4456
4427
|
prev_pagination_token: e.string().optional()
|
|
4457
4428
|
});
|
|
4458
|
-
var
|
|
4429
|
+
var eu = e.object({
|
|
4459
4430
|
id: e.uuid(),
|
|
4460
4431
|
authorized_bank_accounts: e.array(je).optional(),
|
|
4461
4432
|
bank_accounts: e.array(dn).optional(),
|
|
4462
4433
|
name: e.string().optional(),
|
|
4463
4434
|
type: N
|
|
4464
|
-
}),
|
|
4435
|
+
}), tu = e.enum(["entity", "counterpart"]), nu = e.object({
|
|
4465
4436
|
id: e.uuid(),
|
|
4466
|
-
type:
|
|
4437
|
+
type: tu
|
|
4467
4438
|
});
|
|
4468
4439
|
e.object({
|
|
4469
|
-
recipient:
|
|
4440
|
+
recipient: nu,
|
|
4470
4441
|
refresh_url: e.url().min(1).max(2083),
|
|
4471
4442
|
return_url: e.url().min(1).max(2083)
|
|
4472
4443
|
}), e.object({
|
|
4473
4444
|
id: e.uuid(),
|
|
4474
4445
|
created_at: e.iso.datetime(),
|
|
4475
4446
|
expires_at: e.iso.datetime(),
|
|
4476
|
-
recipient:
|
|
4447
|
+
recipient: nu,
|
|
4477
4448
|
refresh_url: e.url().min(1).max(2083),
|
|
4478
4449
|
return_url: e.url().min(1).max(2083),
|
|
4479
4450
|
url: e.url().min(1).max(2083)
|
|
@@ -4488,7 +4459,7 @@ e.object({
|
|
|
4488
4459
|
recipients: H.optional(),
|
|
4489
4460
|
terms: e.array(Ao).min(1).max(3).optional()
|
|
4490
4461
|
});
|
|
4491
|
-
var
|
|
4462
|
+
var ru = e.object({
|
|
4492
4463
|
id: e.uuid(),
|
|
4493
4464
|
created_at: e.iso.datetime(),
|
|
4494
4465
|
updated_at: e.iso.datetime(),
|
|
@@ -4496,7 +4467,7 @@ var au = e.object({
|
|
|
4496
4467
|
recipients: H.optional(),
|
|
4497
4468
|
terms: e.array(Ao).min(1).optional()
|
|
4498
4469
|
});
|
|
4499
|
-
e.object({ data: e.array(
|
|
4470
|
+
e.object({ data: e.array(ru) }), e.object({
|
|
4500
4471
|
name: e.string().min(1).max(255).optional(),
|
|
4501
4472
|
recipients: H.optional(),
|
|
4502
4473
|
terms: e.array(Ao).min(1).max(3).optional()
|
|
@@ -4505,11 +4476,11 @@ e.object({ data: e.array(au) }), e.object({
|
|
|
4505
4476
|
recipients: H.optional(),
|
|
4506
4477
|
subject_text: e.string().min(1)
|
|
4507
4478
|
});
|
|
4508
|
-
var
|
|
4479
|
+
var iu = e.object({
|
|
4509
4480
|
bcc: e.array(e.email()).optional().default([]),
|
|
4510
4481
|
cc: e.array(e.email()).optional().default([]),
|
|
4511
4482
|
to: e.array(e.email()).optional().default([])
|
|
4512
|
-
}),
|
|
4483
|
+
}), au = e.enum([
|
|
4513
4484
|
"day",
|
|
4514
4485
|
"week",
|
|
4515
4486
|
"month",
|
|
@@ -4520,7 +4491,7 @@ e.object({
|
|
|
4520
4491
|
automation_level: Me.optional(),
|
|
4521
4492
|
body_text: e.string().min(1).optional(),
|
|
4522
4493
|
end_date: e.iso.date().optional(),
|
|
4523
|
-
frequency:
|
|
4494
|
+
frequency: au.optional().default("month"),
|
|
4524
4495
|
interval: e.int().gte(1).lte(100).optional().default(1),
|
|
4525
4496
|
invoice_id: e.uuid(),
|
|
4526
4497
|
max_occurrences: e.int().gte(1).lte(1e3).optional(),
|
|
@@ -4528,17 +4499,17 @@ e.object({
|
|
|
4528
4499
|
start_date: e.iso.date(),
|
|
4529
4500
|
subject_text: e.string().min(1).optional()
|
|
4530
4501
|
});
|
|
4531
|
-
var
|
|
4502
|
+
var ou = e.object({
|
|
4532
4503
|
issue_at: e.iso.date(),
|
|
4533
4504
|
issued_invoice_id: e.uuid().optional(),
|
|
4534
4505
|
iteration: e.int().optional().default(1),
|
|
4535
4506
|
status: pi
|
|
4536
|
-
}),
|
|
4507
|
+
}), su = e.enum([
|
|
4537
4508
|
"active",
|
|
4538
4509
|
"paused",
|
|
4539
4510
|
"canceled",
|
|
4540
4511
|
"completed"
|
|
4541
|
-
]),
|
|
4512
|
+
]), cu = e.object({
|
|
4542
4513
|
id: e.uuid(),
|
|
4543
4514
|
created_at: e.iso.datetime(),
|
|
4544
4515
|
updated_at: e.iso.datetime(),
|
|
@@ -4546,29 +4517,29 @@ var cu = e.object({
|
|
|
4546
4517
|
body_text: e.string().optional(),
|
|
4547
4518
|
current_iteration: e.int().gte(1),
|
|
4548
4519
|
end_date: e.iso.date().optional(),
|
|
4549
|
-
frequency:
|
|
4520
|
+
frequency: au,
|
|
4550
4521
|
interval: e.int().gte(1).lte(100),
|
|
4551
4522
|
invoice_id: e.uuid(),
|
|
4552
|
-
iterations: e.array(
|
|
4523
|
+
iterations: e.array(ou).min(1),
|
|
4553
4524
|
max_occurrences: e.int().gte(1).lte(1e3).optional(),
|
|
4554
4525
|
recipients: H.optional(),
|
|
4555
4526
|
start_date: e.iso.date(),
|
|
4556
|
-
status:
|
|
4527
|
+
status: su,
|
|
4557
4528
|
subject_text: e.string().optional()
|
|
4558
4529
|
});
|
|
4559
|
-
e.object({ data: e.array(
|
|
4530
|
+
e.object({ data: e.array(cu) }), e.object({
|
|
4560
4531
|
counterpart: It,
|
|
4561
4532
|
entity: ur,
|
|
4562
|
-
product: e.array(
|
|
4563
|
-
receivable: e.array(
|
|
4533
|
+
product: e.array(Bc),
|
|
4534
|
+
receivable: e.array(kl)
|
|
4564
4535
|
});
|
|
4565
|
-
var
|
|
4536
|
+
var lu = e.object({
|
|
4566
4537
|
id: e.uuid(),
|
|
4567
4538
|
requirements: e.record(e.string(), e.unknown())
|
|
4568
|
-
}),
|
|
4539
|
+
}), uu = e.object({
|
|
4569
4540
|
credit_note_ids: e.array(e.uuid()).optional(),
|
|
4570
4541
|
proforma_invoice_id: e.uuid().optional()
|
|
4571
|
-
}),
|
|
4542
|
+
}), du = e.object({
|
|
4572
4543
|
id: e.uuid(),
|
|
4573
4544
|
detailsUrl: e.string(),
|
|
4574
4545
|
displayName: e.string(),
|
|
@@ -4577,7 +4548,7 @@ var du = e.object({
|
|
|
4577
4548
|
types: e.array(k)
|
|
4578
4549
|
});
|
|
4579
4550
|
e.object({
|
|
4580
|
-
data: e.array(
|
|
4551
|
+
data: e.array(du),
|
|
4581
4552
|
nextPaginationToken: e.string().nullish(),
|
|
4582
4553
|
parentOrganizations: e.array(Vo).nullish(),
|
|
4583
4554
|
prevPaginationToken: e.string().nullish()
|
|
@@ -4600,7 +4571,7 @@ e.object({
|
|
|
4600
4571
|
term_2_reminder: U.optional(),
|
|
4601
4572
|
term_final_reminder: U.optional()
|
|
4602
4573
|
});
|
|
4603
|
-
var
|
|
4574
|
+
var fu = e.enum([
|
|
4604
4575
|
"term_1",
|
|
4605
4576
|
"term_2",
|
|
4606
4577
|
"term_final",
|
|
@@ -4608,19 +4579,19 @@ var mu = e.enum([
|
|
|
4608
4579
|
]);
|
|
4609
4580
|
e.object({
|
|
4610
4581
|
recipients: H.optional(),
|
|
4611
|
-
reminder_type:
|
|
4582
|
+
reminder_type: fu
|
|
4612
4583
|
});
|
|
4613
|
-
var
|
|
4584
|
+
var pu = e.object({
|
|
4614
4585
|
mail_id: e.uuid(),
|
|
4615
|
-
mail_status:
|
|
4616
|
-
recipients:
|
|
4617
|
-
term:
|
|
4618
|
-
}),
|
|
4586
|
+
mail_status: Fl,
|
|
4587
|
+
recipients: Pl,
|
|
4588
|
+
term: fu
|
|
4589
|
+
}), mu = e.object({ enabled: e.boolean().optional().default(!0) });
|
|
4619
4590
|
e.object({
|
|
4620
4591
|
body: e.string(),
|
|
4621
4592
|
subject: e.string()
|
|
4622
4593
|
});
|
|
4623
|
-
var
|
|
4594
|
+
var hu = e.object({
|
|
4624
4595
|
repayment_amount: e.int(),
|
|
4625
4596
|
repayment_date: e.string(),
|
|
4626
4597
|
repayment_fee_amount: e.int(),
|
|
@@ -4630,7 +4601,7 @@ e.object({
|
|
|
4630
4601
|
email: e.string(),
|
|
4631
4602
|
redirectUri: e.string()
|
|
4632
4603
|
}), e.object({ email: e.string() });
|
|
4633
|
-
var
|
|
4604
|
+
var gu = e.object({
|
|
4634
4605
|
code: e.string(),
|
|
4635
4606
|
reason: e.string(),
|
|
4636
4607
|
requirement: e.string()
|
|
@@ -4644,7 +4615,7 @@ e.object({
|
|
|
4644
4615
|
token: e.string(),
|
|
4645
4616
|
userId: e.uuid()
|
|
4646
4617
|
}), e.object({ userId: e.uuid() }), e.object({ email: e.string() }), e.object({ acknowledged: e.boolean() });
|
|
4647
|
-
var
|
|
4618
|
+
var _u = e.enum(["updated_at", "created_at"]), vu = e.object({
|
|
4648
4619
|
assignedDateTime: e.iso.datetime(),
|
|
4649
4620
|
email: e.string(),
|
|
4650
4621
|
name: e.string(),
|
|
@@ -4652,18 +4623,18 @@ var yu = e.enum(["updated_at", "created_at"]), bu = e.object({
|
|
|
4652
4623
|
userId: e.uuid()
|
|
4653
4624
|
});
|
|
4654
4625
|
e.object({
|
|
4655
|
-
data: e.array(
|
|
4626
|
+
data: e.array(vu),
|
|
4656
4627
|
nextPaginationToken: e.string().nullish(),
|
|
4657
4628
|
prevPaginationToken: e.string().nullish()
|
|
4658
4629
|
});
|
|
4659
|
-
var
|
|
4630
|
+
var yu = e.object({
|
|
4660
4631
|
id: e.uuid(),
|
|
4661
4632
|
description: e.string().nullish(),
|
|
4662
4633
|
key: e.string(),
|
|
4663
4634
|
name: e.string()
|
|
4664
4635
|
});
|
|
4665
|
-
e.object({ data: e.array(
|
|
4666
|
-
var
|
|
4636
|
+
e.object({ data: e.array(yu) });
|
|
4637
|
+
var bu = e.discriminatedUnion("object_type", [
|
|
4667
4638
|
P.extend({ object_type: e.literal("accounting_tax_rate") }),
|
|
4668
4639
|
P.extend({ object_type: e.literal("approval_policy") }),
|
|
4669
4640
|
P.extend({ object_type: e.literal("approval_request") }),
|
|
@@ -4697,11 +4668,11 @@ var Su = e.discriminatedUnion("object_type", [
|
|
|
4697
4668
|
P.extend({ object_type: e.literal("todo_task_mute") }),
|
|
4698
4669
|
P.extend({ object_type: e.literal("transaction") }),
|
|
4699
4670
|
P.extend({ object_type: e.literal("workflow") }),
|
|
4700
|
-
|
|
4701
|
-
]),
|
|
4671
|
+
mc
|
|
4672
|
+
]), xu = e.object({ objects: e.array(bu).optional() });
|
|
4702
4673
|
e.object({
|
|
4703
4674
|
name: e.string().min(1).max(255),
|
|
4704
|
-
permissions:
|
|
4675
|
+
permissions: xu
|
|
4705
4676
|
}), e.object({
|
|
4706
4677
|
amount: e.union([e.coerce.bigint().min(BigInt("-9223372036854775808"), { error: "Invalid value: Expected int64 to be >= -9223372036854775808" }).max(BigInt("9223372036854775807"), { error: "Invalid value: Expected int64 to be <= 9223372036854775807" }), e.coerce.bigint().min(BigInt("-9223372036854775808"), { error: "Invalid value: Expected int64 to be >= -9223372036854775808" }).max(BigInt("9223372036854775807"), { error: "Invalid value: Expected int64 to be <= 9223372036854775807" })]),
|
|
4707
4678
|
currencyCode: e.string().optional().default("USD"),
|
|
@@ -4710,23 +4681,23 @@ e.object({
|
|
|
4710
4681
|
reference: e.string().nullish(),
|
|
4711
4682
|
toBankAccountId: e.uuid()
|
|
4712
4683
|
});
|
|
4713
|
-
var
|
|
4684
|
+
var Su = e.enum([
|
|
4714
4685
|
"SMS_OTP",
|
|
4715
4686
|
"CHIP_OTP",
|
|
4716
4687
|
"PHOTO_OTP",
|
|
4717
4688
|
"PUSH_OTP"
|
|
4718
|
-
]),
|
|
4689
|
+
]), Cu = e.object({
|
|
4719
4690
|
id: e.string(),
|
|
4720
4691
|
description: e.string().optional(),
|
|
4721
4692
|
information: e.string().optional(),
|
|
4722
|
-
type:
|
|
4693
|
+
type: Su
|
|
4723
4694
|
});
|
|
4724
4695
|
e.object({
|
|
4725
4696
|
application_user_id: e.string(),
|
|
4726
4697
|
consent_id: e.string(),
|
|
4727
4698
|
consent_token: e.string().optional(),
|
|
4728
|
-
sca_methods: e.array(
|
|
4729
|
-
selected_sca_method:
|
|
4699
|
+
sca_methods: e.array(Cu).optional(),
|
|
4700
|
+
selected_sca_method: Cu.optional(),
|
|
4730
4701
|
state: _t
|
|
4731
4702
|
}), e.object({
|
|
4732
4703
|
attach_documents_as_pdf: e.boolean().optional().default(!0),
|
|
@@ -4737,7 +4708,7 @@ e.object({
|
|
|
4737
4708
|
entity_id: e.uuid(),
|
|
4738
4709
|
language: g,
|
|
4739
4710
|
partner_id: e.uuid().optional(),
|
|
4740
|
-
recipients_info:
|
|
4711
|
+
recipients_info: iu,
|
|
4741
4712
|
subject: e.string()
|
|
4742
4713
|
}), e.object({ data: e.array(Qn).optional() }), e.object({
|
|
4743
4714
|
attachments: e.record(e.string(), e.string()).optional(),
|
|
@@ -4753,12 +4724,12 @@ e.object({
|
|
|
4753
4724
|
body_text: e.string(),
|
|
4754
4725
|
subject_text: e.string()
|
|
4755
4726
|
});
|
|
4756
|
-
var
|
|
4727
|
+
var wu = e.object({
|
|
4757
4728
|
id: e.uuid(),
|
|
4758
4729
|
recipient: e.string()
|
|
4759
4730
|
});
|
|
4760
|
-
e.object({ data: e.array(
|
|
4761
|
-
var
|
|
4731
|
+
e.object({ data: e.array(wu) });
|
|
4732
|
+
var Tu = e.enum(["codat", "railz"]);
|
|
4762
4733
|
e.object({
|
|
4763
4734
|
application_user_id: e.string(),
|
|
4764
4735
|
sca_code: e.string()
|
|
@@ -4766,13 +4737,13 @@ e.object({
|
|
|
4766
4737
|
application_user_id: e.string(),
|
|
4767
4738
|
sca_method_id: e.string()
|
|
4768
4739
|
});
|
|
4769
|
-
var
|
|
4740
|
+
var Eu = e.object({
|
|
4770
4741
|
email: e.email(),
|
|
4771
4742
|
full_name: e.string().min(1).max(255),
|
|
4772
4743
|
signature_image: e.string().min(32).max(524288)
|
|
4773
4744
|
});
|
|
4774
|
-
e.object({ signature:
|
|
4775
|
-
var
|
|
4745
|
+
e.object({ signature: Eu.optional() });
|
|
4746
|
+
var Du = e.object({
|
|
4776
4747
|
email: e.string().optional(),
|
|
4777
4748
|
email_label: e.string().optional(),
|
|
4778
4749
|
full_name: e.string().optional(),
|
|
@@ -4782,7 +4753,7 @@ var ku = e.object({
|
|
|
4782
4753
|
signature_label: e.string().optional().default("Signature"),
|
|
4783
4754
|
signed_at: e.string().optional(),
|
|
4784
4755
|
signed_at_label: e.string().optional().default("Date, location")
|
|
4785
|
-
}),
|
|
4756
|
+
}), Ou = e.object({
|
|
4786
4757
|
account_data: ne.optional().default({
|
|
4787
4758
|
account_holder_name_header: "Account holder",
|
|
4788
4759
|
account_number_header: "Account number",
|
|
@@ -4838,9 +4809,9 @@ var ku = e.object({
|
|
|
4838
4809
|
of_preposition: "of",
|
|
4839
4810
|
page_text: "Page"
|
|
4840
4811
|
}),
|
|
4841
|
-
signature:
|
|
4812
|
+
signature: Du.optional(),
|
|
4842
4813
|
template_type: e.enum(["delivery_note"])
|
|
4843
|
-
}),
|
|
4814
|
+
}), ku = e.object({
|
|
4844
4815
|
account_data: ne.optional().default({
|
|
4845
4816
|
account_holder_name_header: "Account holder",
|
|
4846
4817
|
account_number_header: "Account number",
|
|
@@ -4887,8 +4858,8 @@ var ku = e.object({
|
|
|
4887
4858
|
of_preposition: "of",
|
|
4888
4859
|
page_text: "Page"
|
|
4889
4860
|
}),
|
|
4890
|
-
payment_terms:
|
|
4891
|
-
qr_code_data:
|
|
4861
|
+
payment_terms: ac.optional().default({ header: "Payment terms" }),
|
|
4862
|
+
qr_code_data: sl.optional().default({
|
|
4892
4863
|
bic_title: "BIC",
|
|
4893
4864
|
entity_name_title: "Beneficiary's name",
|
|
4894
4865
|
iban_title: "IBAN",
|
|
@@ -4911,8 +4882,8 @@ var ku = e.object({
|
|
|
4911
4882
|
quote_expires_header: "Quote expires",
|
|
4912
4883
|
receivable_number_header: "Number"
|
|
4913
4884
|
}),
|
|
4914
|
-
receivable_number:
|
|
4915
|
-
signature:
|
|
4885
|
+
receivable_number: zl.optional().default({ header: "Document number" }),
|
|
4886
|
+
signature: Du.optional(),
|
|
4916
4887
|
template_type: e.enum(["receivable"])
|
|
4917
4888
|
});
|
|
4918
4889
|
e.object({
|
|
@@ -4922,10 +4893,10 @@ e.object({
|
|
|
4922
4893
|
object_id: e.string(),
|
|
4923
4894
|
object_type: y.optional(),
|
|
4924
4895
|
payload: e.discriminatedUnion("template_type", [
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4896
|
+
ku.extend({ template_type: e.literal("receivable") }),
|
|
4897
|
+
Ou.extend({ template_type: e.literal("delivery_note") }),
|
|
4898
|
+
il.extend({ template_type: e.literal("purchase_order") }),
|
|
4899
|
+
hs.extend({ template_type: e.literal("payable") })
|
|
4929
4900
|
])
|
|
4930
4901
|
});
|
|
4931
4902
|
var W = e.object({
|
|
@@ -4939,7 +4910,7 @@ var W = e.object({
|
|
|
4939
4910
|
"LTE"
|
|
4940
4911
|
]),
|
|
4941
4912
|
value: e.int()
|
|
4942
|
-
}),
|
|
4913
|
+
}), Au = e.discriminatedUnion("operator", [
|
|
4943
4914
|
W.extend({ operator: e.literal("EQ") }),
|
|
4944
4915
|
W.extend({ operator: e.literal("NEQ") }),
|
|
4945
4916
|
W.extend({ operator: e.literal("GT") }),
|
|
@@ -4947,7 +4918,7 @@ var W = e.object({
|
|
|
4947
4918
|
W.extend({ operator: e.literal("LT") }),
|
|
4948
4919
|
W.extend({ operator: e.literal("LTE") }),
|
|
4949
4920
|
$i.extend({ operator: e.literal("RANGE") })
|
|
4950
|
-
]),
|
|
4921
|
+
]), ju = e.object({
|
|
4951
4922
|
name: e.enum([
|
|
4952
4923
|
"entity_country",
|
|
4953
4924
|
"counterpart_country",
|
|
@@ -4956,39 +4927,39 @@ var W = e.object({
|
|
|
4956
4927
|
]),
|
|
4957
4928
|
operator: e.enum(["EQ", "NEQ"]),
|
|
4958
4929
|
value: n
|
|
4959
|
-
}),
|
|
4960
|
-
|
|
4961
|
-
|
|
4930
|
+
}), Mu = e.discriminatedUnion("operator", [
|
|
4931
|
+
ju.extend({ operator: e.literal("EQ") }),
|
|
4932
|
+
ju.extend({ operator: e.literal("NEQ") }),
|
|
4962
4933
|
ea.extend({ operator: e.literal("IN") }),
|
|
4963
4934
|
ea.extend({ operator: e.literal("NOT_IN") })
|
|
4964
|
-
]),
|
|
4935
|
+
]), Nu = e.object({
|
|
4965
4936
|
name: e.enum(["item_type"]),
|
|
4966
4937
|
operator: e.enum(["EQ", "NEQ"]),
|
|
4967
4938
|
value: L
|
|
4968
|
-
}),
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
]),
|
|
4974
|
-
object:
|
|
4939
|
+
}), Pu = e.discriminatedUnion("operator", [
|
|
4940
|
+
Nu.extend({ operator: e.literal("EQ") }),
|
|
4941
|
+
Nu.extend({ operator: e.literal("NEQ") }),
|
|
4942
|
+
Vc.extend({ operator: e.literal("IN") }),
|
|
4943
|
+
Vc.extend({ operator: e.literal("ALL") })
|
|
4944
|
+
]), Fu = e.object({
|
|
4945
|
+
object: Us,
|
|
4975
4946
|
payment_reference: e.string().optional(),
|
|
4976
|
-
recipient:
|
|
4947
|
+
recipient: Ls
|
|
4977
4948
|
});
|
|
4978
4949
|
e.object({
|
|
4979
4950
|
payer_bank_account_id: e.uuid(),
|
|
4980
|
-
payment_intents: e.array(
|
|
4951
|
+
payment_intents: e.array(Fu).min(1),
|
|
4981
4952
|
payment_method: e.enum(["us_ach"])
|
|
4982
4953
|
});
|
|
4983
|
-
var
|
|
4954
|
+
var Iu = e.object({
|
|
4984
4955
|
id: e.uuid(),
|
|
4985
4956
|
created_at: e.iso.datetime(),
|
|
4986
4957
|
amount: e.int(),
|
|
4987
4958
|
currency: c,
|
|
4988
4959
|
error: e.record(e.string(), e.unknown()).optional(),
|
|
4989
|
-
object:
|
|
4960
|
+
object: Us,
|
|
4990
4961
|
payment_reference: e.string(),
|
|
4991
|
-
recipient:
|
|
4962
|
+
recipient: Ls,
|
|
4992
4963
|
status: e.string()
|
|
4993
4964
|
});
|
|
4994
4965
|
e.object({
|
|
@@ -4996,18 +4967,54 @@ e.object({
|
|
|
4996
4967
|
created_at: e.iso.datetime(),
|
|
4997
4968
|
error: e.record(e.string(), e.unknown()).optional(),
|
|
4998
4969
|
payer_bank_account_id: e.uuid(),
|
|
4999
|
-
payment_intents: e.array(
|
|
4970
|
+
payment_intents: e.array(Iu).min(1),
|
|
5000
4971
|
payment_method: e.enum(["us_ach"]),
|
|
5001
|
-
status:
|
|
4972
|
+
status: oc,
|
|
5002
4973
|
total_amount: e.int().optional()
|
|
5003
4974
|
});
|
|
5004
|
-
var
|
|
4975
|
+
var Lu = e.enum(["ASC", "DESC"]), Ru = e.object({
|
|
5005
4976
|
department_id: h.optional(),
|
|
5006
4977
|
description: h.optional(),
|
|
5007
4978
|
ledger_account_id: h.optional(),
|
|
5008
4979
|
location_id: h.optional(),
|
|
5009
4980
|
receipt_id: h.optional()
|
|
5010
|
-
}),
|
|
4981
|
+
}), zu = e.enum(["ocr", "user_specified"]), Bu = e.object({
|
|
4982
|
+
document_id: e.string().optional(),
|
|
4983
|
+
payable_source: j,
|
|
4984
|
+
sender: e.string().optional(),
|
|
4985
|
+
source_of_payable_data: zu.optional()
|
|
4986
|
+
}), Vu = e.object({
|
|
4987
|
+
id: e.uuid(),
|
|
4988
|
+
entity_user_id: e.uuid().optional(),
|
|
4989
|
+
event_data: e.union([
|
|
4990
|
+
Ss,
|
|
4991
|
+
Ts,
|
|
4992
|
+
Bu,
|
|
4993
|
+
Jo,
|
|
4994
|
+
Yo,
|
|
4995
|
+
Jr,
|
|
4996
|
+
as,
|
|
4997
|
+
ss,
|
|
4998
|
+
os,
|
|
4999
|
+
Cs,
|
|
5000
|
+
Wo,
|
|
5001
|
+
Uo,
|
|
5002
|
+
Go,
|
|
5003
|
+
cs,
|
|
5004
|
+
ls,
|
|
5005
|
+
xs,
|
|
5006
|
+
bs
|
|
5007
|
+
]),
|
|
5008
|
+
event_type: e.string(),
|
|
5009
|
+
payable_id: e.uuid(),
|
|
5010
|
+
timestamp: e.iso.datetime()
|
|
5011
|
+
});
|
|
5012
|
+
e.object({
|
|
5013
|
+
data: e.array(Vu),
|
|
5014
|
+
next_pagination_token: e.string().optional(),
|
|
5015
|
+
prev_pagination_token: e.string().optional()
|
|
5016
|
+
});
|
|
5017
|
+
var Hu = e.enum(["ocr", "user_specified"]), Uu = e.object({
|
|
5011
5018
|
id: e.uuid(),
|
|
5012
5019
|
created_at: e.iso.datetime(),
|
|
5013
5020
|
updated_at: e.iso.datetime(),
|
|
@@ -5020,12 +5027,12 @@ var zu = e.enum(["ASC", "DESC"]), Bu = e.object({
|
|
|
5020
5027
|
file_name: e.string().optional(),
|
|
5021
5028
|
file_url: e.string().optional(),
|
|
5022
5029
|
issued_at: e.iso.datetime().optional(),
|
|
5023
|
-
link_source:
|
|
5030
|
+
link_source: hl.optional(),
|
|
5024
5031
|
merchant_location: e.string().max(255).optional(),
|
|
5025
5032
|
merchant_name: e.string().max(128).optional(),
|
|
5026
5033
|
ocr_request_id: e.uuid().optional(),
|
|
5027
5034
|
ocr_status: e.string().optional(),
|
|
5028
|
-
origin:
|
|
5035
|
+
origin: _l,
|
|
5029
5036
|
partner_metadata: e.record(e.string(), e.unknown()).optional(),
|
|
5030
5037
|
sender: e.email().optional(),
|
|
5031
5038
|
source_of_data: Hu.optional(),
|
|
@@ -5038,22 +5045,22 @@ e.object({
|
|
|
5038
5045
|
prev_pagination_token: e.string().optional()
|
|
5039
5046
|
});
|
|
5040
5047
|
var Wu = e.object({
|
|
5041
|
-
new_status:
|
|
5042
|
-
old_status:
|
|
5048
|
+
new_status: Zl,
|
|
5049
|
+
old_status: Zl
|
|
5043
5050
|
}), Gu = e.object({
|
|
5044
5051
|
id: e.uuid(),
|
|
5045
5052
|
current_pdf_url: e.url().min(1).max(65536).optional(),
|
|
5046
5053
|
entity_user_id: e.uuid().optional(),
|
|
5047
5054
|
event_data: e.union([
|
|
5048
5055
|
Wu,
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5056
|
+
Wl,
|
|
5057
|
+
yl,
|
|
5058
|
+
Ul,
|
|
5059
|
+
Xs,
|
|
5060
|
+
Il,
|
|
5061
|
+
pu
|
|
5055
5062
|
]),
|
|
5056
|
-
event_type:
|
|
5063
|
+
event_type: jl,
|
|
5057
5064
|
receivable_id: e.uuid(),
|
|
5058
5065
|
timestamp: e.iso.datetime()
|
|
5059
5066
|
});
|
|
@@ -5103,7 +5110,7 @@ var Ju = e.object({
|
|
|
5103
5110
|
address: Qo,
|
|
5104
5111
|
email: e.string().optional(),
|
|
5105
5112
|
individual: rs,
|
|
5106
|
-
logo:
|
|
5113
|
+
logo: Ic.optional(),
|
|
5107
5114
|
phone: e.string().max(100).optional(),
|
|
5108
5115
|
status: G,
|
|
5109
5116
|
tax_id: e.string().max(30).optional(),
|
|
@@ -5114,7 +5121,7 @@ var Ju = e.object({
|
|
|
5114
5121
|
updated_at: e.iso.datetime(),
|
|
5115
5122
|
address: Qo,
|
|
5116
5123
|
email: e.string().optional(),
|
|
5117
|
-
logo:
|
|
5124
|
+
logo: Ic.optional(),
|
|
5118
5125
|
organization: ds,
|
|
5119
5126
|
phone: e.string().max(100).optional(),
|
|
5120
5127
|
status: G,
|
|
@@ -5138,7 +5145,7 @@ var Zu = e.object({
|
|
|
5138
5145
|
created_at: e.iso.datetime(),
|
|
5139
5146
|
updated_at: e.iso.datetime(),
|
|
5140
5147
|
name: e.string().min(1),
|
|
5141
|
-
permissions:
|
|
5148
|
+
permissions: xu,
|
|
5142
5149
|
status: G
|
|
5143
5150
|
});
|
|
5144
5151
|
e.object({
|
|
@@ -5175,7 +5182,7 @@ e.object({
|
|
|
5175
5182
|
enforce_approval_policy_id: e.uuid().optional(),
|
|
5176
5183
|
issued_at: e.iso.date().optional(),
|
|
5177
5184
|
partner_metadata: e.record(e.string(), e.unknown()).optional(),
|
|
5178
|
-
payment_terms:
|
|
5185
|
+
payment_terms: ms.optional(),
|
|
5179
5186
|
project_id: e.uuid().optional(),
|
|
5180
5187
|
purchase_order_id: e.uuid().optional(),
|
|
5181
5188
|
sender: e.email().optional(),
|
|
@@ -5200,7 +5207,7 @@ e.object({
|
|
|
5200
5207
|
file_name: e.string().max(512).optional(),
|
|
5201
5208
|
issued_at: e.iso.date().optional(),
|
|
5202
5209
|
partner_metadata: e.record(e.string(), e.unknown()).optional(),
|
|
5203
|
-
payment_terms:
|
|
5210
|
+
payment_terms: ms.optional(),
|
|
5204
5211
|
project_id: e.uuid().optional(),
|
|
5205
5212
|
purchase_order_id: e.uuid().optional(),
|
|
5206
5213
|
sender: e.email().optional(),
|
|
@@ -5248,7 +5255,7 @@ var rd = e.object({
|
|
|
5248
5255
|
media: e.array(Wi),
|
|
5249
5256
|
name: e.string(),
|
|
5250
5257
|
payer_required: e.boolean(),
|
|
5251
|
-
psu_identification:
|
|
5258
|
+
psu_identification: Wc.optional()
|
|
5252
5259
|
});
|
|
5253
5260
|
e.object({ data: e.array(ad) });
|
|
5254
5261
|
var od = e.enum(["created_at", "updated_at"]), sd = e.enum([
|
|
@@ -5264,10 +5271,10 @@ var od = e.enum(["created_at", "updated_at"]), sd = e.enum([
|
|
|
5264
5271
|
object_id: e.uuid().optional(),
|
|
5265
5272
|
object_type: va,
|
|
5266
5273
|
object_updated_at: e.iso.datetime().optional(),
|
|
5267
|
-
platform:
|
|
5274
|
+
platform: wc.optional(),
|
|
5268
5275
|
platform_object_id: e.string().optional(),
|
|
5269
5276
|
platform_updated_at: e.iso.datetime().optional(),
|
|
5270
|
-
provider:
|
|
5277
|
+
provider: Tu.optional(),
|
|
5271
5278
|
provider_object_id: e.string().optional(),
|
|
5272
5279
|
provider_updated_at: e.iso.datetime().optional(),
|
|
5273
5280
|
sync_status: sd
|
|
@@ -5440,7 +5447,7 @@ var gd = e.object({
|
|
|
5440
5447
|
created_at: e.iso.datetime(),
|
|
5441
5448
|
updated_at: e.iso.datetime(),
|
|
5442
5449
|
counterpart: Cd,
|
|
5443
|
-
counterpart_address:
|
|
5450
|
+
counterpart_address: Xc.optional(),
|
|
5444
5451
|
counterpart_address_id: e.uuid().optional(),
|
|
5445
5452
|
counterpart_id: e.uuid(),
|
|
5446
5453
|
created_by_user_id: e.uuid().optional(),
|
|
@@ -5448,11 +5455,11 @@ var gd = e.object({
|
|
|
5448
5455
|
document_id: e.string(),
|
|
5449
5456
|
entity: e.union([Ju, Yu]),
|
|
5450
5457
|
entity_id: e.uuid(),
|
|
5451
|
-
entity_vat_id:
|
|
5458
|
+
entity_vat_id: ol.optional(),
|
|
5452
5459
|
file_id: e.uuid().optional(),
|
|
5453
5460
|
file_url: e.string().optional(),
|
|
5454
5461
|
issued_at: e.iso.date().optional(),
|
|
5455
|
-
items: e.array(
|
|
5462
|
+
items: e.array(el),
|
|
5456
5463
|
message: e.string(),
|
|
5457
5464
|
project_id: e.uuid().optional(),
|
|
5458
5465
|
status: e.string(),
|
|
@@ -5539,7 +5546,7 @@ var Dd = e.object({
|
|
|
5539
5546
|
due_date: e.iso.date().optional(),
|
|
5540
5547
|
enforce_approval_policy_id: e.uuid().optional(),
|
|
5541
5548
|
entity_id: e.uuid(),
|
|
5542
|
-
file:
|
|
5549
|
+
file: Pc.optional(),
|
|
5543
5550
|
file_id: e.uuid().optional(),
|
|
5544
5551
|
issued_at: e.iso.date().optional(),
|
|
5545
5552
|
marked_as_paid_by_entity_user_id: e.uuid().optional(),
|
|
@@ -5550,11 +5557,11 @@ var Dd = e.object({
|
|
|
5550
5557
|
paid_at: e.iso.datetime().optional(),
|
|
5551
5558
|
partner_metadata: e.record(e.string(), e.unknown()).optional(),
|
|
5552
5559
|
payable_origin: j,
|
|
5553
|
-
payment_terms:
|
|
5560
|
+
payment_terms: ms.optional(),
|
|
5554
5561
|
project_id: e.uuid().optional(),
|
|
5555
5562
|
purchase_order_id: e.uuid().optional(),
|
|
5556
5563
|
sender: e.email().optional(),
|
|
5557
|
-
source_of_payable_data:
|
|
5564
|
+
source_of_payable_data: zu,
|
|
5558
5565
|
status: M,
|
|
5559
5566
|
subtotal: e.int().optional(),
|
|
5560
5567
|
suggested_payment_term: ed.optional(),
|
|
@@ -5663,9 +5670,9 @@ var Nd = e.enum([
|
|
|
5663
5670
|
website: w.optional()
|
|
5664
5671
|
});
|
|
5665
5672
|
e.object({
|
|
5666
|
-
applicant:
|
|
5673
|
+
applicant: vc.nullish(),
|
|
5667
5674
|
businessDetails: Fd.nullish(),
|
|
5668
|
-
businessOwners: e.array(
|
|
5675
|
+
businessOwners: e.array(yc).nullish(),
|
|
5669
5676
|
individualValidationSource: e.string().nullish(),
|
|
5670
5677
|
organizationValidationSource: e.string().nullish()
|
|
5671
5678
|
});
|
|
@@ -5686,9 +5693,9 @@ var Id = e.object({
|
|
|
5686
5693
|
website: w.optional()
|
|
5687
5694
|
});
|
|
5688
5695
|
e.object({
|
|
5689
|
-
applicant:
|
|
5696
|
+
applicant: bc.nullish(),
|
|
5690
5697
|
businessDetails: Id.nullish(),
|
|
5691
|
-
businessOwners: e.array(
|
|
5698
|
+
businessOwners: e.array(yc).nullish()
|
|
5692
5699
|
});
|
|
5693
5700
|
var Ld = e.object({
|
|
5694
5701
|
address: T.optional(),
|
|
@@ -5760,7 +5767,7 @@ var Kd = e.enum(["block", "source_object"]), qd = e.object({
|
|
|
5760
5767
|
created_at: e.iso.datetime().optional(),
|
|
5761
5768
|
updated_at: e.iso.datetime().optional(),
|
|
5762
5769
|
blocks: e.array(e.string()).optional(),
|
|
5763
|
-
document_type:
|
|
5770
|
+
document_type: cc,
|
|
5764
5771
|
is_default: e.boolean(),
|
|
5765
5772
|
language: e.string(),
|
|
5766
5773
|
name: e.string(),
|
|
@@ -5829,13 +5836,13 @@ var Qd = e.object({
|
|
|
5829
5836
|
currency: e.string(),
|
|
5830
5837
|
invoice: ui.optional(),
|
|
5831
5838
|
key: Qu.optional(),
|
|
5832
|
-
object:
|
|
5833
|
-
payer:
|
|
5839
|
+
object: Ks.optional(),
|
|
5840
|
+
payer: As.optional(),
|
|
5834
5841
|
payment_link_id: e.uuid().optional(),
|
|
5835
5842
|
payment_methods: e.array(v),
|
|
5836
5843
|
payment_reference: e.string().optional(),
|
|
5837
5844
|
provider: e.string().optional(),
|
|
5838
|
-
recipient:
|
|
5845
|
+
recipient: eu,
|
|
5839
5846
|
selected_payment_method: v.optional(),
|
|
5840
5847
|
status: e.string(),
|
|
5841
5848
|
stripe_data: Qu.optional(),
|
|
@@ -5861,7 +5868,7 @@ var ef = e.object({
|
|
|
5861
5868
|
id: e.uuid(),
|
|
5862
5869
|
updated_at: e.iso.datetime(),
|
|
5863
5870
|
application_fee_amount: e.int().optional(),
|
|
5864
|
-
object:
|
|
5871
|
+
object: Ks.optional(),
|
|
5865
5872
|
provider: e.string().optional(),
|
|
5866
5873
|
selected_payment_method: e.string().optional(),
|
|
5867
5874
|
status: e.string(),
|
|
@@ -5873,13 +5880,13 @@ e.object({
|
|
|
5873
5880
|
currency: c,
|
|
5874
5881
|
expires_at: e.iso.datetime(),
|
|
5875
5882
|
invoice: ui.optional(),
|
|
5876
|
-
payer:
|
|
5883
|
+
payer: ks.optional(),
|
|
5877
5884
|
payment_intent: tf.optional(),
|
|
5878
5885
|
payment_intent_id: e.uuid(),
|
|
5879
5886
|
payment_methods: e.array(e.string()),
|
|
5880
5887
|
payment_page_url: e.url().min(1).max(2083),
|
|
5881
5888
|
payment_reference: e.string().optional(),
|
|
5882
|
-
recipient:
|
|
5889
|
+
recipient: Ql,
|
|
5883
5890
|
return_url: e.string().optional(),
|
|
5884
5891
|
status: e.string()
|
|
5885
5892
|
});
|
|
@@ -6050,7 +6057,7 @@ var xf = e.object({
|
|
|
6050
6057
|
receipt_file_url: e.string().optional(),
|
|
6051
6058
|
receipt_id: e.string().optional(),
|
|
6052
6059
|
reject_reason: e.string().optional(),
|
|
6053
|
-
source_of_data:
|
|
6060
|
+
source_of_data: Ru.optional(),
|
|
6054
6061
|
started_at: e.iso.datetime(),
|
|
6055
6062
|
type: yf
|
|
6056
6063
|
});
|
|
@@ -6110,9 +6117,9 @@ e.object({
|
|
|
6110
6117
|
currency: br.nullish(),
|
|
6111
6118
|
default_role: e.record(e.string(), e.unknown()).nullish(),
|
|
6112
6119
|
mail: zi.nullish(),
|
|
6113
|
-
payable:
|
|
6114
|
-
payments:
|
|
6115
|
-
receivable:
|
|
6120
|
+
payable: gs.nullish(),
|
|
6121
|
+
payments: sc.nullish(),
|
|
6122
|
+
receivable: Bl.nullish(),
|
|
6116
6123
|
units: e.array(wf).nullish(),
|
|
6117
6124
|
website: e.string().nullish()
|
|
6118
6125
|
});
|
|
@@ -6146,14 +6153,14 @@ var Tf = e.object({
|
|
|
6146
6153
|
based_on: e.uuid().optional(),
|
|
6147
6154
|
based_on_document_id: e.string().optional(),
|
|
6148
6155
|
counterpart: vd,
|
|
6149
|
-
counterpart_address:
|
|
6156
|
+
counterpart_address: Kl,
|
|
6150
6157
|
counterpart_id: e.uuid(),
|
|
6151
6158
|
created_by_entity_user_id: e.uuid().optional(),
|
|
6152
6159
|
delivery_date: e.iso.date().optional(),
|
|
6153
6160
|
delivery_number: e.string().optional(),
|
|
6154
6161
|
display_signature_placeholder: e.boolean(),
|
|
6155
6162
|
document_id: e.string(),
|
|
6156
|
-
entity: e.union([
|
|
6163
|
+
entity: e.union([Dl, Tl]),
|
|
6157
6164
|
entity_address: B,
|
|
6158
6165
|
entity_id: e.uuid(),
|
|
6159
6166
|
file_language: g,
|
|
@@ -6207,9 +6214,9 @@ e.object({ data: e.array(Nf) }), e.object({
|
|
|
6207
6214
|
description: e.string().max(200).optional(),
|
|
6208
6215
|
name: e.string().min(1).max(100).optional()
|
|
6209
6216
|
}), e.object({
|
|
6210
|
-
applicant:
|
|
6217
|
+
applicant: xc.optional(),
|
|
6211
6218
|
businessDetails: Ld.optional(),
|
|
6212
|
-
businessOwners:
|
|
6219
|
+
businessOwners: Cc.optional(),
|
|
6213
6220
|
individualValidationSource: E.optional(),
|
|
6214
6221
|
organizationValidationSource: E.optional()
|
|
6215
6222
|
}), e.object({
|
|
@@ -6235,9 +6242,9 @@ e.object({ data: e.array(Nf) }), e.object({
|
|
|
6235
6242
|
phone: e.string().max(100).optional(),
|
|
6236
6243
|
title: e.string().max(100).optional()
|
|
6237
6244
|
}), e.object({
|
|
6238
|
-
applicant:
|
|
6245
|
+
applicant: Sc.optional(),
|
|
6239
6246
|
businessDetails: Rd.optional(),
|
|
6240
|
-
businessOwners:
|
|
6247
|
+
businessOwners: Cc.optional()
|
|
6241
6248
|
}), e.object({
|
|
6242
6249
|
body_template: e.string().optional(),
|
|
6243
6250
|
language: g.optional(),
|
|
@@ -6291,7 +6298,7 @@ var Ff = e.object({
|
|
|
6291
6298
|
document_id: e.string().min(1).max(100).optional(),
|
|
6292
6299
|
document_rendering: z.optional(),
|
|
6293
6300
|
due_date: e.iso.date().optional(),
|
|
6294
|
-
entity:
|
|
6301
|
+
entity: wl.optional(),
|
|
6295
6302
|
entity_vat_id_id: e.uuid().optional(),
|
|
6296
6303
|
footer: e.string().optional(),
|
|
6297
6304
|
fulfillment_date: e.iso.date().optional(),
|
|
@@ -6317,7 +6324,7 @@ var Ff = e.object({
|
|
|
6317
6324
|
document_id: e.string().min(1).max(100).optional(),
|
|
6318
6325
|
document_rendering: z.optional(),
|
|
6319
6326
|
due_date: e.iso.date().optional(),
|
|
6320
|
-
entity: e.union([
|
|
6327
|
+
entity: e.union([Ol, El]).optional(),
|
|
6321
6328
|
entity_address: B.optional(),
|
|
6322
6329
|
entity_vat_id_id: e.uuid().optional(),
|
|
6323
6330
|
footer: e.string().optional(),
|
|
@@ -6351,14 +6358,14 @@ e.object({ data: e.array(Mf) }), e.object({ name: e.string() }), e.object({
|
|
|
6351
6358
|
paid_by: Bo.optional(),
|
|
6352
6359
|
partner_fee: Aa.optional(),
|
|
6353
6360
|
payment_method: v.optional(),
|
|
6354
|
-
payment_method_subtype:
|
|
6361
|
+
payment_method_subtype: Vs.optional(),
|
|
6355
6362
|
region: Br.optional(),
|
|
6356
6363
|
tier_id: e.uuid().optional()
|
|
6357
6364
|
}), e.object({ amount: e.int() }), e.object({
|
|
6358
6365
|
higher_range: e.int().gt(0).optional(),
|
|
6359
6366
|
lower_range: e.int().gte(0).optional(),
|
|
6360
6367
|
measure_unit: Ui.optional(),
|
|
6361
|
-
period:
|
|
6368
|
+
period: lc.optional()
|
|
6362
6369
|
});
|
|
6363
6370
|
var zf = e.object({
|
|
6364
6371
|
old_price: e.int().gte(1).lte(9007199254740991).optional(),
|
|
@@ -6367,10 +6374,10 @@ var zf = e.object({
|
|
|
6367
6374
|
}), Bf = e.record(e.string(), zf), Vf = e.object({
|
|
6368
6375
|
attachments: e.array(i).min(1).optional(),
|
|
6369
6376
|
counterpart_billing_address_id: e.uuid().optional(),
|
|
6370
|
-
counterpart_contact:
|
|
6377
|
+
counterpart_contact: Yl.optional(),
|
|
6371
6378
|
counterpart_shipping_address_id: e.uuid().optional(),
|
|
6372
6379
|
document_rendering: z.optional(),
|
|
6373
|
-
entity:
|
|
6380
|
+
entity: wl.optional(),
|
|
6374
6381
|
footer: e.string().optional(),
|
|
6375
6382
|
line_items: Bf.optional(),
|
|
6376
6383
|
memo: e.string().optional(),
|
|
@@ -6382,7 +6389,7 @@ e.object({
|
|
|
6382
6389
|
counterpart_address_id: e.uuid().optional(),
|
|
6383
6390
|
counterpart_id: e.uuid().optional(),
|
|
6384
6391
|
entity_vat_id_id: e.uuid().optional(),
|
|
6385
|
-
items: e.array(
|
|
6392
|
+
items: e.array(el).optional(),
|
|
6386
6393
|
message: e.string().optional(),
|
|
6387
6394
|
project_id: e.uuid().optional(),
|
|
6388
6395
|
valid_for_days: e.int().gte(1).optional()
|
|
@@ -6402,7 +6409,7 @@ var Uf = e.object({
|
|
|
6402
6409
|
document_id: e.string().min(1).max(100).optional(),
|
|
6403
6410
|
document_rendering: z.optional(),
|
|
6404
6411
|
due_date: e.iso.date().optional(),
|
|
6405
|
-
entity:
|
|
6412
|
+
entity: wl.optional(),
|
|
6406
6413
|
entity_vat_id_id: e.uuid().optional(),
|
|
6407
6414
|
expiry_date: e.iso.date().optional(),
|
|
6408
6415
|
footer: e.string().optional(),
|
|
@@ -6429,7 +6436,7 @@ e.union([
|
|
|
6429
6436
|
automation_level: Me.optional(),
|
|
6430
6437
|
body_text: e.string().min(1).optional(),
|
|
6431
6438
|
end_date: e.iso.date().optional(),
|
|
6432
|
-
frequency:
|
|
6439
|
+
frequency: au.optional(),
|
|
6433
6440
|
interval: e.int().gte(1).lte(100).optional(),
|
|
6434
6441
|
max_occurrences: e.int().gte(1).lte(1e3).optional(),
|
|
6435
6442
|
recipients: H.optional(),
|
|
@@ -6437,7 +6444,7 @@ e.union([
|
|
|
6437
6444
|
subject_text: e.string().min(1).optional()
|
|
6438
6445
|
}), e.object({
|
|
6439
6446
|
name: e.string().min(1).max(255).nullish(),
|
|
6440
|
-
permissions:
|
|
6447
|
+
permissions: xu.nullish()
|
|
6441
6448
|
}), e.object({
|
|
6442
6449
|
channelConfig: Qi.nullish(),
|
|
6443
6450
|
channelType: pt.nullish(),
|
|
@@ -6452,7 +6459,7 @@ e.union([
|
|
|
6452
6459
|
country: e.string().nullish(),
|
|
6453
6460
|
jobTitle: e.string().nullish(),
|
|
6454
6461
|
name: e.string().nullish(),
|
|
6455
|
-
permissions:
|
|
6462
|
+
permissions: gc.nullish(),
|
|
6456
6463
|
phoneNumber: e.string().nullish(),
|
|
6457
6464
|
postalCode: e.string().nullish(),
|
|
6458
6465
|
reportingManagerUserId: La.optional(),
|
|
@@ -6558,7 +6565,7 @@ var $f = e.enum([
|
|
|
6558
6565
|
]), ep = e.object({
|
|
6559
6566
|
object_subtype: $f,
|
|
6560
6567
|
object_type: e.string(),
|
|
6561
|
-
variables: e.array(
|
|
6568
|
+
variables: e.array(Vl)
|
|
6562
6569
|
});
|
|
6563
6570
|
e.object({ data: e.array(ep) });
|
|
6564
6571
|
var tp = e.enum([
|
|
@@ -6570,7 +6577,7 @@ var tp = e.enum([
|
|
|
6570
6577
|
created_at: e.iso.datetime(),
|
|
6571
6578
|
updated_at: e.iso.datetime(),
|
|
6572
6579
|
object_type: e.enum(["receivable"]),
|
|
6573
|
-
predicates: e.array(
|
|
6580
|
+
predicates: e.array(Dc),
|
|
6574
6581
|
result_value_id: e.uuid(),
|
|
6575
6582
|
status: G,
|
|
6576
6583
|
vat_condition: tp
|
|
@@ -6633,10 +6640,10 @@ e.object({
|
|
|
6633
6640
|
mail: cr.nullish(),
|
|
6634
6641
|
payables_ocr_auto_tagging: e.array(Ea).nullish(),
|
|
6635
6642
|
payables_skip_approval_flow: e.boolean().optional().default(!1),
|
|
6636
|
-
payment_priority:
|
|
6643
|
+
payment_priority: Ys.nullish().default("working_capital"),
|
|
6637
6644
|
quote_signature_required: e.boolean().optional().default(!1),
|
|
6638
|
-
receivable_edit_flow:
|
|
6639
|
-
reminder:
|
|
6645
|
+
receivable_edit_flow: Cl.nullish().default("compliant"),
|
|
6646
|
+
reminder: mu.nullish(),
|
|
6640
6647
|
tax_inclusive_discount_mode: Q.optional().default("exclusive"),
|
|
6641
6648
|
tax_mode: Q.nullish().default("exclusive")
|
|
6642
6649
|
});
|
|
@@ -6655,7 +6662,7 @@ var sp = e.object({
|
|
|
6655
6662
|
discount: d.optional(),
|
|
6656
6663
|
document_id: e.string().min(1).max(100).optional(),
|
|
6657
6664
|
document_rendering: z.optional(),
|
|
6658
|
-
entity:
|
|
6665
|
+
entity: wl.optional(),
|
|
6659
6666
|
entity_vat_id_id: e.uuid().optional(),
|
|
6660
6667
|
footer: e.string().optional(),
|
|
6661
6668
|
fulfillment_date: e.iso.date().optional(),
|
|
@@ -6691,7 +6698,7 @@ var sp = e.object({
|
|
|
6691
6698
|
discount: d.optional(),
|
|
6692
6699
|
document_id: e.string().min(1).max(100).optional(),
|
|
6693
6700
|
document_rendering: z.optional(),
|
|
6694
|
-
entity:
|
|
6701
|
+
entity: wl.optional(),
|
|
6695
6702
|
entity_vat_id_id: e.uuid().optional(),
|
|
6696
6703
|
expiry_date: e.iso.date().optional(),
|
|
6697
6704
|
footer: e.string().optional(),
|
|
@@ -6712,7 +6719,7 @@ var sp = e.object({
|
|
|
6712
6719
|
e.union([
|
|
6713
6720
|
cp,
|
|
6714
6721
|
sp,
|
|
6715
|
-
|
|
6722
|
+
vl
|
|
6716
6723
|
]), e.object({
|
|
6717
6724
|
accounting: Mn.nullish(),
|
|
6718
6725
|
allow_purchase_order_autolinking: e.boolean().nullish().default(!0),
|
|
@@ -6725,10 +6732,10 @@ e.union([
|
|
|
6725
6732
|
mail: cr.nullish(),
|
|
6726
6733
|
payables_ocr_auto_tagging: e.array(Ea).nullish(),
|
|
6727
6734
|
payables_skip_approval_flow: e.boolean().optional().default(!1),
|
|
6728
|
-
payment_priority:
|
|
6735
|
+
payment_priority: Ys.nullish().default("working_capital"),
|
|
6729
6736
|
quote_signature_required: e.boolean().optional().default(!1),
|
|
6730
|
-
receivable_edit_flow:
|
|
6731
|
-
reminder:
|
|
6737
|
+
receivable_edit_flow: Cl.nullish().default("compliant"),
|
|
6738
|
+
reminder: mu.nullish(),
|
|
6732
6739
|
tax_inclusive_discount_mode: Q.optional().default("exclusive"),
|
|
6733
6740
|
tax_mode: Q.nullish().default("exclusive")
|
|
6734
6741
|
});
|
|
@@ -6794,7 +6801,7 @@ var dp = e.object({
|
|
|
6794
6801
|
commercial_condition_description: e.string().optional(),
|
|
6795
6802
|
counterpart_billing_address: V.optional(),
|
|
6796
6803
|
counterpart_business_type: e.string().max(50).optional(),
|
|
6797
|
-
counterpart_contact:
|
|
6804
|
+
counterpart_contact: Yl.optional(),
|
|
6798
6805
|
counterpart_external_reference: e.string().optional(),
|
|
6799
6806
|
counterpart_id: e.uuid(),
|
|
6800
6807
|
counterpart_name: e.string().optional(),
|
|
@@ -6811,9 +6818,9 @@ var dp = e.object({
|
|
|
6811
6818
|
document_id: e.string().optional(),
|
|
6812
6819
|
document_rendering: z.optional(),
|
|
6813
6820
|
due_date: e.iso.date().optional(),
|
|
6814
|
-
entity: e.union([
|
|
6821
|
+
entity: e.union([Dl, Tl]),
|
|
6815
6822
|
entity_address: B,
|
|
6816
|
-
entity_bank_account:
|
|
6823
|
+
entity_bank_account: Xl.optional(),
|
|
6817
6824
|
entity_user_id: e.uuid().optional(),
|
|
6818
6825
|
entity_vat_id: op.optional(),
|
|
6819
6826
|
file_language: g,
|
|
@@ -6860,7 +6867,7 @@ var dp = e.object({
|
|
|
6860
6867
|
commercial_condition_description: e.string().optional(),
|
|
6861
6868
|
counterpart_billing_address: V.optional(),
|
|
6862
6869
|
counterpart_business_type: e.string().max(50).optional(),
|
|
6863
|
-
counterpart_contact:
|
|
6870
|
+
counterpart_contact: Yl.optional(),
|
|
6864
6871
|
counterpart_external_reference: e.string().optional(),
|
|
6865
6872
|
counterpart_id: e.uuid(),
|
|
6866
6873
|
counterpart_name: e.string().optional(),
|
|
@@ -6877,9 +6884,9 @@ var dp = e.object({
|
|
|
6877
6884
|
document_id: e.string().optional(),
|
|
6878
6885
|
document_rendering: z.optional(),
|
|
6879
6886
|
due_date: e.iso.date().optional(),
|
|
6880
|
-
entity: e.union([
|
|
6887
|
+
entity: e.union([Dl, Tl]),
|
|
6881
6888
|
entity_address: B,
|
|
6882
|
-
entity_bank_account:
|
|
6889
|
+
entity_bank_account: Xl.optional(),
|
|
6883
6890
|
entity_user_id: e.uuid().optional(),
|
|
6884
6891
|
entity_vat_id: op.optional(),
|
|
6885
6892
|
file_language: g,
|
|
@@ -6896,12 +6903,12 @@ var dp = e.object({
|
|
|
6896
6903
|
partner_metadata: e.record(e.string(), e.unknown()).optional(),
|
|
6897
6904
|
payment_page_url: e.url().min(1).max(2083).optional(),
|
|
6898
6905
|
payment_reminder_id: e.uuid().optional(),
|
|
6899
|
-
payment_terms:
|
|
6906
|
+
payment_terms: ic.optional(),
|
|
6900
6907
|
project_id: e.uuid().optional(),
|
|
6901
6908
|
purchase_order: e.string().max(100).optional(),
|
|
6902
6909
|
recurrence_id: e.uuid().optional(),
|
|
6903
|
-
related_documents:
|
|
6904
|
-
status:
|
|
6910
|
+
related_documents: uu,
|
|
6911
|
+
status: Zl,
|
|
6905
6912
|
subtotal: e.int().lte(9007199254740991).optional(),
|
|
6906
6913
|
subtotal_after_tax: e.int().lte(9007199254740991).optional(),
|
|
6907
6914
|
tags: e.array(J).optional().default([]),
|
|
@@ -6934,7 +6941,7 @@ var gp = e.object({
|
|
|
6934
6941
|
commercial_condition_description: e.string().optional(),
|
|
6935
6942
|
counterpart_billing_address: V.optional(),
|
|
6936
6943
|
counterpart_business_type: e.string().max(50).optional(),
|
|
6937
|
-
counterpart_contact:
|
|
6944
|
+
counterpart_contact: Yl.optional(),
|
|
6938
6945
|
counterpart_external_reference: e.string().optional(),
|
|
6939
6946
|
counterpart_id: e.uuid(),
|
|
6940
6947
|
counterpart_name: e.string().optional(),
|
|
@@ -6951,9 +6958,9 @@ var gp = e.object({
|
|
|
6951
6958
|
document_id: e.string().optional(),
|
|
6952
6959
|
document_rendering: z.optional(),
|
|
6953
6960
|
due_date: e.iso.date().optional(),
|
|
6954
|
-
entity: e.union([
|
|
6961
|
+
entity: e.union([Dl, Tl]),
|
|
6955
6962
|
entity_address: B,
|
|
6956
|
-
entity_bank_account:
|
|
6963
|
+
entity_bank_account: Xl.optional(),
|
|
6957
6964
|
entity_user_id: e.uuid().optional(),
|
|
6958
6965
|
entity_vat_id: op.optional(),
|
|
6959
6966
|
expiry_date: e.iso.date().optional(),
|
|
@@ -6969,7 +6976,7 @@ var gp = e.object({
|
|
|
6969
6976
|
project_id: e.uuid().optional(),
|
|
6970
6977
|
quote_accept_page_url: e.url().min(1).max(65536).optional(),
|
|
6971
6978
|
signature_required: e.boolean().optional(),
|
|
6972
|
-
status:
|
|
6979
|
+
status: ll,
|
|
6973
6980
|
subtotal: e.int().lte(9007199254740991).optional(),
|
|
6974
6981
|
subtotal_after_tax: e.int().lte(9007199254740991).optional(),
|
|
6975
6982
|
tags: e.array(J).optional().default([]),
|
|
@@ -7016,9 +7023,9 @@ var bp = e.object({
|
|
|
7016
7023
|
operator: e.enum(["EQ", "NEQ"]),
|
|
7017
7024
|
value: xp
|
|
7018
7025
|
}), Cp = e.union([
|
|
7026
|
+
Au,
|
|
7019
7027
|
Mu,
|
|
7020
7028
|
Pu,
|
|
7021
|
-
Iu,
|
|
7022
7029
|
Sp,
|
|
7023
7030
|
bp
|
|
7024
7031
|
]);
|
|
@@ -7043,8 +7050,8 @@ var wp = e.object({
|
|
|
7043
7050
|
]);
|
|
7044
7051
|
e.object({
|
|
7045
7052
|
disabled_reason: re.optional(),
|
|
7046
|
-
requirements:
|
|
7047
|
-
requirements_errors: e.array(
|
|
7053
|
+
requirements: rc,
|
|
7054
|
+
requirements_errors: e.array(gu),
|
|
7048
7055
|
verification_errors: e.array(wp),
|
|
7049
7056
|
verification_status: Tp
|
|
7050
7057
|
}), e.object({ verificationCode: e.string() }), e.object({ isVerified: e.boolean() }), e.object({
|
|
@@ -7081,7 +7088,7 @@ var Ep = e.enum([
|
|
|
7081
7088
|
payer_type: e.string(),
|
|
7082
7089
|
principal_amount: e.int().gte(0).optional(),
|
|
7083
7090
|
repayment_amount: e.int().gte(0).optional(),
|
|
7084
|
-
repayment_schedule:
|
|
7091
|
+
repayment_schedule: hu.optional(),
|
|
7085
7092
|
requested_amount: e.int().gte(0).optional(),
|
|
7086
7093
|
status: Dp,
|
|
7087
7094
|
total_amount: e.int().gte(0),
|
|
@@ -7266,30 +7273,30 @@ var Hp = e.enum([
|
|
|
7266
7273
|
iframe: e.boolean().optional().default(!1),
|
|
7267
7274
|
payer_account_country: Hp,
|
|
7268
7275
|
payer_account_holder_name: e.string().optional(),
|
|
7269
|
-
payer_account_identification:
|
|
7276
|
+
payer_account_identification: Ns,
|
|
7270
7277
|
psu_identification: R.optional(),
|
|
7271
7278
|
save_to_authorized: e.boolean().optional().default(!1),
|
|
7272
7279
|
type: e.enum(["manual_input"]).optional().default("manual_input")
|
|
7273
7280
|
});
|
|
7274
7281
|
e.discriminatedUnion("type", [
|
|
7275
7282
|
Up.extend({ type: e.literal("manual_input") }),
|
|
7276
|
-
|
|
7277
|
-
|
|
7283
|
+
qc.extend({ type: e.literal("authorized_bank_account") }),
|
|
7284
|
+
Jc.extend({ type: e.literal("bank_account") })
|
|
7278
7285
|
]);
|
|
7279
7286
|
var Wp = e.object({
|
|
7280
7287
|
bank_id: e.string(),
|
|
7281
7288
|
iframe: e.boolean().optional().default(!1),
|
|
7282
7289
|
payer_account_country: Hp,
|
|
7283
7290
|
payer_account_holder_name: e.string().optional(),
|
|
7284
|
-
payer_account_identification:
|
|
7291
|
+
payer_account_identification: Ns,
|
|
7285
7292
|
psu_identification: R.optional(),
|
|
7286
7293
|
save_to_authorized: e.boolean().optional().default(!1),
|
|
7287
7294
|
type: e.enum(["manual_input"]).optional().default("manual_input")
|
|
7288
7295
|
});
|
|
7289
7296
|
e.discriminatedUnion("type", [
|
|
7290
7297
|
Wp.extend({ type: e.literal("manual_input") }),
|
|
7291
|
-
|
|
7292
|
-
|
|
7298
|
+
Gc.extend({ type: e.literal("authorized_bank_account") }),
|
|
7299
|
+
Kc.extend({ type: e.literal("bank_account") })
|
|
7293
7300
|
]), e.object({
|
|
7294
7301
|
page: e.union([e.int().min(-2147483648, { error: "Invalid value: Expected int32 to be >= -2147483648" }).max(2147483647, { error: "Invalid value: Expected int32 to be <= 2147483647" }), e.string().regex(/^-?(?:0|[1-9]\d*)$/)]).optional().default(1),
|
|
7295
7302
|
pageSize: e.union([e.int().min(-2147483648, { error: "Invalid value: Expected int32 to be >= -2147483648" }).max(2147483647, { error: "Invalid value: Expected int32 to be <= 2147483647" }), e.string().regex(/^-?(?:0|[1-9]\d*)$/)]).optional().default(10),
|
|
@@ -7328,7 +7335,7 @@ e.discriminatedUnion("type", [
|
|
|
7328
7335
|
limit: e.union([e.int().min(-2147483648, { error: "Invalid value: Expected int32 to be >= -2147483648" }).max(2147483647, { error: "Invalid value: Expected int32 to be <= 2147483647" }), e.string().regex(/^-?(?:0|[1-9]\d*)$/)]).optional().default(25),
|
|
7329
7336
|
pagination_token: e.string().optional(),
|
|
7330
7337
|
sortBy: Ue.optional().default("DATE"),
|
|
7331
|
-
sortOrder:
|
|
7338
|
+
sortOrder: Lu.optional().default("DESC")
|
|
7332
7339
|
}), e.object({ id: e.uuid() }), e.object({
|
|
7333
7340
|
startDate: e.iso.date().optional(),
|
|
7334
7341
|
endDate: e.iso.date().optional()
|
|
@@ -7485,7 +7492,7 @@ e.discriminatedUnion("type", [
|
|
|
7485
7492
|
was_created_by_user_id: e.uuid().optional(),
|
|
7486
7493
|
counterpart_id: e.uuid().optional(),
|
|
7487
7494
|
counterpart_id__in: e.array(e.uuid()).optional(),
|
|
7488
|
-
source_of_payable_data:
|
|
7495
|
+
source_of_payable_data: zu.optional(),
|
|
7489
7496
|
ocr_status: Oa.optional(),
|
|
7490
7497
|
line_item_id: e.uuid().optional(),
|
|
7491
7498
|
purchase_order_id: e.uuid().optional(),
|
|
@@ -7497,8 +7504,8 @@ e.discriminatedUnion("type", [
|
|
|
7497
7504
|
origin: j.optional(),
|
|
7498
7505
|
has_file: e.boolean().optional()
|
|
7499
7506
|
}), e.object({ "x-organization-id": e.uuid() }), e.object({
|
|
7500
|
-
dimension:
|
|
7501
|
-
metric:
|
|
7507
|
+
dimension: fl.optional(),
|
|
7508
|
+
metric: gl,
|
|
7502
7509
|
aggregation_function: t,
|
|
7503
7510
|
date_dimension_breakdown: l.optional(),
|
|
7504
7511
|
limit: e.int().gte(1).lte(400).optional().default(100),
|
|
@@ -7525,8 +7532,8 @@ e.discriminatedUnion("type", [
|
|
|
7525
7532
|
authorization: e.string().optional(),
|
|
7526
7533
|
"x-organization-id": e.uuid()
|
|
7527
7534
|
}), e.object({
|
|
7528
|
-
dimension:
|
|
7529
|
-
metric:
|
|
7535
|
+
dimension: Sl.optional(),
|
|
7536
|
+
metric: Rl,
|
|
7530
7537
|
aggregation_function: t,
|
|
7531
7538
|
date_dimension_breakdown: l.optional(),
|
|
7532
7539
|
order: D.optional().default("asc"),
|
|
@@ -7549,13 +7556,13 @@ e.discriminatedUnion("type", [
|
|
|
7549
7556
|
"canceled"
|
|
7550
7557
|
])).optional(),
|
|
7551
7558
|
entity_user_id__in: e.array(e.uuid()).optional(),
|
|
7552
|
-
sort:
|
|
7559
|
+
sort: bl.optional(),
|
|
7553
7560
|
tag_ids__in: e.array(e.uuid()).optional(),
|
|
7554
7561
|
tag_ids: e.array(e.uuid()).optional(),
|
|
7555
7562
|
product_ids__in: e.array(e.uuid()).optional(),
|
|
7556
7563
|
product_ids: e.array(e.uuid()).optional(),
|
|
7557
7564
|
project_id__in: e.array(e.uuid()).optional(),
|
|
7558
|
-
type:
|
|
7565
|
+
type: Hl.optional(),
|
|
7559
7566
|
document_id: e.string().optional(),
|
|
7560
7567
|
document_id__contains: e.string().optional(),
|
|
7561
7568
|
document_id__icontains: e.string().optional(),
|
|
@@ -8059,7 +8066,7 @@ e.discriminatedUnion("type", [
|
|
|
8059
8066
|
order: D.optional().default("asc"),
|
|
8060
8067
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8061
8068
|
pagination_token: e.string().optional(),
|
|
8062
|
-
sort:
|
|
8069
|
+
sort: Qc.optional(),
|
|
8063
8070
|
created_at__gt: e.iso.datetime().optional(),
|
|
8064
8071
|
created_at__lt: e.iso.datetime().optional(),
|
|
8065
8072
|
created_at__gte: e.iso.datetime().optional(),
|
|
@@ -8072,7 +8079,7 @@ e.discriminatedUnion("type", [
|
|
|
8072
8079
|
issued_at__lt: e.iso.datetime().optional(),
|
|
8073
8080
|
issued_at__gte: e.iso.datetime().optional(),
|
|
8074
8081
|
issued_at__lte: e.iso.datetime().optional(),
|
|
8075
|
-
status:
|
|
8082
|
+
status: al.optional(),
|
|
8076
8083
|
document_id: e.string().optional(),
|
|
8077
8084
|
document_id__in: e.array(e.string()).optional(),
|
|
8078
8085
|
created_by: e.uuid().optional(),
|
|
@@ -8125,7 +8132,7 @@ e.discriminatedUnion("type", [
|
|
|
8125
8132
|
was_created_by_user_id: e.uuid().optional(),
|
|
8126
8133
|
counterpart_id: e.uuid().optional(),
|
|
8127
8134
|
counterpart_id__in: e.array(e.uuid()).optional(),
|
|
8128
|
-
source_of_payable_data:
|
|
8135
|
+
source_of_payable_data: zu.optional(),
|
|
8129
8136
|
ocr_status: Oa.optional(),
|
|
8130
8137
|
line_item_id: e.uuid().optional(),
|
|
8131
8138
|
purchase_order_id: e.uuid().optional(),
|
|
@@ -8175,7 +8182,7 @@ e.discriminatedUnion("type", [
|
|
|
8175
8182
|
was_created_by_user_id: e.uuid().optional(),
|
|
8176
8183
|
counterpart_id: e.uuid().optional(),
|
|
8177
8184
|
counterpart_id__in: e.array(e.uuid()).optional(),
|
|
8178
|
-
source_of_payable_data:
|
|
8185
|
+
source_of_payable_data: zu.optional(),
|
|
8179
8186
|
ocr_status: Oa.optional(),
|
|
8180
8187
|
line_item_id: e.uuid().optional(),
|
|
8181
8188
|
purchase_order_id: e.uuid().optional(),
|
|
@@ -8216,14 +8223,14 @@ e.discriminatedUnion("type", [
|
|
|
8216
8223
|
order: D.optional().default("asc"),
|
|
8217
8224
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8218
8225
|
pagination_token: e.string().optional(),
|
|
8219
|
-
sort:
|
|
8226
|
+
sort: Ps.optional(),
|
|
8220
8227
|
object_id: e.uuid().optional(),
|
|
8221
8228
|
object_id__in: e.array(e.uuid()).optional()
|
|
8222
8229
|
}), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_intent_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_intent_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_intent_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_link_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_link_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ receivable_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({
|
|
8223
8230
|
order: D.optional().default("asc"),
|
|
8224
8231
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8225
8232
|
pagination_token: e.string().optional(),
|
|
8226
|
-
sort:
|
|
8233
|
+
sort: Zs.optional(),
|
|
8227
8234
|
is_external: e.boolean().optional(),
|
|
8228
8235
|
object_id: e.uuid().optional(),
|
|
8229
8236
|
object_id__in: e.array(e.uuid()).optional(),
|
|
@@ -8239,14 +8246,14 @@ e.discriminatedUnion("type", [
|
|
|
8239
8246
|
planned_payment_date__lt: e.iso.date().optional(),
|
|
8240
8247
|
planned_payment_date__gte: e.iso.date().optional(),
|
|
8241
8248
|
planned_payment_date__lte: e.iso.date().optional(),
|
|
8242
|
-
status:
|
|
8249
|
+
status: ec.optional(),
|
|
8243
8250
|
payment_intent_status: e.string().optional(),
|
|
8244
8251
|
payment_method: e.string().optional()
|
|
8245
8252
|
}), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_record_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_record_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_record_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_record_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_record_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_reminder_id: e.uuid() }), e.void(), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_reminder_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_reminder_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_terms_id: e.uuid() }), e.void(), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_terms_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ payment_terms_id: e.uuid() }), e.object({ tier_id: e.uuid() }), e.void(), e.object({ tier_id: e.uuid() }), e.object({ tier_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ person_id: e.uuid() }), e.void(), e.object({ "x-organization-id": e.uuid() }), e.object({
|
|
8246
8253
|
order: D.optional().default("asc"),
|
|
8247
8254
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8248
8255
|
pagination_token: e.string().optional(),
|
|
8249
|
-
sort:
|
|
8256
|
+
sort: zc.optional(),
|
|
8250
8257
|
id__in: e.array(e.uuid()).optional(),
|
|
8251
8258
|
name: e.string().max(100).optional(),
|
|
8252
8259
|
name__contains: e.string().max(100).optional(),
|
|
@@ -8268,7 +8275,7 @@ e.discriminatedUnion("type", [
|
|
|
8268
8275
|
order: D.optional().default("asc"),
|
|
8269
8276
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8270
8277
|
pagination_token: e.string().optional(),
|
|
8271
|
-
sort:
|
|
8278
|
+
sort: Uc.optional(),
|
|
8272
8279
|
created_at__gt: e.iso.datetime().optional(),
|
|
8273
8280
|
created_at__lt: e.iso.datetime().optional(),
|
|
8274
8281
|
created_at__gte: e.iso.datetime().optional(),
|
|
@@ -8293,7 +8300,7 @@ e.discriminatedUnion("type", [
|
|
|
8293
8300
|
order: D.optional().default("asc"),
|
|
8294
8301
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8295
8302
|
pagination_token: e.string().optional(),
|
|
8296
|
-
sort:
|
|
8303
|
+
sort: dl.optional(),
|
|
8297
8304
|
created_at__gt: e.iso.datetime().optional(),
|
|
8298
8305
|
created_at__lt: e.iso.datetime().optional(),
|
|
8299
8306
|
created_at__gte: e.iso.datetime().optional(),
|
|
@@ -8317,7 +8324,7 @@ e.discriminatedUnion("type", [
|
|
|
8317
8324
|
order: D.optional().default("asc"),
|
|
8318
8325
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8319
8326
|
pagination_token: e.string().optional(),
|
|
8320
|
-
sort:
|
|
8327
|
+
sort: pl.optional(),
|
|
8321
8328
|
created_at__gt: e.iso.datetime().optional(),
|
|
8322
8329
|
created_at__lt: e.iso.datetime().optional(),
|
|
8323
8330
|
created_at__gte: e.iso.datetime().optional(),
|
|
@@ -8361,13 +8368,13 @@ e.discriminatedUnion("type", [
|
|
|
8361
8368
|
"canceled"
|
|
8362
8369
|
])).optional(),
|
|
8363
8370
|
entity_user_id__in: e.array(e.uuid()).optional(),
|
|
8364
|
-
sort:
|
|
8371
|
+
sort: bl.optional(),
|
|
8365
8372
|
tag_ids__in: e.array(e.uuid()).optional(),
|
|
8366
8373
|
tag_ids: e.array(e.uuid()).optional(),
|
|
8367
8374
|
product_ids__in: e.array(e.uuid()).optional(),
|
|
8368
8375
|
product_ids: e.array(e.uuid()).optional(),
|
|
8369
8376
|
project_id__in: e.array(e.uuid()).optional(),
|
|
8370
|
-
type:
|
|
8377
|
+
type: Hl.optional(),
|
|
8371
8378
|
document_id: e.string().optional(),
|
|
8372
8379
|
document_id__contains: e.string().optional(),
|
|
8373
8380
|
document_id__icontains: e.string().optional(),
|
|
@@ -8454,8 +8461,8 @@ e.discriminatedUnion("type", [
|
|
|
8454
8461
|
order: D.optional().default("asc"),
|
|
8455
8462
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8456
8463
|
pagination_token: e.string().optional(),
|
|
8457
|
-
sort:
|
|
8458
|
-
event_type__in: e.array(
|
|
8464
|
+
sort: Al.optional(),
|
|
8465
|
+
event_type__in: e.array(jl).optional(),
|
|
8459
8466
|
entity_user_id__in: e.array(e.uuid()).optional(),
|
|
8460
8467
|
timestamp__gt: e.iso.datetime().optional(),
|
|
8461
8468
|
timestamp__lt: e.iso.datetime().optional(),
|
|
@@ -8477,9 +8484,9 @@ e.discriminatedUnion("type", [
|
|
|
8477
8484
|
order: D.optional().default("asc"),
|
|
8478
8485
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8479
8486
|
pagination_token: e.string().optional(),
|
|
8480
|
-
sort:
|
|
8481
|
-
status:
|
|
8482
|
-
status__in: e.array(
|
|
8487
|
+
sort: Ml.optional(),
|
|
8488
|
+
status: Fl.optional(),
|
|
8489
|
+
status__in: e.array(Fl).optional(),
|
|
8483
8490
|
created_at__gt: e.iso.datetime().optional(),
|
|
8484
8491
|
created_at__lt: e.iso.datetime().optional(),
|
|
8485
8492
|
created_at__gte: e.iso.datetime().optional(),
|
|
@@ -8514,18 +8521,18 @@ e.discriminatedUnion("type", [
|
|
|
8514
8521
|
}), e.object({ receivable_id: e.uuid() }), e.object({
|
|
8515
8522
|
authorization: e.string().optional(),
|
|
8516
8523
|
"x-organization-id": e.uuid()
|
|
8517
|
-
}), e.object({ receivable_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.void(), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.array(
|
|
8518
|
-
receivable: e.array(
|
|
8524
|
+
}), e.object({ receivable_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.void(), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ recurrence_id: e.uuid() }), e.array(lu), e.object({
|
|
8525
|
+
receivable: e.array(kl),
|
|
8519
8526
|
entity_organization: e.array(lr),
|
|
8520
8527
|
entity_individual: e.array(ar),
|
|
8521
8528
|
counterpart_organization: e.array(Et),
|
|
8522
8529
|
counterpart_individual: e.array(St),
|
|
8523
|
-
product: e.array(
|
|
8530
|
+
product: e.array(Bc)
|
|
8524
8531
|
}), e.object({ regulatory_template_id: e.uuid() }), e.void(), e.object({ regulatory_template_id: e.uuid() }), e.object({ regulatory_template_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({
|
|
8525
8532
|
order: D.optional().default("asc"),
|
|
8526
8533
|
limit: e.int().gte(1).lte(100).optional().default(100),
|
|
8527
8534
|
pagination_token: e.string().nullish(),
|
|
8528
|
-
sort:
|
|
8535
|
+
sort: _u.nullish(),
|
|
8529
8536
|
id__in: e.array(e.uuid()).nullish(),
|
|
8530
8537
|
name: e.string().nullish(),
|
|
8531
8538
|
created_at: e.iso.datetime().nullish(),
|
|
@@ -8535,7 +8542,7 @@ e.discriminatedUnion("type", [
|
|
|
8535
8542
|
created_at__lte: e.iso.datetime().nullish()
|
|
8536
8543
|
}), e.object({ "x-organization-id": e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ role_id: e.uuid() }), e.void(), e.object({ "x-organization-id": e.uuid() }), e.object({ role_id: e.uuid() }), e.object({ "x-organization-id": e.uuid() }), e.object({ role_id: e.uuid() }), e.object({
|
|
8537
8544
|
object_type: e.enum(["receivable"]).optional(),
|
|
8538
|
-
predicates__name__in: e.array(
|
|
8545
|
+
predicates__name__in: e.array(Tc).optional(),
|
|
8539
8546
|
result_value_id: e.uuid().optional(),
|
|
8540
8547
|
created_at: e.iso.datetime().optional(),
|
|
8541
8548
|
created_at__gt: e.iso.datetime().optional(),
|
|
@@ -8668,4 +8675,4 @@ e.discriminatedUnion("type", [
|
|
|
8668
8675
|
Status: Yf.optional()
|
|
8669
8676
|
}), e.object({ "X-Organization-ID": e.uuid().optional() }), e.object({ id: e.uuid() }), e.object({ id: e.uuid() }), e.object({ userId: e.uuid() }), e.object({ userId: e.uuid() }), e.object({ userId: e.uuid() });
|
|
8670
8677
|
//#endregion
|
|
8671
|
-
export { te as zAcceptInvitationAuthenticationDto, ne as zAccountDataBlock, re as zAccountDisabledReason, Fs as zAccountIdentification, hr as zAccountingConnectionResponse, ie as zAccountingCostCenterResponse, ae as zAccountingCustomerRefObject, ce as zAccountingLineItem, de as zAccountingPayable, oe as zAccountingPurchaseOrderRef, le as zAccountingReceivable, se as zAccountingRefObject, Mn as zAccountingSettings, Ad as zAccountingTaxRateResponse, ue as zAccountingVendorRefObject, fe as zActionEnum, mc as zActionSchema, Rt as zAddress, pe as zAddressData, me as zAddressDto, Ka as zAddressInput, s as zAddressOutput, t as zAggregationFunctionEnum, he as zAirwallexData, n as zAllowedCountries, ge as zAllowedFileTypes, r as zAmountOutput, Mu as zAmountPredicate, _e as zAnalyticsDataPoint, ee as zApiVersion, ve as zApplicationListResponseDto, ye as zApplicationOwnership, be as zApplicationProduct, xe as zApplicationStatusEntry, Se as zApprovalActionEventData, Ce as zApprovalPolicyCursorFields, ya as zApprovalPolicyResource, we as zApprovalPolicyStatus, ke as zApprovalProcessStepResource, Te as zApprovalProcessStepStatus, ba as zApprovalRequestCreateByReportingManagerRequest, xa as zApprovalRequestCreateByRoleRequest, Sa as zApprovalRequestCreateByUserRequest, Ee as zApprovalRequestCursorFields, Ca as zApprovalRequestResourceWithMetadata, De as zApprovalRequestStatus, Oe as zApprovalTypeEnum, i as zAttachmentRequest, Ae as zAttachmentResponse, je as zAuthorizedBankAccount, qc as zAuthorizedBankAccountPayload, Me as zAutomationLevel, ad as zBank, dn as zBankAccount, Ne as zBankAccountAccessActionType, bc as zBankAccountApplicantInput, zt as zBankAccountApplicantOutput, Pe as zBankAccountApplicationStatusDto, Fe as zBankAccountApplicationSummary, gi as zBankAccountApplicationSummaryResponse, Ie as zBankAccountInfo, Jc as zBankAccountPayload, pn as zBankAccountPaymentMethod, fn as zBankAccountPaymentMethodDetails, Le as zBankAccountSnapshot, Re as zBankAccountSourceDto, ze as zBankAccountStatus, Be as zBankAccountSummary, Ve as zBankAccountTransactionDirectionDto, He as zBankAccountTransactionResponse, Ue as zBankAccountTransactionSortFieldDto, We as zBankAccountTransferAccountOutput, Ge as zBankAccountTransferNetworkTypeDto, Je as zBankAccountTransferResponse, Ke as zBankAccountTransferStatusDto, qe as zBankAccountTransferTypeDto, Ye as zBankAccountTypeEnum, Xe as zBankAccountWithBalanceResponse, Ze as zBankAccountWithSourceInput, Gl as zBasedOnReceivableCreatedEventData, Qe as zBasedOnTransitionType, $e as zBatchPaymentIntentsRecipient, Ks as zBatchSinglePaymentIntent, Bt as zBeneficialOwnerResponse, Cu as zBizObjectsSchema, et as zBulkMembershipType, tt as zBulkUpdatePermissionType, Fd as zBusinessDetailsInput, na as zBusinessDetailsOutput, nt as zBusinessInfoSchema, xc as zBusinessOwnerInput, Vt as zBusinessOwnerOutput, _r as zBusinessProfile, rt as zBusinessStructureType, it as zBusinessVerificationStatusDto, at as zButtonTheme, ot as zCardBrand, ut as zCardPaymentMethod, lt as zCardPaymentMethodDetails, st as zCardTheme, ct as zCardTypeEnum, Qi as zChannelConfigRequest, Zi as zChannelConfigRequestWebhookChannelConfigRequest, ft as zChannelConfigResponse, dt as zChannelConfigResponseWebhookChannelConfigResponse, pt as zChannelType, mt as zCommentCursorFields, Ku as zCommentResource, ht as zCommercialConditionsBlock, P as zCommonSchema, gt as zConnectionStatus, _t as zConsentState, a as zCounterpartAddress, vt as zCounterpartAddressResponseWithCounterpartId, mn as zCounterpartBankAccountResponse, yt as zCounterpartContactResponse, bt as zCounterpartCursorFields, Ur as zCounterpartFields, xt as zCounterpartIndividualCreatePayload, St as zCounterpartIndividualFieldsEnum, dd as zCounterpartIndividualResponse, vi as zCounterpartIndividualRootCreatePayload, fd as zCounterpartIndividualRootResponse, yi as zCounterpartIndividualRootUpdatePayload, Ct as zCounterpartIndividualUpdatePayload, wt as zCounterpartInfoBlock, Tt as zCounterpartOrganizationCreatePayload, Et as zCounterpartOrganizationFieldsEnum, pd as zCounterpartOrganizationResponse, bi as zCounterpartOrganizationRootCreatePayload, md as zCounterpartOrganizationRootResponse, xi as zCounterpartOrganizationRootUpdatePayload, Dt as zCounterpartOrganizationUpdatePayload, Ot as zCounterpartRawAddress, kt as zCounterpartRawAddressUpdateRequest, At as zCounterpartRawBankAccount, jt as zCounterpartRawBankAccountUpdateRequest, Nt as zCounterpartRawData, Ft as zCounterpartRawDataUpdateRequest, Mt as zCounterpartRawVatId, Pt as zCounterpartRawVatIdUpdateRequest, hd as zCounterpartResponse, It as zCounterpartSchema, q as zCounterpartTagSchema, o as zCounterpartType, rp as zCounterpartVatIdResponse, Lt as zCountryCode, Pu as zCountryPredicate, Ht as zCreateOrganizationType, Sc as zCreditCardApplicantInput, Ut as zCreditCardApplicantOutput, Wt as zCreditCardApplicationStatusDto, Id as zCreditCardBusinessDetailsInput, ra as zCreditCardBusinessDetailsOutput, Gt as zCreditCardCloseReason, Kt as zCreditCardFormat, $t as zCreditCardResponse, qt as zCreditCardStatus, Jt as zCreditCardTransactionDirection, Zt as zCreditCardTransactionResponse, Yt as zCreditCardTransactionStatus, Xt as zCreditCardTransactionType, Qt as zCreditCardType, en as zCreditNoteCursorFields, tn as zCreditNoteDimensionEnum, nn as zCreditNoteFieldsAllowedForValidate, rn as zCreditNoteLineItemCreateRequest, an as zCreditNoteLineItemCursorFields, on as zCreditNoteLineItemResponse, sn as zCreditNoteMetricEnum, cn as zCreditNoteRenderingSettings, Ed as zCreditNoteResponse, mp as zCreditNoteResponsePayload, ln as zCreditNoteStateEnum, un as zCurrencyDetails, c as zCurrencyEnum, hn as zCurrencyExchangeSchema, gn as zCurrencyExchangeSchema2, br as zCurrencySettings, _n as zCursorFields, up as zCustomTaxRateResponse, vn as zCustomTemplateDataSchema, yn as zCustomTemplatesCursorFields, wn as zDataExportCursorFields, l as zDateDimensionBreakdownEnum, qa as zDebitCardApplicantRequest, Dn as zDebitCardResponse, Tn as zDebitCardStatus, En as zDebitCardType, u as zDeductionItem, On as zDefaultAccountingTaxIds, An as zDefaultBankAccount, kn as zDefaultBankAccountType, jn as zDefaultLedgerAccountIds, gd as zDeliveryNoteCounterpartIndividual, _d as zDeliveryNoteCounterpartOrganization, vd as zDeliveryNoteCounterpartResource, Nn as zDeliveryNoteCreateBasedOnRequest, Df as zDeliveryNoteCreateLineItem, Of as zDeliveryNoteCreateRequest, Pn as zDeliveryNoteCursorFields, Ef as zDeliveryNoteLineItemProduct, kf as zDeliveryNoteLineItemResource, Au as zDeliveryNoteRenderPayload, Af as zDeliveryNoteResource, Fn as zDeliveryNoteStatusEnum, In as zDepartmentListItem, Ln as zDepartmentMember, Rn as zDisclosureDocumentDto, zn as zDisclosureRequirement, d as zDiscount, Vn as zDiscountResponse, Bn as zDiscountType, Sn as zDnsRecord, bn as zDnsRecordPurpose, xn as zDnsRecordType, Cn as zDnsRecords, Hn as zDocumentExportResponseSchema, Un as zDocumentIdSeparators, Jn as zDocumentIdsSettings, Wn as zDocumentIdsSettingsNextNumber, Yn as zDocumentIdsSettingsRequest, Gn as zDocumentInfoBlock, f as zDocumentObjectTypeRequestEnum, z as zDocumentRenderingSettings, Kn as zDocumentTypeEnum, qn as zDocumentTypePrefix, Xn as zDomainResponse, Zn as zDownloadType, Qn as zEmail, Yc as zEmbeddedAuthorizedBankAccountPayload, Xc as zEmbeddedBankAccountPayload, Md as zEmbeddedBusinessDataResponseDto, Up as zEmbeddedManuallySpecifiedPayload, $n as zEntityAddressResponseSchema, er as zEntityAddressSchema, tr as zEntityBankAccountResponse, nr as zEntityBusinessStructure, rr as zEntityContactBlock, ir as zEntityCursorFields, Wr as zEntityFields, ar as zEntityIndividualFieldsEnum, Mc as zEntityIndividualResponse, or as zEntityInfoBlock, sr as zEntityLogoBlock, cr as zEntityMailSettings, lr as zEntityOrganizationFieldsEnum, Nc as zEntityOrganizationResponse, Pc as zEntityResponse, ur as zEntitySchema, dr as zEntityStatusEnum, fr as zEntityTypeEnum, pr as zEntityUserCursorFields, qu as zEntityUserResponse, ip as zEntityVatIdResponse, mr as zErrorSchema, gr as zEstimatedMonthlyRevenue, vr as zEventCursorFields, Lp as zEventResource, yr as zExchangeRate, xr as zExpenseApprovalRequestedEventData, Sr as zExpenseAutoApprovedEventData, Gr as zExpenseAutoCategorizedEventData, Kr as zExpenseCreatedEventData, Tr as zExpenseDeletedEventData, vf as zExpenseHistoryEntryResponse, Cr as zExpenseHistoryEventTypeEnum, _f as zExpensePaymentStatusChangedEventData, qr as zExpenseReceiptMatchedEventData, wr as zExpenseReceiptUnlinkedEventData, Er as zExpenseStatusChangedEventData, p as zExpenseStatusEnum, Dr as zExpenseSubmittedEventData, Hr as zExpenseUpdatedEventData, Or as zExportFormat, ys as zExportObjectSchema, vs as zExportPayableSchema, Ar as zExportReceivableSchema, kr as zExportReceivableStatus, jr as zExportSettingCursorFields, Rr as zExternalBankAccountResponse, Mr as zExternalBankAccountStatusDto, Nr as zExternalBankAccountSummary, Pr as zExternalBankAccountTypeDto, Ir as zExternalBankAccountVerificationInput, Fr as zExternalBankAccountVerificationMethod, Lr as zExternalBankAccountVerificationStatusDto, nd as zExtraDataResource, zr as zFee, Br as zFeeRegion, Vr as zFieldDiff, m as zFieldSchema, h as zFieldSourceEnum, Jr as zFileAttachedEventData, Yr as zFileResponse, Ic as zFileSchema, jc as zFileSchema2, Rc as zFileSchema3, Xr as zFileUrlType, Op as zFinancingInvoice, Zr as zFinancingInvoiceCursorFields, Qr as zFinancingInvoiceType, Mp as zFinancingOffer, $r as zFinancingPushInvoicesRequestInvoice, ei as zFooterBlock, ti as zGlobalDiscount, ni as zHeaderBlock, ri as zIFormFile, ii as zIndividualResponseSchema, ai as zIndividualSchema, ci as zInlinePaymentTermsRequestPayload, oi as zInlineTermDiscount, si as zInlineTermFinal, ui as zInvoice, li as zInvoiceFile, di as zInvoiceRenderingSettings, hp as zInvoiceResponsePayload, fi as zItem, Iu as zItemTypePredicate, pi as zIterationStatus, mi as zJsonElement, hi as zKycVerificationStatusDto, _i as zLabelNValue, g as zLanguageCodeEnum, Si as zLedgerAccountCursorFields, Ci as zLedgerAccountResponse, Mf as zLineItem, wi as zLineItemColumnSettings, Ti as zLineItemCursorFields, Ei as zLineItemFields, Di as zLineItemInternalRequest, _ as zLineItemNumericColumnSettings, fp as zLineItemProduct, jf as zLineItemProductCreate, Oi as zLineItemProductMeasureUnit, dp as zLineItemProductTaxRate, ki as zLineItemResponse, Hd as zLineItemUpdate, Fi as zLineItemsBlock, Ai as zLineItemsBlockAmountReduced, ji as zLineItemsBlockDeduction, Mi as zLineItemsBlockLineItem, Ni as zLineItemsBlockTotalVat, Pi as zLineItemsColumns, Ii as zLineItemsRenderingSettings, Li as zLocationListItem, Ri as zLocationMember, Rl as zMailSentEventData, zi as zMailSettings, Bi as zMailboxObjectTypeEnum, Vi as zMailboxResponse, Wp as zManuallySpecifiedBankAccountPayload, Hi as zMeAddressDto, Ui as zMeasureUnitEnum, Wi as zMedia, Gi as zMemoBlock, Ki as zMerchantCategoryGroupResponse, Ji as zMissingFields, qi as zMissingLineItemFields, Yi as zMoniteAllPaymentMethods, v as zMoniteAllPaymentMethodsTypes, Xi as zMtlsConfigRequest, $i as zMultipleAmountPredicate, ea as zMultipleCountryPredicate, Uc as zMultipleItemTypePredicate, ta as zNorthAmericanIndustryClassificationSystemCode, va as zObjectMatchTypes, y as zObjectType, wa as zObjectTypeAvailableComment, Ta as zObjectTypeEnum, ia as zOcrAddress, aa as zOcrAddressDetails, Ea as zOcrAutoTaggingSettingsRequest, oa as zOcrBankDetails, sa as zOcrCounterpartDetails, ua as zOcrCreditNote, ca as zOcrDocumentTypeEnum, da as zOcrInvoice, la as zOcrLineItem, pa as zOcrReceipt, fa as zOcrReceiptLineItem, Da as zOcrRecognitionResponse, ma as zOcrRequestSource, ga as zOcrResponseInvoiceReceiptData, ha as zOcrResponseInvoiceReceiptLineItemRaw, Oa as zOcrStatusEnum, ka as zOcrTaskResponseSchema, _a as zOcrTaskStatus, Aa as zOptionalFee, ja as zOptionalIndividualSchema, Ma as zOptionalOfBankAccountStatus, Na as zOptionalOfExternalBankAccountVerificationInput, T as zOptionalOfNullableAddressInput, Pa as zOptionalOfNullableAuthenticationInput, Cc as zOptionalOfNullableBankAccountApplicantInput, Ld as zOptionalOfNullableBusinessDetailsInput, Fa as zOptionalOfNullableBusinessStructureType, Ia as zOptionalOfNullableCountryCode, wc as zOptionalOfNullableCreditCardApplicantInput, Rd as zOptionalOfNullableCreditCardBusinessDetailsInput, b as zOptionalOfNullableDateOnly, La as zOptionalOfNullableGuid, bo as zOptionalOfNullableIReadOnlyListOfOrganizationSettingsOcrAutoTaggingDto, Tc as zOptionalOfNullableListOfBusinessOwnerInput, Ra as zOptionalOfNullableNorthAmericanIndustryClassificationSystemCode, eo as zOptionalOfNullableOrganizationSettingsAccountingDto, po as zOptionalOfNullableOrganizationSettingsCurrencyDto, io as zOptionalOfNullableOrganizationSettingsDefaultBankAccountDto, lo as zOptionalOfNullableOrganizationSettingsDocumentIdsRequestDto, za as zOptionalOfNullableOrganizationSettingsMailDto, Ba as zOptionalOfNullableOrganizationSettingsPaymentPriority, Va as zOptionalOfNullableOrganizationSettingsReceivableEditFlow, Ha as zOptionalOfNullableOrganizationSettingsReminderDto, Ua as zOptionalOfNullableOrganizationSettingsTaxMode, Wa as zOptionalOfNullableOrganizationType, F as zOptionalOfNullablePersonalIdentificationNumberDto, Pd as zOptionalOfNullableTaxIdentificationNumberInput, x as zOptionalOfNullableboolean, S as zOptionalOfNullabledecimal, Ga as zOptionalOfNullableint, C as zOptionalOfNullablelong, w as zOptionalOfNullablestring, E as zOptionalOfstring, Ja as zOptionalOrganizationSchema, D as zOrderEnum, Ya as zOrganizationLogoResponseDto, Xa as zOrganizationResponseSchema, Za as zOrganizationSchema, to as zOrganizationSettingsAccountingDto, Qa as zOrganizationSettingsAccountingLedgerAccountIdsDto, $a as zOrganizationSettingsAccountingTaxIdsDto, no as zOrganizationSettingsCreditNoteRenderingDto, mo as zOrganizationSettingsCurrencyDto, ao as zOrganizationSettingsDefaultBankAccountDto, ro as zOrganizationSettingsDefaultBankAccountType, oo as zOrganizationSettingsDocumentIdSeparator, uo as zOrganizationSettingsDocumentIdsDto, so as zOrganizationSettingsDocumentIdsNextNumberDto, Co as zOrganizationSettingsDocumentRenderingDto, co as zOrganizationSettingsDocumentTypePrefixDto, fo as zOrganizationSettingsExchangeRateDto, ho as zOrganizationSettingsInvoiceRenderingDto, go as zOrganizationSettingsLineItemColumnDto, O as zOrganizationSettingsLineItemNumericColumnDto, _o as zOrganizationSettingsLineItemsRenderingDto, vo as zOrganizationSettingsMailDto, yo as zOrganizationSettingsOcrAutoTaggingDto, xo as zOrganizationSettingsPaymentPriority, So as zOrganizationSettingsQuoteRenderingDto, wo as zOrganizationSettingsReceivableEditFlow, To as zOrganizationSettingsReminderDto, Eo as zOrganizationSettingsTaxMode, Do as zOrganizationStatusFilter, Oo as zOrganizationSummary, k as zOrganizationType, ko as zOriginEnum, au as zOverdueReminderResponse, Ao as zOverdueReminderTerm, jo as zOwnershipDeclarationInput, Mo as zOwnershipDeclarationOutput, No as zPageCounterBlock, Po as zPageSchema, Fo as zPageSchema2, Io as zPageSchema3, Lo as zPaginatedResponseOfDepartmentMember, Ro as zPaginatedResponseOfLocationMember, zo as zPaginationMetadata, Bo as zPaidBy, Vo as zParentOrganizationSummaryDto, Ho as zPayableActionEnum, hc as zPayableActionSchema, bs as zPayableAggregatedItem, Uo as zPayableApprovalActionEventData, Wo as zPayableApprovalRequestedEventData, Go as zPayableAutoApprovedEventData, Ko as zPayableCounterpartInfoBlock, fs as zPayableCreatedEventData, qo as zPayableCreditNoteData, Jo as zPayableCreditNoteLinkedEventData, A as zPayableCreditNoteStateEnum, Yo as zPayableCreditNoteUnlinkedEventData, Xo as zPayableCursorFields, xs as zPayableDeletedEventData, Zo as zPayableDimensionEnum, Qo as zPayableEntityAddressSchema, Ju as zPayableEntityIndividualResponse, $o as zPayableEntityInfoBlock, Yu as zPayableEntityOrganizationResponse, es as zPayableFieldDiff, ts as zPayableHistoryCursorFields, ns as zPayableHistoryEventTypeEnum, Ds as zPayableHistoryResponse, rs as zPayableIndividualSchema, is as zPayableInfoBlock, as as zPayableLineItemAddedEventData, os as zPayableLineItemRemovedEventData, ss as zPayableLineItemUpdatedEventData, cs as zPayableMarkedAsPaidEventData, ls as zPayableMarkedAsPartiallyPaidEventData, us as zPayableMetricEnum, ds as zPayableOrganizationSchema, j as zPayableOriginEnum, Ss as zPayablePaymentRevertedEventData, ps as zPayablePaymentTermDiscount, ms as zPayablePaymentTermFinal, hs as zPayablePaymentTermsCreatePayload, gs as zPayableRenderPayload, Dd as zPayableResponseSchema, gc as zPayableSchema, _s as zPayableSettings, M as zPayableStateEnum, Cs as zPayableStatusChangedEventData, ws as zPayableSubmittedForApprovalEventData, Ts as zPayableTemplatesVariable, As as zPayableTemplatesVariablesObject, Es as zPayableUpdatedEventData, Os as zPayablesFieldsAllowedForValidate, ks as zPayablesVariableType, js as zPayerAccountResponse, Ms as zPayerAccountResponse2, Ns as zPaymentAccountObject, N as zPaymentAccountType, Ws as zPaymentFeeResponse, tf as zPaymentIntent, Ps as zPaymentIntentAccountType, Is as zPaymentIntentCursorFields, Ls as zPaymentIntentHistory, Rs as zPaymentIntentPayoutMethod, tu as zPaymentIntentResponse, $d as zPaymentIntentWithSecrets, zs as zPaymentIntentsRecipient, Hs as zPaymentMethod, Bs as zPaymentMethodDirection, Vs as zPaymentMethodStatus, Us as zPaymentMethodSubtype, Js as zPaymentObject, Gs as zPaymentObjectPayable, qs as zPaymentObjectType, Ys as zPaymentPageFooter, Xs as zPaymentPageTheme, Zs as zPaymentPriorityEnum, Qs as zPaymentReceivedEventData, $s as zPaymentRecordCursorFields, rc as zPaymentRecordHistoryResponse, ec as zPaymentRecordObjectRequest, tc as zPaymentRecordObjectResponse, ic as zPaymentRecordResponse, nc as zPaymentRecordStatusEnum, Xu as zPaymentReminderResponse, ac as zPaymentRequirements, oc as zPaymentTerms, sc as zPaymentTermsBlock, Yd as zPaymentTermsResponse, fc as zPaymentTierResponse, cc as zPaymentsBatchPaymentStatus, lc as zPaymentsSettings, uc as zPdfDocumentTypeEnum, dc as zPeriodEnum, pc as zPermissionEnum, _c as zPermissionKey, vc as zPermissionUpdateInput, yc as zPersonalIdentificationNumberType, Ec as zPlatform, Cp as zPredicate, Dc as zPredicateNameEnum, Oc as zPredicateOperatorEnum, kc as zPredicateResponse, Ac as zPreviewSchema, Fc as zPreviewSchema2, Lc as zPreviewSchema3, I as zPrice, jp as zPricingPlan, Bc as zProcessResource, zc as zProcessStatusEnum, Vc as zProductCursorFields, Hc as zProductFieldsEnum, Wc as zProductServiceResponse, L as zProductServiceTypeEnum, Gc as zProjectCursorFields, Od as zProjectResource, R as zPsuIdentification, Kc as zPsuIdentificationType, Zc as zPublicBankAccount, Qc as zPurchaseOrderCounterpartAddressSchema, yd as zPurchaseOrderCounterpartIndividualResponse, bd as zPurchaseOrderCounterpartIndividualRootResponse, $c as zPurchaseOrderCounterpartInfoBlock, xd as zPurchaseOrderCounterpartOrganizationResponse, Sd as zPurchaseOrderCounterpartOrganizationRootResponse, Cd as zPurchaseOrderCounterpartSchema, el as zPurchaseOrderCursorFields, tl as zPurchaseOrderDateBlock, nl as zPurchaseOrderItem, rl as zPurchaseOrderLineItem, il as zPurchaseOrderLineItemsBlock, al as zPurchaseOrderNumberBlock, ol as zPurchaseOrderRenderPayload, wd as zPurchaseOrderResponseSchema, sl as zPurchaseOrderStatusEnum, cl as zPurchaseOrderVatId, ll as zQrCodeDataBlock, ul as zQuoteRenderingSettings, gp as zQuoteResponsePayload, dl as zQuoteStateEnum, fl as zRate, pl as zReceiptCursorFields, ml as zReceiptDimensionEnum, hl as zReceiptLineItemCursorFields, gl as zReceiptLineItemResponseSchema, _l as zReceiptLinkSourceEnum, vl as zReceiptMetricEnum, yl as zReceiptOriginEnum, Uu as zReceiptResponseSchema, Zl as zReceivableCounterpartContact, ap as zReceivableCounterpartVatIdResponse, bl as zReceivableCreateBasedOnPayload, xl as zReceivableCreatedEventData, Sl as zReceivableCursorFields, Cl as zReceivableCursorFields2, wl as zReceivableDimensionEnum, Tl as zReceivableEditFlow, B as zReceivableEntityAddressSchema, El as zReceivableEntityBase, Dl as zReceivableEntityIndividual, Ol as zReceivableEntityIndividualRequest, kl as zReceivableEntityOrganization, Al as zReceivableEntityOrganizationRequest, op as zReceivableEntityVatIdResponse, sp as zReceivableFacadeCreateInvoicePayload, cp as zReceivableFacadeCreateQuotePayload, jl as zReceivableFieldsEnum, Ml as zReceivableHistoryCursorFields, Nl as zReceivableHistoryEventTypeEnum, Gu as zReceivableHistoryResponse, Pl as zReceivableMailCursorFields, Fl as zReceivableMailRecipientState, Il as zReceivableMailRecipients, zl as zReceivableMailResponse, Ll as zReceivableMailStatusEnum, Bl as zReceivableMetricEnum, Vl as zReceivableNumberBlock, ju as zReceivableRenderPayload, _p as zReceivableResponse, Hl as zReceivableSettings, Ul as zReceivableTemplatesVariable, ep as zReceivableTemplatesVariablesObject, Wl as zReceivableType, Kl as zReceivableUpdatedEventData, ql as zReceivablesAnalyticsDataPoint, Jl as zReceivablesCounterpartAddress, Yl as zReceivablesPreviewTypeEnum, Xl as zReceivablesRemindersWarningMessage, V as zReceivablesRepresentationOfCounterpartAddress, Ql as zReceivablesRepresentationOfEntityBankAccount, $l as zReceivablesStatusEnum, iu as zRecipient, eu as zRecipientAccountResponse, nu as zRecipientAccountResponse2, ru as zRecipientType, H as zRecipients, ou as zRecipientsInfo, su as zRecurrenceFrequency, cu as zRecurrenceIteration, uu as zRecurrenceResponse, lu as zRecurrenceStatus, du as zRegulatoryTemplateResponse, fu as zRelatedDocuments, pu as zRelatedOrganizationSummaryDto, qf as zRelatedUserDto, U as zReminder, hu as zReminderMailSentEventData, mu as zReminderTypeEnum, gu as zRemindersSettings, _u as zRepaymentSchedule, vu as zRequirementsError, pp as zResponseItem, yu as zRoleCursorFields, bu as zRoleMemberResponseDto, xu as zRolePermissionResponseDto, Zu as zRoleResponse, ud as zRoleResponseDto, Su as zRootSchema, np as zRuleResponse, Tu as zScaMethod, wu as zScaMethodType, Eu as zSendStatelessEmailResponse, Du as zServiceProvidersEnum, Ou as zSignature, ku as zSignatureBlock, W as zSingleAmountPredicate, Nu as zSingleCountryPredicate, Fu as zSingleItemTypePredicate, Lu as zSinglePaymentIntent, Ru as zSinglePaymentIntentResponse, zu as zSortOrderDto, Bu as zSourceOfData, Vu as zSourceOfPayableDataEnum, Hu as zSourceOfReceiptDataEnum, Wu as zStatusChangedEventData, G as zStatusEnum, Qu as zStripeData, Ip as zSubscriptionResponse, $u as zSuggestedCounterpartPayload, ed as zSuggestedPaymentTerm, td as zSupportedFieldNames, rd as zSupportedFormatSchema, id as zSupportedPaymentAuthorizationFlow, od as zSyncRecordCursorFields, cd as zSyncRecordResource, sd as zSyncStatus, ld as zSystemRoleKey, Gd as zSystemTemplateDataSchema, K as zTagCategory, Td as zTagCursorFields, J as zTagReadSchema, kd as zTaxComponentResponse, jd as zTaxIdResponseDto, Nd as zTaxIdentificationNumberType, zd as zTaxRateAccountCursorFields, Bd as zTaxRateAccountCursorFields2, Vd as zTaxStatusEnum, Ud as zTemplate, Wd as zTemplateDataSchema, qd as zTemplateReceivableResponse, Kd as zTemplateTypeEnum, Y as zTermDiscountDays, Jd as zTermFinalDays, Xd as zTermsOfServiceAcceptanceInput, Zd as zTermsOfServiceAcceptanceOutput, Qd as zTesouroData, ef as zTesouroPaymentIntentData, nf as zTextTemplateDocumentTypeEnum, af as zTextTemplateResponse, rf as zTextTemplateType, sf as zTotalTaxAmountItem, of as zTotalTaxAmountItemComponent, cf as zTransactionBulkObject, lf as zTransactionBulkStatusEnum, uf as zTransactionCursorFields, df as zTransactionDimensionEnum, ff as zTransactionFieldsAllowedForValidate, pf as zTransactionMetricEnum, mf as zTransactionPaymentMethod, hf as zTransactionPaymentMethodTypeEnum, bf as zTransactionRequest, gf as zTransactionRequiredFieldItem, xf as zTransactionResponse, X as zTransactionStatusEnum, yf as zTransactionTypeEnum, Sf as zTransactionValidationError, Cf as zTransferType, wf as zUnit, Tf as zUnitRequest, Nf as zUnitResponse, Vf as zUpdateCreditNote, Hf as zUpdateCreditNotePayload, Pf as zUpdateEntityAddressSchema, Ff as zUpdateInvoice, If as zUpdateInvoicePayload, Lf as zUpdateIssuedInvoice, Rf as zUpdateIssuedInvoicePayload, Bf as zUpdateLineItemForCreditNote, zf as zUpdateProductForCreditNote, Uf as zUpdateQuote, Wf as zUpdateQuotePayload, Gf as zUserDepartmentDto, Kf as zUserLocationDto, Jf as zUserStatus, Yf as zUserStatusFilter, Xf as zValidationError, Zf as zVariable, Qf as zVariablesObject, $f as zVariablesType, tp as zVatConditionType, Z as zVatIdTypeEnum, Q as zVatModeEnum, Sp as zVatPredicate, lp as zVatRateComponent, yp as zVatRateResponse, vp as zVatRateStatusEnum, bp as zVatTypePredicate, xp as zVatValidityEnum, wp as zVerificationError, Tp as zVerificationStatusEnum, Ep as zWcBusinessStatus, Dp as zWcInvoiceStatus, kp as zWcOfferStatus, Ap as zWcRepaymentType, Np as zWebhookDeliveryCursorFields, Pp as zWebhookDeliveryResource, Fp as zWebhookEventType, $ as zWebhookObjectType, Rp as zWebhookSubscriptionCursorFields, Bp as zWebhookSubscriptionResource, zp as zWebhookSubscriptionStatus, Vp as zWidgetUserStatus, Hp as zYapilyCountriesCoverageCodes };
|
|
8678
|
+
export { te as zAcceptInvitationAuthenticationDto, ne as zAccountDataBlock, re as zAccountDisabledReason, Ns as zAccountIdentification, hr as zAccountingConnectionResponse, ie as zAccountingCostCenterResponse, ae as zAccountingCustomerRefObject, ce as zAccountingLineItem, de as zAccountingPayable, oe as zAccountingPurchaseOrderRef, le as zAccountingReceivable, se as zAccountingRefObject, Mn as zAccountingSettings, Ad as zAccountingTaxRateResponse, ue as zAccountingVendorRefObject, fe as zActionEnum, fc as zActionSchema, Rt as zAddress, pe as zAddressData, me as zAddressDto, Ka as zAddressInput, s as zAddressOutput, t as zAggregationFunctionEnum, he as zAirwallexData, n as zAllowedCountries, ge as zAllowedFileTypes, r as zAmountOutput, Au as zAmountPredicate, _e as zAnalyticsDataPoint, ee as zApiVersion, ve as zApplicationListResponseDto, ye as zApplicationOwnership, be as zApplicationProduct, xe as zApplicationStatusEntry, Se as zApprovalActionEventData, Ce as zApprovalPolicyCursorFields, ya as zApprovalPolicyResource, we as zApprovalPolicyStatus, ke as zApprovalProcessStepResource, Te as zApprovalProcessStepStatus, ba as zApprovalRequestCreateByReportingManagerRequest, xa as zApprovalRequestCreateByRoleRequest, Sa as zApprovalRequestCreateByUserRequest, Ee as zApprovalRequestCursorFields, Ca as zApprovalRequestResourceWithMetadata, De as zApprovalRequestStatus, Oe as zApprovalTypeEnum, i as zAttachmentRequest, Ae as zAttachmentResponse, je as zAuthorizedBankAccount, Gc as zAuthorizedBankAccountPayload, Me as zAutomationLevel, ad as zBank, dn as zBankAccount, Ne as zBankAccountAccessActionType, vc as zBankAccountApplicantInput, zt as zBankAccountApplicantOutput, Pe as zBankAccountApplicationStatusDto, Fe as zBankAccountApplicationSummary, gi as zBankAccountApplicationSummaryResponse, Ie as zBankAccountInfo, Kc as zBankAccountPayload, pn as zBankAccountPaymentMethod, fn as zBankAccountPaymentMethodDetails, Le as zBankAccountSnapshot, Re as zBankAccountSourceDto, ze as zBankAccountStatus, Be as zBankAccountSummary, Ve as zBankAccountTransactionDirectionDto, He as zBankAccountTransactionResponse, Ue as zBankAccountTransactionSortFieldDto, We as zBankAccountTransferAccountOutput, Ge as zBankAccountTransferNetworkTypeDto, Je as zBankAccountTransferResponse, Ke as zBankAccountTransferStatusDto, qe as zBankAccountTransferTypeDto, Ye as zBankAccountTypeEnum, Xe as zBankAccountWithBalanceResponse, Ze as zBankAccountWithSourceInput, Ul as zBasedOnReceivableCreatedEventData, Qe as zBasedOnTransitionType, $e as zBatchPaymentIntentsRecipient, Ws as zBatchSinglePaymentIntent, Bt as zBeneficialOwnerResponse, xu as zBizObjectsSchema, et as zBulkMembershipType, tt as zBulkUpdatePermissionType, Fd as zBusinessDetailsInput, na as zBusinessDetailsOutput, nt as zBusinessInfoSchema, yc as zBusinessOwnerInput, Vt as zBusinessOwnerOutput, _r as zBusinessProfile, rt as zBusinessStructureType, it as zBusinessVerificationStatusDto, at as zButtonTheme, ot as zCardBrand, ut as zCardPaymentMethod, lt as zCardPaymentMethodDetails, st as zCardTheme, ct as zCardTypeEnum, Qi as zChannelConfigRequest, Zi as zChannelConfigRequestWebhookChannelConfigRequest, ft as zChannelConfigResponse, dt as zChannelConfigResponseWebhookChannelConfigResponse, pt as zChannelType, mt as zCommentCursorFields, Ku as zCommentResource, ht as zCommercialConditionsBlock, P as zCommonSchema, gt as zConnectionStatus, _t as zConsentState, a as zCounterpartAddress, vt as zCounterpartAddressResponseWithCounterpartId, mn as zCounterpartBankAccountResponse, yt as zCounterpartContactResponse, bt as zCounterpartCursorFields, Ur as zCounterpartFields, xt as zCounterpartIndividualCreatePayload, St as zCounterpartIndividualFieldsEnum, dd as zCounterpartIndividualResponse, vi as zCounterpartIndividualRootCreatePayload, fd as zCounterpartIndividualRootResponse, yi as zCounterpartIndividualRootUpdatePayload, Ct as zCounterpartIndividualUpdatePayload, wt as zCounterpartInfoBlock, Tt as zCounterpartOrganizationCreatePayload, Et as zCounterpartOrganizationFieldsEnum, pd as zCounterpartOrganizationResponse, bi as zCounterpartOrganizationRootCreatePayload, md as zCounterpartOrganizationRootResponse, xi as zCounterpartOrganizationRootUpdatePayload, Dt as zCounterpartOrganizationUpdatePayload, Ot as zCounterpartRawAddress, kt as zCounterpartRawAddressUpdateRequest, At as zCounterpartRawBankAccount, jt as zCounterpartRawBankAccountUpdateRequest, Nt as zCounterpartRawData, Ft as zCounterpartRawDataUpdateRequest, Mt as zCounterpartRawVatId, Pt as zCounterpartRawVatIdUpdateRequest, hd as zCounterpartResponse, It as zCounterpartSchema, q as zCounterpartTagSchema, o as zCounterpartType, rp as zCounterpartVatIdResponse, Lt as zCountryCode, Mu as zCountryPredicate, Ht as zCreateOrganizationType, bc as zCreditCardApplicantInput, Ut as zCreditCardApplicantOutput, Wt as zCreditCardApplicationStatusDto, Id as zCreditCardBusinessDetailsInput, ra as zCreditCardBusinessDetailsOutput, Gt as zCreditCardCloseReason, Kt as zCreditCardFormat, $t as zCreditCardResponse, qt as zCreditCardStatus, Jt as zCreditCardTransactionDirection, Zt as zCreditCardTransactionResponse, Yt as zCreditCardTransactionStatus, Xt as zCreditCardTransactionType, Qt as zCreditCardType, en as zCreditNoteCursorFields, tn as zCreditNoteDimensionEnum, nn as zCreditNoteFieldsAllowedForValidate, rn as zCreditNoteLineItemCreateRequest, an as zCreditNoteLineItemCursorFields, on as zCreditNoteLineItemResponse, sn as zCreditNoteMetricEnum, cn as zCreditNoteRenderingSettings, Ed as zCreditNoteResponse, mp as zCreditNoteResponsePayload, ln as zCreditNoteStateEnum, un as zCurrencyDetails, c as zCurrencyEnum, hn as zCurrencyExchangeSchema, gn as zCurrencyExchangeSchema2, br as zCurrencySettings, _n as zCursorFields, up as zCustomTaxRateResponse, vn as zCustomTemplateDataSchema, yn as zCustomTemplatesCursorFields, wn as zDataExportCursorFields, l as zDateDimensionBreakdownEnum, qa as zDebitCardApplicantRequest, Dn as zDebitCardResponse, Tn as zDebitCardStatus, En as zDebitCardType, u as zDeductionItem, On as zDefaultAccountingTaxIds, An as zDefaultBankAccount, kn as zDefaultBankAccountType, jn as zDefaultLedgerAccountIds, gd as zDeliveryNoteCounterpartIndividual, _d as zDeliveryNoteCounterpartOrganization, vd as zDeliveryNoteCounterpartResource, Nn as zDeliveryNoteCreateBasedOnRequest, Df as zDeliveryNoteCreateLineItem, Of as zDeliveryNoteCreateRequest, Pn as zDeliveryNoteCursorFields, Ef as zDeliveryNoteLineItemProduct, kf as zDeliveryNoteLineItemResource, Ou as zDeliveryNoteRenderPayload, Af as zDeliveryNoteResource, Fn as zDeliveryNoteStatusEnum, In as zDepartmentListItem, Ln as zDepartmentMember, Rn as zDisclosureDocumentDto, zn as zDisclosureRequirement, d as zDiscount, Vn as zDiscountResponse, Bn as zDiscountType, Sn as zDnsRecord, bn as zDnsRecordPurpose, xn as zDnsRecordType, Cn as zDnsRecords, Hn as zDocumentExportResponseSchema, Un as zDocumentIdSeparators, Jn as zDocumentIdsSettings, Wn as zDocumentIdsSettingsNextNumber, Yn as zDocumentIdsSettingsRequest, Gn as zDocumentInfoBlock, f as zDocumentObjectTypeRequestEnum, z as zDocumentRenderingSettings, Kn as zDocumentTypeEnum, qn as zDocumentTypePrefix, Xn as zDomainResponse, Zn as zDownloadType, Qn as zEmail, qc as zEmbeddedAuthorizedBankAccountPayload, Jc as zEmbeddedBankAccountPayload, Md as zEmbeddedBusinessDataResponseDto, Up as zEmbeddedManuallySpecifiedPayload, $n as zEntityAddressResponseSchema, er as zEntityAddressSchema, tr as zEntityBankAccountResponse, nr as zEntityBusinessStructure, rr as zEntityContactBlock, ir as zEntityCursorFields, Wr as zEntityFields, ar as zEntityIndividualFieldsEnum, Ac as zEntityIndividualResponse, or as zEntityInfoBlock, sr as zEntityLogoBlock, cr as zEntityMailSettings, lr as zEntityOrganizationFieldsEnum, jc as zEntityOrganizationResponse, Mc as zEntityResponse, ur as zEntitySchema, dr as zEntityStatusEnum, fr as zEntityTypeEnum, pr as zEntityUserCursorFields, qu as zEntityUserResponse, ip as zEntityVatIdResponse, mr as zErrorSchema, gr as zEstimatedMonthlyRevenue, vr as zEventCursorFields, Lp as zEventResource, yr as zExchangeRate, xr as zExpenseApprovalRequestedEventData, Sr as zExpenseAutoApprovedEventData, Gr as zExpenseAutoCategorizedEventData, Kr as zExpenseCreatedEventData, Tr as zExpenseDeletedEventData, vf as zExpenseHistoryEntryResponse, Cr as zExpenseHistoryEventTypeEnum, _f as zExpensePaymentStatusChangedEventData, qr as zExpenseReceiptMatchedEventData, wr as zExpenseReceiptUnlinkedEventData, Er as zExpenseStatusChangedEventData, p as zExpenseStatusEnum, Dr as zExpenseSubmittedEventData, Hr as zExpenseUpdatedEventData, Or as zExportFormat, vs as zExportObjectSchema, _s as zExportPayableSchema, Ar as zExportReceivableSchema, kr as zExportReceivableStatus, jr as zExportSettingCursorFields, Rr as zExternalBankAccountResponse, Mr as zExternalBankAccountStatusDto, Nr as zExternalBankAccountSummary, Pr as zExternalBankAccountTypeDto, Ir as zExternalBankAccountVerificationInput, Fr as zExternalBankAccountVerificationMethod, Lr as zExternalBankAccountVerificationStatusDto, nd as zExtraDataResource, zr as zFee, Br as zFeeRegion, Vr as zFieldDiff, m as zFieldSchema, h as zFieldSourceEnum, Jr as zFileAttachedEventData, Yr as zFileResponse, Pc as zFileSchema, kc as zFileSchema2, Ic as zFileSchema3, Xr as zFileUrlType, Op as zFinancingInvoice, Zr as zFinancingInvoiceCursorFields, Qr as zFinancingInvoiceType, Mp as zFinancingOffer, $r as zFinancingPushInvoicesRequestInvoice, ei as zFooterBlock, ti as zGlobalDiscount, ni as zHeaderBlock, ri as zIFormFile, ii as zIndividualResponseSchema, ai as zIndividualSchema, ci as zInlinePaymentTermsRequestPayload, oi as zInlineTermDiscount, si as zInlineTermFinal, ui as zInvoice, li as zInvoiceFile, di as zInvoiceRenderingSettings, hp as zInvoiceResponsePayload, fi as zItem, Pu as zItemTypePredicate, pi as zIterationStatus, mi as zJsonElement, hi as zKycVerificationStatusDto, _i as zLabelNValue, g as zLanguageCodeEnum, Si as zLedgerAccountCursorFields, Ci as zLedgerAccountResponse, Mf as zLineItem, wi as zLineItemColumnSettings, Ti as zLineItemCursorFields, Ei as zLineItemFields, Di as zLineItemInternalRequest, _ as zLineItemNumericColumnSettings, fp as zLineItemProduct, jf as zLineItemProductCreate, Oi as zLineItemProductMeasureUnit, dp as zLineItemProductTaxRate, ki as zLineItemResponse, Hd as zLineItemUpdate, Fi as zLineItemsBlock, Ai as zLineItemsBlockAmountReduced, ji as zLineItemsBlockDeduction, Mi as zLineItemsBlockLineItem, Ni as zLineItemsBlockTotalVat, Pi as zLineItemsColumns, Ii as zLineItemsRenderingSettings, Li as zLocationListItem, Ri as zLocationMember, Il as zMailSentEventData, zi as zMailSettings, Bi as zMailboxObjectTypeEnum, Vi as zMailboxResponse, Wp as zManuallySpecifiedBankAccountPayload, Hi as zMeAddressDto, Ui as zMeasureUnitEnum, Wi as zMedia, Gi as zMemoBlock, Ki as zMerchantCategoryGroupResponse, Ji as zMissingFields, qi as zMissingLineItemFields, Yi as zMoniteAllPaymentMethods, v as zMoniteAllPaymentMethodsTypes, Xi as zMtlsConfigRequest, $i as zMultipleAmountPredicate, ea as zMultipleCountryPredicate, Vc as zMultipleItemTypePredicate, ta as zNorthAmericanIndustryClassificationSystemCode, va as zObjectMatchTypes, y as zObjectType, wa as zObjectTypeAvailableComment, Ta as zObjectTypeEnum, ia as zOcrAddress, aa as zOcrAddressDetails, Ea as zOcrAutoTaggingSettingsRequest, oa as zOcrBankDetails, sa as zOcrCounterpartDetails, ua as zOcrCreditNote, ca as zOcrDocumentTypeEnum, da as zOcrInvoice, la as zOcrLineItem, pa as zOcrReceipt, fa as zOcrReceiptLineItem, Da as zOcrRecognitionResponse, ma as zOcrRequestSource, ga as zOcrResponseInvoiceReceiptData, ha as zOcrResponseInvoiceReceiptLineItemRaw, Oa as zOcrStatusEnum, ka as zOcrTaskResponseSchema, _a as zOcrTaskStatus, Aa as zOptionalFee, ja as zOptionalIndividualSchema, Ma as zOptionalOfBankAccountStatus, Na as zOptionalOfExternalBankAccountVerificationInput, T as zOptionalOfNullableAddressInput, Pa as zOptionalOfNullableAuthenticationInput, xc as zOptionalOfNullableBankAccountApplicantInput, Ld as zOptionalOfNullableBusinessDetailsInput, Fa as zOptionalOfNullableBusinessStructureType, Ia as zOptionalOfNullableCountryCode, Sc as zOptionalOfNullableCreditCardApplicantInput, Rd as zOptionalOfNullableCreditCardBusinessDetailsInput, b as zOptionalOfNullableDateOnly, La as zOptionalOfNullableGuid, bo as zOptionalOfNullableIReadOnlyListOfOrganizationSettingsOcrAutoTaggingDto, Cc as zOptionalOfNullableListOfBusinessOwnerInput, Ra as zOptionalOfNullableNorthAmericanIndustryClassificationSystemCode, eo as zOptionalOfNullableOrganizationSettingsAccountingDto, po as zOptionalOfNullableOrganizationSettingsCurrencyDto, io as zOptionalOfNullableOrganizationSettingsDefaultBankAccountDto, lo as zOptionalOfNullableOrganizationSettingsDocumentIdsRequestDto, za as zOptionalOfNullableOrganizationSettingsMailDto, Ba as zOptionalOfNullableOrganizationSettingsPaymentPriority, Va as zOptionalOfNullableOrganizationSettingsReceivableEditFlow, Ha as zOptionalOfNullableOrganizationSettingsReminderDto, Ua as zOptionalOfNullableOrganizationSettingsTaxMode, Wa as zOptionalOfNullableOrganizationType, F as zOptionalOfNullablePersonalIdentificationNumberDto, Pd as zOptionalOfNullableTaxIdentificationNumberInput, x as zOptionalOfNullableboolean, S as zOptionalOfNullabledecimal, Ga as zOptionalOfNullableint, C as zOptionalOfNullablelong, w as zOptionalOfNullablestring, E as zOptionalOfstring, Ja as zOptionalOrganizationSchema, D as zOrderEnum, Ya as zOrganizationLogoResponseDto, Xa as zOrganizationResponseSchema, Za as zOrganizationSchema, to as zOrganizationSettingsAccountingDto, Qa as zOrganizationSettingsAccountingLedgerAccountIdsDto, $a as zOrganizationSettingsAccountingTaxIdsDto, no as zOrganizationSettingsCreditNoteRenderingDto, mo as zOrganizationSettingsCurrencyDto, ao as zOrganizationSettingsDefaultBankAccountDto, ro as zOrganizationSettingsDefaultBankAccountType, oo as zOrganizationSettingsDocumentIdSeparator, uo as zOrganizationSettingsDocumentIdsDto, so as zOrganizationSettingsDocumentIdsNextNumberDto, Co as zOrganizationSettingsDocumentRenderingDto, co as zOrganizationSettingsDocumentTypePrefixDto, fo as zOrganizationSettingsExchangeRateDto, ho as zOrganizationSettingsInvoiceRenderingDto, go as zOrganizationSettingsLineItemColumnDto, O as zOrganizationSettingsLineItemNumericColumnDto, _o as zOrganizationSettingsLineItemsRenderingDto, vo as zOrganizationSettingsMailDto, yo as zOrganizationSettingsOcrAutoTaggingDto, xo as zOrganizationSettingsPaymentPriority, So as zOrganizationSettingsQuoteRenderingDto, wo as zOrganizationSettingsReceivableEditFlow, To as zOrganizationSettingsReminderDto, Eo as zOrganizationSettingsTaxMode, Do as zOrganizationStatusFilter, Oo as zOrganizationSummary, k as zOrganizationType, ko as zOriginEnum, ru as zOverdueReminderResponse, Ao as zOverdueReminderTerm, jo as zOwnershipDeclarationInput, Mo as zOwnershipDeclarationOutput, No as zPageCounterBlock, Po as zPageSchema, Fo as zPageSchema2, Io as zPageSchema3, Lo as zPaginatedResponseOfDepartmentMember, Ro as zPaginatedResponseOfLocationMember, zo as zPaginationMetadata, Bo as zPaidBy, Vo as zParentOrganizationSummaryDto, Ho as zPayableActionEnum, pc as zPayableActionSchema, ys as zPayableAggregatedItem, Uo as zPayableApprovalActionEventData, Wo as zPayableApprovalRequestedEventData, Go as zPayableAutoApprovedEventData, Ko as zPayableCounterpartInfoBlock, Bu as zPayableCreatedEventData, qo as zPayableCreditNoteData, Jo as zPayableCreditNoteLinkedEventData, A as zPayableCreditNoteStateEnum, Yo as zPayableCreditNoteUnlinkedEventData, Xo as zPayableCursorFields, bs as zPayableDeletedEventData, Zo as zPayableDimensionEnum, Qo as zPayableEntityAddressSchema, Ju as zPayableEntityIndividualResponse, $o as zPayableEntityInfoBlock, Yu as zPayableEntityOrganizationResponse, es as zPayableFieldDiff, ts as zPayableHistoryCursorFields, ns as zPayableHistoryEventTypeEnum, Vu as zPayableHistoryResponse, rs as zPayableIndividualSchema, is as zPayableInfoBlock, as as zPayableLineItemAddedEventData, os as zPayableLineItemRemovedEventData, ss as zPayableLineItemUpdatedEventData, cs as zPayableMarkedAsPaidEventData, ls as zPayableMarkedAsPartiallyPaidEventData, us as zPayableMetricEnum, ds as zPayableOrganizationSchema, j as zPayableOriginEnum, xs as zPayablePaymentRevertedEventData, fs as zPayablePaymentTermDiscount, ps as zPayablePaymentTermFinal, ms as zPayablePaymentTermsCreatePayload, hs as zPayableRenderPayload, Dd as zPayableResponseSchema, mc as zPayableSchema, gs as zPayableSettings, M as zPayableStateEnum, Ss as zPayableStatusChangedEventData, Cs as zPayableSubmittedForApprovalEventData, ws as zPayableTemplatesVariable, Os as zPayableTemplatesVariablesObject, Ts as zPayableUpdatedEventData, Es as zPayablesFieldsAllowedForValidate, Ds as zPayablesVariableType, ks as zPayerAccountResponse, As as zPayerAccountResponse2, js as zPaymentAccountObject, N as zPaymentAccountType, Hs as zPaymentFeeResponse, tf as zPaymentIntent, Ms as zPaymentIntentAccountType, Ps as zPaymentIntentCursorFields, Fs as zPaymentIntentHistory, Is as zPaymentIntentPayoutMethod, $l as zPaymentIntentResponse, $d as zPaymentIntentWithSecrets, Ls as zPaymentIntentsRecipient, Bs as zPaymentMethod, Rs as zPaymentMethodDirection, zs as zPaymentMethodStatus, Vs as zPaymentMethodSubtype, Ks as zPaymentObject, Us as zPaymentObjectPayable, Gs as zPaymentObjectType, qs as zPaymentPageFooter, Js as zPaymentPageTheme, Ys as zPaymentPriorityEnum, Xs as zPaymentReceivedEventData, Zs as zPaymentRecordCursorFields, tc as zPaymentRecordHistoryResponse, Qs as zPaymentRecordObjectRequest, $s as zPaymentRecordObjectResponse, nc as zPaymentRecordResponse, ec as zPaymentRecordStatusEnum, Xu as zPaymentReminderResponse, rc as zPaymentRequirements, ic as zPaymentTerms, ac as zPaymentTermsBlock, Yd as zPaymentTermsResponse, uc as zPaymentTierResponse, oc as zPaymentsBatchPaymentStatus, sc as zPaymentsSettings, cc as zPdfDocumentTypeEnum, lc as zPeriodEnum, dc as zPermissionEnum, hc as zPermissionKey, gc as zPermissionUpdateInput, _c as zPersonalIdentificationNumberType, wc as zPlatform, Cp as zPredicate, Tc as zPredicateNameEnum, Ec as zPredicateOperatorEnum, Dc as zPredicateResponse, Oc as zPreviewSchema, Nc as zPreviewSchema2, Fc as zPreviewSchema3, I as zPrice, jp as zPricingPlan, Rc as zProcessResource, Lc as zProcessStatusEnum, zc as zProductCursorFields, Bc as zProductFieldsEnum, Hc as zProductServiceResponse, L as zProductServiceTypeEnum, Uc as zProjectCursorFields, Od as zProjectResource, R as zPsuIdentification, Wc as zPsuIdentificationType, Yc as zPublicBankAccount, Xc as zPurchaseOrderCounterpartAddressSchema, yd as zPurchaseOrderCounterpartIndividualResponse, bd as zPurchaseOrderCounterpartIndividualRootResponse, Zc as zPurchaseOrderCounterpartInfoBlock, xd as zPurchaseOrderCounterpartOrganizationResponse, Sd as zPurchaseOrderCounterpartOrganizationRootResponse, Cd as zPurchaseOrderCounterpartSchema, Qc as zPurchaseOrderCursorFields, $c as zPurchaseOrderDateBlock, el as zPurchaseOrderItem, tl as zPurchaseOrderLineItem, nl as zPurchaseOrderLineItemsBlock, rl as zPurchaseOrderNumberBlock, il as zPurchaseOrderRenderPayload, wd as zPurchaseOrderResponseSchema, al as zPurchaseOrderStatusEnum, ol as zPurchaseOrderVatId, sl as zQrCodeDataBlock, cl as zQuoteRenderingSettings, gp as zQuoteResponsePayload, ll as zQuoteStateEnum, ul as zRate, dl as zReceiptCursorFields, fl as zReceiptDimensionEnum, pl as zReceiptLineItemCursorFields, ml as zReceiptLineItemResponseSchema, hl as zReceiptLinkSourceEnum, gl as zReceiptMetricEnum, _l as zReceiptOriginEnum, Uu as zReceiptResponseSchema, Yl as zReceivableCounterpartContact, ap as zReceivableCounterpartVatIdResponse, vl as zReceivableCreateBasedOnPayload, yl as zReceivableCreatedEventData, bl as zReceivableCursorFields, xl as zReceivableCursorFields2, Sl as zReceivableDimensionEnum, Cl as zReceivableEditFlow, B as zReceivableEntityAddressSchema, wl as zReceivableEntityBase, Tl as zReceivableEntityIndividual, El as zReceivableEntityIndividualRequest, Dl as zReceivableEntityOrganization, Ol as zReceivableEntityOrganizationRequest, op as zReceivableEntityVatIdResponse, sp as zReceivableFacadeCreateInvoicePayload, cp as zReceivableFacadeCreateQuotePayload, kl as zReceivableFieldsEnum, Al as zReceivableHistoryCursorFields, jl as zReceivableHistoryEventTypeEnum, Gu as zReceivableHistoryResponse, Ml as zReceivableMailCursorFields, Nl as zReceivableMailRecipientState, Pl as zReceivableMailRecipients, Ll as zReceivableMailResponse, Fl as zReceivableMailStatusEnum, Rl as zReceivableMetricEnum, zl as zReceivableNumberBlock, ku as zReceivableRenderPayload, _p as zReceivableResponse, Bl as zReceivableSettings, Vl as zReceivableTemplatesVariable, ep as zReceivableTemplatesVariablesObject, Hl as zReceivableType, Wl as zReceivableUpdatedEventData, Gl as zReceivablesAnalyticsDataPoint, Kl as zReceivablesCounterpartAddress, ql as zReceivablesPreviewTypeEnum, Jl as zReceivablesRemindersWarningMessage, V as zReceivablesRepresentationOfCounterpartAddress, Xl as zReceivablesRepresentationOfEntityBankAccount, Zl as zReceivablesStatusEnum, nu as zRecipient, Ql as zRecipientAccountResponse, eu as zRecipientAccountResponse2, tu as zRecipientType, H as zRecipients, iu as zRecipientsInfo, au as zRecurrenceFrequency, ou as zRecurrenceIteration, cu as zRecurrenceResponse, su as zRecurrenceStatus, lu as zRegulatoryTemplateResponse, uu as zRelatedDocuments, du as zRelatedOrganizationSummaryDto, qf as zRelatedUserDto, U as zReminder, pu as zReminderMailSentEventData, fu as zReminderTypeEnum, mu as zRemindersSettings, hu as zRepaymentSchedule, gu as zRequirementsError, pp as zResponseItem, _u as zRoleCursorFields, vu as zRoleMemberResponseDto, yu as zRolePermissionResponseDto, Zu as zRoleResponse, ud as zRoleResponseDto, bu as zRootSchema, np as zRuleResponse, Cu as zScaMethod, Su as zScaMethodType, wu as zSendStatelessEmailResponse, Tu as zServiceProvidersEnum, Eu as zSignature, Du as zSignatureBlock, W as zSingleAmountPredicate, ju as zSingleCountryPredicate, Nu as zSingleItemTypePredicate, Fu as zSinglePaymentIntent, Iu as zSinglePaymentIntentResponse, Lu as zSortOrderDto, Ru as zSourceOfData, zu as zSourceOfPayableDataEnum, Hu as zSourceOfReceiptDataEnum, Wu as zStatusChangedEventData, G as zStatusEnum, Qu as zStripeData, Ip as zSubscriptionResponse, $u as zSuggestedCounterpartPayload, ed as zSuggestedPaymentTerm, td as zSupportedFieldNames, rd as zSupportedFormatSchema, id as zSupportedPaymentAuthorizationFlow, od as zSyncRecordCursorFields, cd as zSyncRecordResource, sd as zSyncStatus, ld as zSystemRoleKey, Gd as zSystemTemplateDataSchema, K as zTagCategory, Td as zTagCursorFields, J as zTagReadSchema, kd as zTaxComponentResponse, jd as zTaxIdResponseDto, Nd as zTaxIdentificationNumberType, zd as zTaxRateAccountCursorFields, Bd as zTaxRateAccountCursorFields2, Vd as zTaxStatusEnum, Ud as zTemplate, Wd as zTemplateDataSchema, qd as zTemplateReceivableResponse, Kd as zTemplateTypeEnum, Y as zTermDiscountDays, Jd as zTermFinalDays, Xd as zTermsOfServiceAcceptanceInput, Zd as zTermsOfServiceAcceptanceOutput, Qd as zTesouroData, ef as zTesouroPaymentIntentData, nf as zTextTemplateDocumentTypeEnum, af as zTextTemplateResponse, rf as zTextTemplateType, sf as zTotalTaxAmountItem, of as zTotalTaxAmountItemComponent, cf as zTransactionBulkObject, lf as zTransactionBulkStatusEnum, uf as zTransactionCursorFields, df as zTransactionDimensionEnum, ff as zTransactionFieldsAllowedForValidate, pf as zTransactionMetricEnum, mf as zTransactionPaymentMethod, hf as zTransactionPaymentMethodTypeEnum, bf as zTransactionRequest, gf as zTransactionRequiredFieldItem, xf as zTransactionResponse, X as zTransactionStatusEnum, yf as zTransactionTypeEnum, Sf as zTransactionValidationError, Cf as zTransferType, wf as zUnit, Tf as zUnitRequest, Nf as zUnitResponse, Vf as zUpdateCreditNote, Hf as zUpdateCreditNotePayload, Pf as zUpdateEntityAddressSchema, Ff as zUpdateInvoice, If as zUpdateInvoicePayload, Lf as zUpdateIssuedInvoice, Rf as zUpdateIssuedInvoicePayload, Bf as zUpdateLineItemForCreditNote, zf as zUpdateProductForCreditNote, Uf as zUpdateQuote, Wf as zUpdateQuotePayload, Gf as zUserDepartmentDto, Kf as zUserLocationDto, Jf as zUserStatus, Yf as zUserStatusFilter, Xf as zValidationError, Zf as zVariable, Qf as zVariablesObject, $f as zVariablesType, tp as zVatConditionType, Z as zVatIdTypeEnum, Q as zVatModeEnum, Sp as zVatPredicate, lp as zVatRateComponent, yp as zVatRateResponse, vp as zVatRateStatusEnum, bp as zVatTypePredicate, xp as zVatValidityEnum, wp as zVerificationError, Tp as zVerificationStatusEnum, Ep as zWcBusinessStatus, Dp as zWcInvoiceStatus, kp as zWcOfferStatus, Ap as zWcRepaymentType, Np as zWebhookDeliveryCursorFields, Pp as zWebhookDeliveryResource, Fp as zWebhookEventType, $ as zWebhookObjectType, Rp as zWebhookSubscriptionCursorFields, Bp as zWebhookSubscriptionResource, zp as zWebhookSubscriptionStatus, Vp as zWidgetUserStatus, Hp as zYapilyCountriesCoverageCodes };
|