@artisan-commerce/builders 0.7.0-canary.67 → 0.7.0-canary.71
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/dist/bundle.cjs.map +1 -1
- package/dist/bundle.d.ts +308 -21
- package/dist/bundle.mjs.map +1 -1
- package/dist/bundle.umd.js.map +1 -1
- package/dist/noop.cjs.map +1 -1
- package/dist/noop.mjs.map +1 -1
- package/package.json +3 -3
package/dist/bundle.d.ts
CHANGED
|
@@ -24,7 +24,10 @@ declare const genAccounts: <T extends AdditionalInfo = AdditionalInfo>(quantity?
|
|
|
24
24
|
declare const account_builder_buildAccount: typeof buildAccount;
|
|
25
25
|
declare const account_builder_genAccounts: typeof genAccounts;
|
|
26
26
|
declare namespace account_builder {
|
|
27
|
-
export {
|
|
27
|
+
export {
|
|
28
|
+
account_builder_buildAccount as buildAccount,
|
|
29
|
+
account_builder_genAccounts as genAccounts,
|
|
30
|
+
};
|
|
28
31
|
}
|
|
29
32
|
|
|
30
33
|
/**
|
|
@@ -97,7 +100,15 @@ declare const banner_builder_genBannerBenefits: typeof genBannerBenefits;
|
|
|
97
100
|
declare const banner_builder_genBannerImages: typeof genBannerImages;
|
|
98
101
|
declare const banner_builder_genBanners: typeof genBanners;
|
|
99
102
|
declare namespace banner_builder {
|
|
100
|
-
export {
|
|
103
|
+
export {
|
|
104
|
+
banner_builder_buildBanner as buildBanner,
|
|
105
|
+
banner_builder_buildBannerBenefits as buildBannerBenefits,
|
|
106
|
+
banner_builder_buildBannerCoupon as buildBannerCoupon,
|
|
107
|
+
banner_builder_buildBannerImage as buildBannerImage,
|
|
108
|
+
banner_builder_genBannerBenefits as genBannerBenefits,
|
|
109
|
+
banner_builder_genBannerImages as genBannerImages,
|
|
110
|
+
banner_builder_genBanners as genBanners,
|
|
111
|
+
};
|
|
101
112
|
}
|
|
102
113
|
|
|
103
114
|
/**
|
|
@@ -123,7 +134,10 @@ declare const genBillingData: <T extends AdditionalInfo = AdditionalInfo>(quanti
|
|
|
123
134
|
declare const billingData_builder_buildBillingData: typeof buildBillingData;
|
|
124
135
|
declare const billingData_builder_genBillingData: typeof genBillingData;
|
|
125
136
|
declare namespace billingData_builder {
|
|
126
|
-
export {
|
|
137
|
+
export {
|
|
138
|
+
billingData_builder_buildBillingData as buildBillingData,
|
|
139
|
+
billingData_builder_genBillingData as genBillingData,
|
|
140
|
+
};
|
|
127
141
|
}
|
|
128
142
|
|
|
129
143
|
/**
|
|
@@ -149,7 +163,10 @@ declare const genCatalogues: <T extends AdditionalInfo = AdditionalInfo>(quantit
|
|
|
149
163
|
declare const catalogue_builder_buildCatalogue: typeof buildCatalogue;
|
|
150
164
|
declare const catalogue_builder_genCatalogues: typeof genCatalogues;
|
|
151
165
|
declare namespace catalogue_builder {
|
|
152
|
-
export {
|
|
166
|
+
export {
|
|
167
|
+
catalogue_builder_buildCatalogue as buildCatalogue,
|
|
168
|
+
catalogue_builder_genCatalogues as genCatalogues,
|
|
169
|
+
};
|
|
153
170
|
}
|
|
154
171
|
|
|
155
172
|
/**
|
|
@@ -195,7 +212,12 @@ declare const category_builder_buildCategoryWithProducts: typeof buildCategoryWi
|
|
|
195
212
|
declare const category_builder_genCategories: typeof genCategories;
|
|
196
213
|
declare const category_builder_genCategoryWithProducts: typeof genCategoryWithProducts;
|
|
197
214
|
declare namespace category_builder {
|
|
198
|
-
export {
|
|
215
|
+
export {
|
|
216
|
+
category_builder_buildCategory as buildCategory,
|
|
217
|
+
category_builder_buildCategoryWithProducts as buildCategoryWithProducts,
|
|
218
|
+
category_builder_genCategories as genCategories,
|
|
219
|
+
category_builder_genCategoryWithProducts as genCategoryWithProducts,
|
|
220
|
+
};
|
|
199
221
|
}
|
|
200
222
|
|
|
201
223
|
/**
|
|
@@ -526,7 +548,49 @@ declare const common_builder_getUYDocumentTypes: typeof getUYDocumentTypes;
|
|
|
526
548
|
declare const common_builder_getUsername: typeof getUsername;
|
|
527
549
|
declare const common_builder_getVEDocumentTypes: typeof getVEDocumentTypes;
|
|
528
550
|
declare namespace common_builder {
|
|
529
|
-
export {
|
|
551
|
+
export {
|
|
552
|
+
common_builder_chooseRandom as chooseRandom,
|
|
553
|
+
common_builder_fillNumber as fillNumber,
|
|
554
|
+
common_builder_genAddress as genAddress,
|
|
555
|
+
common_builder_genBase64 as genBase64,
|
|
556
|
+
common_builder_genBiasBoolean as genBiasBoolean,
|
|
557
|
+
common_builder_genCompanyName as genCompanyName,
|
|
558
|
+
common_builder_genCountry as genCountry,
|
|
559
|
+
common_builder_genCountryName as genCountryName,
|
|
560
|
+
common_builder_genDate as genDate,
|
|
561
|
+
common_builder_genDocument as genDocument,
|
|
562
|
+
common_builder_genDocumentType as genDocumentType,
|
|
563
|
+
common_builder_genEmail as genEmail,
|
|
564
|
+
common_builder_genIP as genIP,
|
|
565
|
+
common_builder_genId as genId,
|
|
566
|
+
common_builder_genItems as genItems,
|
|
567
|
+
common_builder_genMobilPhone as genMobilPhone,
|
|
568
|
+
common_builder_genName as genName,
|
|
569
|
+
common_builder_genNumber as genNumber,
|
|
570
|
+
common_builder_genNumericId as genNumericId,
|
|
571
|
+
common_builder_genParagraph as genParagraph,
|
|
572
|
+
common_builder_genRandomImage as genRandomImage,
|
|
573
|
+
common_builder_genSymbol as genSymbol,
|
|
574
|
+
common_builder_genTitle as genTitle,
|
|
575
|
+
common_builder_genURL as genURL,
|
|
576
|
+
common_builder_genWord as genWord,
|
|
577
|
+
common_builder_genWords as genWords,
|
|
578
|
+
common_builder_getARDocumentTypes as getARDocumentTypes,
|
|
579
|
+
common_builder_getBODocumentTypes as getBODocumentTypes,
|
|
580
|
+
common_builder_getBRDocumentTypes as getBRDocumentTypes,
|
|
581
|
+
common_builder_getBoolean as getBoolean,
|
|
582
|
+
common_builder_getCLDocumentTypes as getCLDocumentTypes,
|
|
583
|
+
common_builder_getCODocumentTypes as getCODocumentTypes,
|
|
584
|
+
common_builder_getCommonDocumentTypes as getCommonDocumentTypes,
|
|
585
|
+
common_builder_getECDocumentTypes as getECDocumentTypes,
|
|
586
|
+
common_builder_getPEDocumentTypes as getPEDocumentTypes,
|
|
587
|
+
common_builder_getPYDocumentTypes as getPYDocumentTypes,
|
|
588
|
+
common_builder_getPassword as getPassword,
|
|
589
|
+
common_builder_getUSDocumentTypes as getUSDocumentTypes,
|
|
590
|
+
common_builder_getUYDocumentTypes as getUYDocumentTypes,
|
|
591
|
+
common_builder_getUsername as getUsername,
|
|
592
|
+
common_builder_getVEDocumentTypes as getVEDocumentTypes,
|
|
593
|
+
};
|
|
530
594
|
}
|
|
531
595
|
|
|
532
596
|
/**
|
|
@@ -577,7 +641,13 @@ declare const country_builder_countriesCodes: typeof countriesCodes;
|
|
|
577
641
|
declare const country_builder_genCountries: typeof genCountries;
|
|
578
642
|
declare const country_builder_genCountryCurrencies: typeof genCountryCurrencies;
|
|
579
643
|
declare namespace country_builder {
|
|
580
|
-
export {
|
|
644
|
+
export {
|
|
645
|
+
country_builder_buildCountry as buildCountry,
|
|
646
|
+
country_builder_buildCountryCurrency as buildCountryCurrency,
|
|
647
|
+
country_builder_countriesCodes as countriesCodes,
|
|
648
|
+
country_builder_genCountries as genCountries,
|
|
649
|
+
country_builder_genCountryCurrencies as genCountryCurrencies,
|
|
650
|
+
};
|
|
581
651
|
}
|
|
582
652
|
|
|
583
653
|
/**
|
|
@@ -796,7 +866,30 @@ declare const coupon_builder_genStoreCoupons: typeof genStoreCoupons;
|
|
|
796
866
|
declare const coupon_builder_genTokens: typeof genTokens;
|
|
797
867
|
declare const coupon_builder_genWallets: typeof genWallets;
|
|
798
868
|
declare namespace coupon_builder {
|
|
799
|
-
export {
|
|
869
|
+
export {
|
|
870
|
+
coupon_builder_buildAward as buildAward,
|
|
871
|
+
coupon_builder_buildBenefit as buildBenefit,
|
|
872
|
+
coupon_builder_buildBenefitData as buildBenefitData,
|
|
873
|
+
coupon_builder_buildCode as buildCode,
|
|
874
|
+
coupon_builder_buildCoupon as buildCoupon,
|
|
875
|
+
coupon_builder_buildCouponCategory as buildCouponCategory,
|
|
876
|
+
coupon_builder_buildProductCoupon as buildProductCoupon,
|
|
877
|
+
coupon_builder_buildStoreCoupon as buildStoreCoupon,
|
|
878
|
+
coupon_builder_buildStoreCouponDetail as buildStoreCouponDetail,
|
|
879
|
+
coupon_builder_buildToken as buildToken,
|
|
880
|
+
coupon_builder_buildWallet as buildWallet,
|
|
881
|
+
coupon_builder_genAwards as genAwards,
|
|
882
|
+
coupon_builder_genBenefitData as genBenefitData,
|
|
883
|
+
coupon_builder_genBenefits as genBenefits,
|
|
884
|
+
coupon_builder_genCodes as genCodes,
|
|
885
|
+
coupon_builder_genCouponCategories as genCouponCategories,
|
|
886
|
+
coupon_builder_genCoupons as genCoupons,
|
|
887
|
+
coupon_builder_genProductCoupons as genProductCoupons,
|
|
888
|
+
coupon_builder_genStoreCouponDetails as genStoreCouponDetails,
|
|
889
|
+
coupon_builder_genStoreCoupons as genStoreCoupons,
|
|
890
|
+
coupon_builder_genTokens as genTokens,
|
|
891
|
+
coupon_builder_genWallets as genWallets,
|
|
892
|
+
};
|
|
800
893
|
}
|
|
801
894
|
|
|
802
895
|
/**
|
|
@@ -1015,7 +1108,30 @@ declare const fulfillment_builder_genWorkflows: typeof genWorkflows;
|
|
|
1015
1108
|
declare const fulfillment_builder_stepCategory: typeof stepCategory;
|
|
1016
1109
|
declare const fulfillment_builder_stepCode: typeof stepCode;
|
|
1017
1110
|
declare namespace fulfillment_builder {
|
|
1018
|
-
export {
|
|
1111
|
+
export {
|
|
1112
|
+
fulfillment_builder_buildIssue as buildIssue,
|
|
1113
|
+
fulfillment_builder_buildIssueAdditionalInfo as buildIssueAdditionalInfo,
|
|
1114
|
+
fulfillment_builder_buildIssueHistory as buildIssueHistory,
|
|
1115
|
+
fulfillment_builder_buildStepNotification as buildStepNotification,
|
|
1116
|
+
fulfillment_builder_buildStepWorkflow as buildStepWorkflow,
|
|
1117
|
+
fulfillment_builder_buildStepWorkflowAdditionalInfo as buildStepWorkflowAdditionalInfo,
|
|
1118
|
+
fulfillment_builder_buildStepWorkflowGroup as buildStepWorkflowGroup,
|
|
1119
|
+
fulfillment_builder_buildTransitionWorkflow as buildTransitionWorkflow,
|
|
1120
|
+
fulfillment_builder_buildWebhookWorkflow as buildWebhookWorkflow,
|
|
1121
|
+
fulfillment_builder_buildWorkflow as buildWorkflow,
|
|
1122
|
+
fulfillment_builder_genIssueAdditionalInfo as genIssueAdditionalInfo,
|
|
1123
|
+
fulfillment_builder_genIssueHistory as genIssueHistory,
|
|
1124
|
+
fulfillment_builder_genIssues as genIssues,
|
|
1125
|
+
fulfillment_builder_genStepNotifications as genStepNotifications,
|
|
1126
|
+
fulfillment_builder_genStepWorkflowAdditionalInfos as genStepWorkflowAdditionalInfos,
|
|
1127
|
+
fulfillment_builder_genStepWorkflowGroups as genStepWorkflowGroups,
|
|
1128
|
+
fulfillment_builder_genStepWorkflows as genStepWorkflows,
|
|
1129
|
+
fulfillment_builder_genTransitionWorkflows as genTransitionWorkflows,
|
|
1130
|
+
fulfillment_builder_genWebhookWorkflows as genWebhookWorkflows,
|
|
1131
|
+
fulfillment_builder_genWorkflows as genWorkflows,
|
|
1132
|
+
fulfillment_builder_stepCategory as stepCategory,
|
|
1133
|
+
fulfillment_builder_stepCode as stepCode,
|
|
1134
|
+
};
|
|
1019
1135
|
}
|
|
1020
1136
|
|
|
1021
1137
|
/**
|
|
@@ -1057,7 +1173,12 @@ declare const image_builder_buildURLImage: typeof buildURLImage;
|
|
|
1057
1173
|
declare const image_builder_genCDNImages: typeof genCDNImages;
|
|
1058
1174
|
declare const image_builder_genURLImages: typeof genURLImages;
|
|
1059
1175
|
declare namespace image_builder {
|
|
1060
|
-
export {
|
|
1176
|
+
export {
|
|
1177
|
+
image_builder_buildCDNImage as buildCDNImage,
|
|
1178
|
+
image_builder_buildURLImage as buildURLImage,
|
|
1179
|
+
image_builder_genCDNImages as genCDNImages,
|
|
1180
|
+
image_builder_genURLImages as genURLImages,
|
|
1181
|
+
};
|
|
1061
1182
|
}
|
|
1062
1183
|
|
|
1063
1184
|
/**
|
|
@@ -1202,7 +1323,22 @@ declare const notification_builder_genNotificationStores: typeof genNotification
|
|
|
1202
1323
|
declare const notification_builder_genNotificationUsers: typeof genNotificationUsers;
|
|
1203
1324
|
declare const notification_builder_genNotifications: typeof genNotifications;
|
|
1204
1325
|
declare namespace notification_builder {
|
|
1205
|
-
export {
|
|
1326
|
+
export {
|
|
1327
|
+
notification_builder_buildNotification as buildNotification,
|
|
1328
|
+
notification_builder_buildNotificationAdditionalInfo as buildNotificationAdditionalInfo,
|
|
1329
|
+
notification_builder_buildNotificationExtraData as buildNotificationExtraData,
|
|
1330
|
+
notification_builder_buildNotificationListItem as buildNotificationListItem,
|
|
1331
|
+
notification_builder_buildNotificationStep as buildNotificationStep,
|
|
1332
|
+
notification_builder_buildNotificationStore as buildNotificationStore,
|
|
1333
|
+
notification_builder_buildNotificationUser as buildNotificationUser,
|
|
1334
|
+
notification_builder_genNotificationAdditionalInfos as genNotificationAdditionalInfos,
|
|
1335
|
+
notification_builder_genNotificationExtraDatas as genNotificationExtraDatas,
|
|
1336
|
+
notification_builder_genNotificationListItems as genNotificationListItems,
|
|
1337
|
+
notification_builder_genNotificationSteps as genNotificationSteps,
|
|
1338
|
+
notification_builder_genNotificationStores as genNotificationStores,
|
|
1339
|
+
notification_builder_genNotificationUsers as genNotificationUsers,
|
|
1340
|
+
notification_builder_genNotifications as genNotifications,
|
|
1341
|
+
};
|
|
1206
1342
|
}
|
|
1207
1343
|
|
|
1208
1344
|
/**
|
|
@@ -1878,7 +2014,75 @@ declare const order_builder_genZipCodeFields: typeof genZipCodeFields;
|
|
|
1878
2014
|
declare const order_builder_orderStatusOptions: typeof orderStatusOptions;
|
|
1879
2015
|
declare const order_builder_paymentStatus: typeof paymentStatus;
|
|
1880
2016
|
declare namespace order_builder {
|
|
1881
|
-
export {
|
|
2017
|
+
export {
|
|
2018
|
+
order_builder_allocationOptions as allocationOptions,
|
|
2019
|
+
order_builder_buildBaseField as buildBaseField,
|
|
2020
|
+
order_builder_buildBaseOrder as buildBaseOrder,
|
|
2021
|
+
order_builder_buildInjectionDetail as buildInjectionDetail,
|
|
2022
|
+
order_builder_buildIntegrationMessage as buildIntegrationMessage,
|
|
2023
|
+
order_builder_buildMetadataShipping as buildMetadataShipping,
|
|
2024
|
+
order_builder_buildOperatorInformation as buildOperatorInformation,
|
|
2025
|
+
order_builder_buildOrderBillProduct as buildOrderBillProduct,
|
|
2026
|
+
order_builder_buildOrderBillProductAdditionalInfo as buildOrderBillProductAdditionalInfo,
|
|
2027
|
+
order_builder_buildOrderBillTotal as buildOrderBillTotal,
|
|
2028
|
+
order_builder_buildOrderDetailShippingCost as buildOrderDetailShippingCost,
|
|
2029
|
+
order_builder_buildOrderDetails as buildOrderDetails,
|
|
2030
|
+
order_builder_buildOrderPaymentMethod as buildOrderPaymentMethod,
|
|
2031
|
+
order_builder_buildOrderProduct as buildOrderProduct,
|
|
2032
|
+
order_builder_buildOrderProductAdditionalInfo as buildOrderProductAdditionalInfo,
|
|
2033
|
+
order_builder_buildOrderProductAttributes as buildOrderProductAttributes,
|
|
2034
|
+
order_builder_buildOrderProductBillTotal as buildOrderProductBillTotal,
|
|
2035
|
+
order_builder_buildOrderProductImage as buildOrderProductImage,
|
|
2036
|
+
order_builder_buildOrderProductPriceCategory as buildOrderProductPriceCategory,
|
|
2037
|
+
order_builder_buildOrderRetry as buildOrderRetry,
|
|
2038
|
+
order_builder_buildOrderRetryPaymentMethod as buildOrderRetryPaymentMethod,
|
|
2039
|
+
order_builder_buildOrderShoppingCart as buildOrderShoppingCart,
|
|
2040
|
+
order_builder_buildOrderStep as buildOrderStep,
|
|
2041
|
+
order_builder_buildOrderStepAdditionalInfo as buildOrderStepAdditionalInfo,
|
|
2042
|
+
order_builder_buildOrderStepAdditionalInfoGroup as buildOrderStepAdditionalInfoGroup,
|
|
2043
|
+
order_builder_buildOrderStore as buildOrderStore,
|
|
2044
|
+
order_builder_buildOrderStoreAdditionalInfo as buildOrderStoreAdditionalInfo,
|
|
2045
|
+
order_builder_buildOrderStoreDelivery as buildOrderStoreDelivery,
|
|
2046
|
+
order_builder_buildOrderUser as buildOrderUser,
|
|
2047
|
+
order_builder_buildPaymentMethodByOrder as buildPaymentMethodByOrder,
|
|
2048
|
+
order_builder_buildStatus as buildStatus,
|
|
2049
|
+
order_builder_buildSuborder as buildSuborder,
|
|
2050
|
+
order_builder_buildTaxCalculation as buildTaxCalculation,
|
|
2051
|
+
order_builder_buildTaxCalculations as buildTaxCalculations,
|
|
2052
|
+
order_builder_buildZipCodeField as buildZipCodeField,
|
|
2053
|
+
order_builder_genBaseFields as genBaseFields,
|
|
2054
|
+
order_builder_genBaseOrders as genBaseOrders,
|
|
2055
|
+
order_builder_genInjectionDetails as genInjectionDetails,
|
|
2056
|
+
order_builder_genIntegrationMessages as genIntegrationMessages,
|
|
2057
|
+
order_builder_genMetadataShippings as genMetadataShippings,
|
|
2058
|
+
order_builder_genOperatorInformation as genOperatorInformation,
|
|
2059
|
+
order_builder_genOrderDetailShippingCosts as genOrderDetailShippingCosts,
|
|
2060
|
+
order_builder_genOrderDetails as genOrderDetails,
|
|
2061
|
+
order_builder_genOrderPaymentMethods as genOrderPaymentMethods,
|
|
2062
|
+
order_builder_genOrderProductAdditionalInfos as genOrderProductAdditionalInfos,
|
|
2063
|
+
order_builder_genOrderProductAttributes as genOrderProductAttributes,
|
|
2064
|
+
order_builder_genOrderProductImages as genOrderProductImages,
|
|
2065
|
+
order_builder_genOrderProductPriceCategories as genOrderProductPriceCategories,
|
|
2066
|
+
order_builder_genOrderProducts as genOrderProducts,
|
|
2067
|
+
order_builder_genOrderRetries as genOrderRetries,
|
|
2068
|
+
order_builder_genOrderRetryPaymentMethods as genOrderRetryPaymentMethods,
|
|
2069
|
+
order_builder_genOrderShoppingCarts as genOrderShoppingCarts,
|
|
2070
|
+
order_builder_genOrderStepAdditionalInfos as genOrderStepAdditionalInfos,
|
|
2071
|
+
order_builder_genOrderSteps as genOrderSteps,
|
|
2072
|
+
order_builder_genOrderStoreAdditionalInfos as genOrderStoreAdditionalInfos,
|
|
2073
|
+
order_builder_genOrderStoreDeliveries as genOrderStoreDeliveries,
|
|
2074
|
+
order_builder_genOrderStores as genOrderStores,
|
|
2075
|
+
order_builder_genOrderUsers as genOrderUsers,
|
|
2076
|
+
order_builder_genPaymentMethodByOrders as genPaymentMethodByOrders,
|
|
2077
|
+
order_builder_genReference as genReference,
|
|
2078
|
+
order_builder_genSeqId as genSeqId,
|
|
2079
|
+
order_builder_genStatus as genStatus,
|
|
2080
|
+
order_builder_genSuborders as genSuborders,
|
|
2081
|
+
order_builder_genTaxCalculations as genTaxCalculations,
|
|
2082
|
+
order_builder_genZipCodeFields as genZipCodeFields,
|
|
2083
|
+
order_builder_orderStatusOptions as orderStatusOptions,
|
|
2084
|
+
order_builder_paymentStatus as paymentStatus,
|
|
2085
|
+
};
|
|
1882
2086
|
}
|
|
1883
2087
|
|
|
1884
2088
|
/**
|
|
@@ -1983,7 +2187,18 @@ declare const payment_builder_genCreditCardMappings: typeof genCreditCardMapping
|
|
|
1983
2187
|
declare const payment_builder_genPaymentMethods: typeof genPaymentMethods;
|
|
1984
2188
|
declare const payment_builder_genPaymentProviders: typeof genPaymentProviders;
|
|
1985
2189
|
declare namespace payment_builder {
|
|
1986
|
-
export {
|
|
2190
|
+
export {
|
|
2191
|
+
payment_builder_buildBasePaymentMethod as buildBasePaymentMethod,
|
|
2192
|
+
payment_builder_buildCardInscription as buildCardInscription,
|
|
2193
|
+
payment_builder_buildCreditCardMapping as buildCreditCardMapping,
|
|
2194
|
+
payment_builder_buildPaymentMethod as buildPaymentMethod,
|
|
2195
|
+
payment_builder_buildPaymentProvider as buildPaymentProvider,
|
|
2196
|
+
payment_builder_genBasePaymentMethods as genBasePaymentMethods,
|
|
2197
|
+
payment_builder_genCardInscriptions as genCardInscriptions,
|
|
2198
|
+
payment_builder_genCreditCardMappings as genCreditCardMappings,
|
|
2199
|
+
payment_builder_genPaymentMethods as genPaymentMethods,
|
|
2200
|
+
payment_builder_genPaymentProviders as genPaymentProviders,
|
|
2201
|
+
};
|
|
1987
2202
|
}
|
|
1988
2203
|
|
|
1989
2204
|
/**
|
|
@@ -2188,7 +2403,26 @@ declare const product_builder_genProductAnswers: typeof genProductAnswers;
|
|
|
2188
2403
|
declare const product_builder_genProductDetails: typeof genProductDetails;
|
|
2189
2404
|
declare const product_builder_genProductQuestions: typeof genProductQuestions;
|
|
2190
2405
|
declare namespace product_builder {
|
|
2191
|
-
export {
|
|
2406
|
+
export {
|
|
2407
|
+
product_builder_MODIFIER_TYPES as MODIFIER_TYPES,
|
|
2408
|
+
product_builder_buildBaseProduct as buildBaseProduct,
|
|
2409
|
+
product_builder_buildCartProduct as buildCartProduct,
|
|
2410
|
+
product_builder_buildCartProductAnswer as buildCartProductAnswer,
|
|
2411
|
+
product_builder_buildCartProductQuestion as buildCartProductQuestion,
|
|
2412
|
+
product_builder_buildPriceCategory as buildPriceCategory,
|
|
2413
|
+
product_builder_buildPriceCategoryTax as buildPriceCategoryTax,
|
|
2414
|
+
product_builder_buildProductAnswer as buildProductAnswer,
|
|
2415
|
+
product_builder_buildProductDetails as buildProductDetails,
|
|
2416
|
+
product_builder_buildProductQuestion as buildProductQuestion,
|
|
2417
|
+
product_builder_genBaseProducts as genBaseProducts,
|
|
2418
|
+
product_builder_genCartProductAnswers as genCartProductAnswers,
|
|
2419
|
+
product_builder_genCartProductQuestions as genCartProductQuestions,
|
|
2420
|
+
product_builder_genCartProducts as genCartProducts,
|
|
2421
|
+
product_builder_genPriceCategoryTaxes as genPriceCategoryTaxes,
|
|
2422
|
+
product_builder_genProductAnswers as genProductAnswers,
|
|
2423
|
+
product_builder_genProductDetails as genProductDetails,
|
|
2424
|
+
product_builder_genProductQuestions as genProductQuestions,
|
|
2425
|
+
};
|
|
2192
2426
|
}
|
|
2193
2427
|
|
|
2194
2428
|
/**
|
|
@@ -2233,7 +2467,12 @@ declare const settings_builder_buildUserSettings: typeof buildUserSettings;
|
|
|
2233
2467
|
declare const settings_builder_genSettings: typeof genSettings;
|
|
2234
2468
|
declare const settings_builder_genUserSettings: typeof genUserSettings;
|
|
2235
2469
|
declare namespace settings_builder {
|
|
2236
|
-
export {
|
|
2470
|
+
export {
|
|
2471
|
+
settings_builder_buildSettings as buildSettings,
|
|
2472
|
+
settings_builder_buildUserSettings as buildUserSettings,
|
|
2473
|
+
settings_builder_genSettings as genSettings,
|
|
2474
|
+
settings_builder_genUserSettings as genUserSettings,
|
|
2475
|
+
};
|
|
2237
2476
|
}
|
|
2238
2477
|
|
|
2239
2478
|
/**
|
|
@@ -2360,7 +2599,22 @@ declare const shippingAddress_builder_genShippingAddress: typeof genShippingAddr
|
|
|
2360
2599
|
declare const shippingAddress_builder_genStreetName: typeof genStreetName;
|
|
2361
2600
|
declare const shippingAddress_builder_genStreetNumber: typeof genStreetNumber;
|
|
2362
2601
|
declare namespace shippingAddress_builder {
|
|
2363
|
-
export {
|
|
2602
|
+
export {
|
|
2603
|
+
shippingAddress_builder_buildField as buildField,
|
|
2604
|
+
shippingAddress_builder_buildLivingPlace as buildLivingPlace,
|
|
2605
|
+
shippingAddress_builder_buildMessage as buildMessage,
|
|
2606
|
+
shippingAddress_builder_buildRule as buildRule,
|
|
2607
|
+
shippingAddress_builder_buildShippingAddress as buildShippingAddress,
|
|
2608
|
+
shippingAddress_builder_genFields as genFields,
|
|
2609
|
+
shippingAddress_builder_genLatitude as genLatitude,
|
|
2610
|
+
shippingAddress_builder_genLivingPlaces as genLivingPlaces,
|
|
2611
|
+
shippingAddress_builder_genLongitude as genLongitude,
|
|
2612
|
+
shippingAddress_builder_genMessages as genMessages,
|
|
2613
|
+
shippingAddress_builder_genRules as genRules,
|
|
2614
|
+
shippingAddress_builder_genShippingAddress as genShippingAddress,
|
|
2615
|
+
shippingAddress_builder_genStreetName as genStreetName,
|
|
2616
|
+
shippingAddress_builder_genStreetNumber as genStreetNumber,
|
|
2617
|
+
};
|
|
2364
2618
|
}
|
|
2365
2619
|
|
|
2366
2620
|
/**
|
|
@@ -2475,7 +2729,18 @@ declare const shoppingCart_builder_genCartStores: typeof genCartStores;
|
|
|
2475
2729
|
declare const shoppingCart_builder_genDiscounts: typeof genDiscounts;
|
|
2476
2730
|
declare const shoppingCart_builder_genShippingCostTaxes: typeof genShippingCostTaxes;
|
|
2477
2731
|
declare namespace shoppingCart_builder {
|
|
2478
|
-
export {
|
|
2732
|
+
export {
|
|
2733
|
+
shoppingCart_builder_buildBillTotal as buildBillTotal,
|
|
2734
|
+
shoppingCart_builder_buildBillTotalNormalCategory as buildBillTotalNormalCategory,
|
|
2735
|
+
shoppingCart_builder_buildCartStore as buildCartStore,
|
|
2736
|
+
shoppingCart_builder_buildDiscount as buildDiscount,
|
|
2737
|
+
shoppingCart_builder_buildShippingCost as buildShippingCost,
|
|
2738
|
+
shoppingCart_builder_buildShippingCostTax as buildShippingCostTax,
|
|
2739
|
+
shoppingCart_builder_buildShoppingCart as buildShoppingCart,
|
|
2740
|
+
shoppingCart_builder_genCartStores as genCartStores,
|
|
2741
|
+
shoppingCart_builder_genDiscounts as genDiscounts,
|
|
2742
|
+
shoppingCart_builder_genShippingCostTaxes as genShippingCostTaxes,
|
|
2743
|
+
};
|
|
2479
2744
|
}
|
|
2480
2745
|
|
|
2481
2746
|
/**
|
|
@@ -2590,7 +2855,19 @@ declare const store_builder_genServices: typeof genServices;
|
|
|
2590
2855
|
declare const store_builder_genStoreLocation: typeof genStoreLocation;
|
|
2591
2856
|
declare const store_builder_genStores: typeof genStores;
|
|
2592
2857
|
declare namespace store_builder {
|
|
2593
|
-
export {
|
|
2858
|
+
export {
|
|
2859
|
+
store_builder_buildDelivery as buildDelivery,
|
|
2860
|
+
store_builder_buildGenericStoreLocation as buildGenericStoreLocation,
|
|
2861
|
+
store_builder_buildSchedule as buildSchedule,
|
|
2862
|
+
store_builder_buildService as buildService,
|
|
2863
|
+
store_builder_buildStore as buildStore,
|
|
2864
|
+
store_builder_buildStoreLocation as buildStoreLocation,
|
|
2865
|
+
store_builder_genGenericStoreLocation as genGenericStoreLocation,
|
|
2866
|
+
store_builder_genSchedules as genSchedules,
|
|
2867
|
+
store_builder_genServices as genServices,
|
|
2868
|
+
store_builder_genStoreLocation as genStoreLocation,
|
|
2869
|
+
store_builder_genStores as genStores,
|
|
2870
|
+
};
|
|
2594
2871
|
}
|
|
2595
2872
|
|
|
2596
2873
|
/**
|
|
@@ -2633,7 +2910,12 @@ declare const user_builder_buildUser: typeof buildUser;
|
|
|
2633
2910
|
declare const user_builder_genPhones: typeof genPhones;
|
|
2634
2911
|
declare const user_builder_genUsers: typeof genUsers;
|
|
2635
2912
|
declare namespace user_builder {
|
|
2636
|
-
export {
|
|
2913
|
+
export {
|
|
2914
|
+
user_builder_buildPhone as buildPhone,
|
|
2915
|
+
user_builder_buildUser as buildUser,
|
|
2916
|
+
user_builder_genPhones as genPhones,
|
|
2917
|
+
user_builder_genUsers as genUsers,
|
|
2918
|
+
};
|
|
2637
2919
|
}
|
|
2638
2920
|
|
|
2639
2921
|
/**
|
|
@@ -2658,14 +2940,19 @@ declare const genVendors: <T extends AdditionalInfo = AdditionalInfo>(quantity?:
|
|
|
2658
2940
|
declare const vendor_builder_buildVendor: typeof buildVendor;
|
|
2659
2941
|
declare const vendor_builder_genVendors: typeof genVendors;
|
|
2660
2942
|
declare namespace vendor_builder {
|
|
2661
|
-
export {
|
|
2943
|
+
export {
|
|
2944
|
+
vendor_builder_buildVendor as buildVendor,
|
|
2945
|
+
vendor_builder_genVendors as genVendors,
|
|
2946
|
+
};
|
|
2662
2947
|
}
|
|
2663
2948
|
|
|
2664
2949
|
declare const seed: <T extends number | number[] | undefined = undefined>(seed?: T | undefined) => T extends number ? number : T extends number[] ? number[] : number;
|
|
2665
2950
|
|
|
2666
2951
|
declare const instance_utils_seed: typeof seed;
|
|
2667
2952
|
declare namespace instance_utils {
|
|
2668
|
-
export {
|
|
2953
|
+
export {
|
|
2954
|
+
instance_utils_seed as seed,
|
|
2955
|
+
};
|
|
2669
2956
|
}
|
|
2670
2957
|
|
|
2671
2958
|
export { instance_utils as Builders, account_builder as accountBuilders, banner_builder as bannerBuilders, billingData_builder as billingDataBuilders, catalogue_builder as catalogueBuilders, category_builder as categoryBuilders, country_builder as countryBuilders, coupon_builder as couponBuilders, fulfillment_builder as fulfillmentBuilders, image_builder as imageBuilders, notification_builder as notificationBuilders, order_builder as orderBuilders, payment_builder as paymentBuilders, product_builder as productBuilders, settings_builder as settingsBuilders, shippingAddress_builder as shippingAddressBuilders, shoppingCart_builder as shoppingCartBuilders, store_builder as storeBuilders, user_builder as userBuilders, common_builder as utils, vendor_builder as vendorBuilders };
|