@infisale-client/api-client 1.1.4 → 1.1.17
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 +649 -296
- package/dist/api/api.js +21 -22
- package/dist/api/api.mjs +20 -21
- package/package.json +2 -2
package/dist/api/api.js
CHANGED
|
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.AuthApi = exports.AuthApiFactory = exports.AuthApiFp = exports.AuthApiAxiosParamCreator = exports.AddressApi = exports.AddressApiFactory = exports.AddressApiFp = exports.AddressApiAxiosParamCreator = exports.UserStatusEnum = exports.UserRoleEnum = exports.TimezoneEnum = exports.ThemeTypeEnum = exports.TemplateTypeEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = exports.
|
|
19
|
+
exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.AuthApi = exports.AuthApiFactory = exports.AuthApiFp = exports.AuthApiAxiosParamCreator = exports.AddressApi = exports.AddressApiFactory = exports.AddressApiFp = exports.AddressApiAxiosParamCreator = exports.UserStatusEnum = exports.UserRoleEnum = exports.TimezoneEnum = exports.ThemeTypeEnum = exports.TemplateTypeEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = exports.PageTypeEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = exports.LanguageEnum = exports.GridTypeEnum = exports.FileTypeEnum = exports.FileStatusEnum = exports.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.ComponentTypeEnum = exports.ComponentProductTypeEnum = exports.ComponentProductOrderEnum = exports.ComponentProductListTypeEnum = exports.ComponentContentTypeEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = void 0;
|
|
20
20
|
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.PageApi = exports.PageApiFactory = void 0;
|
|
21
21
|
const axios_1 = __importDefault(require("axios"));
|
|
22
22
|
// Some imports not used depending on template conditions
|
|
@@ -425,6 +425,20 @@ exports.EmailConfigDnsRecordTypeEnum = {
|
|
|
425
425
|
TXT: 'TXT',
|
|
426
426
|
MX: 'MX'
|
|
427
427
|
};
|
|
428
|
+
/**
|
|
429
|
+
*
|
|
430
|
+
* @export
|
|
431
|
+
* @enum {string}
|
|
432
|
+
*/
|
|
433
|
+
exports.FileKeywordEnum = {
|
|
434
|
+
CAROUSEL: 'carousel',
|
|
435
|
+
BANNER: 'banner',
|
|
436
|
+
CONTENT: 'content',
|
|
437
|
+
LOGO: 'logo',
|
|
438
|
+
PRODUCT: 'product',
|
|
439
|
+
ATTACHMENT: 'attachment',
|
|
440
|
+
COMMENT: 'comment'
|
|
441
|
+
};
|
|
428
442
|
/**
|
|
429
443
|
*
|
|
430
444
|
* @export
|
|
@@ -528,21 +542,6 @@ exports.PageTypeEnum = {
|
|
|
528
542
|
CHECKOUT: 'checkout',
|
|
529
543
|
NOT_FOUND: 'not-found'
|
|
530
544
|
};
|
|
531
|
-
/**
|
|
532
|
-
*
|
|
533
|
-
* @export
|
|
534
|
-
* @enum {string}
|
|
535
|
-
*/
|
|
536
|
-
exports.PaginationLimitEnum = {
|
|
537
|
-
NUMBER_10: 10,
|
|
538
|
-
NUMBER_20: 20,
|
|
539
|
-
NUMBER_30: 30,
|
|
540
|
-
NUMBER_40: 40,
|
|
541
|
-
NUMBER_50: 50,
|
|
542
|
-
NUMBER_100: 100,
|
|
543
|
-
NUMBER_200: 200,
|
|
544
|
-
NUMBER_500: 500
|
|
545
|
-
};
|
|
546
545
|
/**
|
|
547
546
|
*
|
|
548
547
|
* @export
|
|
@@ -1368,7 +1367,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
1368
1367
|
*
|
|
1369
1368
|
* @param {string} company
|
|
1370
1369
|
* @param {number} [page]
|
|
1371
|
-
* @param {
|
|
1370
|
+
* @param {number} [itemsPerPage]
|
|
1372
1371
|
* @param {string} [search]
|
|
1373
1372
|
* @param {string} [startDate]
|
|
1374
1373
|
* @param {string} [endDate]
|
|
@@ -1461,7 +1460,7 @@ const CollectionApiFp = function (configuration) {
|
|
|
1461
1460
|
*
|
|
1462
1461
|
* @param {string} company
|
|
1463
1462
|
* @param {number} [page]
|
|
1464
|
-
* @param {
|
|
1463
|
+
* @param {number} [itemsPerPage]
|
|
1465
1464
|
* @param {string} [search]
|
|
1466
1465
|
* @param {string} [startDate]
|
|
1467
1466
|
* @param {string} [endDate]
|
|
@@ -1717,7 +1716,7 @@ const PageApiAxiosParamCreator = function (configuration) {
|
|
|
1717
1716
|
*
|
|
1718
1717
|
* @param {string} company
|
|
1719
1718
|
* @param {number} [page]
|
|
1720
|
-
* @param {
|
|
1719
|
+
* @param {number} [itemsPerPage]
|
|
1721
1720
|
* @param {string} [search]
|
|
1722
1721
|
* @param {string} [startDate]
|
|
1723
1722
|
* @param {string} [endDate]
|
|
@@ -1833,7 +1832,7 @@ const PageApiFp = function (configuration) {
|
|
|
1833
1832
|
*
|
|
1834
1833
|
* @param {string} company
|
|
1835
1834
|
* @param {number} [page]
|
|
1836
|
-
* @param {
|
|
1835
|
+
* @param {number} [itemsPerPage]
|
|
1837
1836
|
* @param {string} [search]
|
|
1838
1837
|
* @param {string} [startDate]
|
|
1839
1838
|
* @param {string} [endDate]
|
|
@@ -1975,7 +1974,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
1975
1974
|
*
|
|
1976
1975
|
* @param {string} company
|
|
1977
1976
|
* @param {number} [page]
|
|
1978
|
-
* @param {
|
|
1977
|
+
* @param {number} [itemsPerPage]
|
|
1979
1978
|
* @param {string} [search]
|
|
1980
1979
|
* @param {string} [startDate]
|
|
1981
1980
|
* @param {string} [endDate]
|
|
@@ -2116,7 +2115,7 @@ const ProductApiFp = function (configuration) {
|
|
|
2116
2115
|
*
|
|
2117
2116
|
* @param {string} company
|
|
2118
2117
|
* @param {number} [page]
|
|
2119
|
-
* @param {
|
|
2118
|
+
* @param {number} [itemsPerPage]
|
|
2120
2119
|
* @param {string} [search]
|
|
2121
2120
|
* @param {string} [startDate]
|
|
2122
2121
|
* @param {string} [endDate]
|
package/dist/api/api.mjs
CHANGED
|
@@ -415,6 +415,20 @@ export const EmailConfigDnsRecordTypeEnum = {
|
|
|
415
415
|
TXT: 'TXT',
|
|
416
416
|
MX: 'MX'
|
|
417
417
|
};
|
|
418
|
+
/**
|
|
419
|
+
*
|
|
420
|
+
* @export
|
|
421
|
+
* @enum {string}
|
|
422
|
+
*/
|
|
423
|
+
export const FileKeywordEnum = {
|
|
424
|
+
CAROUSEL: 'carousel',
|
|
425
|
+
BANNER: 'banner',
|
|
426
|
+
CONTENT: 'content',
|
|
427
|
+
LOGO: 'logo',
|
|
428
|
+
PRODUCT: 'product',
|
|
429
|
+
ATTACHMENT: 'attachment',
|
|
430
|
+
COMMENT: 'comment'
|
|
431
|
+
};
|
|
418
432
|
/**
|
|
419
433
|
*
|
|
420
434
|
* @export
|
|
@@ -518,21 +532,6 @@ export const PageTypeEnum = {
|
|
|
518
532
|
CHECKOUT: 'checkout',
|
|
519
533
|
NOT_FOUND: 'not-found'
|
|
520
534
|
};
|
|
521
|
-
/**
|
|
522
|
-
*
|
|
523
|
-
* @export
|
|
524
|
-
* @enum {string}
|
|
525
|
-
*/
|
|
526
|
-
export const PaginationLimitEnum = {
|
|
527
|
-
NUMBER_10: 10,
|
|
528
|
-
NUMBER_20: 20,
|
|
529
|
-
NUMBER_30: 30,
|
|
530
|
-
NUMBER_40: 40,
|
|
531
|
-
NUMBER_50: 50,
|
|
532
|
-
NUMBER_100: 100,
|
|
533
|
-
NUMBER_200: 200,
|
|
534
|
-
NUMBER_500: 500
|
|
535
|
-
};
|
|
536
535
|
/**
|
|
537
536
|
*
|
|
538
537
|
* @export
|
|
@@ -1350,7 +1349,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
|
|
|
1350
1349
|
*
|
|
1351
1350
|
* @param {string} company
|
|
1352
1351
|
* @param {number} [page]
|
|
1353
|
-
* @param {
|
|
1352
|
+
* @param {number} [itemsPerPage]
|
|
1354
1353
|
* @param {string} [search]
|
|
1355
1354
|
* @param {string} [startDate]
|
|
1356
1355
|
* @param {string} [endDate]
|
|
@@ -1442,7 +1441,7 @@ export const CollectionApiFp = function (configuration) {
|
|
|
1442
1441
|
*
|
|
1443
1442
|
* @param {string} company
|
|
1444
1443
|
* @param {number} [page]
|
|
1445
|
-
* @param {
|
|
1444
|
+
* @param {number} [itemsPerPage]
|
|
1446
1445
|
* @param {string} [search]
|
|
1447
1446
|
* @param {string} [startDate]
|
|
1448
1447
|
* @param {string} [endDate]
|
|
@@ -1691,7 +1690,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
|
|
|
1691
1690
|
*
|
|
1692
1691
|
* @param {string} company
|
|
1693
1692
|
* @param {number} [page]
|
|
1694
|
-
* @param {
|
|
1693
|
+
* @param {number} [itemsPerPage]
|
|
1695
1694
|
* @param {string} [search]
|
|
1696
1695
|
* @param {string} [startDate]
|
|
1697
1696
|
* @param {string} [endDate]
|
|
@@ -1806,7 +1805,7 @@ export const PageApiFp = function (configuration) {
|
|
|
1806
1805
|
*
|
|
1807
1806
|
* @param {string} company
|
|
1808
1807
|
* @param {number} [page]
|
|
1809
|
-
* @param {
|
|
1808
|
+
* @param {number} [itemsPerPage]
|
|
1810
1809
|
* @param {string} [search]
|
|
1811
1810
|
* @param {string} [startDate]
|
|
1812
1811
|
* @param {string} [endDate]
|
|
@@ -1945,7 +1944,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
1945
1944
|
*
|
|
1946
1945
|
* @param {string} company
|
|
1947
1946
|
* @param {number} [page]
|
|
1948
|
-
* @param {
|
|
1947
|
+
* @param {number} [itemsPerPage]
|
|
1949
1948
|
* @param {string} [search]
|
|
1950
1949
|
* @param {string} [startDate]
|
|
1951
1950
|
* @param {string} [endDate]
|
|
@@ -2085,7 +2084,7 @@ export const ProductApiFp = function (configuration) {
|
|
|
2085
2084
|
*
|
|
2086
2085
|
* @param {string} company
|
|
2087
2086
|
* @param {number} [page]
|
|
2088
|
-
* @param {
|
|
2087
|
+
* @param {number} [itemsPerPage]
|
|
2089
2088
|
* @param {string} [search]
|
|
2090
2089
|
* @param {string} [startDate]
|
|
2091
2090
|
* @param {string} [endDate]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"description": "api-client-sdk",
|
|
5
5
|
"author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
|
|
6
6
|
"homepage": "https://github.com/infisale/infisale-client#readme",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e2a6048bb5132be2c67a5d03931fa2e8f06ec1f4"
|
|
40
40
|
}
|