@infisale-client/api 1.2.13 → 1.2.15
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 +3 -1
- package/dist/api/api.js +3 -1
- package/dist/api/api.mjs +3 -1
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -128,7 +128,9 @@ 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
|
|
131
|
+
readonly CART_DETAIL: "cart-detail";
|
|
132
|
+
readonly CHECKOUT_DETAIL: "checkout-detail";
|
|
133
|
+
readonly NOT_FOUND_DETAIL: "not-found-detail";
|
|
132
134
|
};
|
|
133
135
|
export type ComponentTypeEnum = typeof ComponentTypeEnum[keyof typeof ComponentTypeEnum];
|
|
134
136
|
/**
|
package/dist/api/api.js
CHANGED
|
@@ -133,7 +133,9 @@ exports.ComponentTypeEnum = {
|
|
|
133
133
|
FOOTER: 'footer',
|
|
134
134
|
EMAIL_SIGNUP: 'email-signup',
|
|
135
135
|
CONTACT_FORM: 'contact-form',
|
|
136
|
-
|
|
136
|
+
CART_DETAIL: 'cart-detail',
|
|
137
|
+
CHECKOUT_DETAIL: 'checkout-detail',
|
|
138
|
+
NOT_FOUND_DETAIL: 'not-found-detail'
|
|
137
139
|
};
|
|
138
140
|
/**
|
|
139
141
|
*
|
package/dist/api/api.mjs
CHANGED
|
@@ -122,7 +122,9 @@ export const ComponentTypeEnum = {
|
|
|
122
122
|
FOOTER: 'footer',
|
|
123
123
|
EMAIL_SIGNUP: 'email-signup',
|
|
124
124
|
CONTACT_FORM: 'contact-form',
|
|
125
|
-
|
|
125
|
+
CART_DETAIL: 'cart-detail',
|
|
126
|
+
CHECKOUT_DETAIL: 'checkout-detail',
|
|
127
|
+
NOT_FOUND_DETAIL: 'not-found-detail'
|
|
126
128
|
};
|
|
127
129
|
/**
|
|
128
130
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
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": "
|
|
40
|
+
"gitHead": "7b84bcf1d93842548df7dc000cc0be467c121850"
|
|
41
41
|
}
|