@kiriminaja/types 0.1.32 → 0.1.34

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.
Files changed (2) hide show
  1. package/dist/oms.d.ts +4 -0
  2. 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;
@@ -322,6 +325,7 @@ export type OmsBuilderTemplateT = {
322
325
  id?: number;
323
326
  name?: string;
324
327
  header?: OmsBuilderTemplateHeaderT;
328
+ sidebar_layout?: 'left' | 'right' | 'none';
325
329
  testimonial?: OmsBuilderTemplateTestimonialT;
326
330
  display_mode?: OmsBuilderTemplateDisplayModeT;
327
331
  guarantee_badge?: OmsBuilderTemplateGuaranteeBadgeT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"