@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.
Files changed (2) hide show
  1. package/dist/oms.d.ts +3 -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"