@djangocfg/ext-support 1.0.3 → 1.0.6
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/config.cjs +1 -1
- package/dist/config.js +1 -1
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +97 -0
- package/dist/index.d.ts +97 -0
- package/dist/index.js +1 -1
- package/package.json +7 -7
- package/src/api/generated/ext_support/_utils/fetchers/ext_support__support.ts +8 -0
- package/src/api/generated/ext_support/_utils/fetchers/index.ts +8 -0
- package/src/api/generated/ext_support/_utils/hooks/ext_support__support.ts +8 -0
- package/src/api/generated/ext_support/_utils/hooks/index.ts +8 -0
- package/src/api/generated/ext_support/_utils/schemas/index.ts +8 -0
- package/src/api/generated/ext_support/api-instance.ts +8 -0
- package/src/api/generated/ext_support/enums.ts +8 -0
- package/src/api/generated/ext_support/errors.ts +8 -0
- package/src/api/generated/ext_support/ext_support__support/index.ts +8 -0
- package/src/api/generated/ext_support/ext_support__support/models.ts +8 -0
- package/src/api/generated/ext_support/http.ts +8 -0
- package/src/api/generated/ext_support/index.ts +8 -0
- package/src/api/generated/ext_support/logger.ts +8 -0
- package/src/api/generated/ext_support/retry.ts +8 -0
- package/src/api/generated/ext_support/storage.ts +8 -0
- package/src/api/generated/ext_support/validation-events.ts +8 -0
package/dist/config.cjs
CHANGED
|
@@ -27,7 +27,7 @@ var import_ext_base = require("@djangocfg/ext-base");
|
|
|
27
27
|
// package.json
|
|
28
28
|
var package_default = {
|
|
29
29
|
name: "@djangocfg/ext-support",
|
|
30
|
-
version: "1.0.
|
|
30
|
+
version: "1.0.6",
|
|
31
31
|
description: "Support ticket system extension for DjangoCFG",
|
|
32
32
|
keywords: [
|
|
33
33
|
"django",
|
package/dist/config.js
CHANGED
|
@@ -4,7 +4,7 @@ import { createExtensionConfig } from "@djangocfg/ext-base";
|
|
|
4
4
|
// package.json
|
|
5
5
|
var package_default = {
|
|
6
6
|
name: "@djangocfg/ext-support",
|
|
7
|
-
version: "1.0.
|
|
7
|
+
version: "1.0.6",
|
|
8
8
|
description: "Support ticket system extension for DjangoCFG",
|
|
9
9
|
keywords: [
|
|
10
10
|
"django",
|
package/dist/hooks.cjs
CHANGED
|
@@ -2640,7 +2640,7 @@ var SupportLayout = () => {
|
|
|
2640
2640
|
// package.json
|
|
2641
2641
|
var package_default = {
|
|
2642
2642
|
name: "@djangocfg/ext-support",
|
|
2643
|
-
version: "1.0.
|
|
2643
|
+
version: "1.0.6",
|
|
2644
2644
|
description: "Support ticket system extension for DjangoCFG",
|
|
2645
2645
|
keywords: [
|
|
2646
2646
|
"django",
|
package/dist/hooks.js
CHANGED
|
@@ -2631,7 +2631,7 @@ var SupportLayout = () => {
|
|
|
2631
2631
|
// package.json
|
|
2632
2632
|
var package_default = {
|
|
2633
2633
|
name: "@djangocfg/ext-support",
|
|
2634
|
-
version: "1.0.
|
|
2634
|
+
version: "1.0.6",
|
|
2635
2635
|
description: "Support ticket system extension for DjangoCFG",
|
|
2636
2636
|
keywords: [
|
|
2637
2637
|
"django",
|
package/dist/index.cjs
CHANGED
|
@@ -2640,7 +2640,7 @@ var SupportLayout = () => {
|
|
|
2640
2640
|
// package.json
|
|
2641
2641
|
var package_default = {
|
|
2642
2642
|
name: "@djangocfg/ext-support",
|
|
2643
|
-
version: "1.0.
|
|
2643
|
+
version: "1.0.6",
|
|
2644
2644
|
description: "Support ticket system extension for DjangoCFG",
|
|
2645
2645
|
keywords: [
|
|
2646
2646
|
"django",
|
package/dist/index.d.cts
CHANGED
|
@@ -3,6 +3,14 @@ import React from 'react';
|
|
|
3
3
|
import { z, ZodError } from 'zod';
|
|
4
4
|
import * as _djangocfg_ext_base from '@djangocfg/ext-base';
|
|
5
5
|
|
|
6
|
+
/**
|
|
7
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
8
|
+
*
|
|
9
|
+
* This file is automatically generated by DjangoCFG.
|
|
10
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
11
|
+
*
|
|
12
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
13
|
+
*/
|
|
6
14
|
/**
|
|
7
15
|
* * `open` - Open
|
|
8
16
|
* * `waiting_for_user` - Waiting for User
|
|
@@ -56,6 +64,15 @@ declare namespace enums {
|
|
|
56
64
|
export { enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus, enums_TicketRequestStatus as TicketRequestStatus, enums_TicketStatus as TicketStatus };
|
|
57
65
|
}
|
|
58
66
|
|
|
67
|
+
/**
|
|
68
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
69
|
+
*
|
|
70
|
+
* This file is automatically generated by DjangoCFG.
|
|
71
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
72
|
+
*
|
|
73
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
74
|
+
*/
|
|
75
|
+
|
|
59
76
|
/**
|
|
60
77
|
*
|
|
61
78
|
* Response model (includes read-only fields).
|
|
@@ -286,6 +303,14 @@ declare class ExtSupportSupport {
|
|
|
286
303
|
ticketsDestroy(uuid: string): Promise<void>;
|
|
287
304
|
}
|
|
288
305
|
|
|
306
|
+
/**
|
|
307
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
308
|
+
*
|
|
309
|
+
* This file is automatically generated by DjangoCFG.
|
|
310
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
311
|
+
*
|
|
312
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
313
|
+
*/
|
|
289
314
|
/**
|
|
290
315
|
* HTTP Client Adapter Pattern
|
|
291
316
|
*
|
|
@@ -322,6 +347,14 @@ declare class FetchAdapter implements HttpClientAdapter {
|
|
|
322
347
|
request<T = any>(request: HttpRequest): Promise<HttpResponse<T>>;
|
|
323
348
|
}
|
|
324
349
|
|
|
350
|
+
/**
|
|
351
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
352
|
+
*
|
|
353
|
+
* This file is automatically generated by DjangoCFG.
|
|
354
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
355
|
+
*
|
|
356
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
357
|
+
*/
|
|
325
358
|
/**
|
|
326
359
|
* API Logger with Consola
|
|
327
360
|
* Beautiful console logging for API requests and responses
|
|
@@ -440,6 +473,14 @@ declare class APILogger {
|
|
|
440
473
|
withTag(tag: string): ConsolaInstance;
|
|
441
474
|
}
|
|
442
475
|
|
|
476
|
+
/**
|
|
477
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
478
|
+
*
|
|
479
|
+
* This file is automatically generated by DjangoCFG.
|
|
480
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
481
|
+
*
|
|
482
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
483
|
+
*/
|
|
443
484
|
/**
|
|
444
485
|
* Retry Configuration and Utilities
|
|
445
486
|
*
|
|
@@ -581,6 +622,14 @@ declare class APIClient {
|
|
|
581
622
|
private _makeRequest;
|
|
582
623
|
}
|
|
583
624
|
|
|
625
|
+
/**
|
|
626
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
627
|
+
*
|
|
628
|
+
* This file is automatically generated by DjangoCFG.
|
|
629
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
630
|
+
*
|
|
631
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
632
|
+
*/
|
|
584
633
|
/**
|
|
585
634
|
* Storage adapters for cross-platform token storage.
|
|
586
635
|
*
|
|
@@ -850,6 +899,14 @@ declare const TicketRequestSchema: z.ZodObject<{
|
|
|
850
899
|
*/
|
|
851
900
|
type TicketRequest = z.infer<typeof TicketRequestSchema>;
|
|
852
901
|
|
|
902
|
+
/**
|
|
903
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
904
|
+
*
|
|
905
|
+
* This file is automatically generated by DjangoCFG.
|
|
906
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
907
|
+
*
|
|
908
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
909
|
+
*/
|
|
853
910
|
/**
|
|
854
911
|
* Zod Schemas - Runtime validation and type inference
|
|
855
912
|
*
|
|
@@ -894,6 +951,14 @@ declare namespace index$1 {
|
|
|
894
951
|
export { type index$1_Message as Message, type index$1_MessageCreate as MessageCreate, type index$1_MessageCreateRequest as MessageCreateRequest, index$1_MessageCreateRequestSchema as MessageCreateRequestSchema, index$1_MessageCreateSchema as MessageCreateSchema, type index$1_MessageRequest as MessageRequest, index$1_MessageRequestSchema as MessageRequestSchema, index$1_MessageSchema as MessageSchema, type index$1_PaginatedMessageList as PaginatedMessageList, index$1_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$1_PaginatedTicketList as PaginatedTicketList, index$1_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$1_PatchedMessageRequest as PatchedMessageRequest, index$1_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$1_PatchedTicketRequest as PatchedTicketRequest, index$1_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$1_Sender as Sender, index$1_SenderSchema as SenderSchema, type index$1_Ticket as Ticket, type index$1_TicketRequest as TicketRequest, index$1_TicketRequestSchema as TicketRequestSchema, index$1_TicketSchema as TicketSchema };
|
|
895
952
|
}
|
|
896
953
|
|
|
954
|
+
/**
|
|
955
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
956
|
+
*
|
|
957
|
+
* This file is automatically generated by DjangoCFG.
|
|
958
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
959
|
+
*
|
|
960
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
961
|
+
*/
|
|
897
962
|
/**
|
|
898
963
|
* Zod Validation Events - Browser CustomEvent integration
|
|
899
964
|
*
|
|
@@ -1058,6 +1123,14 @@ declare function partialUpdateSupportTicketsPartialUpdate(uuid: string, data?: P
|
|
|
1058
1123
|
*/
|
|
1059
1124
|
declare function deleteSupportTicketsDestroy(uuid: string, client?: any): Promise<void>;
|
|
1060
1125
|
|
|
1126
|
+
/**
|
|
1127
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1128
|
+
*
|
|
1129
|
+
* This file is automatically generated by DjangoCFG.
|
|
1130
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1131
|
+
*
|
|
1132
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1133
|
+
*/
|
|
1061
1134
|
/**
|
|
1062
1135
|
* Typed Fetchers - Universal API functions
|
|
1063
1136
|
*
|
|
@@ -1101,6 +1174,14 @@ declare namespace index {
|
|
|
1101
1174
|
export { index_createSupportTicketsCreate as createSupportTicketsCreate, index_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index_getSupportTicketsList as getSupportTicketsList, index_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
|
|
1102
1175
|
}
|
|
1103
1176
|
|
|
1177
|
+
/**
|
|
1178
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1179
|
+
*
|
|
1180
|
+
* This file is automatically generated by DjangoCFG.
|
|
1181
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1182
|
+
*
|
|
1183
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1184
|
+
*/
|
|
1104
1185
|
/**
|
|
1105
1186
|
* Global API Instance - Singleton configuration
|
|
1106
1187
|
*
|
|
@@ -1184,6 +1265,14 @@ declare function clearAPITokens(): void;
|
|
|
1184
1265
|
*/
|
|
1185
1266
|
declare function resetAPI(): void;
|
|
1186
1267
|
|
|
1268
|
+
/**
|
|
1269
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1270
|
+
*
|
|
1271
|
+
* This file is automatically generated by DjangoCFG.
|
|
1272
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1273
|
+
*
|
|
1274
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1275
|
+
*/
|
|
1187
1276
|
/**
|
|
1188
1277
|
* API Error Classes
|
|
1189
1278
|
*
|
|
@@ -1242,6 +1331,14 @@ declare class NetworkError extends Error {
|
|
|
1242
1331
|
constructor(message: string, url: string, originalError?: Error);
|
|
1243
1332
|
}
|
|
1244
1333
|
|
|
1334
|
+
/**
|
|
1335
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1336
|
+
*
|
|
1337
|
+
* This file is automatically generated by DjangoCFG.
|
|
1338
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1339
|
+
*
|
|
1340
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1341
|
+
*/
|
|
1245
1342
|
/**
|
|
1246
1343
|
* Django CFG API - API Client with JWT Management
|
|
1247
1344
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,14 @@ import React from 'react';
|
|
|
3
3
|
import { z, ZodError } from 'zod';
|
|
4
4
|
import * as _djangocfg_ext_base from '@djangocfg/ext-base';
|
|
5
5
|
|
|
6
|
+
/**
|
|
7
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
8
|
+
*
|
|
9
|
+
* This file is automatically generated by DjangoCFG.
|
|
10
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
11
|
+
*
|
|
12
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
13
|
+
*/
|
|
6
14
|
/**
|
|
7
15
|
* * `open` - Open
|
|
8
16
|
* * `waiting_for_user` - Waiting for User
|
|
@@ -56,6 +64,15 @@ declare namespace enums {
|
|
|
56
64
|
export { enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus, enums_TicketRequestStatus as TicketRequestStatus, enums_TicketStatus as TicketStatus };
|
|
57
65
|
}
|
|
58
66
|
|
|
67
|
+
/**
|
|
68
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
69
|
+
*
|
|
70
|
+
* This file is automatically generated by DjangoCFG.
|
|
71
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
72
|
+
*
|
|
73
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
74
|
+
*/
|
|
75
|
+
|
|
59
76
|
/**
|
|
60
77
|
*
|
|
61
78
|
* Response model (includes read-only fields).
|
|
@@ -286,6 +303,14 @@ declare class ExtSupportSupport {
|
|
|
286
303
|
ticketsDestroy(uuid: string): Promise<void>;
|
|
287
304
|
}
|
|
288
305
|
|
|
306
|
+
/**
|
|
307
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
308
|
+
*
|
|
309
|
+
* This file is automatically generated by DjangoCFG.
|
|
310
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
311
|
+
*
|
|
312
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
313
|
+
*/
|
|
289
314
|
/**
|
|
290
315
|
* HTTP Client Adapter Pattern
|
|
291
316
|
*
|
|
@@ -322,6 +347,14 @@ declare class FetchAdapter implements HttpClientAdapter {
|
|
|
322
347
|
request<T = any>(request: HttpRequest): Promise<HttpResponse<T>>;
|
|
323
348
|
}
|
|
324
349
|
|
|
350
|
+
/**
|
|
351
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
352
|
+
*
|
|
353
|
+
* This file is automatically generated by DjangoCFG.
|
|
354
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
355
|
+
*
|
|
356
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
357
|
+
*/
|
|
325
358
|
/**
|
|
326
359
|
* API Logger with Consola
|
|
327
360
|
* Beautiful console logging for API requests and responses
|
|
@@ -440,6 +473,14 @@ declare class APILogger {
|
|
|
440
473
|
withTag(tag: string): ConsolaInstance;
|
|
441
474
|
}
|
|
442
475
|
|
|
476
|
+
/**
|
|
477
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
478
|
+
*
|
|
479
|
+
* This file is automatically generated by DjangoCFG.
|
|
480
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
481
|
+
*
|
|
482
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
483
|
+
*/
|
|
443
484
|
/**
|
|
444
485
|
* Retry Configuration and Utilities
|
|
445
486
|
*
|
|
@@ -581,6 +622,14 @@ declare class APIClient {
|
|
|
581
622
|
private _makeRequest;
|
|
582
623
|
}
|
|
583
624
|
|
|
625
|
+
/**
|
|
626
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
627
|
+
*
|
|
628
|
+
* This file is automatically generated by DjangoCFG.
|
|
629
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
630
|
+
*
|
|
631
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
632
|
+
*/
|
|
584
633
|
/**
|
|
585
634
|
* Storage adapters for cross-platform token storage.
|
|
586
635
|
*
|
|
@@ -850,6 +899,14 @@ declare const TicketRequestSchema: z.ZodObject<{
|
|
|
850
899
|
*/
|
|
851
900
|
type TicketRequest = z.infer<typeof TicketRequestSchema>;
|
|
852
901
|
|
|
902
|
+
/**
|
|
903
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
904
|
+
*
|
|
905
|
+
* This file is automatically generated by DjangoCFG.
|
|
906
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
907
|
+
*
|
|
908
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
909
|
+
*/
|
|
853
910
|
/**
|
|
854
911
|
* Zod Schemas - Runtime validation and type inference
|
|
855
912
|
*
|
|
@@ -894,6 +951,14 @@ declare namespace index$1 {
|
|
|
894
951
|
export { type index$1_Message as Message, type index$1_MessageCreate as MessageCreate, type index$1_MessageCreateRequest as MessageCreateRequest, index$1_MessageCreateRequestSchema as MessageCreateRequestSchema, index$1_MessageCreateSchema as MessageCreateSchema, type index$1_MessageRequest as MessageRequest, index$1_MessageRequestSchema as MessageRequestSchema, index$1_MessageSchema as MessageSchema, type index$1_PaginatedMessageList as PaginatedMessageList, index$1_PaginatedMessageListSchema as PaginatedMessageListSchema, type index$1_PaginatedTicketList as PaginatedTicketList, index$1_PaginatedTicketListSchema as PaginatedTicketListSchema, type index$1_PatchedMessageRequest as PatchedMessageRequest, index$1_PatchedMessageRequestSchema as PatchedMessageRequestSchema, type index$1_PatchedTicketRequest as PatchedTicketRequest, index$1_PatchedTicketRequestSchema as PatchedTicketRequestSchema, type index$1_Sender as Sender, index$1_SenderSchema as SenderSchema, type index$1_Ticket as Ticket, type index$1_TicketRequest as TicketRequest, index$1_TicketRequestSchema as TicketRequestSchema, index$1_TicketSchema as TicketSchema };
|
|
895
952
|
}
|
|
896
953
|
|
|
954
|
+
/**
|
|
955
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
956
|
+
*
|
|
957
|
+
* This file is automatically generated by DjangoCFG.
|
|
958
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
959
|
+
*
|
|
960
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
961
|
+
*/
|
|
897
962
|
/**
|
|
898
963
|
* Zod Validation Events - Browser CustomEvent integration
|
|
899
964
|
*
|
|
@@ -1058,6 +1123,14 @@ declare function partialUpdateSupportTicketsPartialUpdate(uuid: string, data?: P
|
|
|
1058
1123
|
*/
|
|
1059
1124
|
declare function deleteSupportTicketsDestroy(uuid: string, client?: any): Promise<void>;
|
|
1060
1125
|
|
|
1126
|
+
/**
|
|
1127
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1128
|
+
*
|
|
1129
|
+
* This file is automatically generated by DjangoCFG.
|
|
1130
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1131
|
+
*
|
|
1132
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1133
|
+
*/
|
|
1061
1134
|
/**
|
|
1062
1135
|
* Typed Fetchers - Universal API functions
|
|
1063
1136
|
*
|
|
@@ -1101,6 +1174,14 @@ declare namespace index {
|
|
|
1101
1174
|
export { index_createSupportTicketsCreate as createSupportTicketsCreate, index_createSupportTicketsMessagesCreate as createSupportTicketsMessagesCreate, index_deleteSupportTicketsDestroy as deleteSupportTicketsDestroy, index_deleteSupportTicketsMessagesDestroy as deleteSupportTicketsMessagesDestroy, index_getSupportTicketsList as getSupportTicketsList, index_getSupportTicketsMessagesList as getSupportTicketsMessagesList, index_getSupportTicketsMessagesRetrieve as getSupportTicketsMessagesRetrieve, index_getSupportTicketsRetrieve as getSupportTicketsRetrieve, index_partialUpdateSupportTicketsMessagesPartialUpdate as partialUpdateSupportTicketsMessagesPartialUpdate, index_partialUpdateSupportTicketsPartialUpdate as partialUpdateSupportTicketsPartialUpdate, index_updateSupportTicketsMessagesUpdate as updateSupportTicketsMessagesUpdate, index_updateSupportTicketsUpdate as updateSupportTicketsUpdate };
|
|
1102
1175
|
}
|
|
1103
1176
|
|
|
1177
|
+
/**
|
|
1178
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1179
|
+
*
|
|
1180
|
+
* This file is automatically generated by DjangoCFG.
|
|
1181
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1182
|
+
*
|
|
1183
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1184
|
+
*/
|
|
1104
1185
|
/**
|
|
1105
1186
|
* Global API Instance - Singleton configuration
|
|
1106
1187
|
*
|
|
@@ -1184,6 +1265,14 @@ declare function clearAPITokens(): void;
|
|
|
1184
1265
|
*/
|
|
1185
1266
|
declare function resetAPI(): void;
|
|
1186
1267
|
|
|
1268
|
+
/**
|
|
1269
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1270
|
+
*
|
|
1271
|
+
* This file is automatically generated by DjangoCFG.
|
|
1272
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1273
|
+
*
|
|
1274
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1275
|
+
*/
|
|
1187
1276
|
/**
|
|
1188
1277
|
* API Error Classes
|
|
1189
1278
|
*
|
|
@@ -1242,6 +1331,14 @@ declare class NetworkError extends Error {
|
|
|
1242
1331
|
constructor(message: string, url: string, originalError?: Error);
|
|
1243
1332
|
}
|
|
1244
1333
|
|
|
1334
|
+
/**
|
|
1335
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1336
|
+
*
|
|
1337
|
+
* This file is automatically generated by DjangoCFG.
|
|
1338
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1339
|
+
*
|
|
1340
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1341
|
+
*/
|
|
1245
1342
|
/**
|
|
1246
1343
|
* Django CFG API - API Client with JWT Management
|
|
1247
1344
|
*
|
package/dist/index.js
CHANGED
|
@@ -2631,7 +2631,7 @@ var SupportLayout = () => {
|
|
|
2631
2631
|
// package.json
|
|
2632
2632
|
var package_default = {
|
|
2633
2633
|
name: "@djangocfg/ext-support",
|
|
2634
|
-
version: "1.0.
|
|
2634
|
+
version: "1.0.6",
|
|
2635
2635
|
description: "Support ticket system extension for DjangoCFG",
|
|
2636
2636
|
keywords: [
|
|
2637
2637
|
"django",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ext-support",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Support ticket system extension for DjangoCFG",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"django",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"check": "tsc --noEmit"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@djangocfg/api": "^2.1.
|
|
63
|
-
"@djangocfg/ext-base": "^1.0.
|
|
64
|
-
"@djangocfg/ui-nextjs": "^2.1.
|
|
62
|
+
"@djangocfg/api": "^2.1.37",
|
|
63
|
+
"@djangocfg/ext-base": "^1.0.6",
|
|
64
|
+
"@djangocfg/ui-nextjs": "^2.1.37",
|
|
65
65
|
"consola": "^3.4.2",
|
|
66
66
|
"lucide-react": "^0.545.0",
|
|
67
67
|
"next": "^15.5.7",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"zod": "^4.1.13"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@djangocfg/api": "^2.1.
|
|
76
|
-
"@djangocfg/ext-base": "^1.0.
|
|
77
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
75
|
+
"@djangocfg/api": "^2.1.37",
|
|
76
|
+
"@djangocfg/ext-base": "^1.0.6",
|
|
77
|
+
"@djangocfg/typescript-config": "^2.1.37",
|
|
78
78
|
"@types/node": "^24.7.2",
|
|
79
79
|
"@types/react": "^19.0.0",
|
|
80
80
|
"consola": "^3.4.2",
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Typed fetchers for Support
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Typed Fetchers - Universal API functions
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
'use client';
|
|
2
10
|
|
|
3
11
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
'use client';
|
|
2
10
|
|
|
3
11
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Zod Schemas - Runtime validation and type inference
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Global API Instance - Singleton configuration
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* * `open` - Open
|
|
3
11
|
* * `waiting_for_user` - Waiting for User
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* API Error Classes
|
|
3
11
|
*
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
export * from "./client";
|
|
2
10
|
export * as Models from "./models";
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
import * as Enums from "../enums";
|
|
2
10
|
|
|
3
11
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* HTTP Client Adapter Pattern
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Django CFG API - API Client with JWT Management
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* API Logger with Consola
|
|
3
11
|
* Beautiful console logging for API requests and responses
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Retry Configuration and Utilities
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Storage adapters for cross-platform token storage.
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by DjangoCFG.
|
|
5
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
6
|
+
*
|
|
7
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
8
|
+
*/
|
|
1
9
|
/**
|
|
2
10
|
* Zod Validation Events - Browser CustomEvent integration
|
|
3
11
|
*
|