@pelygo/janus 0.2.0 → 0.4.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/README.md +621 -166
- package/USAGE.md +393 -0
- package/dist/index.d.ts +77 -6
- package/dist/index.js +84 -60
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createAuthApi as L } from "@pelygo/auth/core";
|
|
2
|
-
function
|
|
2
|
+
function P(t) {
|
|
3
3
|
return {
|
|
4
4
|
async getAll() {
|
|
5
5
|
return t.get("/clients");
|
|
@@ -95,13 +95,13 @@ function u(t, e) {
|
|
|
95
95
|
const n = t.includes("?") ? "&" : "?";
|
|
96
96
|
return `${t}${n}${r}`;
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function b(t) {
|
|
99
99
|
return t.replace(/[A-Z]/g, (e) => `_${e.toLowerCase()}`);
|
|
100
100
|
}
|
|
101
101
|
function F(t) {
|
|
102
102
|
const e = {};
|
|
103
103
|
for (const [r, n] of Object.entries(t))
|
|
104
|
-
e[
|
|
104
|
+
e[b(r)] = n;
|
|
105
105
|
return e;
|
|
106
106
|
}
|
|
107
107
|
function l(t, e) {
|
|
@@ -112,7 +112,7 @@ function o(t, e) {
|
|
|
112
112
|
throw new Error("clientId is required for this endpoint");
|
|
113
113
|
return l(t, e);
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function x(t) {
|
|
116
116
|
return {
|
|
117
117
|
// ── Core returns ─────────────────────────────────────────────
|
|
118
118
|
async query(e) {
|
|
@@ -264,7 +264,7 @@ function b(t) {
|
|
|
264
264
|
}
|
|
265
265
|
};
|
|
266
266
|
}
|
|
267
|
-
function
|
|
267
|
+
function N(t) {
|
|
268
268
|
return {
|
|
269
269
|
async returnsSummary(e) {
|
|
270
270
|
const r = u("/reports/returns/summary/", e);
|
|
@@ -295,7 +295,7 @@ function x(t) {
|
|
|
295
295
|
}
|
|
296
296
|
};
|
|
297
297
|
}
|
|
298
|
-
function
|
|
298
|
+
function q(t) {
|
|
299
299
|
const { baseUrl: e } = t;
|
|
300
300
|
async function r(n, s) {
|
|
301
301
|
const c = await fetch(n, {
|
|
@@ -333,7 +333,7 @@ function N(t) {
|
|
|
333
333
|
}
|
|
334
334
|
};
|
|
335
335
|
}
|
|
336
|
-
function
|
|
336
|
+
function J(t) {
|
|
337
337
|
return {
|
|
338
338
|
async getAll() {
|
|
339
339
|
return t.get("/couriers");
|
|
@@ -394,7 +394,7 @@ function j(t) {
|
|
|
394
394
|
}
|
|
395
395
|
};
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function z(t) {
|
|
398
398
|
return {
|
|
399
399
|
async getAll() {
|
|
400
400
|
return t.get("/integrations");
|
|
@@ -419,7 +419,7 @@ function q(t) {
|
|
|
419
419
|
}
|
|
420
420
|
};
|
|
421
421
|
}
|
|
422
|
-
function
|
|
422
|
+
function D(t) {
|
|
423
423
|
return {
|
|
424
424
|
async getAll(e) {
|
|
425
425
|
const r = l("/users", e);
|
|
@@ -448,7 +448,7 @@ function J(t) {
|
|
|
448
448
|
}
|
|
449
449
|
};
|
|
450
450
|
}
|
|
451
|
-
function
|
|
451
|
+
function W(t) {
|
|
452
452
|
return {
|
|
453
453
|
async createActivity(e) {
|
|
454
454
|
return t.post("/logs/activity", e);
|
|
@@ -516,7 +516,7 @@ function V(t) {
|
|
|
516
516
|
}
|
|
517
517
|
};
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function G(t) {
|
|
520
520
|
return {
|
|
521
521
|
async getCouriers() {
|
|
522
522
|
return t.get("/legacy-couriers");
|
|
@@ -536,7 +536,7 @@ function W(t) {
|
|
|
536
536
|
}
|
|
537
537
|
};
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function K(t) {
|
|
540
540
|
return {
|
|
541
541
|
async getAll(e) {
|
|
542
542
|
const r = o("/products", e);
|
|
@@ -556,7 +556,7 @@ function G(t) {
|
|
|
556
556
|
}
|
|
557
557
|
};
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function M(t) {
|
|
560
560
|
return {
|
|
561
561
|
async getAll(e) {
|
|
562
562
|
const r = o("/product-categories", e);
|
|
@@ -576,7 +576,7 @@ function K(t) {
|
|
|
576
576
|
}
|
|
577
577
|
};
|
|
578
578
|
}
|
|
579
|
-
function
|
|
579
|
+
function Q(t) {
|
|
580
580
|
return {
|
|
581
581
|
async getAll(e) {
|
|
582
582
|
const r = o("/stocks", e);
|
|
@@ -596,7 +596,7 @@ function M(t) {
|
|
|
596
596
|
}
|
|
597
597
|
};
|
|
598
598
|
}
|
|
599
|
-
function
|
|
599
|
+
function Z(t) {
|
|
600
600
|
return {
|
|
601
601
|
async getAll(e) {
|
|
602
602
|
const r = o("/transactions", e);
|
|
@@ -616,7 +616,7 @@ function Q(t) {
|
|
|
616
616
|
}
|
|
617
617
|
};
|
|
618
618
|
}
|
|
619
|
-
function
|
|
619
|
+
function X(t) {
|
|
620
620
|
return {
|
|
621
621
|
async getAll(e) {
|
|
622
622
|
const r = o("/allocations", e);
|
|
@@ -633,7 +633,7 @@ function Z(t) {
|
|
|
633
633
|
}
|
|
634
634
|
};
|
|
635
635
|
}
|
|
636
|
-
function
|
|
636
|
+
function Y(t) {
|
|
637
637
|
return {
|
|
638
638
|
async getAll(e) {
|
|
639
639
|
const r = o("/locations", e);
|
|
@@ -653,7 +653,7 @@ function X(t) {
|
|
|
653
653
|
}
|
|
654
654
|
};
|
|
655
655
|
}
|
|
656
|
-
function
|
|
656
|
+
function ee(t) {
|
|
657
657
|
return {
|
|
658
658
|
async getAll(e) {
|
|
659
659
|
const r = o("/audits", e);
|
|
@@ -664,7 +664,7 @@ function Y(t) {
|
|
|
664
664
|
}
|
|
665
665
|
};
|
|
666
666
|
}
|
|
667
|
-
function
|
|
667
|
+
function te(t) {
|
|
668
668
|
return {
|
|
669
669
|
// ── ASN CRUD ─────────────────────────────────
|
|
670
670
|
async getAll(e) {
|
|
@@ -731,7 +731,7 @@ function ee(t) {
|
|
|
731
731
|
}
|
|
732
732
|
};
|
|
733
733
|
}
|
|
734
|
-
function
|
|
734
|
+
function re(t) {
|
|
735
735
|
return {
|
|
736
736
|
async getAll(e) {
|
|
737
737
|
const r = o("/dispatches", e);
|
|
@@ -751,7 +751,7 @@ function te(t) {
|
|
|
751
751
|
}
|
|
752
752
|
};
|
|
753
753
|
}
|
|
754
|
-
function
|
|
754
|
+
function ne(t) {
|
|
755
755
|
return {
|
|
756
756
|
async getByDispatchId(e) {
|
|
757
757
|
return t.get(`/consignments/${e}`);
|
|
@@ -767,7 +767,7 @@ function re(t) {
|
|
|
767
767
|
}
|
|
768
768
|
};
|
|
769
769
|
}
|
|
770
|
-
function
|
|
770
|
+
function se(t) {
|
|
771
771
|
return {
|
|
772
772
|
// ── Invoice CRUD ────────────────────────────────────────────
|
|
773
773
|
async getAll(e) {
|
|
@@ -813,39 +813,63 @@ function ne(t) {
|
|
|
813
813
|
}
|
|
814
814
|
};
|
|
815
815
|
}
|
|
816
|
-
const
|
|
817
|
-
|
|
818
|
-
|
|
816
|
+
const ce = "https://api.janus.pelygo.com", ue = [
|
|
817
|
+
"/auth/",
|
|
818
|
+
"/returns/query",
|
|
819
|
+
"/legacy/products/query",
|
|
820
|
+
"/legacy/"
|
|
821
|
+
];
|
|
822
|
+
function oe(t) {
|
|
823
|
+
return ue.some((e) => t.includes(e));
|
|
824
|
+
}
|
|
825
|
+
function ae(t) {
|
|
826
|
+
const e = (r, n) => {
|
|
827
|
+
throw new Error(
|
|
828
|
+
`@pelygo/janus: Write operation blocked (${r.toUpperCase()}${n ? " " + n : ""}). The client is in read-only mode. To enable writes, set allowWrites: true in createJanusApi options:
|
|
829
|
+
|
|
830
|
+
createJanusApi({ baseUrl: '...', allowWrites: true })`
|
|
831
|
+
);
|
|
832
|
+
};
|
|
833
|
+
return {
|
|
834
|
+
...t,
|
|
835
|
+
post: (r, n, s) => oe(r) ? t.post(r, n, s) : e("POST", r),
|
|
836
|
+
put: (r, n, s) => e("PUT", r),
|
|
837
|
+
patch: (r, n, s) => e("PATCH", r),
|
|
838
|
+
delete: (r, n) => e("DELETE", r)
|
|
839
|
+
};
|
|
840
|
+
}
|
|
841
|
+
function le(t = {}) {
|
|
842
|
+
const e = t.baseUrl || ce, r = {
|
|
819
843
|
baseUrl: e,
|
|
820
844
|
authUrl: t.authUrl,
|
|
821
845
|
onUnauthorized: t.onUnauthorized,
|
|
822
846
|
onLoginSuccess: t.onLoginSuccess,
|
|
823
847
|
onLoginError: t.onLoginError
|
|
824
|
-
}, n = L(r), s =
|
|
848
|
+
}, n = L(r), s = t.allowWrites ? n : ae(n), c = P(s), a = x(s), y = N(s), d = q({ baseUrl: e }), g = J(s), $ = j(s), m = z(s), f = D(s), p = W(s), v = H(s), h = V({ baseUrl: e }), R = G(s), S = K(s), I = M(s), C = Q(s), A = Z(s), w = X(s), U = Y(s), B = ee(s), k = te(s), _ = re(s), E = ne(s), T = se(s);
|
|
825
849
|
return {
|
|
826
|
-
clients:
|
|
827
|
-
returns:
|
|
828
|
-
reports:
|
|
829
|
-
helpers:
|
|
850
|
+
clients: c,
|
|
851
|
+
returns: a,
|
|
852
|
+
reports: y,
|
|
853
|
+
helpers: d,
|
|
830
854
|
couriers: g,
|
|
831
|
-
orders:
|
|
832
|
-
integrations:
|
|
833
|
-
users:
|
|
834
|
-
logs:
|
|
855
|
+
orders: $,
|
|
856
|
+
integrations: m,
|
|
857
|
+
users: f,
|
|
858
|
+
logs: p,
|
|
835
859
|
tasks: v,
|
|
836
860
|
customer: h,
|
|
837
861
|
legacy: R,
|
|
838
|
-
products:
|
|
839
|
-
productCategories:
|
|
840
|
-
stocks:
|
|
841
|
-
stockTransactions:
|
|
842
|
-
stockAllocations:
|
|
843
|
-
locations:
|
|
844
|
-
audits:
|
|
845
|
-
asns:
|
|
846
|
-
dispatches:
|
|
847
|
-
consignments:
|
|
848
|
-
invoices:
|
|
862
|
+
products: S,
|
|
863
|
+
productCategories: I,
|
|
864
|
+
stocks: C,
|
|
865
|
+
stockTransactions: A,
|
|
866
|
+
stockAllocations: w,
|
|
867
|
+
locations: U,
|
|
868
|
+
audits: B,
|
|
869
|
+
asns: k,
|
|
870
|
+
dispatches: _,
|
|
871
|
+
consignments: E,
|
|
872
|
+
invoices: T,
|
|
849
873
|
auth: n
|
|
850
874
|
};
|
|
851
875
|
}
|
|
@@ -856,44 +880,44 @@ class i extends Error {
|
|
|
856
880
|
s.captureStackTrace && s.captureStackTrace(this, i);
|
|
857
881
|
}
|
|
858
882
|
}
|
|
859
|
-
class
|
|
883
|
+
class ie extends i {
|
|
860
884
|
constructor(e = "Unauthorized", r) {
|
|
861
885
|
super(e, 401, r), this.name = "UnauthorizedError";
|
|
862
886
|
}
|
|
863
887
|
}
|
|
864
|
-
class
|
|
888
|
+
class de extends i {
|
|
865
889
|
constructor(e = "Forbidden", r) {
|
|
866
890
|
super(e, 403, r), this.name = "ForbiddenError";
|
|
867
891
|
}
|
|
868
892
|
}
|
|
869
|
-
class
|
|
893
|
+
class ge extends i {
|
|
870
894
|
constructor(e = "Not Found", r) {
|
|
871
895
|
super(e, 404, r), this.name = "NotFoundError";
|
|
872
896
|
}
|
|
873
897
|
}
|
|
874
|
-
class
|
|
898
|
+
class $e extends i {
|
|
875
899
|
constructor(e = "Validation Error", r, n) {
|
|
876
900
|
super(e, 400, n), this.name = "ValidationError", this.errors = r;
|
|
877
901
|
}
|
|
878
902
|
}
|
|
879
|
-
function
|
|
903
|
+
function me(t) {
|
|
880
904
|
return t instanceof i;
|
|
881
905
|
}
|
|
882
|
-
function
|
|
883
|
-
return t instanceof
|
|
906
|
+
function fe(t) {
|
|
907
|
+
return t instanceof ie;
|
|
884
908
|
}
|
|
885
909
|
export {
|
|
886
|
-
|
|
887
|
-
|
|
910
|
+
ce as DEFAULT_JANUS_URL,
|
|
911
|
+
de as ForbiddenError,
|
|
888
912
|
i as JanusApiError,
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
913
|
+
ge as NotFoundError,
|
|
914
|
+
ie as UnauthorizedError,
|
|
915
|
+
$e as ValidationError,
|
|
892
916
|
o as buildClientScopedPaginatedUrl,
|
|
893
917
|
l as buildPaginatedUrl,
|
|
894
918
|
O as buildQueryString,
|
|
895
919
|
u as buildUrl,
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
920
|
+
le as createJanusApi,
|
|
921
|
+
me as isJanusApiError,
|
|
922
|
+
fe as isUnauthorizedError
|
|
899
923
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelygo/janus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "TypeScript API client for JANUS endpoints with full type safety",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
|
-
"dist"
|
|
17
|
+
"dist",
|
|
18
|
+
"USAGE.md"
|
|
18
19
|
],
|
|
19
20
|
"scripts": {
|
|
20
21
|
"build": "vite build",
|