@handsondigital/idplugger-admin 2.4.0 → 2.5.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.
package/dist/api.d.ts CHANGED
@@ -846,6 +846,391 @@ export interface AdminPromotionLuckyNumbersReset500Response {
846
846
  */
847
847
  'message'?: string;
848
848
  }
849
+ /**
850
+ *
851
+ * @export
852
+ * @interface AdminServiceCustomerApplications200Response
853
+ */
854
+ export interface AdminServiceCustomerApplications200Response {
855
+ /**
856
+ *
857
+ * @type {string}
858
+ * @memberof AdminServiceCustomerApplications200Response
859
+ */
860
+ 'entity'?: string;
861
+ /**
862
+ *
863
+ * @type {string}
864
+ * @memberof AdminServiceCustomerApplications200Response
865
+ */
866
+ 'action'?: string;
867
+ /**
868
+ *
869
+ * @type {Array<AdminServiceCustomerApplications200ResponseContentInner>}
870
+ * @memberof AdminServiceCustomerApplications200Response
871
+ */
872
+ 'content'?: Array<AdminServiceCustomerApplications200ResponseContentInner>;
873
+ /**
874
+ *
875
+ * @type {AdminServiceCustomerClients200ResponsePaging}
876
+ * @memberof AdminServiceCustomerApplications200Response
877
+ */
878
+ 'paging'?: AdminServiceCustomerClients200ResponsePaging;
879
+ }
880
+ /**
881
+ *
882
+ * @export
883
+ * @interface AdminServiceCustomerApplications200ResponseContentInner
884
+ */
885
+ export interface AdminServiceCustomerApplications200ResponseContentInner {
886
+ /**
887
+ * UUID
888
+ * @type {string}
889
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
890
+ */
891
+ 'id'?: string;
892
+ /**
893
+ *
894
+ * @type {string}
895
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
896
+ */
897
+ 'name'?: string;
898
+ /**
899
+ *
900
+ * @type {string}
901
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
902
+ */
903
+ 'framework'?: string | null;
904
+ /**
905
+ *
906
+ * @type {string}
907
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
908
+ */
909
+ 'language'?: string | null;
910
+ /**
911
+ *
912
+ * @type {string}
913
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
914
+ */
915
+ 'description'?: string | null;
916
+ /**
917
+ *
918
+ * @type {string}
919
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
920
+ */
921
+ 'version'?: string | null;
922
+ /**
923
+ *
924
+ * @type {string}
925
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
926
+ */
927
+ 'infrastructure'?: string | null;
928
+ /**
929
+ *
930
+ * @type {boolean}
931
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
932
+ */
933
+ 'status'?: boolean;
934
+ /**
935
+ *
936
+ * @type {string}
937
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
938
+ */
939
+ 'access_url'?: string | null;
940
+ /**
941
+ *
942
+ * @type {string}
943
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
944
+ */
945
+ 'access_homolog_url'?: string | null;
946
+ /**
947
+ *
948
+ * @type {string}
949
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
950
+ */
951
+ 'access_admin_url'?: string | null;
952
+ /**
953
+ *
954
+ * @type {string}
955
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
956
+ */
957
+ 'google_analytics_id'?: string | null;
958
+ /**
959
+ *
960
+ * @type {string}
961
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
962
+ */
963
+ 'google_tag_manager_id'?: string | null;
964
+ /**
965
+ *
966
+ * @type {string}
967
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
968
+ */
969
+ 'github_repository'?: string | null;
970
+ /**
971
+ *
972
+ * @type {string}
973
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
974
+ */
975
+ 'github_repository_name'?: string | null;
976
+ /**
977
+ *
978
+ * @type {string}
979
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
980
+ */
981
+ 'github_last_updated'?: string | null;
982
+ /**
983
+ *
984
+ * @type {string}
985
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
986
+ */
987
+ 'url_monitoring'?: string | null;
988
+ /**
989
+ *
990
+ * @type {object}
991
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
992
+ */
993
+ 'notifications'?: object | null;
994
+ /**
995
+ *
996
+ * @type {string}
997
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
998
+ */
999
+ 'date_creation'?: string | null;
1000
+ /**
1001
+ *
1002
+ * @type {string}
1003
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1004
+ */
1005
+ 'date_updated'?: string | null;
1006
+ /**
1007
+ *
1008
+ * @type {string}
1009
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1010
+ */
1011
+ 'created_at'?: string;
1012
+ /**
1013
+ *
1014
+ * @type {string}
1015
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1016
+ */
1017
+ 'updated_at'?: string;
1018
+ /**
1019
+ *
1020
+ * @type {AdminServiceCustomerApplications200ResponseContentInnerClient}
1021
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1022
+ */
1023
+ 'client'?: AdminServiceCustomerApplications200ResponseContentInnerClient;
1024
+ /**
1025
+ *
1026
+ * @type {object}
1027
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1028
+ */
1029
+ 'brand'?: object | null;
1030
+ /**
1031
+ *
1032
+ * @type {Array<object>}
1033
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1034
+ */
1035
+ 'contracts'?: Array<object>;
1036
+ /**
1037
+ *
1038
+ * @type {Array<AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner>}
1039
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1040
+ */
1041
+ 'programming'?: Array<AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner>;
1042
+ /**
1043
+ *
1044
+ * @type {Array<AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner>}
1045
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1046
+ */
1047
+ 'workflow_schedules'?: Array<AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner>;
1048
+ /**
1049
+ *
1050
+ * @type {Array<AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner>}
1051
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1052
+ */
1053
+ 'promotions'?: Array<AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner>;
1054
+ /**
1055
+ *
1056
+ * @type {AdminServiceCustomerApplications200ResponseContentInnerProduct}
1057
+ * @memberof AdminServiceCustomerApplications200ResponseContentInner
1058
+ */
1059
+ 'product'?: AdminServiceCustomerApplications200ResponseContentInnerProduct;
1060
+ }
1061
+ /**
1062
+ *
1063
+ * @export
1064
+ * @interface AdminServiceCustomerApplications200ResponseContentInnerClient
1065
+ */
1066
+ export interface AdminServiceCustomerApplications200ResponseContentInnerClient {
1067
+ /**
1068
+ *
1069
+ * @type {number}
1070
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerClient
1071
+ */
1072
+ 'id'?: number;
1073
+ /**
1074
+ *
1075
+ * @type {string}
1076
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerClient
1077
+ */
1078
+ 'nome_fantasia'?: string;
1079
+ /**
1080
+ *
1081
+ * @type {string}
1082
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerClient
1083
+ */
1084
+ 'razao_social'?: string;
1085
+ }
1086
+ /**
1087
+ * @type AdminServiceCustomerApplications200ResponseContentInnerProduct
1088
+ * @export
1089
+ */
1090
+ export type AdminServiceCustomerApplications200ResponseContentInnerProduct = AdminServiceCustomerApplications200ResponseContentInnerProductOneOf | Array<AdminServiceCustomerApplications200ResponseContentInnerProductOneOf>;
1091
+ /**
1092
+ *
1093
+ * @export
1094
+ * @interface AdminServiceCustomerApplications200ResponseContentInnerProductOneOf
1095
+ */
1096
+ export interface AdminServiceCustomerApplications200ResponseContentInnerProductOneOf {
1097
+ /**
1098
+ *
1099
+ * @type {number}
1100
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerProductOneOf
1101
+ */
1102
+ 'id'?: number;
1103
+ /**
1104
+ *
1105
+ * @type {string}
1106
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerProductOneOf
1107
+ */
1108
+ 'descricao'?: string;
1109
+ }
1110
+ /**
1111
+ *
1112
+ * @export
1113
+ * @interface AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner
1114
+ */
1115
+ export interface AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner {
1116
+ /**
1117
+ *
1118
+ * @type {number}
1119
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner
1120
+ */
1121
+ 'id'?: number;
1122
+ /**
1123
+ *
1124
+ * @type {string}
1125
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner
1126
+ */
1127
+ 'title'?: string;
1128
+ }
1129
+ /**
1130
+ *
1131
+ * @export
1132
+ * @interface AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1133
+ */
1134
+ export interface AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner {
1135
+ /**
1136
+ *
1137
+ * @type {number}
1138
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1139
+ */
1140
+ 'id'?: number;
1141
+ /**
1142
+ *
1143
+ * @type {number}
1144
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1145
+ */
1146
+ 'order_id'?: number;
1147
+ /**
1148
+ *
1149
+ * @type {string}
1150
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1151
+ */
1152
+ 'promotion_id'?: string | null;
1153
+ /**
1154
+ *
1155
+ * @type {string}
1156
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1157
+ */
1158
+ 'promotion_name'?: string;
1159
+ /**
1160
+ *
1161
+ * @type {string}
1162
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1163
+ */
1164
+ 'url'?: string | null;
1165
+ /**
1166
+ *
1167
+ * @type {string}
1168
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1169
+ */
1170
+ 'start_date'?: string;
1171
+ /**
1172
+ *
1173
+ * @type {string}
1174
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1175
+ */
1176
+ 'end_date'?: string;
1177
+ /**
1178
+ *
1179
+ * @type {string}
1180
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1181
+ */
1182
+ 'start_delivery_date'?: string | null;
1183
+ /**
1184
+ *
1185
+ * @type {string}
1186
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner
1187
+ */
1188
+ 'end_delivery_date'?: string | null;
1189
+ }
1190
+ /**
1191
+ *
1192
+ * @export
1193
+ * @interface AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner
1194
+ */
1195
+ export interface AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner {
1196
+ /**
1197
+ *
1198
+ * @type {number}
1199
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner
1200
+ */
1201
+ 'id'?: number;
1202
+ /**
1203
+ *
1204
+ * @type {AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow}
1205
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner
1206
+ */
1207
+ 'workflow'?: AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow;
1208
+ /**
1209
+ *
1210
+ * @type {AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow}
1211
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner
1212
+ */
1213
+ 'current_stage'?: AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow;
1214
+ }
1215
+ /**
1216
+ *
1217
+ * @export
1218
+ * @interface AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow
1219
+ */
1220
+ export interface AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow {
1221
+ /**
1222
+ *
1223
+ * @type {number}
1224
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow
1225
+ */
1226
+ 'id'?: number;
1227
+ /**
1228
+ *
1229
+ * @type {string}
1230
+ * @memberof AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow
1231
+ */
1232
+ 'name'?: string;
1233
+ }
849
1234
  /**
850
1235
  *
851
1236
  * @export
@@ -1143,29 +1528,10 @@ export interface AdminUsersList200ResponseUsersInner {
1143
1528
  'role'?: string;
1144
1529
  /**
1145
1530
  * Incluído apenas se _include=permissions
1146
- * @type {Array<AdminUsersList200ResponseUsersInnerPermissionsInner>}
1531
+ * @type {Array<AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow>}
1147
1532
  * @memberof AdminUsersList200ResponseUsersInner
1148
1533
  */
1149
- 'permissions'?: Array<AdminUsersList200ResponseUsersInnerPermissionsInner>;
1150
- }
1151
- /**
1152
- *
1153
- * @export
1154
- * @interface AdminUsersList200ResponseUsersInnerPermissionsInner
1155
- */
1156
- export interface AdminUsersList200ResponseUsersInnerPermissionsInner {
1157
- /**
1158
- *
1159
- * @type {number}
1160
- * @memberof AdminUsersList200ResponseUsersInnerPermissionsInner
1161
- */
1162
- 'id'?: number;
1163
- /**
1164
- *
1165
- * @type {string}
1166
- * @memberof AdminUsersList200ResponseUsersInnerPermissionsInner
1167
- */
1168
- 'name'?: string;
1534
+ 'permissions'?: Array<AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow>;
1169
1535
  }
1170
1536
  /**
1171
1537
  *
@@ -3773,6 +4139,16 @@ export declare class AuthApi extends BaseAPI {
3773
4139
  * @export
3774
4140
  */
3775
4141
  export declare const CustomerServiceApiAxiosParamCreator: (configuration?: Configuration) => {
4142
+ /**
4143
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
4144
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
4145
+ * @param {string} clientId ID do cliente
4146
+ * @param {number} [page] Número da página
4147
+ * @param {number} [perPage] Itens por página
4148
+ * @param {*} [options] Override http request option.
4149
+ * @throws {RequiredError}
4150
+ */
4151
+ adminServiceCustomerApplications: (clientId: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3776
4152
  /**
3777
4153
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
3778
4154
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -3801,6 +4177,16 @@ export declare const CustomerServiceApiAxiosParamCreator: (configuration?: Confi
3801
4177
  * @export
3802
4178
  */
3803
4179
  export declare const CustomerServiceApiFp: (configuration?: Configuration) => {
4180
+ /**
4181
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
4182
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
4183
+ * @param {string} clientId ID do cliente
4184
+ * @param {number} [page] Número da página
4185
+ * @param {number} [perPage] Itens por página
4186
+ * @param {*} [options] Override http request option.
4187
+ * @throws {RequiredError}
4188
+ */
4189
+ adminServiceCustomerApplications(clientId: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminServiceCustomerApplications200Response>>;
3804
4190
  /**
3805
4191
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
3806
4192
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -3829,6 +4215,14 @@ export declare const CustomerServiceApiFp: (configuration?: Configuration) => {
3829
4215
  * @export
3830
4216
  */
3831
4217
  export declare const CustomerServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
4218
+ /**
4219
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
4220
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
4221
+ * @param {CustomerServiceApiAdminServiceCustomerApplicationsRequest} requestParameters Request parameters.
4222
+ * @param {*} [options] Override http request option.
4223
+ * @throws {RequiredError}
4224
+ */
4225
+ adminServiceCustomerApplications(requestParameters: CustomerServiceApiAdminServiceCustomerApplicationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminServiceCustomerApplications200Response>;
3832
4226
  /**
3833
4227
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
3834
4228
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -3846,6 +4240,31 @@ export declare const CustomerServiceApiFactory: (configuration?: Configuration,
3846
4240
  */
3847
4241
  adminServiceCustomerClients(requestParameters?: CustomerServiceApiAdminServiceCustomerClientsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminServiceCustomerClients200Response>;
3848
4242
  };
4243
+ /**
4244
+ * Request parameters for adminServiceCustomerApplications operation in CustomerServiceApi.
4245
+ * @export
4246
+ * @interface CustomerServiceApiAdminServiceCustomerApplicationsRequest
4247
+ */
4248
+ export interface CustomerServiceApiAdminServiceCustomerApplicationsRequest {
4249
+ /**
4250
+ * ID do cliente
4251
+ * @type {string}
4252
+ * @memberof CustomerServiceApiAdminServiceCustomerApplications
4253
+ */
4254
+ readonly clientId: string;
4255
+ /**
4256
+ * Número da página
4257
+ * @type {number}
4258
+ * @memberof CustomerServiceApiAdminServiceCustomerApplications
4259
+ */
4260
+ readonly page?: number;
4261
+ /**
4262
+ * Itens por página
4263
+ * @type {number}
4264
+ * @memberof CustomerServiceApiAdminServiceCustomerApplications
4265
+ */
4266
+ readonly perPage?: number;
4267
+ }
3849
4268
  /**
3850
4269
  * Request parameters for adminServiceCustomerBrands operation in CustomerServiceApi.
3851
4270
  * @export
@@ -3915,6 +4334,15 @@ export interface CustomerServiceApiAdminServiceCustomerClientsRequest {
3915
4334
  * @extends {BaseAPI}
3916
4335
  */
3917
4336
  export declare class CustomerServiceApi extends BaseAPI {
4337
+ /**
4338
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
4339
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
4340
+ * @param {CustomerServiceApiAdminServiceCustomerApplicationsRequest} requestParameters Request parameters.
4341
+ * @param {*} [options] Override http request option.
4342
+ * @throws {RequiredError}
4343
+ * @memberof CustomerServiceApi
4344
+ */
4345
+ adminServiceCustomerApplications(requestParameters: CustomerServiceApiAdminServiceCustomerApplicationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminServiceCustomerApplications200Response, any, {}>>;
3918
4346
  /**
3919
4347
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
3920
4348
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
package/dist/api.js CHANGED
@@ -898,6 +898,61 @@ exports.AuthApi = AuthApi;
898
898
  var CustomerServiceApiAxiosParamCreator = function (configuration) {
899
899
  var _this = this;
900
900
  return {
901
+ /**
902
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
903
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
904
+ * @param {string} clientId ID do cliente
905
+ * @param {number} [page] Número da página
906
+ * @param {number} [perPage] Itens por página
907
+ * @param {*} [options] Override http request option.
908
+ * @throws {RequiredError}
909
+ */
910
+ adminServiceCustomerApplications: function (clientId_1, page_1, perPage_1) {
911
+ var args_1 = [];
912
+ for (var _i = 3; _i < arguments.length; _i++) {
913
+ args_1[_i - 3] = arguments[_i];
914
+ }
915
+ return __awaiter(_this, __spreadArray([clientId_1, page_1, perPage_1], args_1, true), void 0, function (clientId, page, perPage, options) {
916
+ var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
917
+ if (options === void 0) { options = {}; }
918
+ return __generator(this, function (_a) {
919
+ switch (_a.label) {
920
+ case 0:
921
+ // verify required parameter 'clientId' is not null or undefined
922
+ (0, common_1.assertParamExists)('adminServiceCustomerApplications', 'clientId', clientId);
923
+ localVarPath = "/admin/service/customer/applications/{client_id}"
924
+ .replace("{".concat("client_id", "}"), encodeURIComponent(String(clientId)));
925
+ localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
926
+ if (configuration) {
927
+ baseOptions = configuration.baseOptions;
928
+ }
929
+ localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
930
+ localVarHeaderParameter = {};
931
+ localVarQueryParameter = {};
932
+ // authentication bearerAuth required
933
+ // http bearer authentication required
934
+ return [4 /*yield*/, (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration)];
935
+ case 1:
936
+ // authentication bearerAuth required
937
+ // http bearer authentication required
938
+ _a.sent();
939
+ if (page !== undefined) {
940
+ localVarQueryParameter['page'] = page;
941
+ }
942
+ if (perPage !== undefined) {
943
+ localVarQueryParameter['perPage'] = perPage;
944
+ }
945
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
946
+ headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
947
+ localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
948
+ return [2 /*return*/, {
949
+ url: (0, common_1.toPathString)(localVarUrlObj),
950
+ options: localVarRequestOptions,
951
+ }];
952
+ }
953
+ });
954
+ });
955
+ },
901
956
  /**
902
957
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
903
958
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -1026,6 +1081,31 @@ exports.CustomerServiceApiAxiosParamCreator = CustomerServiceApiAxiosParamCreato
1026
1081
  var CustomerServiceApiFp = function (configuration) {
1027
1082
  var localVarAxiosParamCreator = (0, exports.CustomerServiceApiAxiosParamCreator)(configuration);
1028
1083
  return {
1084
+ /**
1085
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
1086
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
1087
+ * @param {string} clientId ID do cliente
1088
+ * @param {number} [page] Número da página
1089
+ * @param {number} [perPage] Itens por página
1090
+ * @param {*} [options] Override http request option.
1091
+ * @throws {RequiredError}
1092
+ */
1093
+ adminServiceCustomerApplications: function (clientId, page, perPage, options) {
1094
+ return __awaiter(this, void 0, void 0, function () {
1095
+ var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
1096
+ var _a, _b, _c;
1097
+ return __generator(this, function (_d) {
1098
+ switch (_d.label) {
1099
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.adminServiceCustomerApplications(clientId, page, perPage, options)];
1100
+ case 1:
1101
+ localVarAxiosArgs = _d.sent();
1102
+ localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1103
+ localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CustomerServiceApi.adminServiceCustomerApplications']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1104
+ return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
1105
+ }
1106
+ });
1107
+ });
1108
+ },
1029
1109
  /**
1030
1110
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
1031
1111
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -1088,6 +1168,16 @@ exports.CustomerServiceApiFp = CustomerServiceApiFp;
1088
1168
  var CustomerServiceApiFactory = function (configuration, basePath, axios) {
1089
1169
  var localVarFp = (0, exports.CustomerServiceApiFp)(configuration);
1090
1170
  return {
1171
+ /**
1172
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
1173
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
1174
+ * @param {CustomerServiceApiAdminServiceCustomerApplicationsRequest} requestParameters Request parameters.
1175
+ * @param {*} [options] Override http request option.
1176
+ * @throws {RequiredError}
1177
+ */
1178
+ adminServiceCustomerApplications: function (requestParameters, options) {
1179
+ return localVarFp.adminServiceCustomerApplications(requestParameters.clientId, requestParameters.page, requestParameters.perPage, options).then(function (request) { return request(axios, basePath); });
1180
+ },
1091
1181
  /**
1092
1182
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
1093
1183
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -1123,6 +1213,18 @@ var CustomerServiceApi = /** @class */ (function (_super) {
1123
1213
  function CustomerServiceApi() {
1124
1214
  return _super !== null && _super.apply(this, arguments) || this;
1125
1215
  }
1216
+ /**
1217
+ * Retorna uma lista de aplicações de um cliente específico obtidas do serviço de atendimento ao cliente.
1218
+ * @summary Listar aplicações de um cliente no serviço de atendimento ao cliente
1219
+ * @param {CustomerServiceApiAdminServiceCustomerApplicationsRequest} requestParameters Request parameters.
1220
+ * @param {*} [options] Override http request option.
1221
+ * @throws {RequiredError}
1222
+ * @memberof CustomerServiceApi
1223
+ */
1224
+ CustomerServiceApi.prototype.adminServiceCustomerApplications = function (requestParameters, options) {
1225
+ var _this = this;
1226
+ return (0, exports.CustomerServiceApiFp)(this.configuration).adminServiceCustomerApplications(requestParameters.clientId, requestParameters.page, requestParameters.perPage, options).then(function (request) { return request(_this.axios, _this.basePath); });
1227
+ };
1126
1228
  /**
1127
1229
  * Retorna uma lista de marcas de um cliente específico obtidas do serviço de atendimento ao cliente.
1128
1230
  * @summary Listar marcas de um cliente do serviço de atendimento ao cliente
@@ -0,0 +1,26 @@
1
+ # AdminServiceCustomerApplications200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **content** | [**Array&lt;AdminServiceCustomerApplications200ResponseContentInner&gt;**](AdminServiceCustomerApplications200ResponseContentInner.md) | | [optional] [default to undefined]
11
+ **paging** | [**AdminServiceCustomerClients200ResponsePaging**](AdminServiceCustomerClients200ResponsePaging.md) | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminServiceCustomerApplications200Response } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminServiceCustomerApplications200Response = {
19
+ entity,
20
+ action,
21
+ content,
22
+ paging,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)