@infisale-client/api 1.2.99 → 1.2.100
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 +104 -0
- package/dist/api/api.js +59 -0
- package/dist/api/api.mjs +59 -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}
|
|
@@ -2817,6 +2823,12 @@ export interface ICompanyPatchRequest {
|
|
|
2817
2823
|
* @memberof ICompanyPatchRequest
|
|
2818
2824
|
*/
|
|
2819
2825
|
'paymentGateways'?: Array<ICompanyPatchRequestPaymentGatewaysInner>;
|
|
2826
|
+
/**
|
|
2827
|
+
*
|
|
2828
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
2829
|
+
* @memberof ICompanyPatchRequest
|
|
2830
|
+
*/
|
|
2831
|
+
'onboarding'?: RecordCompanyOnboardingStepEnumBoolean;
|
|
2820
2832
|
/**
|
|
2821
2833
|
*
|
|
2822
2834
|
* @type {string}
|
|
@@ -10008,6 +10020,19 @@ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUse
|
|
|
10008
10020
|
*/
|
|
10009
10021
|
'user': string;
|
|
10010
10022
|
}
|
|
10023
|
+
/**
|
|
10024
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
10025
|
+
* @export
|
|
10026
|
+
* @interface PickICompanyOnboarding
|
|
10027
|
+
*/
|
|
10028
|
+
export interface PickICompanyOnboarding {
|
|
10029
|
+
/**
|
|
10030
|
+
*
|
|
10031
|
+
* @type {RecordCompanyOnboardingStepEnumBoolean}
|
|
10032
|
+
* @memberof PickICompanyOnboarding
|
|
10033
|
+
*/
|
|
10034
|
+
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
10035
|
+
}
|
|
10011
10036
|
/**
|
|
10012
10037
|
* From T, pick a set of properties whose keys are in the union K
|
|
10013
10038
|
* @export
|
|
@@ -11570,6 +11595,43 @@ export declare const ProductDetailImageZoomTypeEnum: {
|
|
|
11570
11595
|
readonly NONE: "none";
|
|
11571
11596
|
};
|
|
11572
11597
|
export type ProductDetailImageZoomTypeEnum = typeof ProductDetailImageZoomTypeEnum[keyof typeof ProductDetailImageZoomTypeEnum];
|
|
11598
|
+
/**
|
|
11599
|
+
* Construct a type with a set of properties K of type T
|
|
11600
|
+
* @export
|
|
11601
|
+
* @interface RecordCompanyOnboardingStepEnumBoolean
|
|
11602
|
+
*/
|
|
11603
|
+
export interface RecordCompanyOnboardingStepEnumBoolean {
|
|
11604
|
+
/**
|
|
11605
|
+
*
|
|
11606
|
+
* @type {boolean}
|
|
11607
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11608
|
+
*/
|
|
11609
|
+
'addFirstProduct': boolean;
|
|
11610
|
+
/**
|
|
11611
|
+
*
|
|
11612
|
+
* @type {boolean}
|
|
11613
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11614
|
+
*/
|
|
11615
|
+
'addDomain': boolean;
|
|
11616
|
+
/**
|
|
11617
|
+
*
|
|
11618
|
+
* @type {boolean}
|
|
11619
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11620
|
+
*/
|
|
11621
|
+
'editTheme': boolean;
|
|
11622
|
+
/**
|
|
11623
|
+
*
|
|
11624
|
+
* @type {boolean}
|
|
11625
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11626
|
+
*/
|
|
11627
|
+
'editCargoSettings': boolean;
|
|
11628
|
+
/**
|
|
11629
|
+
*
|
|
11630
|
+
* @type {boolean}
|
|
11631
|
+
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
11632
|
+
*/
|
|
11633
|
+
'addPaymentProvider': boolean;
|
|
11634
|
+
}
|
|
11573
11635
|
/**
|
|
11574
11636
|
* Construct a type with a set of properties K of type T
|
|
11575
11637
|
* @export
|
|
@@ -14277,6 +14339,13 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
14277
14339
|
* @throws {RequiredError}
|
|
14278
14340
|
*/
|
|
14279
14341
|
getCompanyCustomers: (id: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompanyCustomersDateFieldEnum, order?: OrderEnum, sort?: string, status?: CompanyUserStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14342
|
+
/**
|
|
14343
|
+
*
|
|
14344
|
+
* @param {string} id
|
|
14345
|
+
* @param {*} [options] Override http request option.
|
|
14346
|
+
* @throws {RequiredError}
|
|
14347
|
+
*/
|
|
14348
|
+
getCompanyOnboarding: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14280
14349
|
/**
|
|
14281
14350
|
*
|
|
14282
14351
|
* @param {string} id
|
|
@@ -14527,6 +14596,13 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
14527
14596
|
* @throws {RequiredError}
|
|
14528
14597
|
*/
|
|
14529
14598
|
getCompanyCustomers(id: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompanyCustomersDateFieldEnum, order?: OrderEnum, sort?: string, status?: CompanyUserStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUsersResponse>>;
|
|
14599
|
+
/**
|
|
14600
|
+
*
|
|
14601
|
+
* @param {string} id
|
|
14602
|
+
* @param {*} [options] Override http request option.
|
|
14603
|
+
* @throws {RequiredError}
|
|
14604
|
+
*/
|
|
14605
|
+
getCompanyOnboarding(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PickICompanyOnboarding>>;
|
|
14530
14606
|
/**
|
|
14531
14607
|
*
|
|
14532
14608
|
* @param {string} id
|
|
@@ -14752,6 +14828,13 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
14752
14828
|
* @throws {RequiredError}
|
|
14753
14829
|
*/
|
|
14754
14830
|
getCompanyCustomers(requestParameters: CompanyApiGetCompanyCustomersRequest, options?: RawAxiosRequestConfig): AxiosPromise<IUsersResponse>;
|
|
14831
|
+
/**
|
|
14832
|
+
*
|
|
14833
|
+
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
14834
|
+
* @param {*} [options] Override http request option.
|
|
14835
|
+
* @throws {RequiredError}
|
|
14836
|
+
*/
|
|
14837
|
+
getCompanyOnboarding(requestParameters: CompanyApiGetCompanyOnboardingRequest, options?: RawAxiosRequestConfig): AxiosPromise<PickICompanyOnboarding>;
|
|
14755
14838
|
/**
|
|
14756
14839
|
*
|
|
14757
14840
|
* @param {CompanyApiGetCompanyPaymentRequest} requestParameters Request parameters.
|
|
@@ -15184,6 +15267,19 @@ export interface CompanyApiGetCompanyCustomersRequest {
|
|
|
15184
15267
|
*/
|
|
15185
15268
|
readonly status?: CompanyUserStatusEnum;
|
|
15186
15269
|
}
|
|
15270
|
+
/**
|
|
15271
|
+
* Request parameters for getCompanyOnboarding operation in CompanyApi.
|
|
15272
|
+
* @export
|
|
15273
|
+
* @interface CompanyApiGetCompanyOnboardingRequest
|
|
15274
|
+
*/
|
|
15275
|
+
export interface CompanyApiGetCompanyOnboardingRequest {
|
|
15276
|
+
/**
|
|
15277
|
+
*
|
|
15278
|
+
* @type {string}
|
|
15279
|
+
* @memberof CompanyApiGetCompanyOnboarding
|
|
15280
|
+
*/
|
|
15281
|
+
readonly id: string;
|
|
15282
|
+
}
|
|
15187
15283
|
/**
|
|
15188
15284
|
* Request parameters for getCompanyPayment operation in CompanyApi.
|
|
15189
15285
|
* @export
|
|
@@ -15599,6 +15695,14 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
15599
15695
|
* @memberof CompanyApi
|
|
15600
15696
|
*/
|
|
15601
15697
|
getCompanyCustomers(requestParameters: CompanyApiGetCompanyCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IUsersResponse, any>>;
|
|
15698
|
+
/**
|
|
15699
|
+
*
|
|
15700
|
+
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
15701
|
+
* @param {*} [options] Override http request option.
|
|
15702
|
+
* @throws {RequiredError}
|
|
15703
|
+
* @memberof CompanyApi
|
|
15704
|
+
*/
|
|
15705
|
+
getCompanyOnboarding(requestParameters: CompanyApiGetCompanyOnboardingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickICompanyOnboarding, any>>;
|
|
15602
15706
|
/**
|
|
15603
15707
|
*
|
|
15604
15708
|
* @param {CompanyApiGetCompanyPaymentRequest} requestParameters Request parameters.
|
package/dist/api/api.js
CHANGED
|
@@ -4161,6 +4161,34 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4161
4161
|
options: localVarRequestOptions,
|
|
4162
4162
|
};
|
|
4163
4163
|
},
|
|
4164
|
+
/**
|
|
4165
|
+
*
|
|
4166
|
+
* @param {string} id
|
|
4167
|
+
* @param {*} [options] Override http request option.
|
|
4168
|
+
* @throws {RequiredError}
|
|
4169
|
+
*/
|
|
4170
|
+
getCompanyOnboarding: async (id, options = {}) => {
|
|
4171
|
+
// verify required parameter 'id' is not null or undefined
|
|
4172
|
+
(0, common_1.assertParamExists)('getCompanyOnboarding', 'id', id);
|
|
4173
|
+
const localVarPath = `/api/companies/{id}/onboarding`
|
|
4174
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4175
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4176
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4177
|
+
let baseOptions;
|
|
4178
|
+
if (configuration) {
|
|
4179
|
+
baseOptions = configuration.baseOptions;
|
|
4180
|
+
}
|
|
4181
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
4182
|
+
const localVarHeaderParameter = {};
|
|
4183
|
+
const localVarQueryParameter = {};
|
|
4184
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4185
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4186
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4187
|
+
return {
|
|
4188
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4189
|
+
options: localVarRequestOptions,
|
|
4190
|
+
};
|
|
4191
|
+
},
|
|
4164
4192
|
/**
|
|
4165
4193
|
*
|
|
4166
4194
|
* @param {string} id
|
|
@@ -4872,6 +4900,18 @@ const CompanyApiFp = function (configuration) {
|
|
|
4872
4900
|
const localVarOperationServerBasePath = base_1.operationServerMap['CompanyApi.getCompanyCustomers']?.[localVarOperationServerIndex]?.url;
|
|
4873
4901
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4874
4902
|
},
|
|
4903
|
+
/**
|
|
4904
|
+
*
|
|
4905
|
+
* @param {string} id
|
|
4906
|
+
* @param {*} [options] Override http request option.
|
|
4907
|
+
* @throws {RequiredError}
|
|
4908
|
+
*/
|
|
4909
|
+
async getCompanyOnboarding(id, options) {
|
|
4910
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanyOnboarding(id, options);
|
|
4911
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4912
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['CompanyApi.getCompanyOnboarding']?.[localVarOperationServerIndex]?.url;
|
|
4913
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4914
|
+
},
|
|
4875
4915
|
/**
|
|
4876
4916
|
*
|
|
4877
4917
|
* @param {string} id
|
|
@@ -5207,6 +5247,15 @@ const CompanyApiFactory = function (configuration, basePath, axios) {
|
|
|
5207
5247
|
getCompanyCustomers(requestParameters, options) {
|
|
5208
5248
|
return localVarFp.getCompanyCustomers(requestParameters.id, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(axios, basePath));
|
|
5209
5249
|
},
|
|
5250
|
+
/**
|
|
5251
|
+
*
|
|
5252
|
+
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
5253
|
+
* @param {*} [options] Override http request option.
|
|
5254
|
+
* @throws {RequiredError}
|
|
5255
|
+
*/
|
|
5256
|
+
getCompanyOnboarding(requestParameters, options) {
|
|
5257
|
+
return localVarFp.getCompanyOnboarding(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5258
|
+
},
|
|
5210
5259
|
/**
|
|
5211
5260
|
*
|
|
5212
5261
|
* @param {CompanyApiGetCompanyPaymentRequest} requestParameters Request parameters.
|
|
@@ -5491,6 +5540,16 @@ class CompanyApi extends base_1.BaseAPI {
|
|
|
5491
5540
|
getCompanyCustomers(requestParameters, options) {
|
|
5492
5541
|
return (0, exports.CompanyApiFp)(this.configuration).getCompanyCustomers(requestParameters.id, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
5493
5542
|
}
|
|
5543
|
+
/**
|
|
5544
|
+
*
|
|
5545
|
+
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
5546
|
+
* @param {*} [options] Override http request option.
|
|
5547
|
+
* @throws {RequiredError}
|
|
5548
|
+
* @memberof CompanyApi
|
|
5549
|
+
*/
|
|
5550
|
+
getCompanyOnboarding(requestParameters, options) {
|
|
5551
|
+
return (0, exports.CompanyApiFp)(this.configuration).getCompanyOnboarding(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
5552
|
+
}
|
|
5494
5553
|
/**
|
|
5495
5554
|
*
|
|
5496
5555
|
* @param {CompanyApiGetCompanyPaymentRequest} requestParameters Request parameters.
|
package/dist/api/api.mjs
CHANGED
|
@@ -4125,6 +4125,34 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4125
4125
|
options: localVarRequestOptions,
|
|
4126
4126
|
};
|
|
4127
4127
|
},
|
|
4128
|
+
/**
|
|
4129
|
+
*
|
|
4130
|
+
* @param {string} id
|
|
4131
|
+
* @param {*} [options] Override http request option.
|
|
4132
|
+
* @throws {RequiredError}
|
|
4133
|
+
*/
|
|
4134
|
+
getCompanyOnboarding: async (id, options = {}) => {
|
|
4135
|
+
// verify required parameter 'id' is not null or undefined
|
|
4136
|
+
assertParamExists('getCompanyOnboarding', 'id', id);
|
|
4137
|
+
const localVarPath = `/api/companies/{id}/onboarding`
|
|
4138
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
4139
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4140
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4141
|
+
let baseOptions;
|
|
4142
|
+
if (configuration) {
|
|
4143
|
+
baseOptions = configuration.baseOptions;
|
|
4144
|
+
}
|
|
4145
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
4146
|
+
const localVarHeaderParameter = {};
|
|
4147
|
+
const localVarQueryParameter = {};
|
|
4148
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4149
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4150
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4151
|
+
return {
|
|
4152
|
+
url: toPathString(localVarUrlObj),
|
|
4153
|
+
options: localVarRequestOptions,
|
|
4154
|
+
};
|
|
4155
|
+
},
|
|
4128
4156
|
/**
|
|
4129
4157
|
*
|
|
4130
4158
|
* @param {string} id
|
|
@@ -4835,6 +4863,18 @@ export const CompanyApiFp = function (configuration) {
|
|
|
4835
4863
|
const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanyCustomers']?.[localVarOperationServerIndex]?.url;
|
|
4836
4864
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4837
4865
|
},
|
|
4866
|
+
/**
|
|
4867
|
+
*
|
|
4868
|
+
* @param {string} id
|
|
4869
|
+
* @param {*} [options] Override http request option.
|
|
4870
|
+
* @throws {RequiredError}
|
|
4871
|
+
*/
|
|
4872
|
+
async getCompanyOnboarding(id, options) {
|
|
4873
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanyOnboarding(id, options);
|
|
4874
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4875
|
+
const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanyOnboarding']?.[localVarOperationServerIndex]?.url;
|
|
4876
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4877
|
+
},
|
|
4838
4878
|
/**
|
|
4839
4879
|
*
|
|
4840
4880
|
* @param {string} id
|
|
@@ -5169,6 +5209,15 @@ export const CompanyApiFactory = function (configuration, basePath, axios) {
|
|
|
5169
5209
|
getCompanyCustomers(requestParameters, options) {
|
|
5170
5210
|
return localVarFp.getCompanyCustomers(requestParameters.id, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(axios, basePath));
|
|
5171
5211
|
},
|
|
5212
|
+
/**
|
|
5213
|
+
*
|
|
5214
|
+
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
5215
|
+
* @param {*} [options] Override http request option.
|
|
5216
|
+
* @throws {RequiredError}
|
|
5217
|
+
*/
|
|
5218
|
+
getCompanyOnboarding(requestParameters, options) {
|
|
5219
|
+
return localVarFp.getCompanyOnboarding(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5220
|
+
},
|
|
5172
5221
|
/**
|
|
5173
5222
|
*
|
|
5174
5223
|
* @param {CompanyApiGetCompanyPaymentRequest} requestParameters Request parameters.
|
|
@@ -5452,6 +5501,16 @@ export class CompanyApi extends BaseAPI {
|
|
|
5452
5501
|
getCompanyCustomers(requestParameters, options) {
|
|
5453
5502
|
return CompanyApiFp(this.configuration).getCompanyCustomers(requestParameters.id, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
5454
5503
|
}
|
|
5504
|
+
/**
|
|
5505
|
+
*
|
|
5506
|
+
* @param {CompanyApiGetCompanyOnboardingRequest} requestParameters Request parameters.
|
|
5507
|
+
* @param {*} [options] Override http request option.
|
|
5508
|
+
* @throws {RequiredError}
|
|
5509
|
+
* @memberof CompanyApi
|
|
5510
|
+
*/
|
|
5511
|
+
getCompanyOnboarding(requestParameters, options) {
|
|
5512
|
+
return CompanyApiFp(this.configuration).getCompanyOnboarding(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
5513
|
+
}
|
|
5455
5514
|
/**
|
|
5456
5515
|
*
|
|
5457
5516
|
* @param {CompanyApiGetCompanyPaymentRequest} requestParameters Request parameters.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.100",
|
|
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": "4988a28170d4b68f08f5e27d6564d01456625c27"
|
|
41
41
|
}
|