@hautechai/sdk 2.2.7 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +23 -10
- package/dist/index.d.ts +23 -10
- package/dist/index.js +168 -154
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +168 -154
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -3
package/dist/index.mjs
CHANGED
|
@@ -14259,225 +14259,225 @@ var getCall = () => {
|
|
|
14259
14259
|
var usePipelineDefinitions = () => {
|
|
14260
14260
|
const api = getCall();
|
|
14261
14261
|
return {
|
|
14262
|
-
access: {
|
|
14263
|
-
grant: api.callControllerCallAccessGrantV1,
|
|
14264
|
-
attach: api.callControllerCallAccessAttachV1
|
|
14262
|
+
"access": {
|
|
14263
|
+
"grant": api.callControllerCallAccessGrantV1,
|
|
14264
|
+
"attach": api.callControllerCallAccessAttachV1
|
|
14265
14265
|
},
|
|
14266
|
-
accounts: {
|
|
14267
|
-
create: api.callControllerCallAccountsCreateV1,
|
|
14268
|
-
get: api.callControllerCallAccountsGetV1,
|
|
14269
|
-
self: api.callControllerCallAccountsSelfV1,
|
|
14270
|
-
list: api.callControllerCallAccountsListV1,
|
|
14271
|
-
update: api.callControllerCallAccountsUpdateV1,
|
|
14272
|
-
balance: {
|
|
14273
|
-
add: api.callControllerCallAccountsBalanceAddV1,
|
|
14274
|
-
self: api.callControllerCallAccountsBalanceSelfV1,
|
|
14275
|
-
get: api.callControllerCallAccountsBalanceGetV1
|
|
14266
|
+
"accounts": {
|
|
14267
|
+
"create": api.callControllerCallAccountsCreateV1,
|
|
14268
|
+
"get": api.callControllerCallAccountsGetV1,
|
|
14269
|
+
"self": api.callControllerCallAccountsSelfV1,
|
|
14270
|
+
"list": api.callControllerCallAccountsListV1,
|
|
14271
|
+
"update": api.callControllerCallAccountsUpdateV1,
|
|
14272
|
+
"balance": {
|
|
14273
|
+
"add": api.callControllerCallAccountsBalanceAddV1,
|
|
14274
|
+
"self": api.callControllerCallAccountsBalanceSelfV1,
|
|
14275
|
+
"get": api.callControllerCallAccountsBalanceGetV1
|
|
14276
14276
|
}
|
|
14277
14277
|
},
|
|
14278
|
-
collections: {
|
|
14279
|
-
create: api.callControllerCallCollectionsCreateV1,
|
|
14280
|
-
get: api.callControllerCallCollectionsGetV1,
|
|
14281
|
-
list: api.callControllerCallCollectionsListV1,
|
|
14282
|
-
metadata: {
|
|
14283
|
-
update: api.callControllerCallCollectionsMetadataUpdateV1
|
|
14284
|
-
},
|
|
14285
|
-
items: {
|
|
14286
|
-
add: api.callControllerCallCollectionsItemsAddV1,
|
|
14287
|
-
list: api.callControllerCallCollectionsItemsListV1,
|
|
14288
|
-
remove: api.callControllerCallCollectionsItemsRemoveV1
|
|
14278
|
+
"collections": {
|
|
14279
|
+
"create": api.callControllerCallCollectionsCreateV1,
|
|
14280
|
+
"get": api.callControllerCallCollectionsGetV1,
|
|
14281
|
+
"list": api.callControllerCallCollectionsListV1,
|
|
14282
|
+
"metadata": {
|
|
14283
|
+
"update": api.callControllerCallCollectionsMetadataUpdateV1
|
|
14284
|
+
},
|
|
14285
|
+
"items": {
|
|
14286
|
+
"add": api.callControllerCallCollectionsItemsAddV1,
|
|
14287
|
+
"list": api.callControllerCallCollectionsItemsListV1,
|
|
14288
|
+
"remove": api.callControllerCallCollectionsItemsRemoveV1
|
|
14289
14289
|
}
|
|
14290
14290
|
},
|
|
14291
|
-
groups: {
|
|
14292
|
-
create: api.callControllerCallGroupsCreateV1,
|
|
14293
|
-
get: api.callControllerCallGroupsGetV1,
|
|
14294
|
-
delete: api.callControllerCallGroupsDeleteV1,
|
|
14295
|
-
accounts: {
|
|
14296
|
-
add: api.callControllerCallGroupsAccountsAddV1,
|
|
14297
|
-
remove: api.callControllerCallGroupsAccountsRemoveV1
|
|
14291
|
+
"groups": {
|
|
14292
|
+
"create": api.callControllerCallGroupsCreateV1,
|
|
14293
|
+
"get": api.callControllerCallGroupsGetV1,
|
|
14294
|
+
"delete": api.callControllerCallGroupsDeleteV1,
|
|
14295
|
+
"accounts": {
|
|
14296
|
+
"add": api.callControllerCallGroupsAccountsAddV1,
|
|
14297
|
+
"remove": api.callControllerCallGroupsAccountsRemoveV1
|
|
14298
14298
|
}
|
|
14299
14299
|
},
|
|
14300
|
-
images: {
|
|
14301
|
-
getMany: api.callControllerCallImagesGetManyV1,
|
|
14302
|
-
get: api.callControllerCallImagesGetV1,
|
|
14303
|
-
representations: {
|
|
14304
|
-
get: api.callControllerCallImagesRepresentationsGetV1
|
|
14300
|
+
"images": {
|
|
14301
|
+
"getMany": api.callControllerCallImagesGetManyV1,
|
|
14302
|
+
"get": api.callControllerCallImagesGetV1,
|
|
14303
|
+
"representations": {
|
|
14304
|
+
"get": api.callControllerCallImagesRepresentationsGetV1
|
|
14305
14305
|
}
|
|
14306
14306
|
},
|
|
14307
|
-
videos: {
|
|
14308
|
-
getMany: api.callControllerCallVideosGetManyV1,
|
|
14309
|
-
get: api.callControllerCallVideosGetV1
|
|
14307
|
+
"videos": {
|
|
14308
|
+
"getMany": api.callControllerCallVideosGetManyV1,
|
|
14309
|
+
"get": api.callControllerCallVideosGetV1
|
|
14310
14310
|
},
|
|
14311
|
-
operations: {
|
|
14312
|
-
get: api.callControllerCallOperationsGetV1,
|
|
14313
|
-
getMany: api.callControllerCallOperationsGetManyV1,
|
|
14314
|
-
list: api.callControllerCallOperationsListV1,
|
|
14315
|
-
metadata: {
|
|
14316
|
-
update: api.callControllerCallOperationsMetadataUpdateV1
|
|
14317
|
-
},
|
|
14318
|
-
wait: api.callControllerCallOperationsWaitV1,
|
|
14319
|
-
run: {
|
|
14320
|
-
haute: {
|
|
14321
|
-
linda: {
|
|
14322
|
-
v1: api.callControllerCallOperationsRunHauteLindaV1V1
|
|
14311
|
+
"operations": {
|
|
14312
|
+
"get": api.callControllerCallOperationsGetV1,
|
|
14313
|
+
"getMany": api.callControllerCallOperationsGetManyV1,
|
|
14314
|
+
"list": api.callControllerCallOperationsListV1,
|
|
14315
|
+
"metadata": {
|
|
14316
|
+
"update": api.callControllerCallOperationsMetadataUpdateV1
|
|
14317
|
+
},
|
|
14318
|
+
"wait": api.callControllerCallOperationsWaitV1,
|
|
14319
|
+
"run": {
|
|
14320
|
+
"haute": {
|
|
14321
|
+
"linda": {
|
|
14322
|
+
"v1": api.callControllerCallOperationsRunHauteLindaV1V1
|
|
14323
14323
|
},
|
|
14324
|
-
naomi: {
|
|
14325
|
-
v1: api.callControllerCallOperationsRunHauteNaomiV1V1
|
|
14324
|
+
"naomi": {
|
|
14325
|
+
"v1": api.callControllerCallOperationsRunHauteNaomiV1V1
|
|
14326
14326
|
}
|
|
14327
14327
|
},
|
|
14328
|
-
inpaint: {
|
|
14329
|
-
kate: {
|
|
14330
|
-
v1: api.callControllerCallOperationsRunInpaintKateV1V1
|
|
14328
|
+
"inpaint": {
|
|
14329
|
+
"kate": {
|
|
14330
|
+
"v1": api.callControllerCallOperationsRunInpaintKateV1V1
|
|
14331
14331
|
}
|
|
14332
14332
|
},
|
|
14333
|
-
gpt: {
|
|
14334
|
-
v1: api.callControllerCallOperationsRunGptV1V1,
|
|
14335
|
-
v2: api.callControllerCallOperationsRunGptV2V1,
|
|
14336
|
-
v3: api.callControllerCallOperationsRunGptV3V1
|
|
14333
|
+
"gpt": {
|
|
14334
|
+
"v1": api.callControllerCallOperationsRunGptV1V1,
|
|
14335
|
+
"v2": api.callControllerCallOperationsRunGptV2V1,
|
|
14336
|
+
"v3": api.callControllerCallOperationsRunGptV3V1
|
|
14337
14337
|
},
|
|
14338
|
-
translate: {
|
|
14339
|
-
v1: api.callControllerCallOperationsRunTranslateV1V1
|
|
14338
|
+
"translate": {
|
|
14339
|
+
"v1": api.callControllerCallOperationsRunTranslateV1V1
|
|
14340
14340
|
},
|
|
14341
|
-
strings: {
|
|
14342
|
-
template: {
|
|
14343
|
-
v1: api.callControllerCallOperationsRunStringsTemplateV1V1
|
|
14341
|
+
"strings": {
|
|
14342
|
+
"template": {
|
|
14343
|
+
"v1": api.callControllerCallOperationsRunStringsTemplateV1V1
|
|
14344
14344
|
}
|
|
14345
14345
|
},
|
|
14346
|
-
imagine: {
|
|
14347
|
-
kate: {
|
|
14348
|
-
v1: api.callControllerCallOperationsRunImagineKateV1V1
|
|
14346
|
+
"imagine": {
|
|
14347
|
+
"kate": {
|
|
14348
|
+
"v1": api.callControllerCallOperationsRunImagineKateV1V1
|
|
14349
14349
|
},
|
|
14350
|
-
flux_1_1_pro_ultra: {
|
|
14351
|
-
v1: api.callControllerCallOperationsRunImagineFlux11ProUltraV1V1
|
|
14350
|
+
"flux_1_1_pro_ultra": {
|
|
14351
|
+
"v1": api.callControllerCallOperationsRunImagineFlux11ProUltraV1V1
|
|
14352
14352
|
}
|
|
14353
14353
|
},
|
|
14354
|
-
upscale: {
|
|
14355
|
-
v1: api.callControllerCallOperationsRunUpscaleV1V1
|
|
14354
|
+
"upscale": {
|
|
14355
|
+
"v1": api.callControllerCallOperationsRunUpscaleV1V1
|
|
14356
14356
|
},
|
|
14357
|
-
objectDetection: {
|
|
14358
|
-
v1: api.callControllerCallOperationsRunObjectDetectionV1V1
|
|
14357
|
+
"objectDetection": {
|
|
14358
|
+
"v1": api.callControllerCallOperationsRunObjectDetectionV1V1
|
|
14359
14359
|
},
|
|
14360
|
-
segmentAnything: {
|
|
14361
|
-
embeddings: {
|
|
14362
|
-
v1: api.callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1
|
|
14360
|
+
"segmentAnything": {
|
|
14361
|
+
"embeddings": {
|
|
14362
|
+
"v1": api.callControllerCallOperationsRunSegmentAnythingEmbeddingsV1V1
|
|
14363
14363
|
},
|
|
14364
|
-
mask: {
|
|
14365
|
-
v1: api.callControllerCallOperationsRunSegmentAnythingMaskV1V1
|
|
14364
|
+
"mask": {
|
|
14365
|
+
"v1": api.callControllerCallOperationsRunSegmentAnythingMaskV1V1
|
|
14366
14366
|
}
|
|
14367
14367
|
},
|
|
14368
|
-
poseEstimation: {
|
|
14369
|
-
v1: api.callControllerCallOperationsRunPoseEstimationV1V1
|
|
14368
|
+
"poseEstimation": {
|
|
14369
|
+
"v1": api.callControllerCallOperationsRunPoseEstimationV1V1
|
|
14370
14370
|
},
|
|
14371
|
-
cut: {
|
|
14372
|
-
v1: api.callControllerCallOperationsRunCutV1V1
|
|
14371
|
+
"cut": {
|
|
14372
|
+
"v1": api.callControllerCallOperationsRunCutV1V1
|
|
14373
14373
|
},
|
|
14374
|
-
crop: {
|
|
14375
|
-
v1: api.callControllerCallOperationsRunCropV1V1
|
|
14374
|
+
"crop": {
|
|
14375
|
+
"v1": api.callControllerCallOperationsRunCropV1V1
|
|
14376
14376
|
},
|
|
14377
|
-
noise: {
|
|
14378
|
-
v1: api.callControllerCallOperationsRunNoiseV1V1
|
|
14377
|
+
"noise": {
|
|
14378
|
+
"v1": api.callControllerCallOperationsRunNoiseV1V1
|
|
14379
14379
|
},
|
|
14380
|
-
resize: {
|
|
14381
|
-
v1: api.callControllerCallOperationsRunResizeV1V1
|
|
14380
|
+
"resize": {
|
|
14381
|
+
"v1": api.callControllerCallOperationsRunResizeV1V1
|
|
14382
14382
|
},
|
|
14383
|
-
contrast: {
|
|
14384
|
-
v1: api.callControllerCallOperationsRunContrastV1V1
|
|
14383
|
+
"contrast": {
|
|
14384
|
+
"v1": api.callControllerCallOperationsRunContrastV1V1
|
|
14385
14385
|
},
|
|
14386
|
-
composite: {
|
|
14387
|
-
v1: api.callControllerCallOperationsRunCompositeV1V1
|
|
14386
|
+
"composite": {
|
|
14387
|
+
"v1": api.callControllerCallOperationsRunCompositeV1V1
|
|
14388
14388
|
},
|
|
14389
|
-
vton: {
|
|
14390
|
-
gisele: {
|
|
14391
|
-
v1: api.callControllerCallOperationsRunVtonGiseleV1V1
|
|
14389
|
+
"vton": {
|
|
14390
|
+
"gisele": {
|
|
14391
|
+
"v1": api.callControllerCallOperationsRunVtonGiseleV1V1
|
|
14392
14392
|
}
|
|
14393
14393
|
},
|
|
14394
|
-
negateImage: {
|
|
14395
|
-
v1: api.callControllerCallOperationsRunNegateImageV1V1
|
|
14394
|
+
"negateImage": {
|
|
14395
|
+
"v1": api.callControllerCallOperationsRunNegateImageV1V1
|
|
14396
14396
|
},
|
|
14397
|
-
echo: {
|
|
14398
|
-
v1: api.callControllerCallOperationsRunEchoV1V1
|
|
14397
|
+
"echo": {
|
|
14398
|
+
"v1": api.callControllerCallOperationsRunEchoV1V1
|
|
14399
14399
|
},
|
|
14400
|
-
math: {
|
|
14401
|
-
v1: api.callControllerCallOperationsRunMathV1V1
|
|
14400
|
+
"math": {
|
|
14401
|
+
"v1": api.callControllerCallOperationsRunMathV1V1
|
|
14402
14402
|
},
|
|
14403
|
-
animate: {
|
|
14404
|
-
kling_1_6_pro: {
|
|
14405
|
-
v1: api.callControllerCallOperationsRunAnimateKling16ProV1V1
|
|
14403
|
+
"animate": {
|
|
14404
|
+
"kling_1_6_pro": {
|
|
14405
|
+
"v1": api.callControllerCallOperationsRunAnimateKling16ProV1V1
|
|
14406
14406
|
},
|
|
14407
|
-
kling_2_1: {
|
|
14408
|
-
v1: api.callControllerCallOperationsRunAnimateKling21V1V1
|
|
14407
|
+
"kling_2_1": {
|
|
14408
|
+
"v1": api.callControllerCallOperationsRunAnimateKling21V1V1
|
|
14409
14409
|
},
|
|
14410
|
-
creatomate: {
|
|
14411
|
-
v1: api.callControllerCallOperationsRunAnimateCreatomateV1V1
|
|
14410
|
+
"creatomate": {
|
|
14411
|
+
"v1": api.callControllerCallOperationsRunAnimateCreatomateV1V1
|
|
14412
14412
|
}
|
|
14413
14413
|
},
|
|
14414
|
-
onecompiler: {
|
|
14415
|
-
v1: api.callControllerCallOperationsRunOnecompilerV1V1
|
|
14414
|
+
"onecompiler": {
|
|
14415
|
+
"v1": api.callControllerCallOperationsRunOnecompilerV1V1
|
|
14416
14416
|
},
|
|
14417
|
-
edit: {
|
|
14418
|
-
flux_kontext_dev: {
|
|
14419
|
-
v1: api.callControllerCallOperationsRunEditFluxKontextDevV1V1
|
|
14417
|
+
"edit": {
|
|
14418
|
+
"flux_kontext_dev": {
|
|
14419
|
+
"v1": api.callControllerCallOperationsRunEditFluxKontextDevV1V1
|
|
14420
14420
|
}
|
|
14421
14421
|
},
|
|
14422
|
-
veo3: {
|
|
14423
|
-
v1: api.callControllerCallOperationsRunVeo3V1V1,
|
|
14424
|
-
fast: {
|
|
14425
|
-
v1: api.callControllerCallOperationsRunVeo3FastV1V1
|
|
14422
|
+
"veo3": {
|
|
14423
|
+
"v1": api.callControllerCallOperationsRunVeo3V1V1,
|
|
14424
|
+
"fast": {
|
|
14425
|
+
"v1": api.callControllerCallOperationsRunVeo3FastV1V1
|
|
14426
14426
|
}
|
|
14427
14427
|
},
|
|
14428
|
-
pipelineMap: {
|
|
14429
|
-
v1: api.callControllerCallOperationsRunPipelineMapV1V1
|
|
14428
|
+
"pipelineMap": {
|
|
14429
|
+
"v1": api.callControllerCallOperationsRunPipelineMapV1V1
|
|
14430
14430
|
},
|
|
14431
|
-
imagen4: {
|
|
14432
|
-
v1: api.callControllerCallOperationsRunImagen4V1V1
|
|
14431
|
+
"imagen4": {
|
|
14432
|
+
"v1": api.callControllerCallOperationsRunImagen4V1V1
|
|
14433
14433
|
},
|
|
14434
|
-
topaz: {
|
|
14435
|
-
upscale: {
|
|
14436
|
-
v1: api.callControllerCallOperationsRunTopazUpscaleV1V1
|
|
14434
|
+
"topaz": {
|
|
14435
|
+
"upscale": {
|
|
14436
|
+
"v1": api.callControllerCallOperationsRunTopazUpscaleV1V1
|
|
14437
14437
|
}
|
|
14438
14438
|
},
|
|
14439
|
-
ideogram: {
|
|
14440
|
-
character: {
|
|
14441
|
-
v1: api.callControllerCallOperationsRunIdeogramCharacterV1V1
|
|
14439
|
+
"ideogram": {
|
|
14440
|
+
"character": {
|
|
14441
|
+
"v1": api.callControllerCallOperationsRunIdeogramCharacterV1V1
|
|
14442
14442
|
}
|
|
14443
14443
|
},
|
|
14444
|
-
seedream3: {
|
|
14445
|
-
v1: api.callControllerCallOperationsRunSeedream3V1V1
|
|
14444
|
+
"seedream3": {
|
|
14445
|
+
"v1": api.callControllerCallOperationsRunSeedream3V1V1
|
|
14446
14446
|
},
|
|
14447
|
-
luma: {
|
|
14448
|
-
photon: {
|
|
14449
|
-
v1: api.callControllerCallOperationsRunLumaPhotonV1V1
|
|
14447
|
+
"luma": {
|
|
14448
|
+
"photon": {
|
|
14449
|
+
"v1": api.callControllerCallOperationsRunLumaPhotonV1V1
|
|
14450
14450
|
}
|
|
14451
14451
|
}
|
|
14452
14452
|
}
|
|
14453
14453
|
},
|
|
14454
|
-
poses: {
|
|
14455
|
-
get: api.callControllerCallPosesGetV1,
|
|
14456
|
-
list: api.callControllerCallPosesListV1,
|
|
14457
|
-
preview: {
|
|
14458
|
-
set: api.callControllerCallPosesPreviewSetV1
|
|
14454
|
+
"poses": {
|
|
14455
|
+
"get": api.callControllerCallPosesGetV1,
|
|
14456
|
+
"list": api.callControllerCallPosesListV1,
|
|
14457
|
+
"preview": {
|
|
14458
|
+
"set": api.callControllerCallPosesPreviewSetV1
|
|
14459
14459
|
},
|
|
14460
|
-
metadata: {
|
|
14461
|
-
update: api.callControllerCallPosesMetadataUpdateV1
|
|
14460
|
+
"metadata": {
|
|
14461
|
+
"update": api.callControllerCallPosesMetadataUpdateV1
|
|
14462
14462
|
}
|
|
14463
14463
|
},
|
|
14464
|
-
stacks: {
|
|
14465
|
-
create: api.callControllerCallStacksCreateV1,
|
|
14466
|
-
get: api.callControllerCallStacksGetV1,
|
|
14467
|
-
list: api.callControllerCallStacksListV1,
|
|
14468
|
-
metadata: {
|
|
14469
|
-
update: api.callControllerCallStacksMetadataUpdateV1
|
|
14464
|
+
"stacks": {
|
|
14465
|
+
"create": api.callControllerCallStacksCreateV1,
|
|
14466
|
+
"get": api.callControllerCallStacksGetV1,
|
|
14467
|
+
"list": api.callControllerCallStacksListV1,
|
|
14468
|
+
"metadata": {
|
|
14469
|
+
"update": api.callControllerCallStacksMetadataUpdateV1
|
|
14470
14470
|
},
|
|
14471
|
-
items: {
|
|
14472
|
-
add: api.callControllerCallStacksItemsAddV1,
|
|
14473
|
-
remove: api.callControllerCallStacksItemsRemoveV1
|
|
14471
|
+
"items": {
|
|
14472
|
+
"add": api.callControllerCallStacksItemsAddV1,
|
|
14473
|
+
"remove": api.callControllerCallStacksItemsRemoveV1
|
|
14474
14474
|
}
|
|
14475
14475
|
},
|
|
14476
|
-
storage: {
|
|
14477
|
-
create: api.callControllerCallStorageCreateV1,
|
|
14478
|
-
delete: api.callControllerCallStorageDeleteV1,
|
|
14479
|
-
getMany: api.callControllerCallStorageGetManyV1,
|
|
14480
|
-
update: api.callControllerCallStorageUpdateV1
|
|
14476
|
+
"storage": {
|
|
14477
|
+
"create": api.callControllerCallStorageCreateV1,
|
|
14478
|
+
"delete": api.callControllerCallStorageDeleteV1,
|
|
14479
|
+
"getMany": api.callControllerCallStorageGetManyV1,
|
|
14480
|
+
"update": api.callControllerCallStorageUpdateV1
|
|
14481
14481
|
}
|
|
14482
14482
|
};
|
|
14483
14483
|
};
|
|
@@ -14568,6 +14568,20 @@ var WsClient = class {
|
|
|
14568
14568
|
subscribe(topic, cb) {
|
|
14569
14569
|
this.getSocket().on(topic, cb);
|
|
14570
14570
|
}
|
|
14571
|
+
subscribeEntityById(entity, id, cb) {
|
|
14572
|
+
this.getSocket().emit("entity:subscribe", {
|
|
14573
|
+
entity,
|
|
14574
|
+
id
|
|
14575
|
+
});
|
|
14576
|
+
this.subscribe(`${entity}:${id}`, cb);
|
|
14577
|
+
}
|
|
14578
|
+
unsubscribeEntityById(entity, id, cb) {
|
|
14579
|
+
this.getSocket().emit("entity:unsubscribe", {
|
|
14580
|
+
entity,
|
|
14581
|
+
id
|
|
14582
|
+
});
|
|
14583
|
+
this.unsubscribe(`${entity}:${id}`, cb);
|
|
14584
|
+
}
|
|
14571
14585
|
onError(cb) {
|
|
14572
14586
|
this.getSocket().on("connect_error", (err) => {
|
|
14573
14587
|
cb(err);
|