@ripwords/myinvois-client 0.2.16 → 0.2.17

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 (65) hide show
  1. package/dist/api/documentManagement.d.ts +2 -2
  2. package/dist/api/documentSubmission.d.ts +2 -2
  3. package/dist/api/documentSubmission.js +1 -1
  4. package/dist/api/documentTypeManagement.d.ts +2 -2
  5. package/dist/api/notificationManagement.d.ts +2 -2
  6. package/dist/api/platformLogin.d.ts +2 -2
  7. package/dist/api/taxpayerValidation.d.ts +2 -2
  8. package/dist/{documentSubmission-DG5pfaBQ.cjs → documentSubmission-6_5gC9YE.cjs} +3 -3
  9. package/dist/{documentSubmission-DG5pfaBQ.cjs.map → documentSubmission-6_5gC9YE.cjs.map} +1 -1
  10. package/dist/{documentSubmission-B45EflkR.js → documentSubmission-BoGTlQFb.js} +2 -2
  11. package/dist/{documents-DSZZujgx.d.cts → documents-BJPF2I_j.d.cts} +2 -2
  12. package/dist/{documents-CkoydYUK.d.ts → documents-WC-gApLM.d.ts} +1 -1
  13. package/dist/index.cjs +1 -1
  14. package/dist/index.d.ts +2 -2
  15. package/dist/index.js +1 -1
  16. package/dist/index10.cjs +187 -16
  17. package/dist/index10.cjs.map +1 -1
  18. package/dist/index12.cjs +16 -25
  19. package/dist/index12.cjs.map +1 -1
  20. package/dist/index13.cjs +0 -24
  21. package/dist/index15.cjs +29 -0
  22. package/dist/index15.cjs.map +1 -0
  23. package/dist/index16.cjs +25 -0
  24. package/dist/index16.cjs.map +1 -0
  25. package/dist/index17.cjs +0 -4
  26. package/dist/index18.cjs +30 -9
  27. package/dist/index18.cjs.map +1 -1
  28. package/dist/index19.cjs +23 -4
  29. package/dist/{index13.cjs.map → index19.cjs.map} +1 -1
  30. package/dist/index2.cjs +4 -61
  31. package/dist/index20.cjs +0 -20
  32. package/dist/index21.cjs +0 -3
  33. package/dist/index22.cjs +0 -3
  34. package/dist/index23.cjs +3 -329
  35. package/dist/index24.cjs +9 -189
  36. package/dist/index24.cjs.map +1 -1
  37. package/dist/index25.cjs +4 -4
  38. package/dist/index26.cjs +18 -5
  39. package/dist/index27.cjs +2 -4
  40. package/dist/index28.cjs +2 -2
  41. package/dist/index29.cjs +329 -2
  42. package/dist/{index23.cjs.map → index29.cjs.map} +1 -1
  43. package/dist/index3.cjs +6 -531
  44. package/dist/index30.cjs +192 -5
  45. package/dist/index30.cjs.map +1 -0
  46. package/dist/index4.cjs +4 -195
  47. package/dist/index5.cjs +3 -0
  48. package/dist/index6.cjs +2 -24
  49. package/dist/index7.cjs +6 -0
  50. package/dist/index8.cjs +62 -0
  51. package/dist/{index2.cjs.map → index8.cjs.map} +1 -1
  52. package/dist/index9.cjs +526 -23
  53. package/dist/index9.cjs.map +1 -1
  54. package/dist/{taxpayer-szi2f7gT.d.ts → taxpayer-Bz-fJYfF.d.ts} +1 -1
  55. package/dist/{taxpayer-CYHwMpau.d.cts → taxpayer-DSozw22p.d.cts} +2 -2
  56. package/dist/types/documents.d.ts +1 -1
  57. package/dist/types/index.d.ts +2 -2
  58. package/dist/types/taxpayer.d.ts +2 -2
  59. package/dist/utils/document.d.ts +2 -2
  60. package/dist/utils/signature-diagnostics.d.ts +2 -2
  61. package/dist/utils/validation.d.ts +2 -2
  62. package/package.json +1 -1
  63. package/dist/index3.cjs.map +0 -1
  64. package/dist/index4.cjs.map +0 -1
  65. package/dist/index6.cjs.map +0 -1
package/dist/index15.cjs CHANGED
@@ -0,0 +1,29 @@
1
+
2
+ //#region src/types/notifications.d.ts
3
+ let NotificationTypeEnum = /* @__PURE__ */ function(NotificationTypeEnum$1) {
4
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Profile data validation"] = 3] = "Profile data validation";
5
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Document received"] = 6] = "Document received";
6
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Document validated"] = 7] = "Document validated";
7
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Document cancelled"] = 8] = "Document cancelled";
8
+ NotificationTypeEnum$1[NotificationTypeEnum$1["User profile changed"] = 10] = "User profile changed";
9
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Taxpayer profile changed"] = 11] = "Taxpayer profile changed";
10
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Document rejection initiated"] = 15] = "Document rejection initiated";
11
+ NotificationTypeEnum$1[NotificationTypeEnum$1["ERP data validation"] = 26] = "ERP data validation";
12
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Documents processing summary"] = 33] = "Documents processing summary";
13
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Document Template Published"] = 34] = "Document Template Published";
14
+ NotificationTypeEnum$1[NotificationTypeEnum$1["Document Template Deletion"] = 35] = "Document Template Deletion";
15
+ return NotificationTypeEnum$1;
16
+ }({});
17
+ let NotificationStatusEnum = /* @__PURE__ */ function(NotificationStatusEnum$1) {
18
+ NotificationStatusEnum$1[NotificationStatusEnum$1["New"] = 1] = "New";
19
+ NotificationStatusEnum$1[NotificationStatusEnum$1["Pending"] = 2] = "Pending";
20
+ NotificationStatusEnum$1[NotificationStatusEnum$1["Batched"] = 3] = "Batched";
21
+ NotificationStatusEnum$1[NotificationStatusEnum$1["Delivered"] = 4] = "Delivered";
22
+ NotificationStatusEnum$1[NotificationStatusEnum$1["Error"] = 5] = "Error";
23
+ return NotificationStatusEnum$1;
24
+ }({});
25
+
26
+ //#endregion
27
+ exports.NotificationStatusEnum = NotificationStatusEnum;
28
+ exports.NotificationTypeEnum = NotificationTypeEnum;
29
+ //# sourceMappingURL=index15.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index15.cjs","names":[],"sources":["../src/types/notifications.d.ts"],"sourcesContent":["export type NotificationType = 3 | 6 | 7 | 8 | 10 | 11 | 15 | 26 | 33 | 34 | 35\n\nexport enum NotificationTypeEnum {\n 'Profile data validation' = 3,\n 'Document received' = 6,\n 'Document validated' = 7,\n 'Document cancelled' = 8,\n 'User profile changed' = 10,\n 'Taxpayer profile changed' = 11,\n 'Document rejection initiated' = 15,\n 'ERP data validation' = 26,\n 'Documents processing summary' = 33,\n 'Document Template Published' = 34,\n 'Document Template Deletion' = 35,\n}\n\nexport type NotificationStatus = 1 | 2 | 3 | 4 | 5\n\nexport enum NotificationStatusEnum {\n 'New' = 1,\n 'Pending' = 2,\n 'Batched' = 3,\n 'Delivered' = 4,\n 'Error' = 5,\n}\n\nexport type NotificationDeliveryAttempt = {\n attemptDateTime: string\n status: string\n statusDetails: string\n}\n\nexport type NotificationMetadata = {\n hasNext: boolean\n}\n\nexport type Notification = {\n notificationId: string\n receiverNName: string\n notificationDeliveryId: string\n creationDateTime: string\n receivedDateTime: string\n notificationSubject: string\n deliveredDateTime: string\n typeId: string\n typeName: string\n finalMessage: string\n address: string\n language: string\n status: string\n deliveryAttempts: NotificationDeliveryAttempt[]\n}\n\nexport type NotificationResponse = {\n notifications: Notification[]\n metadata: NotificationMetadata\n}\n\nexport type NotificationSearchParams = {\n dateFrom?: string\n dateTo?: string\n type?: NotificationType\n language?: string\n status?: NotificationStatus\n pageNo?: number\n pageSize?: number\n}\n"],"mappings":";;AAEA,IAAY,wEAAL;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACD;AAID,IAAY,4EAAL;AACL;AACA;AACA;AACA;AACA;;AACD"}
package/dist/index16.cjs CHANGED
@@ -0,0 +1,25 @@
1
+
2
+ //#region src/types/payment-modes.d.ts
3
+ /**
4
+ * Enum representing the allowed payment mode codes with descriptive names.
5
+ * Provides a more readable way to reference payment modes.
6
+ *
7
+ * @example
8
+ * const mode = PaymentModeCodeEnum.Cash;
9
+ * console.log(mode); // Output: "01"
10
+ */
11
+ let PaymentModeCodeEnum = /* @__PURE__ */ function(PaymentModeCodeEnum$1) {
12
+ PaymentModeCodeEnum$1["Cash"] = "01";
13
+ PaymentModeCodeEnum$1["Cheque"] = "02";
14
+ PaymentModeCodeEnum$1["BankTransfer"] = "03";
15
+ PaymentModeCodeEnum$1["CreditCard"] = "04";
16
+ PaymentModeCodeEnum$1["DebitCard"] = "05";
17
+ PaymentModeCodeEnum$1["EWalletDigitalWallet"] = "06";
18
+ PaymentModeCodeEnum$1["DigitalBank"] = "07";
19
+ PaymentModeCodeEnum$1["Others"] = "08";
20
+ return PaymentModeCodeEnum$1;
21
+ }({});
22
+
23
+ //#endregion
24
+ exports.PaymentModeCodeEnum = PaymentModeCodeEnum;
25
+ //# sourceMappingURL=index16.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index16.cjs","names":[],"sources":["../src/types/payment-modes.d.ts"],"sourcesContent":["/**\n * Represents the allowed codes for payment modes.\n * Based on the documentation: https://sdk.myinvois.hasil.gov.my/codes/payment-methods/\n */\nexport type PaymentModeCode =\n | '01' // Cash\n | '02' // Cheque\n | '03' // Bank Transfer\n | '04' // Credit Card\n | '05' // Debit Card\n | '06' // e-Wallet / Digital Wallet\n | '07' // Digital Bank\n | '08' // Others\n\n/**\n * Enum representing the allowed payment mode codes with descriptive names.\n * Provides a more readable way to reference payment modes.\n *\n * @example\n * const mode = PaymentModeCodeEnum.Cash;\n * console.log(mode); // Output: \"01\"\n */\nexport enum PaymentModeCodeEnum {\n Cash = '01',\n Cheque = '02',\n BankTransfer = '03',\n CreditCard = '04',\n DebitCard = '05',\n EWalletDigitalWallet = '06',\n DigitalBank = '07',\n Others = '08',\n}\n\n/**\n * Interface representing a payment mode entry.\n * Contains the code and its corresponding description.\n */\nexport interface PaymentMode {\n code: PaymentModeCode\n description: string\n}\n"],"mappings":";;;;;;;;;;AAsBA,IAAY,sEAAL;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACD"}
package/dist/index17.cjs CHANGED
@@ -1,4 +0,0 @@
1
- const require_apiQueue = require('./apiQueue-CRyjAw52.cjs');
2
-
3
- exports.categorizeRequest = require_apiQueue.categorizeRequest;
4
- exports.queueRequest = require_apiQueue.queueRequest;
package/dist/index18.cjs CHANGED
@@ -1,13 +1,34 @@
1
1
 
2
- //#region src/utils/base64.ts
3
- function encodeToBase64(content) {
4
- return Buffer.from(content).toString("base64");
5
- }
6
- function decodeFromBase64(content) {
7
- return Buffer.from(content, "base64").toString("utf-8");
8
- }
2
+ //#region src/types/state-codes.d.ts
3
+ /**
4
+ * Enum representing the allowed state codes with descriptive names.
5
+ * Provides a more readable way to reference states.
6
+ *
7
+ * @example
8
+ * const code = StateCodeEnum.Selangor;
9
+ * console.log(code); // Output: "10"
10
+ */
11
+ let StateCodeEnum = /* @__PURE__ */ function(StateCodeEnum$1) {
12
+ StateCodeEnum$1["Johor"] = "01";
13
+ StateCodeEnum$1["Kedah"] = "02";
14
+ StateCodeEnum$1["Kelantan"] = "03";
15
+ StateCodeEnum$1["Melaka"] = "04";
16
+ StateCodeEnum$1["NegeriSembilan"] = "05";
17
+ StateCodeEnum$1["Pahang"] = "06";
18
+ StateCodeEnum$1["PulauPinang"] = "07";
19
+ StateCodeEnum$1["Perak"] = "08";
20
+ StateCodeEnum$1["Perlis"] = "09";
21
+ StateCodeEnum$1["Selangor"] = "10";
22
+ StateCodeEnum$1["Terengganu"] = "11";
23
+ StateCodeEnum$1["Sabah"] = "12";
24
+ StateCodeEnum$1["Sarawak"] = "13";
25
+ StateCodeEnum$1["WPKualaLumpur"] = "14";
26
+ StateCodeEnum$1["WPLabuan"] = "15";
27
+ StateCodeEnum$1["WPPutrajaya"] = "16";
28
+ StateCodeEnum$1["NotApplicable"] = "17";
29
+ return StateCodeEnum$1;
30
+ }({});
9
31
 
10
32
  //#endregion
11
- exports.decodeFromBase64 = decodeFromBase64;
12
- exports.encodeToBase64 = encodeToBase64;
33
+ exports.StateCodeEnum = StateCodeEnum;
13
34
  //# sourceMappingURL=index18.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index18.cjs","names":["content: string"],"sources":["../src/utils/base64.ts"],"sourcesContent":["export function encodeToBase64(content: string): string {\n return Buffer.from(content).toString('base64')\n}\n\nexport function decodeFromBase64(content: string): string {\n return Buffer.from(content, 'base64').toString('utf-8')\n}\n"],"mappings":";;AAAA,SAAgB,eAAeA,SAAyB;AACtD,QAAO,OAAO,KAAK,QAAQ,CAAC,SAAS,SAAS;AAC/C;AAED,SAAgB,iBAAiBA,SAAyB;AACxD,QAAO,OAAO,KAAK,SAAS,SAAS,CAAC,SAAS,QAAQ;AACxD"}
1
+ {"version":3,"file":"index18.cjs","names":[],"sources":["../src/types/state-codes.d.ts"],"sourcesContent":["/**\n * Represents the allowed codes for Malaysian states and federal territories.\n * Based on the documentation: https://sdk.myinvois.hasil.gov.my/codes/state-codes/\n */\nexport type StateCode =\n | '01' // Johor\n | '02' // Kedah\n | '03' // Kelantan\n | '04' // Melaka\n | '05' // Negeri Sembilan\n | '06' // Pahang\n | '07' // Pulau Pinang\n | '08' // Perak\n | '09' // Perlis\n | '10' // Selangor\n | '11' // Terengganu\n | '12' // Sabah\n | '13' // Sarawak\n | '14' // Wilayah Persekutuan Kuala Lumpur\n | '15' // Wilayah Persekutuan Labuan\n | '16' // Wilayah Persekutuan Putrajaya\n | '17' // Not Applicable\n\n/**\n * Enum representing the allowed state codes with descriptive names.\n * Provides a more readable way to reference states.\n *\n * @example\n * const code = StateCodeEnum.Selangor;\n * console.log(code); // Output: \"10\"\n */\nexport enum StateCodeEnum {\n Johor = '01',\n Kedah = '02',\n Kelantan = '03',\n Melaka = '04',\n NegeriSembilan = '05',\n Pahang = '06',\n PulauPinang = '07',\n Perak = '08',\n Perlis = '09',\n Selangor = '10',\n Terengganu = '11',\n Sabah = '12',\n Sarawak = '13',\n WPKualaLumpur = '14',\n WPLabuan = '15',\n WPPutrajaya = '16',\n NotApplicable = '17',\n}\n\n/**\n * Interface representing a state code entry.\n * Contains the code and its corresponding name.\n */\nexport interface State {\n code: StateCode\n name: string\n}\n"],"mappings":";;;;;;;;;;AA+BA,IAAY,0DAAL;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACD"}
package/dist/index19.cjs CHANGED
@@ -1,5 +1,24 @@
1
- const require_certificate = require('./certificate-CWmfCPdt.cjs');
2
1
 
3
- exports.extractCertificateInfo = require_certificate.extractCertificateInfo;
4
- exports.getPemFromP12 = require_certificate.getPemFromP12;
5
- exports.validateKeyPair = require_certificate.validateKeyPair;
2
+ //#region src/types/tax-types.d.ts
3
+ /**
4
+ * Enum representing the allowed tax type codes with descriptive names.
5
+ * Provides a more readable way to reference tax types.
6
+ *
7
+ * @example
8
+ * const code = TaxTypeCodeEnum.SalesTax;
9
+ * console.log(code); // Output: "01"
10
+ */
11
+ let TaxTypeCodeEnum = /* @__PURE__ */ function(TaxTypeCodeEnum$1) {
12
+ TaxTypeCodeEnum$1["SalesTax"] = "01";
13
+ TaxTypeCodeEnum$1["ServiceTax"] = "02";
14
+ TaxTypeCodeEnum$1["TourismTax"] = "03";
15
+ TaxTypeCodeEnum$1["HighValueGoodsTax"] = "04";
16
+ TaxTypeCodeEnum$1["SalesTaxLowValueGoods"] = "05";
17
+ TaxTypeCodeEnum$1["NotApplicable"] = "06";
18
+ TaxTypeCodeEnum$1["TaxExemption"] = "E";
19
+ return TaxTypeCodeEnum$1;
20
+ }({});
21
+
22
+ //#endregion
23
+ exports.TaxTypeCodeEnum = TaxTypeCodeEnum;
24
+ //# sourceMappingURL=index19.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index13.cjs","names":[],"sources":["../src/types/tax-types.d.ts"],"sourcesContent":["/**\n * Represents the allowed codes for tax types.\n * Based on the documentation: https://sdk.myinvois.hasil.gov.my/codes/tax-types/\n */\nexport type TaxTypeCode =\n | '01' // Sales Tax\n | '02' // Service Tax\n | '03' // Tourism Tax\n | '04' // High-Value Goods Tax\n | '05' // Sales Tax on Low Value Goods\n | '06' // Not Applicable\n | 'E' // Tax exemption (where applicable)\n\n/**\n * Enum representing the allowed tax type codes with descriptive names.\n * Provides a more readable way to reference tax types.\n *\n * @example\n * const code = TaxTypeCodeEnum.SalesTax;\n * console.log(code); // Output: \"01\"\n */\nexport enum TaxTypeCodeEnum {\n SalesTax = '01',\n ServiceTax = '02',\n TourismTax = '03',\n HighValueGoodsTax = '04',\n SalesTaxLowValueGoods = '05',\n NotApplicable = '06',\n TaxExemption = 'E',\n}\n\n/**\n * Interface representing a tax type entry.\n * Contains the code and its corresponding description.\n */\nexport interface TaxType {\n code: TaxTypeCode\n description: string\n}\n"],"mappings":";;;;;;;;;;AAqBA,IAAY,8DAAL;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AACD"}
1
+ {"version":3,"file":"index19.cjs","names":[],"sources":["../src/types/tax-types.d.ts"],"sourcesContent":["/**\n * Represents the allowed codes for tax types.\n * Based on the documentation: https://sdk.myinvois.hasil.gov.my/codes/tax-types/\n */\nexport type TaxTypeCode =\n | '01' // Sales Tax\n | '02' // Service Tax\n | '03' // Tourism Tax\n | '04' // High-Value Goods Tax\n | '05' // Sales Tax on Low Value Goods\n | '06' // Not Applicable\n | 'E' // Tax exemption (where applicable)\n\n/**\n * Enum representing the allowed tax type codes with descriptive names.\n * Provides a more readable way to reference tax types.\n *\n * @example\n * const code = TaxTypeCodeEnum.SalesTax;\n * console.log(code); // Output: \"01\"\n */\nexport enum TaxTypeCodeEnum {\n SalesTax = '01',\n ServiceTax = '02',\n TourismTax = '03',\n HighValueGoodsTax = '04',\n SalesTaxLowValueGoods = '05',\n NotApplicable = '06',\n TaxExemption = 'E',\n}\n\n/**\n * Interface representing a tax type entry.\n * Contains the code and its corresponding description.\n */\nexport interface TaxType {\n code: TaxTypeCode\n description: string\n}\n"],"mappings":";;;;;;;;;;AAqBA,IAAY,8DAAL;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AACD"}
package/dist/index2.cjs CHANGED
@@ -1,62 +1,5 @@
1
+ const require_documentManagement = require('./documentManagement-DQ7JEcBq.cjs');
1
2
 
2
- //#region src/types/classification-codes.d.ts
3
- /**
4
- * Enum representing the allowed classification codes with descriptive names.
5
- * Provides a more readable way to reference classification codes.
6
- *
7
- * @example
8
- * const code = ClassificationCodeEnum.ComputerSmartphoneOrTablet;
9
- * console.log(code); // Output: "003"
10
- */
11
- let ClassificationCodeEnum = /* @__PURE__ */ function(ClassificationCodeEnum$1) {
12
- ClassificationCodeEnum$1["BreastfeedingEquipment"] = "001";
13
- ClassificationCodeEnum$1["ChildCareCentresAndKindergartensFees"] = "002";
14
- ClassificationCodeEnum$1["ComputerSmartphoneOrTablet"] = "003";
15
- ClassificationCodeEnum$1["ConsolidatedEInvoice"] = "004";
16
- ClassificationCodeEnum$1["ConstructionMaterials"] = "005";
17
- ClassificationCodeEnum$1["Disbursement"] = "006";
18
- ClassificationCodeEnum$1["Donation"] = "007";
19
- ClassificationCodeEnum$1["ECommerceEInvoiceToBuyer"] = "008";
20
- ClassificationCodeEnum$1["ECommerceSelfBilledToSellerLogistics"] = "009";
21
- ClassificationCodeEnum$1["EducationFees"] = "010";
22
- ClassificationCodeEnum$1["GoodsOnConsignmentConsignor"] = "011";
23
- ClassificationCodeEnum$1["GoodsOnConsignmentConsignee"] = "012";
24
- ClassificationCodeEnum$1["GymMembership"] = "013";
25
- ClassificationCodeEnum$1["InsuranceEducationMedicalBenefits"] = "014";
26
- ClassificationCodeEnum$1["InsuranceTakafulLife"] = "015";
27
- ClassificationCodeEnum$1["InterestFinancingExpenses"] = "016";
28
- ClassificationCodeEnum$1["InternetSubscription"] = "017";
29
- ClassificationCodeEnum$1["LandAndBuilding"] = "018";
30
- ClassificationCodeEnum$1["MedicalExamLearningDisabilities"] = "019";
31
- ClassificationCodeEnum$1["MedicalExamVaccination"] = "020";
32
- ClassificationCodeEnum$1["MedicalExpensesSeriousDiseases"] = "021";
33
- ClassificationCodeEnum$1["Others"] = "022";
34
- ClassificationCodeEnum$1["PetroleumOperations"] = "023";
35
- ClassificationCodeEnum$1["PrivateRetirementSchemeDeferredAnnuity"] = "024";
36
- ClassificationCodeEnum$1["MotorVehicle"] = "025";
37
- ClassificationCodeEnum$1["SubscriptionBooksJournalsEtc"] = "026";
38
- ClassificationCodeEnum$1["Reimbursement"] = "027";
39
- ClassificationCodeEnum$1["RentalOfMotorVehicle"] = "028";
40
- ClassificationCodeEnum$1["EVChargingFacilities"] = "029";
41
- ClassificationCodeEnum$1["RepairAndMaintenance"] = "030";
42
- ClassificationCodeEnum$1["ResearchAndDevelopment"] = "031";
43
- ClassificationCodeEnum$1["ForeignIncome"] = "032";
44
- ClassificationCodeEnum$1["SelfBilledBettingGaming"] = "033";
45
- ClassificationCodeEnum$1["SelfBilledImportationGoods"] = "034";
46
- ClassificationCodeEnum$1["SelfBilledImportationServices"] = "035";
47
- ClassificationCodeEnum$1["SelfBilledOthers"] = "036";
48
- ClassificationCodeEnum$1["SelfBilledMonetaryPaymentToAgents"] = "037";
49
- ClassificationCodeEnum$1["SportsEquipmentRentalFeesEtc"] = "038";
50
- ClassificationCodeEnum$1["SupportingEquipmentDisabledPerson"] = "039";
51
- ClassificationCodeEnum$1["VoluntaryContributionProvidentFund"] = "040";
52
- ClassificationCodeEnum$1["DentalExamTreatment"] = "041";
53
- ClassificationCodeEnum$1["FertilityTreatment"] = "042";
54
- ClassificationCodeEnum$1["TreatmentHomeCareNursingEtc"] = "043";
55
- ClassificationCodeEnum$1["VouchersGiftCardsLoyaltyPoints"] = "044";
56
- ClassificationCodeEnum$1["SelfBilledNonMonetaryPaymentToAgents"] = "045";
57
- return ClassificationCodeEnum$1;
58
- }({});
59
-
60
- //#endregion
61
- exports.ClassificationCodeEnum = ClassificationCodeEnum;
62
- //# sourceMappingURL=index2.cjs.map
3
+ exports.getDocument = require_documentManagement.getDocument;
4
+ exports.getDocumentDetails = require_documentManagement.getDocumentDetails;
5
+ exports.searchDocuments = require_documentManagement.searchDocuments;
package/dist/index20.cjs CHANGED
@@ -1,20 +0,0 @@
1
- require('./formatIdValue-i67o4kyD.cjs');
2
- const require_document = require('./document-CiBQaJ0c.cjs');
3
-
4
- exports.calculateCertificateDigest = require_document.calculateCertificateDigest;
5
- exports.calculateDocumentDigest = require_document.calculateDocumentDigest;
6
- exports.calculateExpectedTaxAmount = require_document.calculateExpectedTaxAmount;
7
- exports.calculateInvoiceTotals = require_document.calculateInvoiceTotals;
8
- exports.calculateSignedPropertiesDigest = require_document.calculateSignedPropertiesDigest;
9
- exports.canonicalizeJSON = require_document.canonicalizeJSON;
10
- exports.createFixedRateTaxLineItem = require_document.createFixedRateTaxLineItem;
11
- exports.createPercentageTaxLineItem = require_document.createPercentageTaxLineItem;
12
- exports.createSignedInfoAndSign = require_document.createSignedInfoAndSign;
13
- exports.createSignedProperties = require_document.createSignedProperties;
14
- exports.extractCertificateInfo = require_document.extractCertificateInfo;
15
- exports.generateCleanInvoiceObject = require_document.generateCleanInvoiceObject;
16
- exports.generateCleanUBLDocument = require_document.generateCleanUBLDocument;
17
- exports.generateCompleteDocument = require_document.generateCompleteDocument;
18
- exports.isFixedRateTax = require_document.isFixedRateTax;
19
- exports.isPercentageTax = require_document.isPercentageTax;
20
- exports.sortObjectKeys = require_document.sortObjectKeys;
package/dist/index21.cjs CHANGED
@@ -1,3 +0,0 @@
1
- const require_formatIdValue = require('./formatIdValue-i67o4kyD.cjs');
2
-
3
- exports.formatIdValue = require_formatIdValue.formatIdValue;
package/dist/index22.cjs CHANGED
@@ -1,3 +0,0 @@
1
- const require_getBaseUrl = require('./getBaseUrl-D0G4GZmp.cjs');
2
-
3
- exports.getBaseUrl = require_getBaseUrl.getBaseUrl;
package/dist/index23.cjs CHANGED
@@ -1,330 +1,4 @@
1
- const require_chunk = require('./chunk-CUT6urMc.cjs');
2
- require('./formatIdValue-i67o4kyD.cjs');
3
- const require_document = require('./document-CiBQaJ0c.cjs');
4
- const crypto = require_chunk.__toESM(require("crypto"));
1
+ const require_apiQueue = require('./apiQueue-CRyjAw52.cjs');
5
2
 
6
- //#region src/utils/signature-diagnostics.ts
7
- /**
8
- * Analyzes certificate for MyInvois compatibility issues
9
- */
10
- function analyzeCertificateForDiagnostics(certificatePem) {
11
- const issues = [];
12
- const recommendations = [];
13
- try {
14
- const cert = new crypto.default.X509Certificate(certificatePem);
15
- const certInfo = require_document.extractCertificateInfo(certificatePem);
16
- const parseSubjectFields = (dn) => {
17
- const fields = {};
18
- dn.split("\n").forEach((line) => {
19
- const trimmed = line.trim();
20
- if (trimmed.includes("=")) {
21
- const [key, ...valueParts] = trimmed.split("=");
22
- if (key) fields[key.trim()] = valueParts.join("=").trim();
23
- }
24
- });
25
- return fields;
26
- };
27
- const subjectFields = parseSubjectFields(cert.subject);
28
- const organizationIdentifier = subjectFields["organizationIdentifier"] || subjectFields["2.5.4.97"];
29
- const serialNumber = subjectFields["serialNumber"];
30
- if (!organizationIdentifier) {
31
- issues.push("DS311: Certificate missing organizationIdentifier field (TIN)");
32
- recommendations.push("CRITICAL: Generate new certificate with organizationIdentifier matching your MyInvois TIN");
33
- recommendations.push("Portal Error: \"Signer of invoice doesn't match the submitter of document. TIN doesn't match with the OI.\"");
34
- } else if (organizationIdentifier.length < 10) {
35
- issues.push("DS311: OrganizationIdentifier (TIN) appears too short - may cause submission rejection");
36
- recommendations.push("Verify TIN format matches exactly what is registered in MyInvois");
37
- }
38
- if (!serialNumber) {
39
- issues.push("DS312: Certificate missing serialNumber field (business registration)");
40
- recommendations.push("CRITICAL: Generate new certificate with serialNumber matching your business registration");
41
- recommendations.push("Portal Error: \"Submitter registration/identity number doesn't match with the certificate SERIALNUMBER.\"");
42
- }
43
- if (cert.issuer === cert.subject) {
44
- issues.push("DS329: Self-signed certificate detected - will fail chain of trust validation");
45
- recommendations.push("BLOCKING: Obtain certificate from MyInvois-approved CA:");
46
- recommendations.push("• MSC Trustgate Sdn Bhd");
47
- recommendations.push("• DigiCert Sdn Bhd");
48
- recommendations.push("• Cybersign Asia Sdn Bhd");
49
- recommendations.push("Portal Error: \"Certificate is not valid according to the chain of trust validation or has been issued by an untrusted certificate authority.\"");
50
- } else {
51
- const issuerName = cert.issuer.toLowerCase();
52
- const approvedCAs = [
53
- "msc trustgate",
54
- "digicert",
55
- "cybersign"
56
- ];
57
- const isFromApprovedCA = approvedCAs.some((ca) => issuerName.includes(ca));
58
- if (!isFromApprovedCA) {
59
- issues.push("DS329: Certificate may not be from MyInvois-approved CA");
60
- recommendations.push("Verify certificate was issued by an approved CA for MyInvois");
61
- }
62
- }
63
- const rawIssuer = cert.issuer;
64
- const normalizedIssuer = certInfo.issuerName;
65
- const normalizedIssuerIssues = [
66
- {
67
- check: normalizedIssuer.includes("\n"),
68
- issue: "Normalized issuer still contains newlines"
69
- },
70
- {
71
- check: normalizedIssuer.includes(" "),
72
- issue: "Normalized issuer contains double spaces"
73
- },
74
- {
75
- check: /=\s+/.test(normalizedIssuer),
76
- issue: "Normalized issuer has spaces after equals"
77
- },
78
- {
79
- check: /\s+=/.test(normalizedIssuer),
80
- issue: "Normalized issuer has spaces before equals"
81
- },
82
- {
83
- check: normalizedIssuer.includes("\r"),
84
- issue: "Normalized issuer contains carriage returns"
85
- }
86
- ];
87
- const hasActualFormatIssues = normalizedIssuerIssues.some(({ check, issue }) => {
88
- if (check) {
89
- issues.push(`DS326: ${issue} - will cause X509IssuerName mismatch`);
90
- return true;
91
- }
92
- return false;
93
- });
94
- const hasRawIssuesButNormalizedOk = rawIssuer.includes("\n") && !normalizedIssuer.includes("\n");
95
- if (hasActualFormatIssues) {
96
- recommendations.push("CRITICAL: Fix issuer name normalization in signature generation");
97
- recommendations.push("Portal Error: \"Certificate X509IssuerName doesn't match the X509IssuerName value provided in the signed properties section.\"");
98
- recommendations.push("The normalization function is not properly formatting the issuer name");
99
- recommendations.push("Debug: Check document.ts extractCertificateInfo() normalization logic");
100
- } else if (hasRawIssuesButNormalizedOk) console.log("ℹ️ Note: Raw certificate issuer has newlines but normalization is handling them correctly");
101
- const now = /* @__PURE__ */ new Date();
102
- const validFrom = new Date(cert.validFrom);
103
- const validTo = new Date(cert.validTo);
104
- if (now < validFrom) {
105
- issues.push("DS329: Certificate not yet valid (future start date)");
106
- recommendations.push("Wait until certificate validity period begins");
107
- }
108
- if (now > validTo) {
109
- issues.push("DS329: Certificate has expired");
110
- recommendations.push("BLOCKING: Renew certificate - expired certificates are rejected");
111
- }
112
- try {
113
- if (cert.keyUsage && !cert.keyUsage.includes("digital signature")) {
114
- issues.push("DS333: Certificate lacks digitalSignature key usage");
115
- recommendations.push("Generate new certificate with digitalSignature key usage enabled");
116
- }
117
- } catch {
118
- console.log("Note: Could not check key usage extensions");
119
- }
120
- return {
121
- organizationIdentifier,
122
- serialNumber,
123
- issuerName: certInfo.issuerName,
124
- subjectName: certInfo.subjectName,
125
- issues,
126
- recommendations
127
- };
128
- } catch (error) {
129
- issues.push(`Certificate parsing failed: ${error}`);
130
- recommendations.push("Verify certificate format and validity");
131
- return {
132
- issuerName: "",
133
- subjectName: "",
134
- issues,
135
- recommendations
136
- };
137
- }
138
- }
139
- /**
140
- * Analyzes signature generation for potential issues
141
- */
142
- function analyzeSignatureForDiagnostics(invoices, certificatePem) {
143
- const issues = [];
144
- const recommendations = [];
145
- try {
146
- const documentDigest = require_document.calculateDocumentDigest(invoices);
147
- const certificateDigest = require_document.calculateCertificateDigest(certificatePem);
148
- const certInfo = require_document.extractCertificateInfo(certificatePem);
149
- const signingTime = (/* @__PURE__ */ new Date()).toISOString();
150
- const signedProperties = require_document.createSignedProperties(certificateDigest, signingTime, certInfo.issuerName, certInfo.serialNumber);
151
- const signedPropertiesDigest = require_document.calculateSignedPropertiesDigest(signedProperties);
152
- if (documentDigest.length === 0) {
153
- issues.push("DS333: Document digest generation failed");
154
- recommendations.push("CRITICAL: Verify document serialization excludes UBLExtensions/Signature");
155
- recommendations.push("Portal Error: \"Document signature value is not a valid signature of the document digest using the public key of the certificate provided.\"");
156
- }
157
- if (certificateDigest.length === 0) {
158
- issues.push("DS333: Certificate digest generation failed");
159
- recommendations.push("CRITICAL: Verify certificate format and encoding");
160
- recommendations.push("Certificate must be properly base64 encoded without headers/footers");
161
- }
162
- if (signedPropertiesDigest.length === 0) {
163
- issues.push("DS333: Signed properties digest generation failed");
164
- recommendations.push("CRITICAL: Verify signed properties structure and canonicalization");
165
- recommendations.push("Check XML canonicalization (C14N) is applied correctly");
166
- }
167
- try {
168
- const cert = new crypto.default.X509Certificate(certificatePem);
169
- const publicKey = cert.publicKey;
170
- const keyDetails = publicKey.asymmetricKeyDetails;
171
- if (keyDetails) {
172
- if (publicKey.asymmetricKeyType === "rsa" && keyDetails.modulusLength && keyDetails.modulusLength < 2048) {
173
- issues.push("DS333: RSA key size too small (minimum 2048 bits required)");
174
- recommendations.push("CRITICAL: Generate new certificate with RSA 2048+ bits");
175
- }
176
- const supportedKeyTypes = ["rsa", "ec"];
177
- if (!supportedKeyTypes.includes(publicKey.asymmetricKeyType || "")) {
178
- issues.push(`DS333: Unsupported key type: ${publicKey.asymmetricKeyType}`);
179
- recommendations.push("CRITICAL: Use RSA or EC key types for MyInvois compatibility");
180
- }
181
- }
182
- const certBuffer = Buffer.from(certificatePem.replace(/-----[^-]+-----/g, "").replace(/\s/g, ""), "base64");
183
- if (certBuffer.length === 0) {
184
- issues.push("DS333: Certificate encoding appears invalid");
185
- recommendations.push("CRITICAL: Verify certificate is properly PEM encoded");
186
- }
187
- } catch (error) {
188
- issues.push(`DS333: Certificate validation failed - ${error}`);
189
- recommendations.push("CRITICAL: Verify certificate format and structure are valid");
190
- }
191
- const isValidBase64 = (str) => {
192
- try {
193
- return Buffer.from(str, "base64").toString("base64") === str;
194
- } catch {
195
- return false;
196
- }
197
- };
198
- if (documentDigest && !isValidBase64(documentDigest)) {
199
- issues.push("DS333: Document digest is not valid base64 format");
200
- recommendations.push("Ensure digest is properly base64 encoded");
201
- }
202
- if (certificateDigest && !isValidBase64(certificateDigest)) {
203
- issues.push("DS333: Certificate digest is not valid base64 format");
204
- recommendations.push("Ensure certificate digest is properly base64 encoded");
205
- }
206
- if (signedPropertiesDigest && !isValidBase64(signedPropertiesDigest)) {
207
- issues.push("DS333: Signed properties digest is not valid base64 format");
208
- recommendations.push("Ensure signed properties digest is properly base64 encoded");
209
- }
210
- return {
211
- documentDigest,
212
- certificateDigest,
213
- signedPropertiesDigest,
214
- issues,
215
- recommendations
216
- };
217
- } catch (error) {
218
- issues.push(`Signature analysis failed: ${error}`);
219
- recommendations.push("Review signature generation implementation");
220
- return {
221
- documentDigest: "",
222
- certificateDigest: "",
223
- signedPropertiesDigest: "",
224
- issues,
225
- recommendations
226
- };
227
- }
228
- }
229
- /**
230
- * Comprehensive signature diagnostics
231
- */
232
- function diagnoseSignatureIssues(invoices, certificatePem) {
233
- const certificateAnalysis = analyzeCertificateForDiagnostics(certificatePem);
234
- const signatureAnalysis = analyzeSignatureForDiagnostics(invoices, certificatePem);
235
- const certificateIssues = certificateAnalysis.issues.length;
236
- const signatureIssues = signatureAnalysis.issues.length;
237
- return {
238
- certificateAnalysis,
239
- signatureAnalysis,
240
- summary: {
241
- totalIssues: certificateIssues + signatureIssues,
242
- certificateIssues,
243
- signatureIssues
244
- }
245
- };
246
- }
247
- /**
248
- * Prints diagnostic results in a formatted way
249
- */
250
- function printDiagnostics(result) {
251
- console.log("\n🔍 MyInvois Signature Diagnostics Report");
252
- console.log("=".repeat(60));
253
- console.log("\n📜 CERTIFICATE ANALYSIS");
254
- console.log("-".repeat(30));
255
- console.log(` Issuer: ${result.certificateAnalysis.issuerName}`);
256
- console.log(` Subject: ${result.certificateAnalysis.subjectName}`);
257
- if (result.certificateAnalysis.organizationIdentifier) console.log(` Organization ID (TIN): ${result.certificateAnalysis.organizationIdentifier}`);
258
- if (result.certificateAnalysis.serialNumber) console.log(` Serial Number: ${result.certificateAnalysis.serialNumber}`);
259
- if (result.certificateAnalysis.issues.length > 0) {
260
- console.log("\n 🚨 Certificate Issues:");
261
- result.certificateAnalysis.issues.forEach((issue, index) => {
262
- console.log(` ${index + 1}. ${issue}`);
263
- });
264
- }
265
- if (result.certificateAnalysis.recommendations.length > 0) {
266
- console.log("\n 💡 Certificate Recommendations:");
267
- result.certificateAnalysis.recommendations.forEach((rec, index) => {
268
- console.log(` ${index + 1}. ${rec}`);
269
- });
270
- }
271
- console.log("\n🔐 SIGNATURE ANALYSIS");
272
- console.log("-".repeat(30));
273
- console.log(` Document Digest: ${result.signatureAnalysis.documentDigest.substring(0, 32)}...`);
274
- console.log(` Certificate Digest: ${result.signatureAnalysis.certificateDigest.substring(0, 32)}...`);
275
- console.log(` Signed Properties Digest: ${result.signatureAnalysis.signedPropertiesDigest.substring(0, 32)}...`);
276
- if (result.signatureAnalysis.issues.length > 0) {
277
- console.log("\n 🚨 Signature Issues:");
278
- result.signatureAnalysis.issues.forEach((issue, index) => {
279
- console.log(` ${index + 1}. ${issue}`);
280
- });
281
- }
282
- if (result.signatureAnalysis.recommendations.length > 0) {
283
- console.log("\n 💡 Signature Recommendations:");
284
- result.signatureAnalysis.recommendations.forEach((rec, index) => {
285
- console.log(` ${index + 1}. ${rec}`);
286
- });
287
- }
288
- console.log("\n📊 SUMMARY");
289
- console.log("-".repeat(30));
290
- console.log(` Total Issues Found: ${result.summary.totalIssues}`);
291
- console.log(` Certificate Issues: ${result.summary.certificateIssues}`);
292
- console.log(` Signature Issues: ${result.summary.signatureIssues}`);
293
- if (result.summary.totalIssues === 0) {
294
- console.log("\n ✅ No issues detected in current analysis");
295
- console.log(" 🎉 Certificate and signature implementation appear valid");
296
- } else {
297
- console.log("\n ⚠️ Issues detected - review recommendations above");
298
- const hasDS311 = result.certificateAnalysis.issues.some((issue) => issue.includes("DS311"));
299
- const hasDS312 = result.certificateAnalysis.issues.some((issue) => issue.includes("DS312"));
300
- const hasDS326 = result.certificateAnalysis.issues.some((issue) => issue.includes("DS326"));
301
- const hasDS329 = result.certificateAnalysis.issues.some((issue) => issue.includes("DS329"));
302
- const hasDS333 = result.signatureAnalysis.issues.some((issue) => issue.includes("DS333"));
303
- console.log("\n 🎯 MYINVOIS PORTAL ERROR ANALYSIS:");
304
- if (hasDS311) console.log(" ❌ DS311 - TIN mismatch between certificate and submitter");
305
- if (hasDS312) console.log(" ❌ DS312 - Registration number mismatch with certificate");
306
- if (hasDS326) console.log(" ❌ DS326 - X509IssuerName format inconsistency");
307
- if (hasDS329) console.log(" ❌ DS329 - Certificate trust chain validation failure");
308
- if (hasDS333) console.log(" ❌ DS333 - Document signature validation failure");
309
- if (result.summary.certificateIssues > 0) {
310
- console.log("\n 🚨 PRIMARY ACTION REQUIRED:");
311
- console.log(" Certificate issues must be resolved first");
312
- console.log(" Self-generated certificates cannot pass MyInvois validation");
313
- }
314
- if (result.summary.signatureIssues > 0) {
315
- console.log("\n ⚙️ SECONDARY ACTION:");
316
- console.log(" Review and optimize signature implementation");
317
- }
318
- console.log("\n 📋 NEXT STEPS:");
319
- console.log(" 1. Address BLOCKING/CRITICAL issues first");
320
- console.log(" 2. Test with updated certificate/implementation");
321
- console.log(" 3. Re-run diagnostics to verify fixes");
322
- console.log(" 4. Submit test document to MyInvois portal");
323
- }
324
- console.log("\n" + "=".repeat(60));
325
- }
326
-
327
- //#endregion
328
- exports.diagnoseSignatureIssues = diagnoseSignatureIssues;
329
- exports.printDiagnostics = printDiagnostics;
330
- //# sourceMappingURL=index23.cjs.map
3
+ exports.categorizeRequest = require_apiQueue.categorizeRequest;
4
+ exports.queueRequest = require_apiQueue.queueRequest;