@cloudcommerce/api 2.17.6 → 2.18.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.17.6",
4
+ "version": "2.18.0",
5
5
  "description": "e-com.plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",
@@ -14,13 +14,17 @@ export interface Applications {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
@@ -14,13 +14,17 @@ export interface Authentications {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * List of store IDs granted for this authentication [auto]
26
30
  *
package/types/brands.d.ts CHANGED
@@ -14,13 +14,17 @@ export interface Brands {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
package/types/carts.d.ts CHANGED
@@ -14,13 +14,17 @@ export interface Carts {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
@@ -14,13 +14,17 @@ export interface Categories {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
@@ -14,13 +14,17 @@ export interface Collections {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
@@ -14,13 +14,17 @@ export interface Customers {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
package/types/grids.d.ts CHANGED
@@ -14,13 +14,17 @@ export interface Grids {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
package/types/orders.d.ts CHANGED
@@ -14,13 +14,17 @@ export interface Orders {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
@@ -14,13 +14,17 @@ export interface Products {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */
package/types/stores.d.ts CHANGED
@@ -14,13 +14,17 @@ export interface Stores {
14
14
  */
15
15
  _id: string & { length: 24 };
16
16
  /**
17
- * When object was seted (POST/PUT), date and time in ISO 8601 standard representation [auto]
17
+ * When object was seted (POST), date and time in ISO 8601 standard representation [auto]
18
18
  */
19
19
  created_at: string;
20
20
  /**
21
21
  * When was it last changed, date and time in ISO 8601 standard representation [auto]
22
22
  */
23
23
  updated_at: string;
24
+ /**
25
+ * Last object redefinition (PUT) if any, date and time in ISO 8601 standard representation [auto]
26
+ */
27
+ upserted_at?: string;
24
28
  /**
25
29
  * ID of store [auto]
26
30
  */