@aws-sdk/client-b2bi 3.1067.0 → 3.1069.0
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-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +142 -162
- package/dist-cjs/models/B2biServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +301 -202
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceRequest$ = exports.ListProfilesResponse$ = exports.ListProfilesRequest$ = exports.ListPartnershipsResponse$ = exports.ListPartnershipsRequest$ = exports.ListCapabilitiesResponse$ = exports.ListCapabilitiesRequest$ = exports.InputConversion$ = exports.InboundEdiOptions$ = exports.GetTransformerResponse$ = exports.GetTransformerRequest$ = exports.GetTransformerJobResponse$ = exports.GetTransformerJobRequest$ = exports.GetProfileResponse$ = exports.GetProfileRequest$ = exports.GetPartnershipResponse$ = exports.GetPartnershipRequest$ = exports.GetCapabilityResponse$ = exports.GetCapabilityRequest$ = exports.GenerateMappingResponse$ = exports.GenerateMappingRequest$ = exports.EdiConfiguration$ = exports.DeleteTransformerRequest$ = exports.DeleteProfileRequest$ = exports.DeletePartnershipRequest$ = exports.DeleteCapabilityRequest$ = exports.CreateTransformerResponse$ = exports.CreateTransformerRequest$ = exports.CreateStarterMappingTemplateResponse$ = exports.CreateStarterMappingTemplateRequest$ = exports.CreateProfileResponse$ = exports.CreateProfileRequest$ = exports.CreatePartnershipResponse$ = exports.CreatePartnershipRequest$ = exports.CreateCapabilityResponse$ = exports.CreateCapabilityRequest$ = exports.ConversionTarget$ = exports.ConversionSource$ = exports.CapabilitySummary$ = exports.CapabilityOptions$ = exports.AdvancedOptions$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.B2biServiceException$ = void 0;
|
|
4
|
-
exports.FormatOptions$ = exports.EdiType$ = exports.ConversionTargetFormatDetails$ = exports.CapabilityConfiguration$ = exports.X12ValidationOptions$ = exports.X12SplitOptions$ = exports.X12OutboundEdiHeaders$ = exports.X12InterchangeControlHeaders$ = exports.X12InboundEdiOptions$ = exports.X12FunctionalGroupHeaders$ = exports.X12Envelope$ = exports.X12ElementRequirementValidationRule$ = exports.X12ElementLengthValidationRule$ = exports.X12Details$ = exports.X12Delimiters$ = exports.X12ControlNumbers$ = exports.X12CodeListValidationRule$ = exports.X12AdvancedOptions$ = exports.X12AcknowledgmentOptions$ = exports.WrapOptions$ = exports.UpdateTransformerResponse$ = exports.UpdateTransformerRequest$ = exports.UpdateProfileResponse$ = exports.UpdateProfileRequest$ = exports.UpdatePartnershipResponse$ = exports.UpdatePartnershipRequest$ = exports.UpdateCapabilityResponse$ = exports.UpdateCapabilityRequest$ = exports.UntagResourceRequest$ = exports.TransformerSummary$ = exports.TestParsingResponse$ = exports.TestParsingRequest$ = exports.TestMappingResponse$ = exports.TestMappingRequest$ = exports.TestConversionResponse$ = exports.TestConversionRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StartTransformerJobResponse$ = exports.StartTransformerJobRequest$ = exports.SampleDocuments$ = exports.SampleDocumentKeys$ = exports.S3Location$ = exports.ProfileSummary$ = exports.PartnershipSummary$ = exports.OutputConversion$ = exports.Mapping$ = exports.ListTransformersResponse$ = exports.ListTransformersRequest$ = exports.ListTagsForResourceResponse$ = void 0;
|
|
5
|
-
exports.UpdateTransformer$ = exports.UpdateProfile$ = exports.UpdatePartnership$ = exports.UpdateCapability$ = exports.UntagResource$ = exports.TestParsing$ = exports.TestMapping$ = exports.TestConversion$ = exports.TagResource$ = exports.StartTransformerJob$ = exports.ListTransformers$ = exports.ListTagsForResource$ = exports.ListProfiles$ = exports.ListPartnerships$ = exports.ListCapabilities$ = exports.GetTransformerJob$ = exports.GetTransformer$ = exports.GetProfile$ = exports.GetPartnership$ = exports.GetCapability$ = exports.GenerateMapping$ = exports.DeleteTransformer$ = exports.DeleteProfile$ = exports.DeletePartnership$ = exports.DeleteCapability$ = exports.CreateTransformer$ = exports.CreateStarterMappingTemplate$ = exports.CreateProfile$ = exports.CreatePartnership$ = exports.CreateCapability$ = exports.X12ValidationRule$ = exports.TemplateDetails$ = exports.OutputSampleFileSource$ = exports.OutboundEdiOptions$ = exports.InputFileSource$ = void 0;
|
|
6
1
|
const _ADE = "AccessDeniedException";
|
|
7
2
|
const _AO = "AdvancedOptions";
|
|
8
3
|
const _CC = "CapabilityConfiguration";
|
|
@@ -292,661 +287,765 @@ const _wO = "wrapOptions";
|
|
|
292
287
|
const _x = "x12";
|
|
293
288
|
const _xD = "x12Details";
|
|
294
289
|
const n0 = "com.amazonaws.b2bi";
|
|
295
|
-
const
|
|
296
|
-
const
|
|
297
|
-
const
|
|
298
|
-
const _s_registry =
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
290
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
291
|
+
const { B2biServiceException } = require("../models/B2biServiceException");
|
|
292
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
293
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
294
|
+
const B2biServiceException$ = [-3, _s, "B2biServiceException", 0, [], []];
|
|
295
|
+
exports.B2biServiceException$ = B2biServiceException$;
|
|
296
|
+
_s_registry.registerError(B2biServiceException$, B2biServiceException);
|
|
297
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
298
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
303
299
|
{ [_e]: _c, [_hE]: 403 },
|
|
304
300
|
[_m],
|
|
305
301
|
[0], 1
|
|
306
302
|
];
|
|
307
|
-
|
|
308
|
-
|
|
303
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
304
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
305
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
309
306
|
{ [_e]: _c, [_hE]: 409 },
|
|
310
307
|
[_m],
|
|
311
308
|
[0], 1
|
|
312
309
|
];
|
|
313
|
-
|
|
314
|
-
|
|
310
|
+
exports.ConflictException$ = ConflictException$;
|
|
311
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
312
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
315
313
|
{ [_e]: _se, [_hE]: 500 },
|
|
316
314
|
[_m, _rAS],
|
|
317
315
|
[0, [1, { [_hH]: _RA }]], 1
|
|
318
316
|
];
|
|
319
|
-
|
|
320
|
-
|
|
317
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
318
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
319
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
321
320
|
{ [_e]: _c, [_hE]: 404 },
|
|
322
321
|
[_m],
|
|
323
322
|
[0], 1
|
|
324
323
|
];
|
|
325
|
-
|
|
326
|
-
|
|
324
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
325
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
326
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
327
327
|
{ [_e]: _c, [_hE]: 402 },
|
|
328
328
|
[_m, _rI, _rT, _sC, _qC],
|
|
329
329
|
[0, 0, 0, 0, 0], 5
|
|
330
330
|
];
|
|
331
|
-
|
|
332
|
-
|
|
331
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
332
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
333
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
333
334
|
{ [_e]: _c, [_hE]: 429 },
|
|
334
335
|
[_m, _rAS],
|
|
335
336
|
[0, [1, { [_hH]: _RA }]], 1
|
|
336
337
|
];
|
|
337
|
-
|
|
338
|
-
|
|
338
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
339
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
340
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
339
341
|
{ [_e]: _c, [_hE]: 400 },
|
|
340
342
|
[_M],
|
|
341
343
|
[0], 1
|
|
342
344
|
];
|
|
343
|
-
|
|
345
|
+
exports.ValidationException$ = ValidationException$;
|
|
346
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
344
347
|
exports.errorTypeRegistries = [
|
|
345
348
|
_s_registry,
|
|
346
349
|
n0_registry,
|
|
347
350
|
];
|
|
348
351
|
var Email = [0, n0, _E, 8, 0];
|
|
349
352
|
var Phone = [0, n0, _P, 8, 0];
|
|
350
|
-
|
|
353
|
+
const AdvancedOptions$ = [3, n0, _AO,
|
|
351
354
|
0,
|
|
352
355
|
[_x],
|
|
353
|
-
[() =>
|
|
356
|
+
[() => X12AdvancedOptions$]
|
|
354
357
|
];
|
|
355
|
-
exports.
|
|
358
|
+
exports.AdvancedOptions$ = AdvancedOptions$;
|
|
359
|
+
const CapabilityOptions$ = [3, n0, _CO,
|
|
356
360
|
0,
|
|
357
361
|
[_oE, _iE],
|
|
358
|
-
[() =>
|
|
362
|
+
[() => OutboundEdiOptions$, () => InboundEdiOptions$]
|
|
359
363
|
];
|
|
360
|
-
exports.
|
|
364
|
+
exports.CapabilityOptions$ = CapabilityOptions$;
|
|
365
|
+
const CapabilitySummary$ = [3, n0, _CS,
|
|
361
366
|
0,
|
|
362
367
|
[_cI, _n, _t, _cA, _mA],
|
|
363
368
|
[0, 0, 0, 5, 5], 4
|
|
364
369
|
];
|
|
365
|
-
exports.
|
|
370
|
+
exports.CapabilitySummary$ = CapabilitySummary$;
|
|
371
|
+
const ConversionSource$ = [3, n0, _CSo,
|
|
366
372
|
0,
|
|
367
373
|
[_fF, _iF],
|
|
368
|
-
[0, () =>
|
|
374
|
+
[0, () => InputFileSource$], 2
|
|
369
375
|
];
|
|
370
|
-
exports.
|
|
376
|
+
exports.ConversionSource$ = ConversionSource$;
|
|
377
|
+
const ConversionTarget$ = [3, n0, _CT,
|
|
371
378
|
0,
|
|
372
379
|
[_fF, _fD, _oSF, _aO],
|
|
373
|
-
[0, () =>
|
|
380
|
+
[0, () => ConversionTargetFormatDetails$, () => OutputSampleFileSource$, () => AdvancedOptions$], 1
|
|
374
381
|
];
|
|
375
|
-
exports.
|
|
382
|
+
exports.ConversionTarget$ = ConversionTarget$;
|
|
383
|
+
const CreateCapabilityRequest$ = [3, n0, _CCR,
|
|
376
384
|
0,
|
|
377
385
|
[_n, _t, _co, _iD, _cT, _ta],
|
|
378
|
-
[0, 0, () =>
|
|
386
|
+
[0, 0, () => CapabilityConfiguration$, () => InstructionsDocuments, [0, 4], () => TagList], 3
|
|
379
387
|
];
|
|
380
|
-
exports.
|
|
388
|
+
exports.CreateCapabilityRequest$ = CreateCapabilityRequest$;
|
|
389
|
+
const CreateCapabilityResponse$ = [3, n0, _CCRr,
|
|
381
390
|
0,
|
|
382
391
|
[_cI, _cAa, _n, _t, _co, _cA, _iD],
|
|
383
|
-
[0, 0, 0, 0, () =>
|
|
392
|
+
[0, 0, 0, 0, () => CapabilityConfiguration$, 5, () => InstructionsDocuments], 6
|
|
384
393
|
];
|
|
385
|
-
exports.
|
|
394
|
+
exports.CreateCapabilityResponse$ = CreateCapabilityResponse$;
|
|
395
|
+
const CreatePartnershipRequest$ = [3, n0, _CPR,
|
|
386
396
|
0,
|
|
387
397
|
[_pI, _n, _em, _ca, _p, _cO, _cT, _ta],
|
|
388
|
-
[0, 0, [() => Email, 0], 64 | 0, [() => Phone, 0], () =>
|
|
398
|
+
[0, 0, [() => Email, 0], 64 | 0, [() => Phone, 0], () => CapabilityOptions$, [0, 4], () => TagList], 4
|
|
389
399
|
];
|
|
390
|
-
exports.
|
|
400
|
+
exports.CreatePartnershipRequest$ = CreatePartnershipRequest$;
|
|
401
|
+
const CreatePartnershipResponse$ = [3, n0, _CPRr,
|
|
391
402
|
0,
|
|
392
403
|
[_pI, _pIa, _pA, _cA, _n, _em, _p, _ca, _cO, _tPI],
|
|
393
|
-
[0, 0, 0, 5, 0, [() => Email, 0], [() => Phone, 0], 64 | 0, () =>
|
|
404
|
+
[0, 0, 0, 5, 0, [() => Email, 0], [() => Phone, 0], 64 | 0, () => CapabilityOptions$, 0], 4
|
|
394
405
|
];
|
|
395
|
-
exports.
|
|
406
|
+
exports.CreatePartnershipResponse$ = CreatePartnershipResponse$;
|
|
407
|
+
const CreateProfileRequest$ = [3, n0, _CPRre,
|
|
396
408
|
0,
|
|
397
409
|
[_n, _p, _bN, _l, _em, _cT, _ta],
|
|
398
410
|
[0, [() => Phone, 0], 0, 0, [() => Email, 0], [0, 4], () => TagList], 4
|
|
399
411
|
];
|
|
400
|
-
exports.
|
|
412
|
+
exports.CreateProfileRequest$ = CreateProfileRequest$;
|
|
413
|
+
const CreateProfileResponse$ = [3, n0, _CPRrea,
|
|
401
414
|
0,
|
|
402
415
|
[_pI, _pAr, _n, _bN, _p, _cA, _em, _l, _lGN],
|
|
403
416
|
[0, 0, 0, 0, [() => Phone, 0], 5, [() => Email, 0], 0, 0], 6
|
|
404
417
|
];
|
|
405
|
-
exports.
|
|
418
|
+
exports.CreateProfileResponse$ = CreateProfileResponse$;
|
|
419
|
+
const CreateStarterMappingTemplateRequest$ = [3, n0, _CSMTR,
|
|
406
420
|
0,
|
|
407
421
|
[_mT, _tD, _oSL],
|
|
408
|
-
[0, () =>
|
|
422
|
+
[0, () => TemplateDetails$, () => S3Location$], 2
|
|
409
423
|
];
|
|
410
|
-
exports.
|
|
424
|
+
exports.CreateStarterMappingTemplateRequest$ = CreateStarterMappingTemplateRequest$;
|
|
425
|
+
const CreateStarterMappingTemplateResponse$ = [3, n0, _CSMTRr,
|
|
411
426
|
0,
|
|
412
427
|
[_mTa],
|
|
413
428
|
[0], 1
|
|
414
429
|
];
|
|
415
|
-
exports.
|
|
430
|
+
exports.CreateStarterMappingTemplateResponse$ = CreateStarterMappingTemplateResponse$;
|
|
431
|
+
const CreateTransformerRequest$ = [3, n0, _CTR,
|
|
416
432
|
0,
|
|
417
433
|
[_n, _cT, _ta, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
418
|
-
[0, [0, 4], () => TagList, 0, 0, () =>
|
|
434
|
+
[0, [0, 4], () => TagList, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 1
|
|
419
435
|
];
|
|
420
|
-
exports.
|
|
436
|
+
exports.CreateTransformerRequest$ = CreateTransformerRequest$;
|
|
437
|
+
const CreateTransformerResponse$ = [3, n0, _CTRr,
|
|
421
438
|
0,
|
|
422
439
|
[_tI, _tA, _n, _st, _cA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
423
|
-
[0, 0, 0, 0, 5, 0, 0, () =>
|
|
440
|
+
[0, 0, 0, 0, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 5
|
|
424
441
|
];
|
|
425
|
-
exports.
|
|
442
|
+
exports.CreateTransformerResponse$ = CreateTransformerResponse$;
|
|
443
|
+
const DeleteCapabilityRequest$ = [3, n0, _DCR,
|
|
426
444
|
0,
|
|
427
445
|
[_cI],
|
|
428
446
|
[[0, 1]], 1
|
|
429
447
|
];
|
|
430
|
-
exports.
|
|
448
|
+
exports.DeleteCapabilityRequest$ = DeleteCapabilityRequest$;
|
|
449
|
+
const DeletePartnershipRequest$ = [3, n0, _DPR,
|
|
431
450
|
0,
|
|
432
451
|
[_pIa],
|
|
433
452
|
[[0, 1]], 1
|
|
434
453
|
];
|
|
435
|
-
exports.
|
|
454
|
+
exports.DeletePartnershipRequest$ = DeletePartnershipRequest$;
|
|
455
|
+
const DeleteProfileRequest$ = [3, n0, _DPRe,
|
|
436
456
|
0,
|
|
437
457
|
[_pI],
|
|
438
458
|
[[0, 1]], 1
|
|
439
459
|
];
|
|
440
|
-
exports.
|
|
460
|
+
exports.DeleteProfileRequest$ = DeleteProfileRequest$;
|
|
461
|
+
const DeleteTransformerRequest$ = [3, n0, _DTR,
|
|
441
462
|
0,
|
|
442
463
|
[_tI],
|
|
443
464
|
[[0, 1]], 1
|
|
444
465
|
];
|
|
445
|
-
exports.
|
|
466
|
+
exports.DeleteTransformerRequest$ = DeleteTransformerRequest$;
|
|
467
|
+
const EdiConfiguration$ = [3, n0, _EC,
|
|
446
468
|
0,
|
|
447
469
|
[_t, _iL, _oL, _tI, _cD],
|
|
448
|
-
[() =>
|
|
470
|
+
[() => EdiType$, () => S3Location$, () => S3Location$, 0, 0], 4
|
|
449
471
|
];
|
|
450
|
-
exports.
|
|
472
|
+
exports.EdiConfiguration$ = EdiConfiguration$;
|
|
473
|
+
const GenerateMappingRequest$ = [3, n0, _GMR,
|
|
451
474
|
0,
|
|
452
475
|
[_iFC, _oFC, _mT],
|
|
453
476
|
[0, 0, 0], 3
|
|
454
477
|
];
|
|
455
|
-
exports.
|
|
478
|
+
exports.GenerateMappingRequest$ = GenerateMappingRequest$;
|
|
479
|
+
const GenerateMappingResponse$ = [3, n0, _GMRe,
|
|
456
480
|
0,
|
|
457
481
|
[_mTa, _mAa],
|
|
458
482
|
[0, 1], 1
|
|
459
483
|
];
|
|
460
|
-
exports.
|
|
484
|
+
exports.GenerateMappingResponse$ = GenerateMappingResponse$;
|
|
485
|
+
const GetCapabilityRequest$ = [3, n0, _GCR,
|
|
461
486
|
0,
|
|
462
487
|
[_cI],
|
|
463
488
|
[[0, 1]], 1
|
|
464
489
|
];
|
|
465
|
-
exports.
|
|
490
|
+
exports.GetCapabilityRequest$ = GetCapabilityRequest$;
|
|
491
|
+
const GetCapabilityResponse$ = [3, n0, _GCRe,
|
|
466
492
|
0,
|
|
467
493
|
[_cI, _cAa, _n, _t, _co, _cA, _iD, _mA],
|
|
468
|
-
[0, 0, 0, 0, () =>
|
|
494
|
+
[0, 0, 0, 0, () => CapabilityConfiguration$, 5, () => InstructionsDocuments, 5], 6
|
|
469
495
|
];
|
|
470
|
-
exports.
|
|
496
|
+
exports.GetCapabilityResponse$ = GetCapabilityResponse$;
|
|
497
|
+
const GetPartnershipRequest$ = [3, n0, _GPR,
|
|
471
498
|
0,
|
|
472
499
|
[_pIa],
|
|
473
500
|
[[0, 1]], 1
|
|
474
501
|
];
|
|
475
|
-
exports.
|
|
502
|
+
exports.GetPartnershipRequest$ = GetPartnershipRequest$;
|
|
503
|
+
const GetPartnershipResponse$ = [3, n0, _GPRe,
|
|
476
504
|
0,
|
|
477
505
|
[_pI, _pIa, _pA, _cA, _n, _em, _p, _ca, _cO, _tPI, _mA],
|
|
478
|
-
[0, 0, 0, 5, 0, [() => Email, 0], [() => Phone, 0], 64 | 0, () =>
|
|
506
|
+
[0, 0, 0, 5, 0, [() => Email, 0], [() => Phone, 0], 64 | 0, () => CapabilityOptions$, 0, 5], 4
|
|
479
507
|
];
|
|
480
|
-
exports.
|
|
508
|
+
exports.GetPartnershipResponse$ = GetPartnershipResponse$;
|
|
509
|
+
const GetProfileRequest$ = [3, n0, _GPRet,
|
|
481
510
|
0,
|
|
482
511
|
[_pI],
|
|
483
512
|
[[0, 1]], 1
|
|
484
513
|
];
|
|
485
|
-
exports.
|
|
514
|
+
exports.GetProfileRequest$ = GetProfileRequest$;
|
|
515
|
+
const GetProfileResponse$ = [3, n0, _GPRetr,
|
|
486
516
|
0,
|
|
487
517
|
[_pI, _pAr, _n, _p, _bN, _cA, _em, _l, _lGN, _mA],
|
|
488
518
|
[0, 0, 0, [() => Phone, 0], 0, 5, [() => Email, 0], 0, 0, 5], 6
|
|
489
519
|
];
|
|
490
|
-
exports.
|
|
520
|
+
exports.GetProfileResponse$ = GetProfileResponse$;
|
|
521
|
+
const GetTransformerJobRequest$ = [3, n0, _GTJR,
|
|
491
522
|
0,
|
|
492
523
|
[_tJI, _tI],
|
|
493
524
|
[[0, 1], [0, { [_hQ]: _tI }]], 2
|
|
494
525
|
];
|
|
495
|
-
exports.
|
|
526
|
+
exports.GetTransformerJobRequest$ = GetTransformerJobRequest$;
|
|
527
|
+
const GetTransformerJobResponse$ = [3, n0, _GTJRe,
|
|
496
528
|
0,
|
|
497
529
|
[_st, _oF, _m],
|
|
498
530
|
[0, () => S3LocationList, 0], 1
|
|
499
531
|
];
|
|
500
|
-
exports.
|
|
532
|
+
exports.GetTransformerJobResponse$ = GetTransformerJobResponse$;
|
|
533
|
+
const GetTransformerRequest$ = [3, n0, _GTR,
|
|
501
534
|
0,
|
|
502
535
|
[_tI],
|
|
503
536
|
[[0, 1]], 1
|
|
504
537
|
];
|
|
505
|
-
exports.
|
|
538
|
+
exports.GetTransformerRequest$ = GetTransformerRequest$;
|
|
539
|
+
const GetTransformerResponse$ = [3, n0, _GTRe,
|
|
506
540
|
0,
|
|
507
541
|
[_tI, _tA, _n, _st, _cA, _mA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
508
|
-
[0, 0, 0, 0, 5, 5, 0, 0, () =>
|
|
542
|
+
[0, 0, 0, 0, 5, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 5
|
|
509
543
|
];
|
|
510
|
-
exports.
|
|
544
|
+
exports.GetTransformerResponse$ = GetTransformerResponse$;
|
|
545
|
+
const InboundEdiOptions$ = [3, n0, _IEO,
|
|
511
546
|
0,
|
|
512
547
|
[_x],
|
|
513
|
-
[() =>
|
|
548
|
+
[() => X12InboundEdiOptions$]
|
|
514
549
|
];
|
|
515
|
-
exports.
|
|
550
|
+
exports.InboundEdiOptions$ = InboundEdiOptions$;
|
|
551
|
+
const InputConversion$ = [3, n0, _IC,
|
|
516
552
|
0,
|
|
517
553
|
[_fFr, _fO, _aO],
|
|
518
|
-
[0, () =>
|
|
554
|
+
[0, () => FormatOptions$, () => AdvancedOptions$], 1
|
|
519
555
|
];
|
|
520
|
-
exports.
|
|
556
|
+
exports.InputConversion$ = InputConversion$;
|
|
557
|
+
const ListCapabilitiesRequest$ = [3, n0, _LCR,
|
|
521
558
|
0,
|
|
522
559
|
[_nT, _mR],
|
|
523
560
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
524
561
|
];
|
|
525
|
-
exports.
|
|
562
|
+
exports.ListCapabilitiesRequest$ = ListCapabilitiesRequest$;
|
|
563
|
+
const ListCapabilitiesResponse$ = [3, n0, _LCRi,
|
|
526
564
|
0,
|
|
527
565
|
[_ca, _nT],
|
|
528
566
|
[() => CapabilityList, 0], 1
|
|
529
567
|
];
|
|
530
|
-
exports.
|
|
568
|
+
exports.ListCapabilitiesResponse$ = ListCapabilitiesResponse$;
|
|
569
|
+
const ListPartnershipsRequest$ = [3, n0, _LPR,
|
|
531
570
|
0,
|
|
532
571
|
[_pI, _nT, _mR],
|
|
533
572
|
[[0, { [_hQ]: _pI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
534
573
|
];
|
|
535
|
-
exports.
|
|
574
|
+
exports.ListPartnershipsRequest$ = ListPartnershipsRequest$;
|
|
575
|
+
const ListPartnershipsResponse$ = [3, n0, _LPRi,
|
|
536
576
|
0,
|
|
537
577
|
[_pa, _nT],
|
|
538
578
|
[() => PartnershipList, 0], 1
|
|
539
579
|
];
|
|
540
|
-
exports.
|
|
580
|
+
exports.ListPartnershipsResponse$ = ListPartnershipsResponse$;
|
|
581
|
+
const ListProfilesRequest$ = [3, n0, _LPRis,
|
|
541
582
|
0,
|
|
542
583
|
[_nT, _mR],
|
|
543
584
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
544
585
|
];
|
|
545
|
-
exports.
|
|
586
|
+
exports.ListProfilesRequest$ = ListProfilesRequest$;
|
|
587
|
+
const ListProfilesResponse$ = [3, n0, _LPRist,
|
|
546
588
|
0,
|
|
547
589
|
[_pr, _nT],
|
|
548
590
|
[() => ProfileList, 0], 1
|
|
549
591
|
];
|
|
550
|
-
exports.
|
|
592
|
+
exports.ListProfilesResponse$ = ListProfilesResponse$;
|
|
593
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
551
594
|
0,
|
|
552
595
|
[_RARN],
|
|
553
596
|
[[0, 1]], 1
|
|
554
597
|
];
|
|
555
|
-
exports.
|
|
598
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
599
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
556
600
|
0,
|
|
557
601
|
[_T],
|
|
558
602
|
[() => TagList]
|
|
559
603
|
];
|
|
560
|
-
exports.
|
|
604
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
605
|
+
const ListTransformersRequest$ = [3, n0, _LTR,
|
|
561
606
|
0,
|
|
562
607
|
[_nT, _mR],
|
|
563
608
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
564
609
|
];
|
|
565
|
-
exports.
|
|
610
|
+
exports.ListTransformersRequest$ = ListTransformersRequest$;
|
|
611
|
+
const ListTransformersResponse$ = [3, n0, _LTRi,
|
|
566
612
|
0,
|
|
567
613
|
[_tr, _nT],
|
|
568
614
|
[() => TransformerList, 0], 1
|
|
569
615
|
];
|
|
570
|
-
exports.
|
|
616
|
+
exports.ListTransformersResponse$ = ListTransformersResponse$;
|
|
617
|
+
const Mapping$ = [3, n0, _Ma,
|
|
571
618
|
0,
|
|
572
619
|
[_tL, _te],
|
|
573
620
|
[0, 0], 1
|
|
574
621
|
];
|
|
575
|
-
exports.
|
|
622
|
+
exports.Mapping$ = Mapping$;
|
|
623
|
+
const OutputConversion$ = [3, n0, _OC,
|
|
576
624
|
0,
|
|
577
625
|
[_tF, _fO, _aO],
|
|
578
|
-
[0, () =>
|
|
626
|
+
[0, () => FormatOptions$, () => AdvancedOptions$], 1
|
|
579
627
|
];
|
|
580
|
-
exports.
|
|
628
|
+
exports.OutputConversion$ = OutputConversion$;
|
|
629
|
+
const PartnershipSummary$ = [3, n0, _PS,
|
|
581
630
|
0,
|
|
582
631
|
[_pI, _pIa, _cA, _n, _ca, _cO, _tPI, _mA],
|
|
583
|
-
[0, 0, 5, 0, 64 | 0, () =>
|
|
632
|
+
[0, 0, 5, 0, 64 | 0, () => CapabilityOptions$, 0, 5], 3
|
|
584
633
|
];
|
|
585
|
-
exports.
|
|
634
|
+
exports.PartnershipSummary$ = PartnershipSummary$;
|
|
635
|
+
const ProfileSummary$ = [3, n0, _PSr,
|
|
586
636
|
0,
|
|
587
637
|
[_pI, _n, _bN, _cA, _l, _lGN, _mA],
|
|
588
638
|
[0, 0, 0, 5, 0, 0, 5], 4
|
|
589
639
|
];
|
|
590
|
-
exports.
|
|
640
|
+
exports.ProfileSummary$ = ProfileSummary$;
|
|
641
|
+
const S3Location$ = [3, n0, _SL,
|
|
591
642
|
0,
|
|
592
643
|
[_bNu, _k],
|
|
593
644
|
[0, 0]
|
|
594
645
|
];
|
|
595
|
-
exports.
|
|
646
|
+
exports.S3Location$ = S3Location$;
|
|
647
|
+
const SampleDocumentKeys$ = [3, n0, _SDK,
|
|
596
648
|
0,
|
|
597
649
|
[_i, _o],
|
|
598
650
|
[0, 0]
|
|
599
651
|
];
|
|
600
|
-
exports.
|
|
652
|
+
exports.SampleDocumentKeys$ = SampleDocumentKeys$;
|
|
653
|
+
const SampleDocuments$ = [3, n0, _SD,
|
|
601
654
|
0,
|
|
602
655
|
[_bNu, _ke],
|
|
603
656
|
[0, () => KeyList], 2
|
|
604
657
|
];
|
|
605
|
-
exports.
|
|
658
|
+
exports.SampleDocuments$ = SampleDocuments$;
|
|
659
|
+
const StartTransformerJobRequest$ = [3, n0, _STJR,
|
|
606
660
|
0,
|
|
607
661
|
[_iF, _oL, _tI, _cT],
|
|
608
|
-
[() =>
|
|
662
|
+
[() => S3Location$, () => S3Location$, 0, [0, 4]], 3
|
|
609
663
|
];
|
|
610
|
-
exports.
|
|
664
|
+
exports.StartTransformerJobRequest$ = StartTransformerJobRequest$;
|
|
665
|
+
const StartTransformerJobResponse$ = [3, n0, _STJRt,
|
|
611
666
|
0,
|
|
612
667
|
[_tJI],
|
|
613
668
|
[0], 1
|
|
614
669
|
];
|
|
615
|
-
exports.
|
|
670
|
+
exports.StartTransformerJobResponse$ = StartTransformerJobResponse$;
|
|
671
|
+
const Tag$ = [3, n0, _Ta,
|
|
616
672
|
0,
|
|
617
673
|
[_K, _V],
|
|
618
674
|
[0, 0], 2
|
|
619
675
|
];
|
|
620
|
-
exports.
|
|
676
|
+
exports.Tag$ = Tag$;
|
|
677
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
621
678
|
0,
|
|
622
679
|
[_RARN, _T],
|
|
623
680
|
[[0, 1], () => TagList], 2
|
|
624
681
|
];
|
|
625
|
-
exports.
|
|
682
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
683
|
+
const TestConversionRequest$ = [3, n0, _TCR,
|
|
626
684
|
0,
|
|
627
685
|
[_so, _tar],
|
|
628
|
-
[() =>
|
|
686
|
+
[() => ConversionSource$, () => ConversionTarget$], 2
|
|
629
687
|
];
|
|
630
|
-
exports.
|
|
688
|
+
exports.TestConversionRequest$ = TestConversionRequest$;
|
|
689
|
+
const TestConversionResponse$ = [3, n0, _TCRe,
|
|
631
690
|
0,
|
|
632
691
|
[_cFC, _vM],
|
|
633
692
|
[0, 64 | 0], 1
|
|
634
693
|
];
|
|
635
|
-
exports.
|
|
694
|
+
exports.TestConversionResponse$ = TestConversionResponse$;
|
|
695
|
+
const TestMappingRequest$ = [3, n0, _TMR,
|
|
636
696
|
0,
|
|
637
697
|
[_iFC, _mTa, _fF],
|
|
638
698
|
[0, 0, 0], 3
|
|
639
699
|
];
|
|
640
|
-
exports.
|
|
700
|
+
exports.TestMappingRequest$ = TestMappingRequest$;
|
|
701
|
+
const TestMappingResponse$ = [3, n0, _TMRe,
|
|
641
702
|
0,
|
|
642
703
|
[_mFC],
|
|
643
704
|
[0], 1
|
|
644
705
|
];
|
|
645
|
-
exports.
|
|
706
|
+
exports.TestMappingResponse$ = TestMappingResponse$;
|
|
707
|
+
const TestParsingRequest$ = [3, n0, _TPR,
|
|
646
708
|
0,
|
|
647
709
|
[_iF, _fF, _eT, _aO],
|
|
648
|
-
[() =>
|
|
710
|
+
[() => S3Location$, 0, () => EdiType$, () => AdvancedOptions$], 3
|
|
649
711
|
];
|
|
650
|
-
exports.
|
|
712
|
+
exports.TestParsingRequest$ = TestParsingRequest$;
|
|
713
|
+
const TestParsingResponse$ = [3, n0, _TPRe,
|
|
651
714
|
0,
|
|
652
715
|
[_pFC, _pSFC, _vM],
|
|
653
716
|
[0, 64 | 0, 64 | 0], 1
|
|
654
717
|
];
|
|
655
|
-
exports.
|
|
718
|
+
exports.TestParsingResponse$ = TestParsingResponse$;
|
|
719
|
+
const TransformerSummary$ = [3, n0, _TS,
|
|
656
720
|
0,
|
|
657
721
|
[_tI, _n, _st, _cA, _mA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
658
|
-
[0, 0, 0, 5, 5, 0, 0, () =>
|
|
722
|
+
[0, 0, 0, 5, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 4
|
|
659
723
|
];
|
|
660
|
-
exports.
|
|
724
|
+
exports.TransformerSummary$ = TransformerSummary$;
|
|
725
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
661
726
|
0,
|
|
662
727
|
[_RARN, _TK],
|
|
663
728
|
[[0, 1], [64 | 0, { [_hQ]: _TK }]], 2
|
|
664
729
|
];
|
|
665
|
-
exports.
|
|
730
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
731
|
+
const UpdateCapabilityRequest$ = [3, n0, _UCR,
|
|
666
732
|
0,
|
|
667
733
|
[_cI, _n, _co, _iD],
|
|
668
|
-
[[0, 1], 0, () =>
|
|
734
|
+
[[0, 1], 0, () => CapabilityConfiguration$, () => InstructionsDocuments], 1
|
|
669
735
|
];
|
|
670
|
-
exports.
|
|
736
|
+
exports.UpdateCapabilityRequest$ = UpdateCapabilityRequest$;
|
|
737
|
+
const UpdateCapabilityResponse$ = [3, n0, _UCRp,
|
|
671
738
|
0,
|
|
672
739
|
[_cI, _cAa, _n, _t, _co, _cA, _iD, _mA],
|
|
673
|
-
[0, 0, 0, 0, () =>
|
|
740
|
+
[0, 0, 0, 0, () => CapabilityConfiguration$, 5, () => InstructionsDocuments, 5], 6
|
|
674
741
|
];
|
|
675
|
-
exports.
|
|
742
|
+
exports.UpdateCapabilityResponse$ = UpdateCapabilityResponse$;
|
|
743
|
+
const UpdatePartnershipRequest$ = [3, n0, _UPR,
|
|
676
744
|
0,
|
|
677
745
|
[_pIa, _n, _ca, _cO],
|
|
678
|
-
[[0, 1], 0, 64 | 0, () =>
|
|
746
|
+
[[0, 1], 0, 64 | 0, () => CapabilityOptions$], 1
|
|
679
747
|
];
|
|
680
|
-
exports.
|
|
748
|
+
exports.UpdatePartnershipRequest$ = UpdatePartnershipRequest$;
|
|
749
|
+
const UpdatePartnershipResponse$ = [3, n0, _UPRp,
|
|
681
750
|
0,
|
|
682
751
|
[_pI, _pIa, _pA, _cA, _n, _em, _p, _ca, _cO, _tPI, _mA],
|
|
683
|
-
[0, 0, 0, 5, 0, [() => Email, 0], [() => Phone, 0], 64 | 0, () =>
|
|
752
|
+
[0, 0, 0, 5, 0, [() => Email, 0], [() => Phone, 0], 64 | 0, () => CapabilityOptions$, 0, 5], 4
|
|
684
753
|
];
|
|
685
|
-
exports.
|
|
754
|
+
exports.UpdatePartnershipResponse$ = UpdatePartnershipResponse$;
|
|
755
|
+
const UpdateProfileRequest$ = [3, n0, _UPRpd,
|
|
686
756
|
0,
|
|
687
757
|
[_pI, _n, _em, _p, _bN],
|
|
688
758
|
[[0, 1], 0, [() => Email, 0], [() => Phone, 0], 0], 1
|
|
689
759
|
];
|
|
690
|
-
exports.
|
|
760
|
+
exports.UpdateProfileRequest$ = UpdateProfileRequest$;
|
|
761
|
+
const UpdateProfileResponse$ = [3, n0, _UPRpda,
|
|
691
762
|
0,
|
|
692
763
|
[_pI, _pAr, _n, _p, _bN, _cA, _em, _l, _lGN, _mA],
|
|
693
764
|
[0, 0, 0, [() => Phone, 0], 0, 5, [() => Email, 0], 0, 0, 5], 6
|
|
694
765
|
];
|
|
695
|
-
exports.
|
|
766
|
+
exports.UpdateProfileResponse$ = UpdateProfileResponse$;
|
|
767
|
+
const UpdateTransformerRequest$ = [3, n0, _UTR,
|
|
696
768
|
0,
|
|
697
769
|
[_tI, _n, _st, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
698
|
-
[[0, 1], 0, 0, 0, 0, () =>
|
|
770
|
+
[[0, 1], 0, 0, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 1
|
|
699
771
|
];
|
|
700
|
-
exports.
|
|
772
|
+
exports.UpdateTransformerRequest$ = UpdateTransformerRequest$;
|
|
773
|
+
const UpdateTransformerResponse$ = [3, n0, _UTRp,
|
|
701
774
|
0,
|
|
702
775
|
[_tI, _tA, _n, _st, _cA, _mA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
703
|
-
[0, 0, 0, 0, 5, 5, 0, 0, () =>
|
|
776
|
+
[0, 0, 0, 0, 5, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 6
|
|
704
777
|
];
|
|
705
|
-
exports.
|
|
778
|
+
exports.UpdateTransformerResponse$ = UpdateTransformerResponse$;
|
|
779
|
+
const WrapOptions$ = [3, n0, _WO,
|
|
706
780
|
0,
|
|
707
781
|
[_wB, _lT, _lL],
|
|
708
782
|
[0, 0, 1], 1
|
|
709
783
|
];
|
|
710
|
-
exports.
|
|
784
|
+
exports.WrapOptions$ = WrapOptions$;
|
|
785
|
+
const X12AcknowledgmentOptions$ = [3, n0, _XAO,
|
|
711
786
|
0,
|
|
712
787
|
[_fA, _tAe],
|
|
713
788
|
[0, 0], 2
|
|
714
789
|
];
|
|
715
|
-
exports.
|
|
790
|
+
exports.X12AcknowledgmentOptions$ = X12AcknowledgmentOptions$;
|
|
791
|
+
const X12AdvancedOptions$ = [3, n0, _XAOd,
|
|
716
792
|
0,
|
|
717
793
|
[_sO, _vO],
|
|
718
|
-
[() =>
|
|
794
|
+
[() => X12SplitOptions$, () => X12ValidationOptions$]
|
|
719
795
|
];
|
|
720
|
-
exports.
|
|
796
|
+
exports.X12AdvancedOptions$ = X12AdvancedOptions$;
|
|
797
|
+
const X12CodeListValidationRule$ = [3, n0, _XCLVR,
|
|
721
798
|
0,
|
|
722
799
|
[_eI, _cTA, _cTR],
|
|
723
800
|
[0, 64 | 0, 64 | 0], 1
|
|
724
801
|
];
|
|
725
|
-
exports.
|
|
802
|
+
exports.X12CodeListValidationRule$ = X12CodeListValidationRule$;
|
|
803
|
+
const X12ControlNumbers$ = [3, n0, _XCN,
|
|
726
804
|
0,
|
|
727
805
|
[_sICN, _sFGCN, _sTSCN],
|
|
728
806
|
[1, 1, 1]
|
|
729
807
|
];
|
|
730
|
-
exports.
|
|
808
|
+
exports.X12ControlNumbers$ = X12ControlNumbers$;
|
|
809
|
+
const X12Delimiters$ = [3, n0, _XD,
|
|
731
810
|
0,
|
|
732
811
|
[_cS, _dES, _sT],
|
|
733
812
|
[0, 0, 0]
|
|
734
813
|
];
|
|
735
|
-
exports.
|
|
814
|
+
exports.X12Delimiters$ = X12Delimiters$;
|
|
815
|
+
const X12Details$ = [3, n0, _XDe,
|
|
736
816
|
0,
|
|
737
817
|
[_tS, _v],
|
|
738
818
|
[0, 0]
|
|
739
819
|
];
|
|
740
|
-
exports.
|
|
820
|
+
exports.X12Details$ = X12Details$;
|
|
821
|
+
const X12ElementLengthValidationRule$ = [3, n0, _XELVR,
|
|
741
822
|
0,
|
|
742
823
|
[_eI, _mL, _mLi],
|
|
743
824
|
[0, 1, 1], 3
|
|
744
825
|
];
|
|
745
|
-
exports.
|
|
826
|
+
exports.X12ElementLengthValidationRule$ = X12ElementLengthValidationRule$;
|
|
827
|
+
const X12ElementRequirementValidationRule$ = [3, n0, _XERVR,
|
|
746
828
|
0,
|
|
747
829
|
[_eP, _r],
|
|
748
830
|
[0, 0], 2
|
|
749
831
|
];
|
|
750
|
-
exports.
|
|
832
|
+
exports.X12ElementRequirementValidationRule$ = X12ElementRequirementValidationRule$;
|
|
833
|
+
const X12Envelope$ = [3, n0, _XE,
|
|
751
834
|
0,
|
|
752
835
|
[_com, _wO],
|
|
753
|
-
[() =>
|
|
836
|
+
[() => X12OutboundEdiHeaders$, () => WrapOptions$]
|
|
754
837
|
];
|
|
755
|
-
exports.
|
|
838
|
+
exports.X12Envelope$ = X12Envelope$;
|
|
839
|
+
const X12FunctionalGroupHeaders$ = [3, n0, _XFGH,
|
|
756
840
|
0,
|
|
757
841
|
[_aSC, _aRC, _rAC],
|
|
758
842
|
[0, 0, 0]
|
|
759
843
|
];
|
|
760
|
-
exports.
|
|
844
|
+
exports.X12FunctionalGroupHeaders$ = X12FunctionalGroupHeaders$;
|
|
845
|
+
const X12InboundEdiOptions$ = [3, n0, _XIEO,
|
|
761
846
|
0,
|
|
762
847
|
[_aOc],
|
|
763
|
-
[() =>
|
|
848
|
+
[() => X12AcknowledgmentOptions$]
|
|
764
849
|
];
|
|
765
|
-
exports.
|
|
850
|
+
exports.X12InboundEdiOptions$ = X12InboundEdiOptions$;
|
|
851
|
+
const X12InterchangeControlHeaders$ = [3, n0, _XICH,
|
|
766
852
|
0,
|
|
767
853
|
[_sIQ, _sI, _rIQ, _rIe, _rS, _aRCc, _uIC],
|
|
768
854
|
[0, 0, 0, 0, 0, 0, 0]
|
|
769
855
|
];
|
|
770
|
-
exports.
|
|
856
|
+
exports.X12InterchangeControlHeaders$ = X12InterchangeControlHeaders$;
|
|
857
|
+
const X12OutboundEdiHeaders$ = [3, n0, _XOEH,
|
|
771
858
|
0,
|
|
772
859
|
[_iCH, _fGH, _d, _vE, _cN, _gTF],
|
|
773
|
-
[() =>
|
|
860
|
+
[() => X12InterchangeControlHeaders$, () => X12FunctionalGroupHeaders$, () => X12Delimiters$, 2, () => X12ControlNumbers$, 0]
|
|
774
861
|
];
|
|
775
|
-
exports.
|
|
862
|
+
exports.X12OutboundEdiHeaders$ = X12OutboundEdiHeaders$;
|
|
863
|
+
const X12SplitOptions$ = [3, n0, _XSO,
|
|
776
864
|
0,
|
|
777
865
|
[_sB],
|
|
778
866
|
[0], 1
|
|
779
867
|
];
|
|
780
|
-
exports.
|
|
868
|
+
exports.X12SplitOptions$ = X12SplitOptions$;
|
|
869
|
+
const X12ValidationOptions$ = [3, n0, _XVO,
|
|
781
870
|
0,
|
|
782
871
|
[_vR],
|
|
783
872
|
[() => X12ValidationRules]
|
|
784
873
|
];
|
|
874
|
+
exports.X12ValidationOptions$ = X12ValidationOptions$;
|
|
785
875
|
var __Unit = "unit";
|
|
786
876
|
var CapabilityList = [1, n0, _CL,
|
|
787
|
-
0, () =>
|
|
877
|
+
0, () => CapabilitySummary$
|
|
788
878
|
];
|
|
789
879
|
var CodeList = 64 | 0;
|
|
790
880
|
var InstructionsDocuments = [1, n0, _ID,
|
|
791
|
-
0, () =>
|
|
881
|
+
0, () => S3Location$
|
|
792
882
|
];
|
|
793
883
|
var KeyList = [1, n0, _KL,
|
|
794
|
-
0, () =>
|
|
884
|
+
0, () => SampleDocumentKeys$
|
|
795
885
|
];
|
|
796
886
|
var ParsedSplitFileContentsList = 64 | 0;
|
|
797
887
|
var PartnershipCapabilities = 64 | 0;
|
|
798
888
|
var PartnershipList = [1, n0, _PL,
|
|
799
|
-
0, () =>
|
|
889
|
+
0, () => PartnershipSummary$
|
|
800
890
|
];
|
|
801
891
|
var ProfileList = [1, n0, _PLr,
|
|
802
|
-
0, () =>
|
|
892
|
+
0, () => ProfileSummary$
|
|
803
893
|
];
|
|
804
894
|
var S3LocationList = [1, n0, _SLL,
|
|
805
|
-
0, () =>
|
|
895
|
+
0, () => S3Location$
|
|
806
896
|
];
|
|
807
897
|
var TagKeyList = 64 | 0;
|
|
808
898
|
var TagList = [1, n0, _TL,
|
|
809
|
-
0, () =>
|
|
899
|
+
0, () => Tag$
|
|
810
900
|
];
|
|
811
901
|
var TransformerList = [1, n0, _TLr,
|
|
812
|
-
0, () =>
|
|
902
|
+
0, () => TransformerSummary$
|
|
813
903
|
];
|
|
814
904
|
var ValidationMessages = 64 | 0;
|
|
815
905
|
var X12ValidationRules = [1, n0, _XVR,
|
|
816
|
-
0, () =>
|
|
906
|
+
0, () => X12ValidationRule$
|
|
817
907
|
];
|
|
818
|
-
|
|
908
|
+
const CapabilityConfiguration$ = [4, n0, _CC,
|
|
819
909
|
0,
|
|
820
910
|
[_ed],
|
|
821
|
-
[() =>
|
|
911
|
+
[() => EdiConfiguration$]
|
|
822
912
|
];
|
|
823
|
-
exports.
|
|
913
|
+
exports.CapabilityConfiguration$ = CapabilityConfiguration$;
|
|
914
|
+
const ConversionTargetFormatDetails$ = [4, n0, _CTFD,
|
|
824
915
|
0,
|
|
825
916
|
[_x],
|
|
826
|
-
[() =>
|
|
917
|
+
[() => X12Details$]
|
|
827
918
|
];
|
|
828
|
-
exports.
|
|
919
|
+
exports.ConversionTargetFormatDetails$ = ConversionTargetFormatDetails$;
|
|
920
|
+
const EdiType$ = [4, n0, _ET,
|
|
829
921
|
0,
|
|
830
922
|
[_xD],
|
|
831
|
-
[() =>
|
|
923
|
+
[() => X12Details$]
|
|
832
924
|
];
|
|
833
|
-
exports.
|
|
925
|
+
exports.EdiType$ = EdiType$;
|
|
926
|
+
const FormatOptions$ = [4, n0, _FO,
|
|
834
927
|
0,
|
|
835
928
|
[_x],
|
|
836
|
-
[() =>
|
|
929
|
+
[() => X12Details$]
|
|
837
930
|
];
|
|
838
|
-
exports.
|
|
931
|
+
exports.FormatOptions$ = FormatOptions$;
|
|
932
|
+
const InputFileSource$ = [4, n0, _IFS,
|
|
839
933
|
0,
|
|
840
934
|
[_fC],
|
|
841
935
|
[0]
|
|
842
936
|
];
|
|
843
|
-
exports.
|
|
937
|
+
exports.InputFileSource$ = InputFileSource$;
|
|
938
|
+
const OutboundEdiOptions$ = [4, n0, _OEO,
|
|
844
939
|
0,
|
|
845
940
|
[_x],
|
|
846
|
-
[() =>
|
|
941
|
+
[() => X12Envelope$]
|
|
847
942
|
];
|
|
848
|
-
exports.
|
|
943
|
+
exports.OutboundEdiOptions$ = OutboundEdiOptions$;
|
|
944
|
+
const OutputSampleFileSource$ = [4, n0, _OSFS,
|
|
849
945
|
0,
|
|
850
946
|
[_fL],
|
|
851
|
-
[() =>
|
|
947
|
+
[() => S3Location$]
|
|
852
948
|
];
|
|
853
|
-
exports.
|
|
949
|
+
exports.OutputSampleFileSource$ = OutputSampleFileSource$;
|
|
950
|
+
const TemplateDetails$ = [4, n0, _TD,
|
|
854
951
|
0,
|
|
855
952
|
[_x],
|
|
856
|
-
[() =>
|
|
953
|
+
[() => X12Details$]
|
|
857
954
|
];
|
|
858
|
-
exports.
|
|
955
|
+
exports.TemplateDetails$ = TemplateDetails$;
|
|
956
|
+
const X12ValidationRule$ = [4, n0, _XVRa,
|
|
859
957
|
0,
|
|
860
958
|
[_cLVR, _eLVR, _eRVR],
|
|
861
|
-
[() =>
|
|
959
|
+
[() => X12CodeListValidationRule$, () => X12ElementLengthValidationRule$, () => X12ElementRequirementValidationRule$]
|
|
862
960
|
];
|
|
961
|
+
exports.X12ValidationRule$ = X12ValidationRule$;
|
|
863
962
|
exports.CreateCapability$ = [9, n0, _CCr,
|
|
864
|
-
{ [_h]: ["POST", "/capabilities", 201] }, () =>
|
|
963
|
+
{ [_h]: ["POST", "/capabilities", 201] }, () => CreateCapabilityRequest$, () => CreateCapabilityResponse$
|
|
865
964
|
];
|
|
866
965
|
exports.CreatePartnership$ = [9, n0, _CP,
|
|
867
|
-
{ [_h]: ["POST", "/partnerships", 201] }, () =>
|
|
966
|
+
{ [_h]: ["POST", "/partnerships", 201] }, () => CreatePartnershipRequest$, () => CreatePartnershipResponse$
|
|
868
967
|
];
|
|
869
968
|
exports.CreateProfile$ = [9, n0, _CPr,
|
|
870
|
-
{ [_h]: ["POST", "/profiles", 201] }, () =>
|
|
969
|
+
{ [_h]: ["POST", "/profiles", 201] }, () => CreateProfileRequest$, () => CreateProfileResponse$
|
|
871
970
|
];
|
|
872
971
|
exports.CreateStarterMappingTemplate$ = [9, n0, _CSMT,
|
|
873
|
-
{ [_h]: ["POST", "/createmappingstarttemplate", 200] }, () =>
|
|
972
|
+
{ [_h]: ["POST", "/createmappingstarttemplate", 200] }, () => CreateStarterMappingTemplateRequest$, () => CreateStarterMappingTemplateResponse$
|
|
874
973
|
];
|
|
875
974
|
exports.CreateTransformer$ = [9, n0, _CTr,
|
|
876
|
-
{ [_h]: ["POST", "/transformers", 201] }, () =>
|
|
975
|
+
{ [_h]: ["POST", "/transformers", 201] }, () => CreateTransformerRequest$, () => CreateTransformerResponse$
|
|
877
976
|
];
|
|
878
977
|
exports.DeleteCapability$ = [9, n0, _DC,
|
|
879
|
-
{ [_h]: ["DELETE", "/capabilities/{capabilityId}", 200] }, () =>
|
|
978
|
+
{ [_h]: ["DELETE", "/capabilities/{capabilityId}", 200] }, () => DeleteCapabilityRequest$, () => __Unit
|
|
880
979
|
];
|
|
881
980
|
exports.DeletePartnership$ = [9, n0, _DP,
|
|
882
|
-
{ [_h]: ["DELETE", "/partnerships/{partnershipId}", 200] }, () =>
|
|
981
|
+
{ [_h]: ["DELETE", "/partnerships/{partnershipId}", 200] }, () => DeletePartnershipRequest$, () => __Unit
|
|
883
982
|
];
|
|
884
983
|
exports.DeleteProfile$ = [9, n0, _DPe,
|
|
885
|
-
{ [_h]: ["DELETE", "/profiles/{profileId}", 200] }, () =>
|
|
984
|
+
{ [_h]: ["DELETE", "/profiles/{profileId}", 200] }, () => DeleteProfileRequest$, () => __Unit
|
|
886
985
|
];
|
|
887
986
|
exports.DeleteTransformer$ = [9, n0, _DT,
|
|
888
|
-
{ [_h]: ["DELETE", "/transformers/{transformerId}", 200] }, () =>
|
|
987
|
+
{ [_h]: ["DELETE", "/transformers/{transformerId}", 200] }, () => DeleteTransformerRequest$, () => __Unit
|
|
889
988
|
];
|
|
890
989
|
exports.GenerateMapping$ = [9, n0, _GM,
|
|
891
|
-
{ [_h]: ["POST", "/generate-mapping", 200] }, () =>
|
|
990
|
+
{ [_h]: ["POST", "/generate-mapping", 200] }, () => GenerateMappingRequest$, () => GenerateMappingResponse$
|
|
892
991
|
];
|
|
893
992
|
exports.GetCapability$ = [9, n0, _GC,
|
|
894
|
-
{ [_h]: ["GET", "/capabilities/{capabilityId}", 200] }, () =>
|
|
993
|
+
{ [_h]: ["GET", "/capabilities/{capabilityId}", 200] }, () => GetCapabilityRequest$, () => GetCapabilityResponse$
|
|
895
994
|
];
|
|
896
995
|
exports.GetPartnership$ = [9, n0, _GP,
|
|
897
|
-
{ [_h]: ["GET", "/partnerships/{partnershipId}", 200] }, () =>
|
|
996
|
+
{ [_h]: ["GET", "/partnerships/{partnershipId}", 200] }, () => GetPartnershipRequest$, () => GetPartnershipResponse$
|
|
898
997
|
];
|
|
899
998
|
exports.GetProfile$ = [9, n0, _GPe,
|
|
900
|
-
{ [_h]: ["GET", "/profiles/{profileId}", 200] }, () =>
|
|
999
|
+
{ [_h]: ["GET", "/profiles/{profileId}", 200] }, () => GetProfileRequest$, () => GetProfileResponse$
|
|
901
1000
|
];
|
|
902
1001
|
exports.GetTransformer$ = [9, n0, _GT,
|
|
903
|
-
{ [_h]: ["GET", "/transformers/{transformerId}", 200] }, () =>
|
|
1002
|
+
{ [_h]: ["GET", "/transformers/{transformerId}", 200] }, () => GetTransformerRequest$, () => GetTransformerResponse$
|
|
904
1003
|
];
|
|
905
1004
|
exports.GetTransformerJob$ = [9, n0, _GTJ,
|
|
906
|
-
{ [_h]: ["GET", "/transformer-jobs/{transformerJobId}", 200] }, () =>
|
|
1005
|
+
{ [_h]: ["GET", "/transformer-jobs/{transformerJobId}", 200] }, () => GetTransformerJobRequest$, () => GetTransformerJobResponse$
|
|
907
1006
|
];
|
|
908
1007
|
exports.ListCapabilities$ = [9, n0, _LC,
|
|
909
|
-
{ [_h]: ["GET", "/capabilities", 200] }, () =>
|
|
1008
|
+
{ [_h]: ["GET", "/capabilities", 200] }, () => ListCapabilitiesRequest$, () => ListCapabilitiesResponse$
|
|
910
1009
|
];
|
|
911
1010
|
exports.ListPartnerships$ = [9, n0, _LP,
|
|
912
|
-
{ [_h]: ["GET", "/partnerships", 200] }, () =>
|
|
1011
|
+
{ [_h]: ["GET", "/partnerships", 200] }, () => ListPartnershipsRequest$, () => ListPartnershipsResponse$
|
|
913
1012
|
];
|
|
914
1013
|
exports.ListProfiles$ = [9, n0, _LPi,
|
|
915
|
-
{ [_h]: ["GET", "/profiles", 200] }, () =>
|
|
1014
|
+
{ [_h]: ["GET", "/profiles", 200] }, () => ListProfilesRequest$, () => ListProfilesResponse$
|
|
916
1015
|
];
|
|
917
1016
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
918
|
-
{ [_h]: ["GET", "/tags/{ResourceARN}", 200] }, () =>
|
|
1017
|
+
{ [_h]: ["GET", "/tags/{ResourceARN}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
919
1018
|
];
|
|
920
1019
|
exports.ListTransformers$ = [9, n0, _LT,
|
|
921
|
-
{ [_h]: ["GET", "/transformers", 200] }, () =>
|
|
1020
|
+
{ [_h]: ["GET", "/transformers", 200] }, () => ListTransformersRequest$, () => ListTransformersResponse$
|
|
922
1021
|
];
|
|
923
1022
|
exports.StartTransformerJob$ = [9, n0, _STJ,
|
|
924
|
-
{ [_h]: ["POST", "/transformer-jobs", 200] }, () =>
|
|
1023
|
+
{ [_h]: ["POST", "/transformer-jobs", 200] }, () => StartTransformerJobRequest$, () => StartTransformerJobResponse$
|
|
925
1024
|
];
|
|
926
1025
|
exports.TagResource$ = [9, n0, _TR,
|
|
927
|
-
{ [_h]: ["POST", "/tags/{ResourceARN}", 200] }, () =>
|
|
1026
|
+
{ [_h]: ["POST", "/tags/{ResourceARN}", 200] }, () => TagResourceRequest$, () => __Unit
|
|
928
1027
|
];
|
|
929
1028
|
exports.TestConversion$ = [9, n0, _TC,
|
|
930
|
-
{ [_h]: ["POST", "/testconversion", 200] }, () =>
|
|
1029
|
+
{ [_h]: ["POST", "/testconversion", 200] }, () => TestConversionRequest$, () => TestConversionResponse$
|
|
931
1030
|
];
|
|
932
1031
|
exports.TestMapping$ = [9, n0, _TM,
|
|
933
|
-
{ [_h]: ["POST", "/testmapping", 201] }, () =>
|
|
1032
|
+
{ [_h]: ["POST", "/testmapping", 201] }, () => TestMappingRequest$, () => TestMappingResponse$
|
|
934
1033
|
];
|
|
935
1034
|
exports.TestParsing$ = [9, n0, _TP,
|
|
936
|
-
{ [_h]: ["POST", "/testparsing", 201] }, () =>
|
|
1035
|
+
{ [_h]: ["POST", "/testparsing", 201] }, () => TestParsingRequest$, () => TestParsingResponse$
|
|
937
1036
|
];
|
|
938
1037
|
exports.UntagResource$ = [9, n0, _UR,
|
|
939
|
-
{ [_h]: ["DELETE", "/tags/{ResourceARN}", 200] }, () =>
|
|
1038
|
+
{ [_h]: ["DELETE", "/tags/{ResourceARN}", 200] }, () => UntagResourceRequest$, () => __Unit
|
|
940
1039
|
];
|
|
941
1040
|
exports.UpdateCapability$ = [9, n0, _UC,
|
|
942
|
-
{ [_h]: ["PATCH", "/capabilities/{capabilityId}", 200] }, () =>
|
|
1041
|
+
{ [_h]: ["PATCH", "/capabilities/{capabilityId}", 200] }, () => UpdateCapabilityRequest$, () => UpdateCapabilityResponse$
|
|
943
1042
|
];
|
|
944
1043
|
exports.UpdatePartnership$ = [9, n0, _UP,
|
|
945
|
-
{ [_h]: ["PATCH", "/partnerships/{partnershipId}", 200] }, () =>
|
|
1044
|
+
{ [_h]: ["PATCH", "/partnerships/{partnershipId}", 200] }, () => UpdatePartnershipRequest$, () => UpdatePartnershipResponse$
|
|
946
1045
|
];
|
|
947
1046
|
exports.UpdateProfile$ = [9, n0, _UPp,
|
|
948
|
-
{ [_h]: ["PATCH", "/profiles/{profileId}", 200] }, () =>
|
|
1047
|
+
{ [_h]: ["PATCH", "/profiles/{profileId}", 200] }, () => UpdateProfileRequest$, () => UpdateProfileResponse$
|
|
949
1048
|
];
|
|
950
1049
|
exports.UpdateTransformer$ = [9, n0, _UT,
|
|
951
|
-
{ [_h]: ["PATCH", "/transformers/{transformerId}", 200] }, () =>
|
|
1050
|
+
{ [_h]: ["PATCH", "/transformers/{transformerId}", 200] }, () => UpdateTransformerRequest$, () => UpdateTransformerResponse$
|
|
952
1051
|
];
|