Skip to content

Commit 2747500

Browse files
author
wellingtonjr3873
committed
bundle files
1 parent 07e7c19 commit 2747500

File tree

6 files changed

+38
-221
lines changed

6 files changed

+38
-221
lines changed

google-docs/manifest.gen.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import * as $$$1 from "./loaders/getDocumentMetadata.ts";
1414
import * as $$$2 from "./loaders/listDocuments.ts";
1515
import * as $$$3 from "./loaders/listSharedDocuments.ts";
1616
import * as $$$4 from "./loaders/oauth/start.ts";
17-
import * as $$$5 from "./loaders/searchDocuments.ts";
17+
import * as $$$5 from "./loaders/oauth/whoami.ts";
18+
import * as $$$6 from "./loaders/searchDocuments.ts";
1819

1920
const manifest = {
2021
"loaders": {
@@ -23,7 +24,8 @@ const manifest = {
2324
"google-docs/loaders/listDocuments.ts": $$$2,
2425
"google-docs/loaders/listSharedDocuments.ts": $$$3,
2526
"google-docs/loaders/oauth/start.ts": $$$4,
26-
"google-docs/loaders/searchDocuments.ts": $$$5,
27+
"google-docs/loaders/oauth/whoami.ts": $$$5,
28+
"google-docs/loaders/searchDocuments.ts": $$$6,
2729
},
2830
"actions": {
2931
"google-docs/actions/appendToDocument.ts": $$$$$$$$$0,

google-drive/manifest.gen.ts

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ import * as $$$2 from "./loaders/files/get.ts";
1515
import * as $$$3 from "./loaders/files/list.ts";
1616
import * as $$$4 from "./loaders/files/search.ts";
1717
import * as $$$5 from "./loaders/oauth/start.ts";
18-
import * as $$$6 from "./loaders/sheets/get.ts";
19-
import * as $$$7 from "./loaders/sheets/list.ts";
20-
import * as $$$8 from "./loaders/slides/get.ts";
21-
import * as $$$9 from "./loaders/slides/list.ts";
18+
import * as $$$6 from "./loaders/oauth/whoami.ts";
19+
import * as $$$7 from "./loaders/sheets/get.ts";
20+
import * as $$$8 from "./loaders/sheets/list.ts";
21+
import * as $$$9 from "./loaders/slides/get.ts";
22+
import * as $$$10 from "./loaders/slides/list.ts";
2223

2324
const manifest = {
2425
"loaders": {
@@ -28,10 +29,11 @@ const manifest = {
2829
"google-drive/loaders/files/list.ts": $$$3,
2930
"google-drive/loaders/files/search.ts": $$$4,
3031
"google-drive/loaders/oauth/start.ts": $$$5,
31-
"google-drive/loaders/sheets/get.ts": $$$6,
32-
"google-drive/loaders/sheets/list.ts": $$$7,
33-
"google-drive/loaders/slides/get.ts": $$$8,
34-
"google-drive/loaders/slides/list.ts": $$$9,
32+
"google-drive/loaders/oauth/whoami.ts": $$$6,
33+
"google-drive/loaders/sheets/get.ts": $$$7,
34+
"google-drive/loaders/sheets/list.ts": $$$8,
35+
"google-drive/loaders/slides/get.ts": $$$9,
36+
"google-drive/loaders/slides/list.ts": $$$10,
3537
},
3638
"actions": {
3739
"google-drive/actions/docs/create.ts": $$$$$$$$$0,

google-gmail/manifest.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ import * as $$$$$$$$$1 from "./actions/sendEmail.ts";
77
import * as $$$0 from "./loaders/getEmail.ts";
88
import * as $$$1 from "./loaders/listEmails.ts";
99
import * as $$$2 from "./loaders/oauth/start.ts";
10+
import * as $$$3 from "./loaders/oauth/whoami.ts";
1011

1112
const manifest = {
1213
"loaders": {
1314
"google-gmail/loaders/getEmail.ts": $$$0,
1415
"google-gmail/loaders/listEmails.ts": $$$1,
1516
"google-gmail/loaders/oauth/start.ts": $$$2,
17+
"google-gmail/loaders/oauth/whoami.ts": $$$3,
1618
},
1719
"actions": {
1820
"google-gmail/actions/oauth/callback.ts": $$$$$$$$$0,

google-sheets/manifest.gen.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import * as $$$2 from "./loaders/getSheetHeaders.ts";
1616
import * as $$$3 from "./loaders/getSpreadsheet.ts";
1717
import * as $$$4 from "./loaders/getValues.ts";
1818
import * as $$$5 from "./loaders/oauth/start.ts";
19-
import * as $$$6 from "./loaders/query.ts";
19+
import * as $$$6 from "./loaders/oauth/whoami.ts";
20+
import * as $$$7 from "./loaders/query.ts";
2021

2122
const manifest = {
2223
"loaders": {
@@ -26,7 +27,8 @@ const manifest = {
2627
"google-sheets/loaders/getSpreadsheet.ts": $$$3,
2728
"google-sheets/loaders/getValues.ts": $$$4,
2829
"google-sheets/loaders/oauth/start.ts": $$$5,
29-
"google-sheets/loaders/query.ts": $$$6,
30+
"google-sheets/loaders/oauth/whoami.ts": $$$6,
31+
"google-sheets/loaders/query.ts": $$$7,
3032
},
3133
"actions": {
3234
"google-sheets/actions/addFormula.ts": $$$$$$$$$0,

google-youtube/manifest.gen.ts

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ import * as $$$4 from "./loaders/comments/threads.ts";
2828
import * as $$$5 from "./loaders/livestreams/list.ts";
2929
import * as $$$6 from "./loaders/livestreams/streams.ts";
3030
import * as $$$7 from "./loaders/oauth/start.ts";
31-
import * as $$$8 from "./loaders/videos/captions/get.ts";
32-
import * as $$$9 from "./loaders/videos/captions/getFormated.ts";
33-
import * as $$$10 from "./loaders/videos/captions/list.ts";
34-
import * as $$$11 from "./loaders/videos/categories.ts";
35-
import * as $$$12 from "./loaders/videos/channelVideos.ts";
36-
import * as $$$13 from "./loaders/videos/details.ts";
37-
import * as $$$14 from "./loaders/videos/list.ts";
38-
import * as $$$15 from "./loaders/videos/search.ts";
31+
import * as $$$8 from "./loaders/oauth/whoami.ts";
32+
import * as $$$9 from "./loaders/videos/captions/get.ts";
33+
import * as $$$10 from "./loaders/videos/captions/getFormated.ts";
34+
import * as $$$11 from "./loaders/videos/captions/list.ts";
35+
import * as $$$12 from "./loaders/videos/categories.ts";
36+
import * as $$$13 from "./loaders/videos/channelVideos.ts";
37+
import * as $$$14 from "./loaders/videos/details.ts";
38+
import * as $$$15 from "./loaders/videos/list.ts";
39+
import * as $$$16 from "./loaders/videos/search.ts";
3940

4041
const manifest = {
4142
"loaders": {
@@ -47,14 +48,15 @@ const manifest = {
4748
"google-youtube/loaders/livestreams/list.ts": $$$5,
4849
"google-youtube/loaders/livestreams/streams.ts": $$$6,
4950
"google-youtube/loaders/oauth/start.ts": $$$7,
50-
"google-youtube/loaders/videos/captions/get.ts": $$$8,
51-
"google-youtube/loaders/videos/captions/getFormated.ts": $$$9,
52-
"google-youtube/loaders/videos/captions/list.ts": $$$10,
53-
"google-youtube/loaders/videos/categories.ts": $$$11,
54-
"google-youtube/loaders/videos/channelVideos.ts": $$$12,
55-
"google-youtube/loaders/videos/details.ts": $$$13,
56-
"google-youtube/loaders/videos/list.ts": $$$14,
57-
"google-youtube/loaders/videos/search.ts": $$$15,
51+
"google-youtube/loaders/oauth/whoami.ts": $$$8,
52+
"google-youtube/loaders/videos/captions/get.ts": $$$9,
53+
"google-youtube/loaders/videos/captions/getFormated.ts": $$$10,
54+
"google-youtube/loaders/videos/captions/list.ts": $$$11,
55+
"google-youtube/loaders/videos/categories.ts": $$$12,
56+
"google-youtube/loaders/videos/channelVideos.ts": $$$13,
57+
"google-youtube/loaders/videos/details.ts": $$$14,
58+
"google-youtube/loaders/videos/list.ts": $$$15,
59+
"google-youtube/loaders/videos/search.ts": $$$16,
5860
},
5961
"actions": {
6062
"google-youtube/actions/channels/update.ts": $$$$$$$$$0,

vtex/manifest.gen.ts

Lines changed: 0 additions & 193 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// This file is automatically updated during development when running `dev.ts`.
44

55
import * as $$$$$$$$$0 from "./actions/address/create.ts";
6-
<<<<<<< HEAD
76
import * as $$$$$$$$$1 from "./actions/address/createAddress.ts";
87
import * as $$$$$$$$$2 from "./actions/address/delete.ts";
98
import * as $$$$$$$$$3 from "./actions/address/deleteAddress.ts";
@@ -113,109 +112,13 @@ import * as $$$55 from "./loaders/user.ts";
113112
import * as $$$56 from "./loaders/wishlist.ts";
114113
import * as $$$57 from "./loaders/workflow/product.ts";
115114
import * as $$$58 from "./loaders/workflow/products.ts";
116-
=======
117-
import * as $$$$$$$$$1 from "./actions/address/delete.ts";
118-
import * as $$$$$$$$$2 from "./actions/address/update.ts";
119-
import * as $$$$$$$$$3 from "./actions/analytics/sendEvent.ts";
120-
import * as $$$$$$$$$4 from "./actions/authentication/accessKeySignIn.ts";
121-
import * as $$$$$$$$$5 from "./actions/authentication/classicSignIn.ts";
122-
import * as $$$$$$$$$6 from "./actions/authentication/logout.ts";
123-
import * as $$$$$$$$$7 from "./actions/authentication/recoveryPassword.ts";
124-
import * as $$$$$$$$$8 from "./actions/authentication/refreshToken.ts";
125-
import * as $$$$$$$$$9 from "./actions/authentication/resetPassword.ts";
126-
import * as $$$$$$$$$10 from "./actions/authentication/sendEmailVerification.ts";
127-
import * as $$$$$$$$$11 from "./actions/authentication/startAuthentication.ts";
128-
import * as $$$$$$$$$12 from "./actions/cart/addItems.ts";
129-
import * as $$$$$$$$$13 from "./actions/cart/addOfferings.ts";
130-
import * as $$$$$$$$$14 from "./actions/cart/clearOrderformMessages.ts";
131-
import * as $$$$$$$$$15 from "./actions/cart/getInstallment.ts";
132-
import * as $$$$$$$$$16 from "./actions/cart/removeItemAttachment.ts";
133-
import * as $$$$$$$$$17 from "./actions/cart/removeItems.ts";
134-
import * as $$$$$$$$$18 from "./actions/cart/removeOffering.ts";
135-
import * as $$$$$$$$$19 from "./actions/cart/simulation.ts";
136-
import * as $$$$$$$$$20 from "./actions/cart/updateAttachment.ts";
137-
import * as $$$$$$$$$21 from "./actions/cart/updateCoupons.ts";
138-
import * as $$$$$$$$$22 from "./actions/cart/updateGifts.ts";
139-
import * as $$$$$$$$$23 from "./actions/cart/updateItemAttachment.ts";
140-
import * as $$$$$$$$$24 from "./actions/cart/updateItemPrice.ts";
141-
import * as $$$$$$$$$25 from "./actions/cart/updateItems.ts";
142-
import * as $$$$$$$$$26 from "./actions/cart/updateProfile.ts";
143-
import * as $$$$$$$$$27 from "./actions/cart/updateUser.ts";
144-
import * as $$$$$$$$$28 from "./actions/masterdata/createDocument.ts";
145-
import * as $$$$$$$$$29 from "./actions/masterdata/updateDocument.ts";
146-
import * as $$$$$$$$$30 from "./actions/newsletter/subscribe.ts";
147-
import * as $$$$$$$$$31 from "./actions/newsletter/updateNewsletterOptIn.ts";
148-
import * as $$$$$$$$$32 from "./actions/notifyme.ts";
149-
import * as $$$$$$$$$33 from "./actions/orders/cancel.ts";
150-
import * as $$$$$$$$$34 from "./actions/payment/deletePaymentToken.ts";
151-
import * as $$$$$$$$$35 from "./actions/profile/updateProfile.ts";
152-
import * as $$$$$$$$$36 from "./actions/review/submit.ts";
153-
import * as $$$$$$$$$37 from "./actions/session/createSession.ts";
154-
import * as $$$$$$$$$38 from "./actions/session/deleteSession.ts";
155-
import * as $$$$$$$$$39 from "./actions/session/editSession.ts";
156-
import * as $$$$$$$$$40 from "./actions/trigger.ts";
157-
import * as $$$$$$$$$41 from "./actions/wishlist/addItem.ts";
158-
import * as $$$$$$$$$42 from "./actions/wishlist/removeItem.ts";
159-
import * as $$$$0 from "./handlers/sitemap.ts";
160-
import * as $$$0 from "./loaders/address/getAddressByPostalCode.ts";
161-
import * as $$$1 from "./loaders/address/getUserAddresses.ts";
162-
import * as $$$2 from "./loaders/cart.ts";
163-
import * as $$$3 from "./loaders/categories/tree.ts";
164-
import * as $$$4 from "./loaders/collections/list.ts";
165-
import * as $$$5 from "./loaders/config.ts";
166-
import * as $$$6 from "./loaders/intelligentSearch/productDetailsPage.ts";
167-
import * as $$$7 from "./loaders/intelligentSearch/productList.ts";
168-
import * as $$$8 from "./loaders/intelligentSearch/productListingPage.ts";
169-
import * as $$$9 from "./loaders/intelligentSearch/productSearchValidator.ts";
170-
import * as $$$10 from "./loaders/intelligentSearch/suggestions.ts";
171-
import * as $$$11 from "./loaders/intelligentSearch/topsearches.ts";
172-
import * as $$$12 from "./loaders/legacy/brands.ts";
173-
import * as $$$13 from "./loaders/legacy/pageType.ts";
174-
import * as $$$14 from "./loaders/legacy/productDetailsPage.ts";
175-
import * as $$$15 from "./loaders/legacy/productList.ts";
176-
import * as $$$16 from "./loaders/legacy/productListingPage.ts";
177-
import * as $$$17 from "./loaders/legacy/relatedProductsLoader.ts";
178-
import * as $$$18 from "./loaders/legacy/suggestions.ts";
179-
import * as $$$19 from "./loaders/logistics/getSalesChannelById.ts";
180-
import * as $$$20 from "./loaders/logistics/listPickupPoints.ts";
181-
import * as $$$21 from "./loaders/logistics/listPickupPointsByLocation.ts";
182-
import * as $$$22 from "./loaders/logistics/listSalesChannelById.ts";
183-
import * as $$$23 from "./loaders/logistics/listStockByStore.ts";
184-
import * as $$$24 from "./loaders/masterdata/searchDocuments.ts";
185-
import * as $$$25 from "./loaders/navbar.ts";
186-
import * as $$$26 from "./loaders/options/productIdByTerm.ts";
187-
import * as $$$27 from "./loaders/orders/getById.ts";
188-
import * as $$$28 from "./loaders/orders/list.ts";
189-
import * as $$$29 from "./loaders/orders/orderplaced.ts";
190-
import * as $$$30 from "./loaders/paths/PDPDefaultPath.ts";
191-
import * as $$$31 from "./loaders/paths/PLPDefaultPath.ts";
192-
import * as $$$32 from "./loaders/payment/paymentSystems.ts";
193-
import * as $$$33 from "./loaders/payment/userPayments.ts";
194-
import * as $$$34 from "./loaders/product/extend.ts";
195-
import * as $$$35 from "./loaders/product/extensions/detailsPage.ts";
196-
import * as $$$36 from "./loaders/product/extensions/list.ts";
197-
import * as $$$37 from "./loaders/product/extensions/listingPage.ts";
198-
import * as $$$38 from "./loaders/product/extensions/suggestions.ts";
199-
import * as $$$39 from "./loaders/product/wishlist.ts";
200-
import * as $$$40 from "./loaders/profile/getCurrentProfile.ts";
201-
import * as $$$41 from "./loaders/profile/getProfileByEmail.ts";
202-
import * as $$$42 from "./loaders/promotion/getPromotionById.ts";
203-
import * as $$$43 from "./loaders/proxy.ts";
204-
import * as $$$44 from "./loaders/session/getSession.ts";
205-
import * as $$$45 from "./loaders/session/getUserSessions.ts";
206-
import * as $$$46 from "./loaders/user.ts";
207-
import * as $$$47 from "./loaders/wishlist.ts";
208-
import * as $$$48 from "./loaders/workflow/product.ts";
209-
import * as $$$49 from "./loaders/workflow/products.ts";
210-
>>>>>>> 1bfd0c2f75171e69512c4a7e8b39912c431d4ed3
211115
import * as $$$$$$0 from "./sections/Analytics/Vtex.tsx";
212116
import * as $$$$$$$$$$0 from "./workflows/events.ts";
213117
import * as $$$$$$$$$$1 from "./workflows/product/index.ts";
214118

215119
const manifest = {
216120
"loaders": {
217121
"vtex/loaders/address/getAddressByPostalCode.ts": $$$0,
218-
<<<<<<< HEAD
219122
"vtex/loaders/address/getAddressByZIP.ts": $$$1,
220123
"vtex/loaders/address/getUserAddresses.ts": $$$2,
221124
"vtex/loaders/address/list.ts": $$$3,
@@ -274,57 +177,6 @@ const manifest = {
274177
"vtex/loaders/wishlist.ts": $$$56,
275178
"vtex/loaders/workflow/product.ts": $$$57,
276179
"vtex/loaders/workflow/products.ts": $$$58,
277-
=======
278-
"vtex/loaders/address/getUserAddresses.ts": $$$1,
279-
"vtex/loaders/cart.ts": $$$2,
280-
"vtex/loaders/categories/tree.ts": $$$3,
281-
"vtex/loaders/collections/list.ts": $$$4,
282-
"vtex/loaders/config.ts": $$$5,
283-
"vtex/loaders/intelligentSearch/productDetailsPage.ts": $$$6,
284-
"vtex/loaders/intelligentSearch/productList.ts": $$$7,
285-
"vtex/loaders/intelligentSearch/productListingPage.ts": $$$8,
286-
"vtex/loaders/intelligentSearch/productSearchValidator.ts": $$$9,
287-
"vtex/loaders/intelligentSearch/suggestions.ts": $$$10,
288-
"vtex/loaders/intelligentSearch/topsearches.ts": $$$11,
289-
"vtex/loaders/legacy/brands.ts": $$$12,
290-
"vtex/loaders/legacy/pageType.ts": $$$13,
291-
"vtex/loaders/legacy/productDetailsPage.ts": $$$14,
292-
"vtex/loaders/legacy/productList.ts": $$$15,
293-
"vtex/loaders/legacy/productListingPage.ts": $$$16,
294-
"vtex/loaders/legacy/relatedProductsLoader.ts": $$$17,
295-
"vtex/loaders/legacy/suggestions.ts": $$$18,
296-
"vtex/loaders/logistics/getSalesChannelById.ts": $$$19,
297-
"vtex/loaders/logistics/listPickupPoints.ts": $$$20,
298-
"vtex/loaders/logistics/listPickupPointsByLocation.ts": $$$21,
299-
"vtex/loaders/logistics/listSalesChannelById.ts": $$$22,
300-
"vtex/loaders/logistics/listStockByStore.ts": $$$23,
301-
"vtex/loaders/masterdata/searchDocuments.ts": $$$24,
302-
"vtex/loaders/navbar.ts": $$$25,
303-
"vtex/loaders/options/productIdByTerm.ts": $$$26,
304-
"vtex/loaders/orders/getById.ts": $$$27,
305-
"vtex/loaders/orders/list.ts": $$$28,
306-
"vtex/loaders/orders/orderplaced.ts": $$$29,
307-
"vtex/loaders/paths/PDPDefaultPath.ts": $$$30,
308-
"vtex/loaders/paths/PLPDefaultPath.ts": $$$31,
309-
"vtex/loaders/payment/paymentSystems.ts": $$$32,
310-
"vtex/loaders/payment/userPayments.ts": $$$33,
311-
"vtex/loaders/product/extend.ts": $$$34,
312-
"vtex/loaders/product/extensions/detailsPage.ts": $$$35,
313-
"vtex/loaders/product/extensions/list.ts": $$$36,
314-
"vtex/loaders/product/extensions/listingPage.ts": $$$37,
315-
"vtex/loaders/product/extensions/suggestions.ts": $$$38,
316-
"vtex/loaders/product/wishlist.ts": $$$39,
317-
"vtex/loaders/profile/getCurrentProfile.ts": $$$40,
318-
"vtex/loaders/profile/getProfileByEmail.ts": $$$41,
319-
"vtex/loaders/promotion/getPromotionById.ts": $$$42,
320-
"vtex/loaders/proxy.ts": $$$43,
321-
"vtex/loaders/session/getSession.ts": $$$44,
322-
"vtex/loaders/session/getUserSessions.ts": $$$45,
323-
"vtex/loaders/user.ts": $$$46,
324-
"vtex/loaders/wishlist.ts": $$$47,
325-
"vtex/loaders/workflow/product.ts": $$$48,
326-
"vtex/loaders/workflow/products.ts": $$$49,
327-
>>>>>>> 1bfd0c2f75171e69512c4a7e8b39912c431d4ed3
328180
},
329181
"handlers": {
330182
"vtex/handlers/sitemap.ts": $$$$0,
@@ -334,7 +186,6 @@ const manifest = {
334186
},
335187
"actions": {
336188
"vtex/actions/address/create.ts": $$$$$$$$$0,
337-
<<<<<<< HEAD
338189
"vtex/actions/address/createAddress.ts": $$$$$$$$$1,
339190
"vtex/actions/address/delete.ts": $$$$$$$$$2,
340191
"vtex/actions/address/deleteAddress.ts": $$$$$$$$$3,
@@ -384,50 +235,6 @@ const manifest = {
384235
"vtex/actions/trigger.ts": $$$$$$$$$47,
385236
"vtex/actions/wishlist/addItem.ts": $$$$$$$$$48,
386237
"vtex/actions/wishlist/removeItem.ts": $$$$$$$$$49,
387-
=======
388-
"vtex/actions/address/delete.ts": $$$$$$$$$1,
389-
"vtex/actions/address/update.ts": $$$$$$$$$2,
390-
"vtex/actions/analytics/sendEvent.ts": $$$$$$$$$3,
391-
"vtex/actions/authentication/accessKeySignIn.ts": $$$$$$$$$4,
392-
"vtex/actions/authentication/classicSignIn.ts": $$$$$$$$$5,
393-
"vtex/actions/authentication/logout.ts": $$$$$$$$$6,
394-
"vtex/actions/authentication/recoveryPassword.ts": $$$$$$$$$7,
395-
"vtex/actions/authentication/refreshToken.ts": $$$$$$$$$8,
396-
"vtex/actions/authentication/resetPassword.ts": $$$$$$$$$9,
397-
"vtex/actions/authentication/sendEmailVerification.ts": $$$$$$$$$10,
398-
"vtex/actions/authentication/startAuthentication.ts": $$$$$$$$$11,
399-
"vtex/actions/cart/addItems.ts": $$$$$$$$$12,
400-
"vtex/actions/cart/addOfferings.ts": $$$$$$$$$13,
401-
"vtex/actions/cart/clearOrderformMessages.ts": $$$$$$$$$14,
402-
"vtex/actions/cart/getInstallment.ts": $$$$$$$$$15,
403-
"vtex/actions/cart/removeItemAttachment.ts": $$$$$$$$$16,
404-
"vtex/actions/cart/removeItems.ts": $$$$$$$$$17,
405-
"vtex/actions/cart/removeOffering.ts": $$$$$$$$$18,
406-
"vtex/actions/cart/simulation.ts": $$$$$$$$$19,
407-
"vtex/actions/cart/updateAttachment.ts": $$$$$$$$$20,
408-
"vtex/actions/cart/updateCoupons.ts": $$$$$$$$$21,
409-
"vtex/actions/cart/updateGifts.ts": $$$$$$$$$22,
410-
"vtex/actions/cart/updateItemAttachment.ts": $$$$$$$$$23,
411-
"vtex/actions/cart/updateItemPrice.ts": $$$$$$$$$24,
412-
"vtex/actions/cart/updateItems.ts": $$$$$$$$$25,
413-
"vtex/actions/cart/updateProfile.ts": $$$$$$$$$26,
414-
"vtex/actions/cart/updateUser.ts": $$$$$$$$$27,
415-
"vtex/actions/masterdata/createDocument.ts": $$$$$$$$$28,
416-
"vtex/actions/masterdata/updateDocument.ts": $$$$$$$$$29,
417-
"vtex/actions/newsletter/subscribe.ts": $$$$$$$$$30,
418-
"vtex/actions/newsletter/updateNewsletterOptIn.ts": $$$$$$$$$31,
419-
"vtex/actions/notifyme.ts": $$$$$$$$$32,
420-
"vtex/actions/orders/cancel.ts": $$$$$$$$$33,
421-
"vtex/actions/payment/deletePaymentToken.ts": $$$$$$$$$34,
422-
"vtex/actions/profile/updateProfile.ts": $$$$$$$$$35,
423-
"vtex/actions/review/submit.ts": $$$$$$$$$36,
424-
"vtex/actions/session/createSession.ts": $$$$$$$$$37,
425-
"vtex/actions/session/deleteSession.ts": $$$$$$$$$38,
426-
"vtex/actions/session/editSession.ts": $$$$$$$$$39,
427-
"vtex/actions/trigger.ts": $$$$$$$$$40,
428-
"vtex/actions/wishlist/addItem.ts": $$$$$$$$$41,
429-
"vtex/actions/wishlist/removeItem.ts": $$$$$$$$$42,
430-
>>>>>>> 1bfd0c2f75171e69512c4a7e8b39912c431d4ed3
431238
},
432239
"workflows": {
433240
"vtex/workflows/events.ts": $$$$$$$$$$0,

0 commit comments

Comments
 (0)