@djangocfg/ext-payments 1.0.4 → 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_payments/_utils/fetchers/ext_payments__payments.ts +8 -0
- package/src/api/generated/ext_payments/_utils/fetchers/index.ts +8 -0
- package/src/api/generated/ext_payments/_utils/hooks/ext_payments__payments.ts +8 -0
- package/src/api/generated/ext_payments/_utils/hooks/index.ts +8 -0
- package/src/api/generated/ext_payments/_utils/schemas/index.ts +8 -0
- package/src/api/generated/ext_payments/api-instance.ts +8 -0
- package/src/api/generated/ext_payments/enums.ts +8 -0
- package/src/api/generated/ext_payments/errors.ts +8 -0
- package/src/api/generated/ext_payments/ext_payments__payments/index.ts +8 -0
- package/src/api/generated/ext_payments/ext_payments__payments/models.ts +8 -0
- package/src/api/generated/ext_payments/http.ts +8 -0
- package/src/api/generated/ext_payments/index.ts +8 -0
- package/src/api/generated/ext_payments/logger.ts +8 -0
- package/src/api/generated/ext_payments/retry.ts +8 -0
- package/src/api/generated/ext_payments/storage.ts +8 -0
- package/src/api/generated/ext_payments/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-payments",
|
|
30
|
-
version: "1.0.
|
|
30
|
+
version: "1.0.6",
|
|
31
31
|
description: "Payments system extension for DjangoCFG",
|
|
32
32
|
keywords: [
|
|
33
33
|
"django",
|
package/dist/config.js
CHANGED
package/dist/hooks.cjs
CHANGED
|
@@ -2601,7 +2601,7 @@ var PaymentsLayout = () => {
|
|
|
2601
2601
|
// package.json
|
|
2602
2602
|
var package_default = {
|
|
2603
2603
|
name: "@djangocfg/ext-payments",
|
|
2604
|
-
version: "1.0.
|
|
2604
|
+
version: "1.0.6",
|
|
2605
2605
|
description: "Payments system extension for DjangoCFG",
|
|
2606
2606
|
keywords: [
|
|
2607
2607
|
"django",
|
package/dist/hooks.js
CHANGED
|
@@ -2594,7 +2594,7 @@ var PaymentsLayout = () => {
|
|
|
2594
2594
|
// package.json
|
|
2595
2595
|
var package_default = {
|
|
2596
2596
|
name: "@djangocfg/ext-payments",
|
|
2597
|
-
version: "1.0.
|
|
2597
|
+
version: "1.0.6",
|
|
2598
2598
|
description: "Payments system extension for DjangoCFG",
|
|
2599
2599
|
keywords: [
|
|
2600
2600
|
"django",
|
package/dist/index.cjs
CHANGED
|
@@ -2545,7 +2545,7 @@ var PaymentsLayout = () => {
|
|
|
2545
2545
|
// package.json
|
|
2546
2546
|
var package_default = {
|
|
2547
2547
|
name: "@djangocfg/ext-payments",
|
|
2548
|
-
version: "1.0.
|
|
2548
|
+
version: "1.0.6",
|
|
2549
2549
|
description: "Payments system extension for DjangoCFG",
|
|
2550
2550
|
keywords: [
|
|
2551
2551
|
"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
|
* Current payment status
|
|
8
16
|
* * `pending` - Pending
|
|
@@ -75,6 +83,15 @@ declare namespace enums {
|
|
|
75
83
|
export { enums_PaymentDetailStatus as PaymentDetailStatus, enums_PaymentListStatus as PaymentListStatus, enums_TransactionTransactionType as TransactionTransactionType };
|
|
76
84
|
}
|
|
77
85
|
|
|
86
|
+
/**
|
|
87
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
88
|
+
*
|
|
89
|
+
* This file is automatically generated by DjangoCFG.
|
|
90
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
91
|
+
*
|
|
92
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
93
|
+
*/
|
|
94
|
+
|
|
78
95
|
/**
|
|
79
96
|
* User balance serializer.
|
|
80
97
|
*
|
|
@@ -265,6 +282,14 @@ declare class ExtPaymentsPayments {
|
|
|
265
282
|
}): Promise<any>;
|
|
266
283
|
}
|
|
267
284
|
|
|
285
|
+
/**
|
|
286
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
287
|
+
*
|
|
288
|
+
* This file is automatically generated by DjangoCFG.
|
|
289
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
290
|
+
*
|
|
291
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
292
|
+
*/
|
|
268
293
|
/**
|
|
269
294
|
* HTTP Client Adapter Pattern
|
|
270
295
|
*
|
|
@@ -301,6 +326,14 @@ declare class FetchAdapter implements HttpClientAdapter {
|
|
|
301
326
|
request<T = any>(request: HttpRequest): Promise<HttpResponse<T>>;
|
|
302
327
|
}
|
|
303
328
|
|
|
329
|
+
/**
|
|
330
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
331
|
+
*
|
|
332
|
+
* This file is automatically generated by DjangoCFG.
|
|
333
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
334
|
+
*
|
|
335
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
336
|
+
*/
|
|
304
337
|
/**
|
|
305
338
|
* API Logger with Consola
|
|
306
339
|
* Beautiful console logging for API requests and responses
|
|
@@ -419,6 +452,14 @@ declare class APILogger {
|
|
|
419
452
|
withTag(tag: string): ConsolaInstance;
|
|
420
453
|
}
|
|
421
454
|
|
|
455
|
+
/**
|
|
456
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
457
|
+
*
|
|
458
|
+
* This file is automatically generated by DjangoCFG.
|
|
459
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
460
|
+
*
|
|
461
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
462
|
+
*/
|
|
422
463
|
/**
|
|
423
464
|
* Retry Configuration and Utilities
|
|
424
465
|
*
|
|
@@ -560,6 +601,14 @@ declare class APIClient {
|
|
|
560
601
|
private _makeRequest;
|
|
561
602
|
}
|
|
562
603
|
|
|
604
|
+
/**
|
|
605
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
606
|
+
*
|
|
607
|
+
* This file is automatically generated by DjangoCFG.
|
|
608
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
609
|
+
*
|
|
610
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
611
|
+
*/
|
|
563
612
|
/**
|
|
564
613
|
* Storage adapters for cross-platform token storage.
|
|
565
614
|
*
|
|
@@ -784,6 +833,14 @@ declare const TransactionSchema: z.ZodObject<{
|
|
|
784
833
|
*/
|
|
785
834
|
type Transaction = z.infer<typeof TransactionSchema>;
|
|
786
835
|
|
|
836
|
+
/**
|
|
837
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
838
|
+
*
|
|
839
|
+
* This file is automatically generated by DjangoCFG.
|
|
840
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
841
|
+
*
|
|
842
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
843
|
+
*/
|
|
787
844
|
/**
|
|
788
845
|
* Zod Schemas - Runtime validation and type inference
|
|
789
846
|
*
|
|
@@ -818,6 +875,14 @@ declare namespace index$1 {
|
|
|
818
875
|
export { type index$1_Balance as Balance, index$1_BalanceSchema as BalanceSchema, type index$1_Currency as Currency, index$1_CurrencySchema as CurrencySchema, type index$1_PaginatedPaymentListList as PaginatedPaymentListList, index$1_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$1_PaymentDetail as PaymentDetail, index$1_PaymentDetailSchema as PaymentDetailSchema, type index$1_PaymentList as PaymentList, index$1_PaymentListSchema as PaymentListSchema, type index$1_Transaction as Transaction, index$1_TransactionSchema as TransactionSchema };
|
|
819
876
|
}
|
|
820
877
|
|
|
878
|
+
/**
|
|
879
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
880
|
+
*
|
|
881
|
+
* This file is automatically generated by DjangoCFG.
|
|
882
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
883
|
+
*
|
|
884
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
885
|
+
*/
|
|
821
886
|
/**
|
|
822
887
|
* Zod Validation Events - Browser CustomEvent integration
|
|
823
888
|
*
|
|
@@ -955,6 +1020,14 @@ declare function getPaymentsTransactionsList(params?: {
|
|
|
955
1020
|
type?: string;
|
|
956
1021
|
}, client?: any): Promise<any>;
|
|
957
1022
|
|
|
1023
|
+
/**
|
|
1024
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1025
|
+
*
|
|
1026
|
+
* This file is automatically generated by DjangoCFG.
|
|
1027
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1028
|
+
*
|
|
1029
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1030
|
+
*/
|
|
958
1031
|
/**
|
|
959
1032
|
* Typed Fetchers - Universal API functions
|
|
960
1033
|
*
|
|
@@ -994,6 +1067,14 @@ declare namespace index {
|
|
|
994
1067
|
export { index_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index_getPaymentsPaymentsList as getPaymentsPaymentsList, index_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index_getPaymentsTransactionsList as getPaymentsTransactionsList };
|
|
995
1068
|
}
|
|
996
1069
|
|
|
1070
|
+
/**
|
|
1071
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1072
|
+
*
|
|
1073
|
+
* This file is automatically generated by DjangoCFG.
|
|
1074
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1075
|
+
*
|
|
1076
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1077
|
+
*/
|
|
997
1078
|
/**
|
|
998
1079
|
* Global API Instance - Singleton configuration
|
|
999
1080
|
*
|
|
@@ -1077,6 +1158,14 @@ declare function clearAPITokens(): void;
|
|
|
1077
1158
|
*/
|
|
1078
1159
|
declare function resetAPI(): void;
|
|
1079
1160
|
|
|
1161
|
+
/**
|
|
1162
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1163
|
+
*
|
|
1164
|
+
* This file is automatically generated by DjangoCFG.
|
|
1165
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1166
|
+
*
|
|
1167
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1168
|
+
*/
|
|
1080
1169
|
/**
|
|
1081
1170
|
* API Error Classes
|
|
1082
1171
|
*
|
|
@@ -1135,6 +1224,14 @@ declare class NetworkError extends Error {
|
|
|
1135
1224
|
constructor(message: string, url: string, originalError?: Error);
|
|
1136
1225
|
}
|
|
1137
1226
|
|
|
1227
|
+
/**
|
|
1228
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1229
|
+
*
|
|
1230
|
+
* This file is automatically generated by DjangoCFG.
|
|
1231
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1232
|
+
*
|
|
1233
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1234
|
+
*/
|
|
1138
1235
|
/**
|
|
1139
1236
|
* Django CFG API - API Client with JWT Management
|
|
1140
1237
|
*
|
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
|
* Current payment status
|
|
8
16
|
* * `pending` - Pending
|
|
@@ -75,6 +83,15 @@ declare namespace enums {
|
|
|
75
83
|
export { enums_PaymentDetailStatus as PaymentDetailStatus, enums_PaymentListStatus as PaymentListStatus, enums_TransactionTransactionType as TransactionTransactionType };
|
|
76
84
|
}
|
|
77
85
|
|
|
86
|
+
/**
|
|
87
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
88
|
+
*
|
|
89
|
+
* This file is automatically generated by DjangoCFG.
|
|
90
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
91
|
+
*
|
|
92
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
93
|
+
*/
|
|
94
|
+
|
|
78
95
|
/**
|
|
79
96
|
* User balance serializer.
|
|
80
97
|
*
|
|
@@ -265,6 +282,14 @@ declare class ExtPaymentsPayments {
|
|
|
265
282
|
}): Promise<any>;
|
|
266
283
|
}
|
|
267
284
|
|
|
285
|
+
/**
|
|
286
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
287
|
+
*
|
|
288
|
+
* This file is automatically generated by DjangoCFG.
|
|
289
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
290
|
+
*
|
|
291
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
292
|
+
*/
|
|
268
293
|
/**
|
|
269
294
|
* HTTP Client Adapter Pattern
|
|
270
295
|
*
|
|
@@ -301,6 +326,14 @@ declare class FetchAdapter implements HttpClientAdapter {
|
|
|
301
326
|
request<T = any>(request: HttpRequest): Promise<HttpResponse<T>>;
|
|
302
327
|
}
|
|
303
328
|
|
|
329
|
+
/**
|
|
330
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
331
|
+
*
|
|
332
|
+
* This file is automatically generated by DjangoCFG.
|
|
333
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
334
|
+
*
|
|
335
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
336
|
+
*/
|
|
304
337
|
/**
|
|
305
338
|
* API Logger with Consola
|
|
306
339
|
* Beautiful console logging for API requests and responses
|
|
@@ -419,6 +452,14 @@ declare class APILogger {
|
|
|
419
452
|
withTag(tag: string): ConsolaInstance;
|
|
420
453
|
}
|
|
421
454
|
|
|
455
|
+
/**
|
|
456
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
457
|
+
*
|
|
458
|
+
* This file is automatically generated by DjangoCFG.
|
|
459
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
460
|
+
*
|
|
461
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
462
|
+
*/
|
|
422
463
|
/**
|
|
423
464
|
* Retry Configuration and Utilities
|
|
424
465
|
*
|
|
@@ -560,6 +601,14 @@ declare class APIClient {
|
|
|
560
601
|
private _makeRequest;
|
|
561
602
|
}
|
|
562
603
|
|
|
604
|
+
/**
|
|
605
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
606
|
+
*
|
|
607
|
+
* This file is automatically generated by DjangoCFG.
|
|
608
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
609
|
+
*
|
|
610
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
611
|
+
*/
|
|
563
612
|
/**
|
|
564
613
|
* Storage adapters for cross-platform token storage.
|
|
565
614
|
*
|
|
@@ -784,6 +833,14 @@ declare const TransactionSchema: z.ZodObject<{
|
|
|
784
833
|
*/
|
|
785
834
|
type Transaction = z.infer<typeof TransactionSchema>;
|
|
786
835
|
|
|
836
|
+
/**
|
|
837
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
838
|
+
*
|
|
839
|
+
* This file is automatically generated by DjangoCFG.
|
|
840
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
841
|
+
*
|
|
842
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
843
|
+
*/
|
|
787
844
|
/**
|
|
788
845
|
* Zod Schemas - Runtime validation and type inference
|
|
789
846
|
*
|
|
@@ -818,6 +875,14 @@ declare namespace index$1 {
|
|
|
818
875
|
export { type index$1_Balance as Balance, index$1_BalanceSchema as BalanceSchema, type index$1_Currency as Currency, index$1_CurrencySchema as CurrencySchema, type index$1_PaginatedPaymentListList as PaginatedPaymentListList, index$1_PaginatedPaymentListListSchema as PaginatedPaymentListListSchema, type index$1_PaymentDetail as PaymentDetail, index$1_PaymentDetailSchema as PaymentDetailSchema, type index$1_PaymentList as PaymentList, index$1_PaymentListSchema as PaymentListSchema, type index$1_Transaction as Transaction, index$1_TransactionSchema as TransactionSchema };
|
|
819
876
|
}
|
|
820
877
|
|
|
878
|
+
/**
|
|
879
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
880
|
+
*
|
|
881
|
+
* This file is automatically generated by DjangoCFG.
|
|
882
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
883
|
+
*
|
|
884
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
885
|
+
*/
|
|
821
886
|
/**
|
|
822
887
|
* Zod Validation Events - Browser CustomEvent integration
|
|
823
888
|
*
|
|
@@ -955,6 +1020,14 @@ declare function getPaymentsTransactionsList(params?: {
|
|
|
955
1020
|
type?: string;
|
|
956
1021
|
}, client?: any): Promise<any>;
|
|
957
1022
|
|
|
1023
|
+
/**
|
|
1024
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1025
|
+
*
|
|
1026
|
+
* This file is automatically generated by DjangoCFG.
|
|
1027
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1028
|
+
*
|
|
1029
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1030
|
+
*/
|
|
958
1031
|
/**
|
|
959
1032
|
* Typed Fetchers - Universal API functions
|
|
960
1033
|
*
|
|
@@ -994,6 +1067,14 @@ declare namespace index {
|
|
|
994
1067
|
export { index_createPaymentsPaymentsConfirmCreate as createPaymentsPaymentsConfirmCreate, index_createPaymentsPaymentsCreateCreate as createPaymentsPaymentsCreateCreate, index_getPaymentsBalanceRetrieve as getPaymentsBalanceRetrieve, index_getPaymentsCurrenciesList as getPaymentsCurrenciesList, index_getPaymentsPaymentsList as getPaymentsPaymentsList, index_getPaymentsPaymentsRetrieve as getPaymentsPaymentsRetrieve, index_getPaymentsPaymentsStatusRetrieve as getPaymentsPaymentsStatusRetrieve, index_getPaymentsTransactionsList as getPaymentsTransactionsList };
|
|
995
1068
|
}
|
|
996
1069
|
|
|
1070
|
+
/**
|
|
1071
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1072
|
+
*
|
|
1073
|
+
* This file is automatically generated by DjangoCFG.
|
|
1074
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1075
|
+
*
|
|
1076
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1077
|
+
*/
|
|
997
1078
|
/**
|
|
998
1079
|
* Global API Instance - Singleton configuration
|
|
999
1080
|
*
|
|
@@ -1077,6 +1158,14 @@ declare function clearAPITokens(): void;
|
|
|
1077
1158
|
*/
|
|
1078
1159
|
declare function resetAPI(): void;
|
|
1079
1160
|
|
|
1161
|
+
/**
|
|
1162
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1163
|
+
*
|
|
1164
|
+
* This file is automatically generated by DjangoCFG.
|
|
1165
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1166
|
+
*
|
|
1167
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1168
|
+
*/
|
|
1080
1169
|
/**
|
|
1081
1170
|
* API Error Classes
|
|
1082
1171
|
*
|
|
@@ -1135,6 +1224,14 @@ declare class NetworkError extends Error {
|
|
|
1135
1224
|
constructor(message: string, url: string, originalError?: Error);
|
|
1136
1225
|
}
|
|
1137
1226
|
|
|
1227
|
+
/**
|
|
1228
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1229
|
+
*
|
|
1230
|
+
* This file is automatically generated by DjangoCFG.
|
|
1231
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1232
|
+
*
|
|
1233
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1234
|
+
*/
|
|
1138
1235
|
/**
|
|
1139
1236
|
* Django CFG API - API Client with JWT Management
|
|
1140
1237
|
*
|
package/dist/index.js
CHANGED
|
@@ -2538,7 +2538,7 @@ var PaymentsLayout = () => {
|
|
|
2538
2538
|
// package.json
|
|
2539
2539
|
var package_default = {
|
|
2540
2540
|
name: "@djangocfg/ext-payments",
|
|
2541
|
-
version: "1.0.
|
|
2541
|
+
version: "1.0.6",
|
|
2542
2542
|
description: "Payments system extension for DjangoCFG",
|
|
2543
2543
|
keywords: [
|
|
2544
2544
|
"django",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ext-payments",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Payments 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",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"zod": "^4.1.13"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@djangocfg/api": "^2.1.
|
|
75
|
-
"@djangocfg/ext-base": "^1.0.
|
|
76
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
74
|
+
"@djangocfg/api": "^2.1.37",
|
|
75
|
+
"@djangocfg/ext-base": "^1.0.6",
|
|
76
|
+
"@djangocfg/typescript-config": "^2.1.37",
|
|
77
77
|
"@types/node": "^24.7.2",
|
|
78
78
|
"@types/react": "^19.0.0",
|
|
79
79
|
"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 Payments
|
|
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
|
* Current payment status
|
|
3
11
|
* * `pending` - Pending
|
|
@@ -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
|
*
|