@kiriminaja/types 0.1.32 → 0.1.33
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/oms.d.ts +3 -0
- package/package.json +1 -1
package/dist/oms.d.ts
CHANGED
|
@@ -153,8 +153,11 @@ export type OmsProductEventTrackingT = {
|
|
|
153
153
|
};
|
|
154
154
|
export type OmsProductCheckoutFormT = {
|
|
155
155
|
id?: number;
|
|
156
|
+
template_id?: OmsBuilderTemplateT['id'];
|
|
156
157
|
link?: string;
|
|
157
158
|
config_document_id?: string;
|
|
159
|
+
name?: OmsBuilderTemplateT['name'];
|
|
160
|
+
created_at?: OmsBuilderTemplateT['created_at'];
|
|
158
161
|
};
|
|
159
162
|
export type OmsProductCatalogDetailT = OmsProductInformationT & OmsProductWarehouseT & {
|
|
160
163
|
id?: number;
|