@ontemper/edi 1.1.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.
Files changed (129) hide show
  1. package/README.md +321 -0
  2. package/dist/control-numbers.d.ts +20 -0
  3. package/dist/control-numbers.js +77 -0
  4. package/dist/edination-client/api/edi-model-api.d.ts +268 -0
  5. package/dist/edination-client/api/edi-model-api.js +326 -0
  6. package/dist/edination-client/api/edifact-api.d.ts +453 -0
  7. package/dist/edination-client/api/edifact-api.js +448 -0
  8. package/dist/edination-client/api/hl7-api.d.ts +294 -0
  9. package/dist/edination-client/api/hl7-api.js +315 -0
  10. package/dist/edination-client/api/ncpdp-api.d.ts +278 -0
  11. package/dist/edination-client/api/ncpdp-api.js +305 -0
  12. package/dist/edination-client/api/vda-api.d.ts +262 -0
  13. package/dist/edination-client/api/vda-api.js +295 -0
  14. package/dist/edination-client/api/x12-api.d.ts +437 -0
  15. package/dist/edination-client/api/x12-api.js +438 -0
  16. package/dist/edination-client/api.d.ts +17 -0
  17. package/dist/edination-client/api.js +35 -0
  18. package/dist/edination-client/base.d.ts +66 -0
  19. package/dist/edination-client/base.js +70 -0
  20. package/dist/edination-client/common.d.ts +65 -0
  21. package/dist/edination-client/common.js +142 -0
  22. package/dist/edination-client/configuration.d.ts +91 -0
  23. package/dist/edination-client/configuration.js +104 -0
  24. package/dist/edination-client/index.d.ts +14 -0
  25. package/dist/edination-client/index.js +32 -0
  26. package/dist/edination-client/model/batch-receiving-application.d.ts +36 -0
  27. package/dist/edination-client/model/batch-receiving-application.js +15 -0
  28. package/dist/edination-client/model/batch-receiving-facility.d.ts +36 -0
  29. package/dist/edination-client/model/batch-receiving-facility.js +15 -0
  30. package/dist/edination-client/model/batch-receiving-network-address.d.ts +36 -0
  31. package/dist/edination-client/model/batch-receiving-network-address.js +15 -0
  32. package/dist/edination-client/model/batch-sending-application.d.ts +36 -0
  33. package/dist/edination-client/model/batch-sending-application.js +15 -0
  34. package/dist/edination-client/model/batch-sending-facility.d.ts +36 -0
  35. package/dist/edination-client/model/batch-sending-facility.js +15 -0
  36. package/dist/edination-client/model/batch-sending-network-address.d.ts +36 -0
  37. package/dist/edination-client/model/batch-sending-network-address.js +15 -0
  38. package/dist/edination-client/model/bhs.d.ts +108 -0
  39. package/dist/edination-client/model/bhs.js +15 -0
  40. package/dist/edination-client/model/bts.d.ts +36 -0
  41. package/dist/edination-client/model/bts.js +15 -0
  42. package/dist/edination-client/model/edi-model.d.ts +37 -0
  43. package/dist/edination-client/model/edi-model.js +15 -0
  44. package/dist/edination-client/model/edifact-group.d.ts +38 -0
  45. package/dist/edination-client/model/edifact-group.js +15 -0
  46. package/dist/edination-client/model/edifact-interchange.d.ts +53 -0
  47. package/dist/edination-client/model/edifact-interchange.js +15 -0
  48. package/dist/edination-client/model/error-details.d.ts +30 -0
  49. package/dist/edination-client/model/error-details.js +15 -0
  50. package/dist/edination-client/model/fhs.d.ts +108 -0
  51. package/dist/edination-client/model/fhs.js +15 -0
  52. package/dist/edination-client/model/file-receiving-application.d.ts +36 -0
  53. package/dist/edination-client/model/file-receiving-application.js +15 -0
  54. package/dist/edination-client/model/file-receiving-facility.d.ts +36 -0
  55. package/dist/edination-client/model/file-receiving-facility.js +15 -0
  56. package/dist/edination-client/model/file-receiving-network-address.d.ts +36 -0
  57. package/dist/edination-client/model/file-receiving-network-address.js +15 -0
  58. package/dist/edination-client/model/file-sending-application.d.ts +36 -0
  59. package/dist/edination-client/model/file-sending-application.js +15 -0
  60. package/dist/edination-client/model/file-sending-facility.d.ts +36 -0
  61. package/dist/edination-client/model/file-sending-facility.js +15 -0
  62. package/dist/edination-client/model/file-sending-network-address.d.ts +36 -0
  63. package/dist/edination-client/model/file-sending-network-address.js +15 -0
  64. package/dist/edination-client/model/flat-message.d.ts +37 -0
  65. package/dist/edination-client/model/flat-message.js +15 -0
  66. package/dist/edination-client/model/fts.d.ts +30 -0
  67. package/dist/edination-client/model/fts.js +15 -0
  68. package/dist/edination-client/model/ge.d.ts +30 -0
  69. package/dist/edination-client/model/ge.js +15 -0
  70. package/dist/edination-client/model/gs.d.ts +66 -0
  71. package/dist/edination-client/model/gs.js +15 -0
  72. package/dist/edination-client/model/hl7-group.d.ts +38 -0
  73. package/dist/edination-client/model/hl7-group.js +15 -0
  74. package/dist/edination-client/model/hl7-interchange.d.ts +46 -0
  75. package/dist/edination-client/model/hl7-interchange.js +15 -0
  76. package/dist/edination-client/model/iea.d.ts +30 -0
  77. package/dist/edination-client/model/iea.js +15 -0
  78. package/dist/edination-client/model/index.d.ts +49 -0
  79. package/dist/edination-client/model/index.js +65 -0
  80. package/dist/edination-client/model/isa.d.ts +114 -0
  81. package/dist/edination-client/model/isa.js +15 -0
  82. package/dist/edination-client/model/link.d.ts +36 -0
  83. package/dist/edination-client/model/link.js +15 -0
  84. package/dist/edination-client/model/ncpdp-transmission.d.ts +45 -0
  85. package/dist/edination-client/model/ncpdp-transmission.js +15 -0
  86. package/dist/edination-client/model/operation-detail.d.ts +90 -0
  87. package/dist/edination-client/model/operation-detail.js +15 -0
  88. package/dist/edination-client/model/operation-result.d.ts +37 -0
  89. package/dist/edination-client/model/operation-result.js +15 -0
  90. package/dist/edination-client/model/s001.d.ts +42 -0
  91. package/dist/edination-client/model/s001.js +15 -0
  92. package/dist/edination-client/model/s002.d.ts +42 -0
  93. package/dist/edination-client/model/s002.js +15 -0
  94. package/dist/edination-client/model/s003.d.ts +42 -0
  95. package/dist/edination-client/model/s003.js +15 -0
  96. package/dist/edination-client/model/s004.d.ts +30 -0
  97. package/dist/edination-client/model/s004.js +15 -0
  98. package/dist/edination-client/model/s005.d.ts +30 -0
  99. package/dist/edination-client/model/s005.js +15 -0
  100. package/dist/edination-client/model/s006.d.ts +30 -0
  101. package/dist/edination-client/model/s006.js +15 -0
  102. package/dist/edination-client/model/s007.d.ts +30 -0
  103. package/dist/edination-client/model/s007.js +15 -0
  104. package/dist/edination-client/model/s008.d.ts +36 -0
  105. package/dist/edination-client/model/s008.js +15 -0
  106. package/dist/edination-client/model/ta1.d.ts +48 -0
  107. package/dist/edination-client/model/ta1.js +15 -0
  108. package/dist/edination-client/model/transmission-header.d.ts +66 -0
  109. package/dist/edination-client/model/transmission-header.js +15 -0
  110. package/dist/edination-client/model/transmission-trailer.d.ts +36 -0
  111. package/dist/edination-client/model/transmission-trailer.js +15 -0
  112. package/dist/edination-client/model/una.d.ts +54 -0
  113. package/dist/edination-client/model/una.js +15 -0
  114. package/dist/edination-client/model/unb.d.ts +89 -0
  115. package/dist/edination-client/model/unb.js +15 -0
  116. package/dist/edination-client/model/une.d.ts +30 -0
  117. package/dist/edination-client/model/une.js +15 -0
  118. package/dist/edination-client/model/ung.d.ts +70 -0
  119. package/dist/edination-client/model/ung.js +15 -0
  120. package/dist/edination-client/model/unz.d.ts +30 -0
  121. package/dist/edination-client/model/unz.js +15 -0
  122. package/dist/edination-client/model/x12-group.d.ts +38 -0
  123. package/dist/edination-client/model/x12-group.js +15 -0
  124. package/dist/edination-client/model/x12-interchange.d.ts +65 -0
  125. package/dist/edination-client/model/x12-interchange.js +15 -0
  126. package/dist/index.d.ts +45 -0
  127. package/dist/index.js +197 -0
  128. package/examples/node-edi.ts +58 -0
  129. package/package.json +49 -0
@@ -0,0 +1,49 @@
1
+ export * from './bhs';
2
+ export * from './bts';
3
+ export * from './batch-receiving-application';
4
+ export * from './batch-receiving-facility';
5
+ export * from './batch-receiving-network-address';
6
+ export * from './batch-sending-application';
7
+ export * from './batch-sending-facility';
8
+ export * from './batch-sending-network-address';
9
+ export * from './edi-model';
10
+ export * from './edifact-group';
11
+ export * from './edifact-interchange';
12
+ export * from './error-details';
13
+ export * from './fhs';
14
+ export * from './fts';
15
+ export * from './file-receiving-application';
16
+ export * from './file-receiving-facility';
17
+ export * from './file-receiving-network-address';
18
+ export * from './file-sending-application';
19
+ export * from './file-sending-facility';
20
+ export * from './file-sending-network-address';
21
+ export * from './flat-message';
22
+ export * from './ge';
23
+ export * from './gs';
24
+ export * from './hl7-group';
25
+ export * from './hl7-interchange';
26
+ export * from './iea';
27
+ export * from './isa';
28
+ export * from './link';
29
+ export * from './ncpdp-transmission';
30
+ export * from './operation-detail';
31
+ export * from './operation-result';
32
+ export * from './s001';
33
+ export * from './s002';
34
+ export * from './s003';
35
+ export * from './s004';
36
+ export * from './s005';
37
+ export * from './s006';
38
+ export * from './s007';
39
+ export * from './s008';
40
+ export * from './ta1';
41
+ export * from './transmission-header';
42
+ export * from './transmission-trailer';
43
+ export * from './una';
44
+ export * from './unb';
45
+ export * from './une';
46
+ export * from './ung';
47
+ export * from './unz';
48
+ export * from './x12-group';
49
+ export * from './x12-interchange';
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./bhs"), exports);
18
+ __exportStar(require("./bts"), exports);
19
+ __exportStar(require("./batch-receiving-application"), exports);
20
+ __exportStar(require("./batch-receiving-facility"), exports);
21
+ __exportStar(require("./batch-receiving-network-address"), exports);
22
+ __exportStar(require("./batch-sending-application"), exports);
23
+ __exportStar(require("./batch-sending-facility"), exports);
24
+ __exportStar(require("./batch-sending-network-address"), exports);
25
+ __exportStar(require("./edi-model"), exports);
26
+ __exportStar(require("./edifact-group"), exports);
27
+ __exportStar(require("./edifact-interchange"), exports);
28
+ __exportStar(require("./error-details"), exports);
29
+ __exportStar(require("./fhs"), exports);
30
+ __exportStar(require("./fts"), exports);
31
+ __exportStar(require("./file-receiving-application"), exports);
32
+ __exportStar(require("./file-receiving-facility"), exports);
33
+ __exportStar(require("./file-receiving-network-address"), exports);
34
+ __exportStar(require("./file-sending-application"), exports);
35
+ __exportStar(require("./file-sending-facility"), exports);
36
+ __exportStar(require("./file-sending-network-address"), exports);
37
+ __exportStar(require("./flat-message"), exports);
38
+ __exportStar(require("./ge"), exports);
39
+ __exportStar(require("./gs"), exports);
40
+ __exportStar(require("./hl7-group"), exports);
41
+ __exportStar(require("./hl7-interchange"), exports);
42
+ __exportStar(require("./iea"), exports);
43
+ __exportStar(require("./isa"), exports);
44
+ __exportStar(require("./link"), exports);
45
+ __exportStar(require("./ncpdp-transmission"), exports);
46
+ __exportStar(require("./operation-detail"), exports);
47
+ __exportStar(require("./operation-result"), exports);
48
+ __exportStar(require("./s001"), exports);
49
+ __exportStar(require("./s002"), exports);
50
+ __exportStar(require("./s003"), exports);
51
+ __exportStar(require("./s004"), exports);
52
+ __exportStar(require("./s005"), exports);
53
+ __exportStar(require("./s006"), exports);
54
+ __exportStar(require("./s007"), exports);
55
+ __exportStar(require("./s008"), exports);
56
+ __exportStar(require("./ta1"), exports);
57
+ __exportStar(require("./transmission-header"), exports);
58
+ __exportStar(require("./transmission-trailer"), exports);
59
+ __exportStar(require("./una"), exports);
60
+ __exportStar(require("./unb"), exports);
61
+ __exportStar(require("./une"), exports);
62
+ __exportStar(require("./ung"), exports);
63
+ __exportStar(require("./unz"), exports);
64
+ __exportStar(require("./x12-group"), exports);
65
+ __exportStar(require("./x12-interchange"), exports);
@@ -0,0 +1,114 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ISA
16
+ */
17
+ export interface ISA {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ISA
22
+ */
23
+ AuthorizationInformationQualifier_1?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ISA
28
+ */
29
+ AuthorizationInformation_2?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof ISA
34
+ */
35
+ SecurityInformationQualifier_3?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof ISA
40
+ */
41
+ SecurityInformation_4?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof ISA
46
+ */
47
+ SenderIDQualifier_5?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof ISA
52
+ */
53
+ InterchangeSenderID_6?: string | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof ISA
58
+ */
59
+ ReceiverIDQualifier_7?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof ISA
64
+ */
65
+ InterchangeReceiverID_8?: string | null;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof ISA
70
+ */
71
+ InterchangeDate_9?: string | null;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof ISA
76
+ */
77
+ InterchangeTime_10?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof ISA
82
+ */
83
+ InterchangeControlStandardsIdentifier_11?: string | null;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof ISA
88
+ */
89
+ InterchangeControlVersionNumber_12?: string | null;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof ISA
94
+ */
95
+ InterchangeControlNumber_13?: string | null;
96
+ /**
97
+ *
98
+ * @type {string}
99
+ * @memberof ISA
100
+ */
101
+ AcknowledgementRequested_14?: string | null;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof ISA
106
+ */
107
+ UsageIndicator_15?: string | null;
108
+ /**
109
+ *
110
+ * @type {string}
111
+ * @memberof ISA
112
+ */
113
+ ComponentElementSeparator_16?: string | null;
114
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,36 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface Link
16
+ */
17
+ export interface Link {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Link
22
+ */
23
+ Rel?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Link
28
+ */
29
+ Href?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof Link
34
+ */
35
+ Action?: string | null;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,45 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { OperationResult } from './operation-result';
13
+ import type { TransmissionHeader } from './transmission-header';
14
+ import type { TransmissionTrailer } from './transmission-trailer';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface NcpdpTransmission
19
+ */
20
+ export interface NcpdpTransmission {
21
+ /**
22
+ *
23
+ * @type {TransmissionHeader}
24
+ * @memberof NcpdpTransmission
25
+ */
26
+ TransmissionHeader?: TransmissionHeader;
27
+ /**
28
+ *
29
+ * @type {Array<any>}
30
+ * @memberof NcpdpTransmission
31
+ */
32
+ Transactions: Array<any>;
33
+ /**
34
+ *
35
+ * @type {TransmissionTrailer}
36
+ * @memberof NcpdpTransmission
37
+ */
38
+ TransmissionTrailer?: TransmissionTrailer;
39
+ /**
40
+ *
41
+ * @type {OperationResult}
42
+ * @memberof NcpdpTransmission
43
+ */
44
+ Result?: OperationResult;
45
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,90 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface OperationDetail
16
+ */
17
+ export interface OperationDetail {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof OperationDetail
22
+ */
23
+ Index?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof OperationDetail
28
+ */
29
+ TransactionIndex?: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof OperationDetail
34
+ */
35
+ TransactionRef?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof OperationDetail
40
+ */
41
+ SpecRef?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof OperationDetail
46
+ */
47
+ SegmentId?: string | null;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof OperationDetail
52
+ */
53
+ DataElementId?: string | null;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof OperationDetail
58
+ */
59
+ DataElementIndex?: number;
60
+ /**
61
+ *
62
+ * @type {number}
63
+ * @memberof OperationDetail
64
+ */
65
+ CompositeIndex?: number;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof OperationDetail
70
+ */
71
+ RepIndex?: number;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof OperationDetail
76
+ */
77
+ Value?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof OperationDetail
82
+ */
83
+ Message?: string | null;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof OperationDetail
88
+ */
89
+ Status?: string | null;
90
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,37 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { OperationDetail } from './operation-detail';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface OperationResult
17
+ */
18
+ export interface OperationResult {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof OperationResult
23
+ */
24
+ LastIndex?: number;
25
+ /**
26
+ *
27
+ * @type {Array<OperationDetail>}
28
+ * @memberof OperationResult
29
+ */
30
+ Details?: Array<OperationDetail> | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof OperationResult
35
+ */
36
+ Status?: string | null;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,42 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface S001
16
+ */
17
+ export interface S001 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof S001
22
+ */
23
+ SyntaxIdentifier_1?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof S001
28
+ */
29
+ SyntaxVersionNumber_2?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof S001
34
+ */
35
+ ServiceCodeListDirectoryVersionNumber_3?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof S001
40
+ */
41
+ CharacterEncoding_4?: string | null;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,42 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface S002
16
+ */
17
+ export interface S002 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof S002
22
+ */
23
+ InterchangeSenderIdentification_1?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof S002
28
+ */
29
+ IdentificationCodeQualifier_2?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof S002
34
+ */
35
+ InterchangeSenderInternalIdentification_3?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof S002
40
+ */
41
+ InterchangeSenderInternalSubIdentification_4?: string | null;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EdiNation API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 2
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,42 @@
1
+ /**
2
+ * EdiNation API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface S003
16
+ */
17
+ export interface S003 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof S003
22
+ */
23
+ InterchangeRecipientIdentification_1?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof S003
28
+ */
29
+ IdentificationCodeQualifier_2?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof S003
34
+ */
35
+ InterchangeRecipientInternalIdentification_3?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof S003
40
+ */
41
+ InterchangeRecipientInternalSubIdentification_4?: string | null;
42
+ }