Skip to content

Commit ca9dee2

Browse files
committed
feat: Updated metadata for order/card targets
1 parent 991da94 commit ca9dee2

File tree

1 file changed

+39
-13
lines changed

1 file changed

+39
-13
lines changed

meta/index.ts

Lines changed: 39 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ export const targetListDocumentation: {
7171
customContexts: [
7272
'order',
7373
],
74-
actions: [],
74+
actions: [
75+
'order/card',
76+
],
7577
},
7678
'order/card:common.after': {
7779
description: {
@@ -92,7 +94,9 @@ export const targetListDocumentation: {
9294
customContexts: [
9395
'order',
9496
],
95-
actions: [],
97+
actions: [
98+
'order/card',
99+
],
96100
},
97101
'order/card:customer.before': {
98102
description: {
@@ -113,7 +117,9 @@ export const targetListDocumentation: {
113117
customContexts: [
114118
'order',
115119
],
116-
actions: [],
120+
actions: [
121+
'order/card',
122+
],
117123
},
118124
'order/card:customer.after': {
119125
description: {
@@ -134,7 +140,9 @@ export const targetListDocumentation: {
134140
customContexts: [
135141
'order',
136142
],
137-
actions: [],
143+
actions: [
144+
'order/card',
145+
],
138146
},
139147
'order/card:customer.email': {
140148
description: {
@@ -155,7 +163,9 @@ export const targetListDocumentation: {
155163
customContexts: [
156164
'order',
157165
],
158-
actions: [],
166+
actions: [
167+
'order/card',
168+
],
159169
},
160170
'order/card:customer.phone': {
161171
description: {
@@ -176,7 +186,9 @@ export const targetListDocumentation: {
176186
customContexts: [
177187
'order',
178188
],
179-
actions: [],
189+
actions: [
190+
'order/card',
191+
],
180192
},
181193
'order/card:list.before': {
182194
description: {
@@ -243,7 +255,9 @@ export const targetListDocumentation: {
243255
customContexts: [
244256
'order',
245257
],
246-
actions: [],
258+
actions: [
259+
'order/card',
260+
],
247261
},
248262
'order/card:dimensions.before': {
249263
description: {
@@ -264,7 +278,9 @@ export const targetListDocumentation: {
264278
customContexts: [
265279
'order',
266280
],
267-
actions: [],
281+
actions: [
282+
'order/card',
283+
],
268284
},
269285
'order/card:delivery.before': {
270286
description: {
@@ -285,7 +301,9 @@ export const targetListDocumentation: {
285301
customContexts: [
286302
'order',
287303
],
288-
actions: [],
304+
actions: [
305+
'order/card',
306+
],
289307
},
290308
'order/card:delivery.after': {
291309
description: {
@@ -306,7 +324,9 @@ export const targetListDocumentation: {
306324
customContexts: [
307325
'order',
308326
],
309-
actions: [],
327+
actions: [
328+
'order/card',
329+
],
310330
},
311331
'order/card:delivery.address': {
312332
description: {
@@ -327,7 +347,9 @@ export const targetListDocumentation: {
327347
customContexts: [
328348
'order',
329349
],
330-
actions: [],
350+
actions: [
351+
'order/card',
352+
],
331353
},
332354
'order/card:payment.before': {
333355
description: {
@@ -348,7 +370,9 @@ export const targetListDocumentation: {
348370
customContexts: [
349371
'order',
350372
],
351-
actions: [],
373+
actions: [
374+
'order/card',
375+
],
352376
},
353377
'order/card:comment.manager.before': {
354378
description: {
@@ -369,7 +393,9 @@ export const targetListDocumentation: {
369393
customContexts: [
370394
'order',
371395
],
372-
actions: [],
396+
actions: [
397+
'order/card',
398+
],
373399
},
374400
}
375401

0 commit comments

Comments
 (0)