@infisale-client/api 1.2.7 → 1.2.8

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/api/api.d.ts CHANGED
@@ -128,6 +128,7 @@ export declare const ComponentTypeEnum: {
128
128
  readonly FOOTER: "footer";
129
129
  readonly EMAIL_SIGNUP: "email-signup";
130
130
  readonly CONTACT_FORM: "contact-form";
131
+ readonly BASKET_DETAIL: "basket-detail";
131
132
  };
132
133
  export type ComponentTypeEnum = typeof ComponentTypeEnum[keyof typeof ComponentTypeEnum];
133
134
  /**
package/dist/api/api.js CHANGED
@@ -132,7 +132,8 @@ exports.ComponentTypeEnum = {
132
132
  ANNOUNCEMENT: 'announcement',
133
133
  FOOTER: 'footer',
134
134
  EMAIL_SIGNUP: 'email-signup',
135
- CONTACT_FORM: 'contact-form'
135
+ CONTACT_FORM: 'contact-form',
136
+ BASKET_DETAIL: 'basket-detail'
136
137
  };
137
138
  /**
138
139
  *
package/dist/api/api.mjs CHANGED
@@ -121,7 +121,8 @@ export const ComponentTypeEnum = {
121
121
  ANNOUNCEMENT: 'announcement',
122
122
  FOOTER: 'footer',
123
123
  EMAIL_SIGNUP: 'email-signup',
124
- CONTACT_FORM: 'contact-form'
124
+ CONTACT_FORM: 'contact-form',
125
+ BASKET_DETAIL: 'basket-detail'
125
126
  };
126
127
  /**
127
128
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "944bb7673250ea1b92f0827e7272a0bda409cfc8"
40
+ "gitHead": "adcce93bcea534fb7589eefe85b300b90bfb68b2"
41
41
  }