@handsondigital/idplugger-admin 2.2.4 → 2.3.0

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.
@@ -32,6 +32,11 @@ docs/AdminPromotionCacheClear200ResponseContent.md
32
32
  docs/AdminPromotionCacheClear500Response.md
33
33
  docs/AdminPromotionLuckyNumbersReset200Response.md
34
34
  docs/AdminPromotionLuckyNumbersReset500Response.md
35
+ docs/AdminServiceCustomerBrands200Response.md
36
+ docs/AdminServiceCustomerBrands200ResponseContentInner.md
37
+ docs/AdminServiceCustomerClients200Response.md
38
+ docs/AdminServiceCustomerClients200ResponseContentInner.md
39
+ docs/AdminServiceCustomerClients200ResponsePaging.md
35
40
  docs/AdminUsersList200Response.md
36
41
  docs/AdminUsersList200ResponsePagination.md
37
42
  docs/AdminUsersList200ResponseUsersInner.md
@@ -49,6 +54,7 @@ docs/AuthLoginRequest.md
49
54
  docs/AuthMe200Response.md
50
55
  docs/AuthMe200ResponsePromotionsInner.md
51
56
  docs/AuthRefreshTokenRequest.md
57
+ docs/CustomerServiceApi.md
52
58
  docs/ErrorReport.md
53
59
  docs/ErrorReportPaginated.md
54
60
  docs/ErrorReportsApi.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @handsondigital/idplugger-admin@2.2.4
1
+ ## @handsondigital/idplugger-admin@2.3.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @handsondigital/idplugger-admin@2.2.4 --save
39
+ npm install @handsondigital/idplugger-admin@2.3.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -58,6 +58,8 @@ Class | Method | HTTP request | Description
58
58
  *AuthApi* | [**authLoginByToken**](docs/AuthApi.md#authloginbytoken) | **POST** /admin/auth/login | Login na API via e-mail e token
59
59
  *AuthApi* | [**authMe**](docs/AuthApi.md#authme) | **GET** /v3/me | Dados na API
60
60
  *AuthApi* | [**authRefreshToken**](docs/AuthApi.md#authrefreshtoken) | **POST** /admin/auth/refresh | Renova o do token de autenticação
61
+ *CustomerServiceApi* | [**adminServiceCustomerBrands**](docs/CustomerServiceApi.md#adminservicecustomerbrands) | **GET** /admin/service/customer/brands/{client_id} | Listar marcas de um cliente do serviço de atendimento ao cliente
62
+ *CustomerServiceApi* | [**adminServiceCustomerClients**](docs/CustomerServiceApi.md#adminservicecustomerclients) | **GET** /admin/service/customer/clients | Listar clientes do serviço de atendimento ao cliente
61
63
  *ErrorReportsApi* | [**adminErrorsGet**](docs/ErrorReportsApi.md#adminerrorsget) | **GET** /admin/errors | List error reports
62
64
  *ErrorReportsApi* | [**adminErrorsIdDelete**](docs/ErrorReportsApi.md#adminerrorsiddelete) | **DELETE** /admin/errors/{id} | Delete error report
63
65
  *ErrorReportsApi* | [**adminErrorsIdGet**](docs/ErrorReportsApi.md#adminerrorsidget) | **GET** /admin/errors/{id} | Get specific error report
@@ -124,6 +126,11 @@ Class | Method | HTTP request | Description
124
126
  - [AdminPromotionCacheClear500Response](docs/AdminPromotionCacheClear500Response.md)
125
127
  - [AdminPromotionLuckyNumbersReset200Response](docs/AdminPromotionLuckyNumbersReset200Response.md)
126
128
  - [AdminPromotionLuckyNumbersReset500Response](docs/AdminPromotionLuckyNumbersReset500Response.md)
129
+ - [AdminServiceCustomerBrands200Response](docs/AdminServiceCustomerBrands200Response.md)
130
+ - [AdminServiceCustomerBrands200ResponseContentInner](docs/AdminServiceCustomerBrands200ResponseContentInner.md)
131
+ - [AdminServiceCustomerClients200Response](docs/AdminServiceCustomerClients200Response.md)
132
+ - [AdminServiceCustomerClients200ResponseContentInner](docs/AdminServiceCustomerClients200ResponseContentInner.md)
133
+ - [AdminServiceCustomerClients200ResponsePaging](docs/AdminServiceCustomerClients200ResponsePaging.md)
127
134
  - [AdminUsersList200Response](docs/AdminUsersList200Response.md)
128
135
  - [AdminUsersList200ResponsePagination](docs/AdminUsersList200ResponsePagination.md)
129
136
  - [AdminUsersList200ResponseUsersInner](docs/AdminUsersList200ResponseUsersInner.md)
package/api.ts CHANGED
@@ -854,6 +854,155 @@ export interface AdminPromotionLuckyNumbersReset500Response {
854
854
  */
855
855
  'message'?: string;
856
856
  }
857
+ /**
858
+ *
859
+ * @export
860
+ * @interface AdminServiceCustomerBrands200Response
861
+ */
862
+ export interface AdminServiceCustomerBrands200Response {
863
+ /**
864
+ *
865
+ * @type {string}
866
+ * @memberof AdminServiceCustomerBrands200Response
867
+ */
868
+ 'entity'?: string;
869
+ /**
870
+ *
871
+ * @type {string}
872
+ * @memberof AdminServiceCustomerBrands200Response
873
+ */
874
+ 'action'?: string;
875
+ /**
876
+ *
877
+ * @type {Array<AdminServiceCustomerBrands200ResponseContentInner>}
878
+ * @memberof AdminServiceCustomerBrands200Response
879
+ */
880
+ 'content'?: Array<AdminServiceCustomerBrands200ResponseContentInner>;
881
+ /**
882
+ *
883
+ * @type {AdminServiceCustomerClients200ResponsePaging}
884
+ * @memberof AdminServiceCustomerBrands200Response
885
+ */
886
+ 'paging'?: AdminServiceCustomerClients200ResponsePaging;
887
+ }
888
+ /**
889
+ *
890
+ * @export
891
+ * @interface AdminServiceCustomerBrands200ResponseContentInner
892
+ */
893
+ export interface AdminServiceCustomerBrands200ResponseContentInner {
894
+ /**
895
+ *
896
+ * @type {number}
897
+ * @memberof AdminServiceCustomerBrands200ResponseContentInner
898
+ */
899
+ 'id'?: number;
900
+ /**
901
+ *
902
+ * @type {string}
903
+ * @memberof AdminServiceCustomerBrands200ResponseContentInner
904
+ */
905
+ 'name'?: string;
906
+ /**
907
+ *
908
+ * @type {number}
909
+ * @memberof AdminServiceCustomerBrands200ResponseContentInner
910
+ */
911
+ 'client_id'?: number;
912
+ }
913
+ /**
914
+ *
915
+ * @export
916
+ * @interface AdminServiceCustomerClients200Response
917
+ */
918
+ export interface AdminServiceCustomerClients200Response {
919
+ /**
920
+ *
921
+ * @type {string}
922
+ * @memberof AdminServiceCustomerClients200Response
923
+ */
924
+ 'entity'?: string;
925
+ /**
926
+ *
927
+ * @type {string}
928
+ * @memberof AdminServiceCustomerClients200Response
929
+ */
930
+ 'action'?: string;
931
+ /**
932
+ *
933
+ * @type {Array<AdminServiceCustomerClients200ResponseContentInner>}
934
+ * @memberof AdminServiceCustomerClients200Response
935
+ */
936
+ 'content'?: Array<AdminServiceCustomerClients200ResponseContentInner>;
937
+ /**
938
+ *
939
+ * @type {AdminServiceCustomerClients200ResponsePaging}
940
+ * @memberof AdminServiceCustomerClients200Response
941
+ */
942
+ 'paging'?: AdminServiceCustomerClients200ResponsePaging;
943
+ }
944
+ /**
945
+ *
946
+ * @export
947
+ * @interface AdminServiceCustomerClients200ResponseContentInner
948
+ */
949
+ export interface AdminServiceCustomerClients200ResponseContentInner {
950
+ /**
951
+ *
952
+ * @type {number}
953
+ * @memberof AdminServiceCustomerClients200ResponseContentInner
954
+ */
955
+ 'id'?: number;
956
+ /**
957
+ *
958
+ * @type {string}
959
+ * @memberof AdminServiceCustomerClients200ResponseContentInner
960
+ */
961
+ 'nome_fantasia'?: string;
962
+ /**
963
+ *
964
+ * @type {string}
965
+ * @memberof AdminServiceCustomerClients200ResponseContentInner
966
+ */
967
+ 'razao_social'?: string;
968
+ /**
969
+ *
970
+ * @type {string}
971
+ * @memberof AdminServiceCustomerClients200ResponseContentInner
972
+ */
973
+ 'cnpj_cpf'?: string;
974
+ }
975
+ /**
976
+ *
977
+ * @export
978
+ * @interface AdminServiceCustomerClients200ResponsePaging
979
+ */
980
+ export interface AdminServiceCustomerClients200ResponsePaging {
981
+ /**
982
+ *
983
+ * @type {number}
984
+ * @memberof AdminServiceCustomerClients200ResponsePaging
985
+ */
986
+ 'current_page'?: number;
987
+ /**
988
+ *
989
+ * @type {number}
990
+ * @memberof AdminServiceCustomerClients200ResponsePaging
991
+ */
992
+ 'last_page'?: number;
993
+ /**
994
+ *
995
+ * @type {number}
996
+ * @memberof AdminServiceCustomerClients200ResponsePaging
997
+ */
998
+ 'per_page'?: number;
999
+ /**
1000
+ *
1001
+ * @type {number}
1002
+ * @memberof AdminServiceCustomerClients200ResponsePaging
1003
+ */
1004
+ 'total'?: number;
1005
+ }
857
1006
  /**
858
1007
  *
859
1008
  * @export
@@ -3917,6 +4066,298 @@ export class AuthApi extends BaseAPI {
3917
4066
 
3918
4067
 
3919
4068
 
4069
+ /**
4070
+ * CustomerServiceApi - axios parameter creator
4071
+ * @export
4072
+ */
4073
+ export const CustomerServiceApiAxiosParamCreator = function (configuration?: Configuration) {
4074
+ return {
4075
+ /**
4076
+ * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
4077
+ * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
4078
+ * @param {string} clientId ID do cliente
4079
+ * @param {string} [search] Termo de busca
4080
+ * @param {number} [page] Número da página
4081
+ * @param {number} [perPage] Itens por página
4082
+ * @param {*} [options] Override http request option.
4083
+ * @throws {RequiredError}
4084
+ */
4085
+ adminServiceCustomerBrands: async (clientId: string, search?: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
4086
+ // verify required parameter 'clientId' is not null or undefined
4087
+ assertParamExists('adminServiceCustomerBrands', 'clientId', clientId)
4088
+ const localVarPath = `/admin/service/customer/brands/{client_id}`
4089
+ .replace(`{${"client_id"}}`, encodeURIComponent(String(clientId)));
4090
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4091
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4092
+ let baseOptions;
4093
+ if (configuration) {
4094
+ baseOptions = configuration.baseOptions;
4095
+ }
4096
+
4097
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
4098
+ const localVarHeaderParameter = {} as any;
4099
+ const localVarQueryParameter = {} as any;
4100
+
4101
+ // authentication bearerAuth required
4102
+ // http bearer authentication required
4103
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
4104
+
4105
+ if (search !== undefined) {
4106
+ localVarQueryParameter['search'] = search;
4107
+ }
4108
+
4109
+ if (page !== undefined) {
4110
+ localVarQueryParameter['page'] = page;
4111
+ }
4112
+
4113
+ if (perPage !== undefined) {
4114
+ localVarQueryParameter['perPage'] = perPage;
4115
+ }
4116
+
4117
+
4118
+
4119
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
4120
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4121
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
4122
+
4123
+ return {
4124
+ url: toPathString(localVarUrlObj),
4125
+ options: localVarRequestOptions,
4126
+ };
4127
+ },
4128
+ /**
4129
+ * Retorna uma lista de clientes obtidos do serviço de atendimento ao cliente.
4130
+ * @summary Listar clientes do serviço de atendimento ao cliente
4131
+ * @param {string} [search] Termo de busca
4132
+ * @param {boolean} [isActive] Filtrar por clientes ativos (padrão true)
4133
+ * @param {number} [page] Número da página
4134
+ * @param {number} [perPage] Itens por página
4135
+ * @param {*} [options] Override http request option.
4136
+ * @throws {RequiredError}
4137
+ */
4138
+ adminServiceCustomerClients: async (search?: string, isActive?: boolean, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
4139
+ const localVarPath = `/admin/service/customer/clients`;
4140
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4141
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4142
+ let baseOptions;
4143
+ if (configuration) {
4144
+ baseOptions = configuration.baseOptions;
4145
+ }
4146
+
4147
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
4148
+ const localVarHeaderParameter = {} as any;
4149
+ const localVarQueryParameter = {} as any;
4150
+
4151
+ // authentication bearerAuth required
4152
+ // http bearer authentication required
4153
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
4154
+
4155
+ if (search !== undefined) {
4156
+ localVarQueryParameter['search'] = search;
4157
+ }
4158
+
4159
+ if (isActive !== undefined) {
4160
+ localVarQueryParameter['isActive'] = isActive;
4161
+ }
4162
+
4163
+ if (page !== undefined) {
4164
+ localVarQueryParameter['page'] = page;
4165
+ }
4166
+
4167
+ if (perPage !== undefined) {
4168
+ localVarQueryParameter['perPage'] = perPage;
4169
+ }
4170
+
4171
+
4172
+
4173
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
4174
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4175
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
4176
+
4177
+ return {
4178
+ url: toPathString(localVarUrlObj),
4179
+ options: localVarRequestOptions,
4180
+ };
4181
+ },
4182
+ }
4183
+ };
4184
+
4185
+ /**
4186
+ * CustomerServiceApi - functional programming interface
4187
+ * @export
4188
+ */
4189
+ export const CustomerServiceApiFp = function(configuration?: Configuration) {
4190
+ const localVarAxiosParamCreator = CustomerServiceApiAxiosParamCreator(configuration)
4191
+ return {
4192
+ /**
4193
+ * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
4194
+ * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
4195
+ * @param {string} clientId ID do cliente
4196
+ * @param {string} [search] Termo de busca
4197
+ * @param {number} [page] Número da página
4198
+ * @param {number} [perPage] Itens por página
4199
+ * @param {*} [options] Override http request option.
4200
+ * @throws {RequiredError}
4201
+ */
4202
+ async adminServiceCustomerBrands(clientId: string, search?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminServiceCustomerBrands200Response>> {
4203
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminServiceCustomerBrands(clientId, search, page, perPage, options);
4204
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
4205
+ const localVarOperationServerBasePath = operationServerMap['CustomerServiceApi.adminServiceCustomerBrands']?.[localVarOperationServerIndex]?.url;
4206
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4207
+ },
4208
+ /**
4209
+ * Retorna uma lista de clientes obtidos do serviço de atendimento ao cliente.
4210
+ * @summary Listar clientes do serviço de atendimento ao cliente
4211
+ * @param {string} [search] Termo de busca
4212
+ * @param {boolean} [isActive] Filtrar por clientes ativos (padrão true)
4213
+ * @param {number} [page] Número da página
4214
+ * @param {number} [perPage] Itens por página
4215
+ * @param {*} [options] Override http request option.
4216
+ * @throws {RequiredError}
4217
+ */
4218
+ async adminServiceCustomerClients(search?: string, isActive?: boolean, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminServiceCustomerClients200Response>> {
4219
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminServiceCustomerClients(search, isActive, page, perPage, options);
4220
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
4221
+ const localVarOperationServerBasePath = operationServerMap['CustomerServiceApi.adminServiceCustomerClients']?.[localVarOperationServerIndex]?.url;
4222
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4223
+ },
4224
+ }
4225
+ };
4226
+
4227
+ /**
4228
+ * CustomerServiceApi - factory interface
4229
+ * @export
4230
+ */
4231
+ export const CustomerServiceApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
4232
+ const localVarFp = CustomerServiceApiFp(configuration)
4233
+ return {
4234
+ /**
4235
+ * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
4236
+ * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
4237
+ * @param {CustomerServiceApiAdminServiceCustomerBrandsRequest} requestParameters Request parameters.
4238
+ * @param {*} [options] Override http request option.
4239
+ * @throws {RequiredError}
4240
+ */
4241
+ adminServiceCustomerBrands(requestParameters: CustomerServiceApiAdminServiceCustomerBrandsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminServiceCustomerBrands200Response> {
4242
+ return localVarFp.adminServiceCustomerBrands(requestParameters.clientId, requestParameters.search, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
4243
+ },
4244
+ /**
4245
+ * Retorna uma lista de clientes obtidos do serviço de atendimento ao cliente.
4246
+ * @summary Listar clientes do serviço de atendimento ao cliente
4247
+ * @param {CustomerServiceApiAdminServiceCustomerClientsRequest} requestParameters Request parameters.
4248
+ * @param {*} [options] Override http request option.
4249
+ * @throws {RequiredError}
4250
+ */
4251
+ adminServiceCustomerClients(requestParameters: CustomerServiceApiAdminServiceCustomerClientsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<AdminServiceCustomerClients200Response> {
4252
+ return localVarFp.adminServiceCustomerClients(requestParameters.search, requestParameters.isActive, requestParameters.page, requestParameters.perPage, options).then((request) => request(axios, basePath));
4253
+ },
4254
+ };
4255
+ };
4256
+
4257
+ /**
4258
+ * Request parameters for adminServiceCustomerBrands operation in CustomerServiceApi.
4259
+ * @export
4260
+ * @interface CustomerServiceApiAdminServiceCustomerBrandsRequest
4261
+ */
4262
+ export interface CustomerServiceApiAdminServiceCustomerBrandsRequest {
4263
+ /**
4264
+ * ID do cliente
4265
+ * @type {string}
4266
+ * @memberof CustomerServiceApiAdminServiceCustomerBrands
4267
+ */
4268
+ readonly clientId: string
4269
+
4270
+ /**
4271
+ * Termo de busca
4272
+ * @type {string}
4273
+ * @memberof CustomerServiceApiAdminServiceCustomerBrands
4274
+ */
4275
+ readonly search?: string
4276
+
4277
+ /**
4278
+ * Número da página
4279
+ * @type {number}
4280
+ * @memberof CustomerServiceApiAdminServiceCustomerBrands
4281
+ */
4282
+ readonly page?: number
4283
+
4284
+ /**
4285
+ * Itens por página
4286
+ * @type {number}
4287
+ * @memberof CustomerServiceApiAdminServiceCustomerBrands
4288
+ */
4289
+ readonly perPage?: number
4290
+ }
4291
+
4292
+ /**
4293
+ * Request parameters for adminServiceCustomerClients operation in CustomerServiceApi.
4294
+ * @export
4295
+ * @interface CustomerServiceApiAdminServiceCustomerClientsRequest
4296
+ */
4297
+ export interface CustomerServiceApiAdminServiceCustomerClientsRequest {
4298
+ /**
4299
+ * Termo de busca
4300
+ * @type {string}
4301
+ * @memberof CustomerServiceApiAdminServiceCustomerClients
4302
+ */
4303
+ readonly search?: string
4304
+
4305
+ /**
4306
+ * Filtrar por clientes ativos (padrão true)
4307
+ * @type {boolean}
4308
+ * @memberof CustomerServiceApiAdminServiceCustomerClients
4309
+ */
4310
+ readonly isActive?: boolean
4311
+
4312
+ /**
4313
+ * Número da página
4314
+ * @type {number}
4315
+ * @memberof CustomerServiceApiAdminServiceCustomerClients
4316
+ */
4317
+ readonly page?: number
4318
+
4319
+ /**
4320
+ * Itens por página
4321
+ * @type {number}
4322
+ * @memberof CustomerServiceApiAdminServiceCustomerClients
4323
+ */
4324
+ readonly perPage?: number
4325
+ }
4326
+
4327
+ /**
4328
+ * CustomerServiceApi - object-oriented interface
4329
+ * @export
4330
+ * @class CustomerServiceApi
4331
+ * @extends {BaseAPI}
4332
+ */
4333
+ export class CustomerServiceApi extends BaseAPI {
4334
+ /**
4335
+ * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
4336
+ * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
4337
+ * @param {CustomerServiceApiAdminServiceCustomerBrandsRequest} requestParameters Request parameters.
4338
+ * @param {*} [options] Override http request option.
4339
+ * @throws {RequiredError}
4340
+ * @memberof CustomerServiceApi
4341
+ */
4342
+ public adminServiceCustomerBrands(requestParameters: CustomerServiceApiAdminServiceCustomerBrandsRequest, options?: RawAxiosRequestConfig) {
4343
+ return CustomerServiceApiFp(this.configuration).adminServiceCustomerBrands(requestParameters.clientId, requestParameters.search, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
4344
+ }
4345
+
4346
+ /**
4347
+ * Retorna uma lista de clientes obtidos do serviço de atendimento ao cliente.
4348
+ * @summary Listar clientes do serviço de atendimento ao cliente
4349
+ * @param {CustomerServiceApiAdminServiceCustomerClientsRequest} requestParameters Request parameters.
4350
+ * @param {*} [options] Override http request option.
4351
+ * @throws {RequiredError}
4352
+ * @memberof CustomerServiceApi
4353
+ */
4354
+ public adminServiceCustomerClients(requestParameters: CustomerServiceApiAdminServiceCustomerClientsRequest = {}, options?: RawAxiosRequestConfig) {
4355
+ return CustomerServiceApiFp(this.configuration).adminServiceCustomerClients(requestParameters.search, requestParameters.isActive, requestParameters.page, requestParameters.perPage, options).then((request) => request(this.axios, this.basePath));
4356
+ }
4357
+ }
4358
+
4359
+
4360
+
3920
4361
  /**
3921
4362
  * ErrorReportsApi - axios parameter creator
3922
4363
  * @export