@aepstore-dev/contracts 1.67.0 → 1.68.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/gen/activity.js +1 -1
- package/gen/activity.ts +270 -270
- package/gen/auth.js +1 -1
- package/gen/auth.ts +323 -323
- package/gen/mail.js +1 -1
- package/gen/mail.ts +121 -121
- package/gen/payments.js +1 -1
- package/gen/payments.ts +1048 -1048
- package/gen/products.d.ts +2 -4
- package/gen/products.ts +2 -4
- package/gen/taxonomy.js +1 -1
- package/gen/taxonomy.ts +185 -185
- package/gen/upload.js +1 -1
- package/gen/upload.ts +287 -287
- package/gen/users.js +1 -1
- package/gen/users.ts +1026 -1026
- package/package.json +1 -1
- package/proto/products.proto +4 -4
package/package.json
CHANGED
package/proto/products.proto
CHANGED
|
@@ -304,11 +304,11 @@ message FavoriteRequest {
|
|
|
304
304
|
// =================================================================
|
|
305
305
|
|
|
306
306
|
message MediaFile {
|
|
307
|
-
|
|
308
|
-
MediaType type = 2;
|
|
307
|
+
reserved 1, 2;
|
|
309
308
|
string file_name = 3;
|
|
310
309
|
double file_size = 4;
|
|
311
310
|
string mime_type = 5;
|
|
311
|
+
string storage_key = 6;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
message SaveMediaMetadataRequest {
|
|
@@ -319,8 +319,8 @@ message SaveMediaMetadataRequest {
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
message AttachmentMeta {
|
|
322
|
-
|
|
323
|
-
string
|
|
322
|
+
reserved 1;
|
|
323
|
+
string storage_key = 2;
|
|
324
324
|
string file_name = 3;
|
|
325
325
|
double file_size = 4;
|
|
326
326
|
string mime_type = 5;
|