@kiriminaja/types 0.1.18 → 0.1.19

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 +6 -1
  2. package/package.json +1 -1
package/dist/oms.d.ts CHANGED
@@ -171,7 +171,7 @@ export type OmsBuilderTemplateInputOptionT = {
171
171
  is_default?: boolean;
172
172
  required?: boolean;
173
173
  is_active?: boolean;
174
- configuration?: OmsInputOptionConfigurationT[];
174
+ configurations?: OmsInputOptionConfigurationT[];
175
175
  };
176
176
  export type OmsCourierGroupServiceT = {
177
177
  label?: string;
@@ -272,6 +272,7 @@ export type OmsBuilderTemplateSuccessConfigurationT = {
272
272
  };
273
273
  };
274
274
  export type OmsBuilderTemplateT = {
275
+ id?: number;
275
276
  name?: string;
276
277
  header?: OmsBuilderTemplateHeaderT;
277
278
  testimonial?: OmsBuilderTemplateTestimonialT;
@@ -285,3 +286,7 @@ export type OmsBuilderTemplateT = {
285
286
  voucher?: boolean;
286
287
  success_configuration?: OmsBuilderTemplateSuccessConfigurationT;
287
288
  };
289
+ export type OmsDataT = {
290
+ product?: OmsProductCatalogDetailT;
291
+ configuration?: OmsBuilderTemplateT;
292
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"