feat(medusa): Continue create product workflow changes (#4473)
This commit is contained in:
+30
@@ -83,7 +83,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -240,7 +242,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -395,7 +399,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -515,7 +521,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -693,7 +701,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -861,7 +871,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -1112,7 +1124,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -1361,7 +1375,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -1570,7 +1586,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -1690,7 +1708,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -1868,7 +1888,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -2030,7 +2052,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -2139,7 +2163,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -2255,7 +2281,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
@@ -2372,7 +2400,9 @@ Object {
|
||||
"metadata": null,
|
||||
"mid_code": null,
|
||||
"origin_country": null,
|
||||
"profile": Any<Object>,
|
||||
"profile_id": Any<String>,
|
||||
"profiles": Any<Array>,
|
||||
"status": "draft",
|
||||
"subtitle": null,
|
||||
"thumbnail": null,
|
||||
|
||||
@@ -120,6 +120,8 @@ describe("medusa-plugin-sendgrid", () => {
|
||||
updated_at: expect.any(Date),
|
||||
product: {
|
||||
profile_id: expect.any(String),
|
||||
profile: expect.any(Object),
|
||||
profiles: expect.any(Array),
|
||||
created_at: expect.any(Date),
|
||||
updated_at: expect.any(Date),
|
||||
},
|
||||
@@ -242,6 +244,8 @@ describe("medusa-plugin-sendgrid", () => {
|
||||
updated_at: expect.any(Date),
|
||||
product: {
|
||||
profile_id: expect.any(String),
|
||||
profile: expect.any(Object),
|
||||
profiles: expect.any(Array),
|
||||
created_at: expect.any(Date),
|
||||
updated_at: expect.any(Date),
|
||||
},
|
||||
@@ -303,6 +307,8 @@ describe("medusa-plugin-sendgrid", () => {
|
||||
updated_at: expect.any(Date),
|
||||
product: {
|
||||
profile_id: expect.any(String),
|
||||
profile: expect.any(Object),
|
||||
profiles: expect.any(Array),
|
||||
created_at: expect.any(Date),
|
||||
updated_at: expect.any(Date),
|
||||
},
|
||||
@@ -485,6 +491,8 @@ describe("medusa-plugin-sendgrid", () => {
|
||||
updated_at: expect.any(Date),
|
||||
product: {
|
||||
profile_id: expect.any(String),
|
||||
profile: expect.any(Object),
|
||||
profiles: expect.any(Array),
|
||||
created_at: expect.any(Date),
|
||||
updated_at: expect.any(Date),
|
||||
},
|
||||
@@ -592,6 +600,8 @@ describe("medusa-plugin-sendgrid", () => {
|
||||
updated_at: expect.any(Date),
|
||||
product: {
|
||||
profile_id: expect.any(String),
|
||||
profile: expect.any(Object),
|
||||
profiles: expect.any(Array),
|
||||
created_at: expect.any(Date),
|
||||
updated_at: expect.any(Date),
|
||||
},
|
||||
@@ -780,6 +790,8 @@ const getReturnSnap = (received = false) => {
|
||||
updated_at: expect.any(Date),
|
||||
product: {
|
||||
profile_id: expect.any(String),
|
||||
profile: expect.any(Object),
|
||||
profiles: expect.any(Array),
|
||||
created_at: expect.any(Date),
|
||||
updated_at: expect.any(Date),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user