@kiriminaja/types 0.1.31 → 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 +10 -5
  2. package/package.json +1 -1
package/dist/oms.d.ts CHANGED
@@ -151,6 +151,14 @@ export type OmsProductEventTrackingT = {
151
151
  };
152
152
  gtm_ids?: string[];
153
153
  };
154
+ export type OmsProductCheckoutFormT = {
155
+ id?: number;
156
+ template_id?: OmsBuilderTemplateT['id'];
157
+ link?: string;
158
+ config_document_id?: string;
159
+ name?: OmsBuilderTemplateT['name'];
160
+ created_at?: OmsBuilderTemplateT['created_at'];
161
+ };
154
162
  export type OmsProductCatalogDetailT = OmsProductInformationT & OmsProductWarehouseT & {
155
163
  id?: number;
156
164
  weight?: number;
@@ -173,11 +181,8 @@ export type OmsProductCatalogDetailT = OmsProductInformationT & OmsProductWareho
173
181
  variants?: OmsProductVariantCombinationT[];
174
182
  member_product_id?: number;
175
183
  can_connect_to_template?: boolean;
176
- checkout_form?: {
177
- id?: number;
178
- link?: string;
179
- config_document_id?: string;
180
- };
184
+ checkout_form?: OmsProductCheckoutFormT;
185
+ checkout_forms?: OmsProductCheckoutFormT[];
181
186
  event_trackers?: OmsProductEventTrackingT;
182
187
  };
183
188
  export type OmsGuaranteeBadgeT = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"