@cloudcommerce/api 0.0.63 → 0.0.66
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[35m@cloudcommerce/api:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@cloudcommerce/api:build[0m: cache hit, replaying output [2m215774f156a6f390[0m
|
|
2
2
|
[35m@cloudcommerce/api:build: [0m
|
|
3
|
-
[35m@cloudcommerce/api:build: [0m> @cloudcommerce/api@0.0.
|
|
3
|
+
[35m@cloudcommerce/api:build: [0m> @cloudcommerce/api@0.0.65 build /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
4
4
|
[35m@cloudcommerce/api:build: [0m> sh ../../scripts/build-lib.sh && cp -r src/types lib/
|
|
5
5
|
[35m@cloudcommerce/api:build: [0m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
[33m@cloudcommerce/api:test[0m: cache hit, replaying output [
|
|
1
|
+
[33m@cloudcommerce/api:test[0m: cache hit, replaying output [2m294fb258a68ba7f0[0m
|
|
2
2
|
[33m@cloudcommerce/api:test: [0m
|
|
3
|
-
[33m@cloudcommerce/api:test: [0m> @cloudcommerce/api@0.0.
|
|
3
|
+
[33m@cloudcommerce/api:test: [0m> @cloudcommerce/api@0.0.65 test /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
4
4
|
[33m@cloudcommerce/api:test: [0m> tsc -p ../../tsconfig.test.json && vitest run
|
|
5
5
|
[33m@cloudcommerce/api:test: [0m
|
|
6
6
|
[33m@cloudcommerce/api:test: [0m
|
|
7
7
|
[33m@cloudcommerce/api:test: [0m RUN v0.22.1 /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
8
8
|
[33m@cloudcommerce/api:test: [0m
|
|
9
9
|
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > Read product and typecheck SKU
|
|
10
|
-
[33m@cloudcommerce/api:test: [0m(node:
|
|
10
|
+
[33m@cloudcommerce/api:test: [0m(node:29469) [https://github.com/node-fetch/node-fetch/issues/1000 (response)] DeprecationWarning: data doesn't exist, use json(), text(), arrayBuffer(), or body instead
|
|
11
11
|
[33m@cloudcommerce/api:test: [0m(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
12
12
|
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 404 with different Store ID from env
|
|
13
13
|
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > List categories and typecheck result
|
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
[33m@cloudcommerce/api:test: [0m
|
|
17
17
|
[33m@cloudcommerce/api:test: [0mTest Files 1 passed (1)
|
|
18
18
|
[33m@cloudcommerce/api:test: [0m Tests 5 passed (5)
|
|
19
|
-
[33m@cloudcommerce/api:test: [0m Start at
|
|
20
|
-
[33m@cloudcommerce/api:test: [0m Duration
|
|
19
|
+
[33m@cloudcommerce/api:test: [0m Start at 21:25:16
|
|
20
|
+
[33m@cloudcommerce/api:test: [0m Duration 4.27s (transform 1.79s, setup 0ms, collect 334ms, tests 1.08s)
|
|
21
21
|
[33m@cloudcommerce/api:test: [0m
|
package/lib/api.d.ts
CHANGED
|
@@ -1235,10 +1235,10 @@ declare const api: {
|
|
|
1235
1235
|
};
|
|
1236
1236
|
} | undefined;
|
|
1237
1237
|
data?: {
|
|
1238
|
-
[k: string]:
|
|
1238
|
+
[k: string]: any;
|
|
1239
1239
|
} | undefined;
|
|
1240
1240
|
hidden_data?: {
|
|
1241
|
-
[k: string]:
|
|
1241
|
+
[k: string]: any;
|
|
1242
1242
|
} | undefined;
|
|
1243
1243
|
} : E_1 extends "authentications" | `authentications/${string}` ? {
|
|
1244
1244
|
name?: string | undefined;
|
|
@@ -2483,10 +2483,10 @@ declare const api: {
|
|
|
2483
2483
|
};
|
|
2484
2484
|
} | undefined;
|
|
2485
2485
|
data?: {
|
|
2486
|
-
[k: string]:
|
|
2486
|
+
[k: string]: any;
|
|
2487
2487
|
} | undefined;
|
|
2488
2488
|
hidden_data?: {
|
|
2489
|
-
[k: string]:
|
|
2489
|
+
[k: string]: any;
|
|
2490
2490
|
} | undefined;
|
|
2491
2491
|
} : E_2 extends "authentications" | `authentications/${string}` ? {
|
|
2492
2492
|
name?: string | undefined;
|
|
@@ -3739,10 +3739,10 @@ declare const post: <E extends Endpoint, C extends AbstractedConfig>(endpoint: E
|
|
|
3739
3739
|
};
|
|
3740
3740
|
} | undefined;
|
|
3741
3741
|
data?: {
|
|
3742
|
-
[k: string]:
|
|
3742
|
+
[k: string]: any;
|
|
3743
3743
|
} | undefined;
|
|
3744
3744
|
hidden_data?: {
|
|
3745
|
-
[k: string]:
|
|
3745
|
+
[k: string]: any;
|
|
3746
3746
|
} | undefined;
|
|
3747
3747
|
} : E extends "authentications" | `authentications/${string}` ? {
|
|
3748
3748
|
name?: string | undefined;
|
|
@@ -4987,10 +4987,10 @@ declare const put: <E extends `products/${string}` | `categories/${string}` | `b
|
|
|
4987
4987
|
};
|
|
4988
4988
|
} | undefined;
|
|
4989
4989
|
data?: {
|
|
4990
|
-
[k: string]:
|
|
4990
|
+
[k: string]: any;
|
|
4991
4991
|
} | undefined;
|
|
4992
4992
|
hidden_data?: {
|
|
4993
|
-
[k: string]:
|
|
4993
|
+
[k: string]: any;
|
|
4994
4994
|
} | undefined;
|
|
4995
4995
|
} : E extends "authentications" | `authentications/${string}` ? {
|
|
4996
4996
|
name?: string | undefined;
|
|
@@ -79,13 +79,13 @@ export interface Applications {
|
|
|
79
79
|
* Application object data, schema free
|
|
80
80
|
*/
|
|
81
81
|
data?: {
|
|
82
|
-
[k: string]:
|
|
82
|
+
[k: string]: any;
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
85
85
|
* Application private data, available only with authentication
|
|
86
86
|
*/
|
|
87
87
|
hidden_data?: {
|
|
88
|
-
[k: string]:
|
|
88
|
+
[k: string]: any;
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Flags to associate additional info
|
package/package.json
CHANGED
|
@@ -79,13 +79,13 @@ export interface Applications {
|
|
|
79
79
|
* Application object data, schema free
|
|
80
80
|
*/
|
|
81
81
|
data?: {
|
|
82
|
-
[k: string]:
|
|
82
|
+
[k: string]: any;
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
85
85
|
* Application private data, available only with authentication
|
|
86
86
|
*/
|
|
87
87
|
hidden_data?: {
|
|
88
|
-
[k: string]:
|
|
88
|
+
[k: string]: any;
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Flags to associate additional info
|