@infisale-client/api-client 1.2.99 → 1.2.101
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 +61 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2232,6 +2232,12 @@ export interface ICompany {
|
|
|
2232
2232
|
'legalDocuments': {
|
|
2233
2233
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
2234
2234
|
};
|
|
2235
|
+
/**
|
|
2236
|
+
*
|
|
2237
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
2238
|
+
* @memberof ICompany
|
|
2239
|
+
*/
|
|
2240
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2235
2241
|
/**
|
|
2236
2242
|
*
|
|
2237
2243
|
* @type {CompanyStatusEnum}
|
|
@@ -2459,6 +2465,12 @@ export interface ICompanyAdminResponse {
|
|
|
2459
2465
|
'legalDocuments': {
|
|
2460
2466
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
2461
2467
|
};
|
|
2468
|
+
/**
|
|
2469
|
+
*
|
|
2470
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
2471
|
+
* @memberof ICompanyAdminResponse
|
|
2472
|
+
*/
|
|
2473
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2462
2474
|
/**
|
|
2463
2475
|
*
|
|
2464
2476
|
* @type {string}
|
|
@@ -3243,6 +3255,12 @@ export interface ICompanyResponse {
|
|
|
3243
3255
|
'legalDocuments': {
|
|
3244
3256
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
3245
3257
|
};
|
|
3258
|
+
/**
|
|
3259
|
+
*
|
|
3260
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
3261
|
+
* @memberof ICompanyResponse
|
|
3262
|
+
*/
|
|
3263
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
3246
3264
|
/**
|
|
3247
3265
|
*
|
|
3248
3266
|
* @type {string}
|
|
@@ -9757,6 +9775,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9757
9775
|
'legalDocuments': {
|
|
9758
9776
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
9759
9777
|
};
|
|
9778
|
+
/**
|
|
9779
|
+
*
|
|
9780
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
9781
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9782
|
+
*/
|
|
9783
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
9760
9784
|
/**
|
|
9761
9785
|
*
|
|
9762
9786
|
* @type {string}
|
|
@@ -11570,6 +11594,43 @@ export declare const ProductDetailImageZoomTypeEnum: {
|
|
|
11570
11594
|
readonly NONE: "none";
|
|
11571
11595
|
};
|
|
11572
11596
|
export type ProductDetailImageZoomTypeEnum = typeof ProductDetailImageZoomTypeEnum[keyof typeof ProductDetailImageZoomTypeEnum];
|
|
11597
|
+
/**
|
|
11598
|
+
* Construct a type with a set of properties K of type T
|
|
11599
|
+
* @export
|
|
11600
|
+
* @interface RecordCompanyOnboardingStepEnumBoolean
|
|
11601
|
+
*/
|
|
11602
|
+
export interface RecordCompanyOnboardingStepEnumBoolean {
|
|
11603
|
+
/**
|
|
11604
|
+
*
|
|
11605
|
+
* @type {boolean}
|
|
11606
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11607
|
+
*/
|
|
11608
|
+
'addFirstProduct': boolean;
|
|
11609
|
+
/**
|
|
11610
|
+
*
|
|
11611
|
+
* @type {boolean}
|
|
11612
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11613
|
+
*/
|
|
11614
|
+
'addDomain': boolean;
|
|
11615
|
+
/**
|
|
11616
|
+
*
|
|
11617
|
+
* @type {boolean}
|
|
11618
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11619
|
+
*/
|
|
11620
|
+
'editTheme': boolean;
|
|
11621
|
+
/**
|
|
11622
|
+
*
|
|
11623
|
+
* @type {boolean}
|
|
11624
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11625
|
+
*/
|
|
11626
|
+
'editCargoSettings': boolean;
|
|
11627
|
+
/**
|
|
11628
|
+
*
|
|
11629
|
+
* @type {boolean}
|
|
11630
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11631
|
+
*/
|
|
11632
|
+
'addPaymentProvider': boolean;
|
|
11633
|
+
}
|
|
11573
11634
|
/**
|
|
11574
11635
|
* Construct a type with a set of properties K of type T
|
|
11575
11636
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.101",
|
|
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",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "de8c1c8f3f44fbf51135506596f97715b49f519d"
|
|
41
41
|
}
|