@djangocfg/ext-newsletter 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 +147 -0
- package/dist/index.d.ts +147 -0
- package/dist/index.js +1 -1
- package/package.json +7 -7
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__bulk_email.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__campaigns.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__logs.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__newsletters.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__subscriptions.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__testing.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/fetchers/index.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__bulk_email.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__campaigns.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__logs.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__newsletters.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__subscriptions.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__testing.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/hooks/index.ts +8 -0
- package/src/api/generated/ext_newsletter/_utils/schemas/index.ts +8 -0
- package/src/api/generated/ext_newsletter/api-instance.ts +8 -0
- package/src/api/generated/ext_newsletter/enums.ts +8 -0
- package/src/api/generated/ext_newsletter/errors.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter/models.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__bulk_email/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__bulk_email/models.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__campaigns/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__campaigns/models.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__logs/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__logs/models.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__newsletters/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__newsletters/models.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__subscriptions/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__subscriptions/models.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__testing/index.ts +8 -0
- package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__testing/models.ts +8 -0
- package/src/api/generated/ext_newsletter/http.ts +8 -0
- package/src/api/generated/ext_newsletter/index.ts +8 -0
- package/src/api/generated/ext_newsletter/logger.ts +8 -0
- package/src/api/generated/ext_newsletter/retry.ts +8 -0
- package/src/api/generated/ext_newsletter/storage.ts +8 -0
- package/src/api/generated/ext_newsletter/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-newsletter",
|
|
30
|
-
version: "1.0.
|
|
30
|
+
version: "1.0.6",
|
|
31
31
|
description: "Newsletter and subscription management 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-newsletter",
|
|
7
|
-
version: "1.0.
|
|
7
|
+
version: "1.0.6",
|
|
8
8
|
description: "Newsletter and subscription management extension for DjangoCFG",
|
|
9
9
|
keywords: [
|
|
10
10
|
"django",
|
package/dist/hooks.cjs
CHANGED
|
@@ -2089,7 +2089,7 @@ var apiNewsletter = api.createExtensionAPI(API);
|
|
|
2089
2089
|
// package.json
|
|
2090
2090
|
var package_default = {
|
|
2091
2091
|
name: "@djangocfg/ext-newsletter",
|
|
2092
|
-
version: "1.0.
|
|
2092
|
+
version: "1.0.6",
|
|
2093
2093
|
description: "Newsletter and subscription management extension for DjangoCFG",
|
|
2094
2094
|
keywords: [
|
|
2095
2095
|
"django",
|
package/dist/hooks.js
CHANGED
|
@@ -2082,7 +2082,7 @@ var apiNewsletter = createExtensionAPI(API);
|
|
|
2082
2082
|
// package.json
|
|
2083
2083
|
var package_default = {
|
|
2084
2084
|
name: "@djangocfg/ext-newsletter",
|
|
2085
|
-
version: "1.0.
|
|
2085
|
+
version: "1.0.6",
|
|
2086
2086
|
description: "Newsletter and subscription management extension for DjangoCFG",
|
|
2087
2087
|
keywords: [
|
|
2088
2088
|
"django",
|
package/dist/index.cjs
CHANGED
|
@@ -2082,7 +2082,7 @@ var apiNewsletter = api.createExtensionAPI(API);
|
|
|
2082
2082
|
// package.json
|
|
2083
2083
|
var package_default = {
|
|
2084
2084
|
name: "@djangocfg/ext-newsletter",
|
|
2085
|
-
version: "1.0.
|
|
2085
|
+
version: "1.0.6",
|
|
2086
2086
|
description: "Newsletter and subscription management extension for DjangoCFG",
|
|
2087
2087
|
keywords: [
|
|
2088
2088
|
"django",
|
package/dist/index.d.cts
CHANGED
|
@@ -2,6 +2,14 @@ import { ConsolaInstance } from 'consola';
|
|
|
2
2
|
import * as _djangocfg_ext_base from '@djangocfg/ext-base';
|
|
3
3
|
import { z, ZodError } from 'zod';
|
|
4
4
|
|
|
5
|
+
/**
|
|
6
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
7
|
+
*
|
|
8
|
+
* This file is automatically generated by DjangoCFG.
|
|
9
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
10
|
+
*
|
|
11
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
12
|
+
*/
|
|
5
13
|
/**
|
|
6
14
|
* Simple serializer for bulk email.
|
|
7
15
|
*
|
|
@@ -48,6 +56,14 @@ declare class ExtNewsletterBulkEmail {
|
|
|
48
56
|
newsletterBulkCreate(data: BulkEmailRequest$1): Promise<BulkEmailResponse$2>;
|
|
49
57
|
}
|
|
50
58
|
|
|
59
|
+
/**
|
|
60
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
61
|
+
*
|
|
62
|
+
* This file is automatically generated by DjangoCFG.
|
|
63
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
64
|
+
*
|
|
65
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
66
|
+
*/
|
|
51
67
|
/**
|
|
52
68
|
* * `pending` - Pending
|
|
53
69
|
* * `sent` - Sent
|
|
@@ -79,6 +95,15 @@ declare namespace enums {
|
|
|
79
95
|
export { enums_EmailLogStatus as EmailLogStatus, enums_NewsletterCampaignStatus as NewsletterCampaignStatus };
|
|
80
96
|
}
|
|
81
97
|
|
|
98
|
+
/**
|
|
99
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
100
|
+
*
|
|
101
|
+
* This file is automatically generated by DjangoCFG.
|
|
102
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
103
|
+
*
|
|
104
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
105
|
+
*/
|
|
106
|
+
|
|
82
107
|
/**
|
|
83
108
|
*
|
|
84
109
|
* Response model (includes read-only fields).
|
|
@@ -219,6 +244,15 @@ declare class ExtNewsletterCampaigns {
|
|
|
219
244
|
newsletterCampaignsSendCreate(data: SendCampaignRequest$1): Promise<SendCampaignResponse$1>;
|
|
220
245
|
}
|
|
221
246
|
|
|
247
|
+
/**
|
|
248
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
249
|
+
*
|
|
250
|
+
* This file is automatically generated by DjangoCFG.
|
|
251
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
252
|
+
*
|
|
253
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
254
|
+
*/
|
|
255
|
+
|
|
222
256
|
/**
|
|
223
257
|
*
|
|
224
258
|
* Response model (includes read-only fields).
|
|
@@ -284,6 +318,14 @@ declare class ExtNewsletterLogs {
|
|
|
284
318
|
}): Promise<PaginatedEmailLogList$1>;
|
|
285
319
|
}
|
|
286
320
|
|
|
321
|
+
/**
|
|
322
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
323
|
+
*
|
|
324
|
+
* This file is automatically generated by DjangoCFG.
|
|
325
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
326
|
+
*
|
|
327
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
328
|
+
*/
|
|
287
329
|
/**
|
|
288
330
|
*
|
|
289
331
|
* Response model (includes read-only fields).
|
|
@@ -348,6 +390,14 @@ declare class ExtNewsletterNewsletters {
|
|
|
348
390
|
newsletterNewslettersRetrieve(id: number): Promise<Newsletter$1>;
|
|
349
391
|
}
|
|
350
392
|
|
|
393
|
+
/**
|
|
394
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
395
|
+
*
|
|
396
|
+
* This file is automatically generated by DjangoCFG.
|
|
397
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
398
|
+
*
|
|
399
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
400
|
+
*/
|
|
351
401
|
/**
|
|
352
402
|
* Simple serializer for newsletter subscription.
|
|
353
403
|
*
|
|
@@ -463,6 +513,14 @@ declare class ExtNewsletterSubscriptions {
|
|
|
463
513
|
newsletterUnsubscribeCreate(data: UnsubscribeRequest$2): Promise<SuccessResponse$1>;
|
|
464
514
|
}
|
|
465
515
|
|
|
516
|
+
/**
|
|
517
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
518
|
+
*
|
|
519
|
+
* This file is automatically generated by DjangoCFG.
|
|
520
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
521
|
+
*
|
|
522
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
523
|
+
*/
|
|
466
524
|
/**
|
|
467
525
|
* Simple serializer for test email.
|
|
468
526
|
*
|
|
@@ -504,6 +562,15 @@ declare class ExtNewsletterTesting {
|
|
|
504
562
|
newsletterTestCreate(data: TestEmailRequest$1): Promise<BulkEmailResponse$1>;
|
|
505
563
|
}
|
|
506
564
|
|
|
565
|
+
/**
|
|
566
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
567
|
+
*
|
|
568
|
+
* This file is automatically generated by DjangoCFG.
|
|
569
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
570
|
+
*
|
|
571
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
572
|
+
*/
|
|
573
|
+
|
|
507
574
|
/**
|
|
508
575
|
* Serializer for NewsletterCampaign model.
|
|
509
576
|
*
|
|
@@ -593,6 +660,14 @@ declare class ExtNewsletterNewsletter {
|
|
|
593
660
|
unsubscribePartialUpdate(data?: PatchedUnsubscribeRequest$1): Promise<Unsubscribe$1>;
|
|
594
661
|
}
|
|
595
662
|
|
|
663
|
+
/**
|
|
664
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
665
|
+
*
|
|
666
|
+
* This file is automatically generated by DjangoCFG.
|
|
667
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
668
|
+
*
|
|
669
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
670
|
+
*/
|
|
596
671
|
/**
|
|
597
672
|
* HTTP Client Adapter Pattern
|
|
598
673
|
*
|
|
@@ -629,6 +704,14 @@ declare class FetchAdapter implements HttpClientAdapter {
|
|
|
629
704
|
request<T = any>(request: HttpRequest): Promise<HttpResponse<T>>;
|
|
630
705
|
}
|
|
631
706
|
|
|
707
|
+
/**
|
|
708
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
709
|
+
*
|
|
710
|
+
* This file is automatically generated by DjangoCFG.
|
|
711
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
712
|
+
*
|
|
713
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
714
|
+
*/
|
|
632
715
|
/**
|
|
633
716
|
* API Logger with Consola
|
|
634
717
|
* Beautiful console logging for API requests and responses
|
|
@@ -747,6 +830,14 @@ declare class APILogger {
|
|
|
747
830
|
withTag(tag: string): ConsolaInstance;
|
|
748
831
|
}
|
|
749
832
|
|
|
833
|
+
/**
|
|
834
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
835
|
+
*
|
|
836
|
+
* This file is automatically generated by DjangoCFG.
|
|
837
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
838
|
+
*
|
|
839
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
840
|
+
*/
|
|
750
841
|
/**
|
|
751
842
|
* Retry Configuration and Utilities
|
|
752
843
|
*
|
|
@@ -894,6 +985,14 @@ declare class APIClient {
|
|
|
894
985
|
private _makeRequest;
|
|
895
986
|
}
|
|
896
987
|
|
|
988
|
+
/**
|
|
989
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
990
|
+
*
|
|
991
|
+
* This file is automatically generated by DjangoCFG.
|
|
992
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
993
|
+
*
|
|
994
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
995
|
+
*/
|
|
897
996
|
/**
|
|
898
997
|
* Storage adapters for cross-platform token storage.
|
|
899
998
|
*
|
|
@@ -1470,6 +1569,14 @@ declare const UnsubscribeRequestSchema: z.ZodObject<{
|
|
|
1470
1569
|
*/
|
|
1471
1570
|
type UnsubscribeRequest = z.infer<typeof UnsubscribeRequestSchema>;
|
|
1472
1571
|
|
|
1572
|
+
/**
|
|
1573
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1574
|
+
*
|
|
1575
|
+
* This file is automatically generated by DjangoCFG.
|
|
1576
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1577
|
+
*
|
|
1578
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1579
|
+
*/
|
|
1473
1580
|
/**
|
|
1474
1581
|
* Zod Schemas - Runtime validation and type inference
|
|
1475
1582
|
*
|
|
@@ -1536,6 +1643,14 @@ declare namespace index$1 {
|
|
|
1536
1643
|
export { type index$1_BulkEmailRequest as BulkEmailRequest, index$1_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$1_BulkEmailResponse as BulkEmailResponse, index$1_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$1_EmailLog as EmailLog, index$1_EmailLogSchema as EmailLogSchema, type index$1_ErrorResponse as ErrorResponse, index$1_ErrorResponseSchema as ErrorResponseSchema, type index$1_Newsletter as Newsletter, type index$1_NewsletterCampaign as NewsletterCampaign, type index$1_NewsletterCampaignRequest as NewsletterCampaignRequest, index$1_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$1_NewsletterCampaignSchema as NewsletterCampaignSchema, index$1_NewsletterSchema as NewsletterSchema, type index$1_NewsletterSubscription as NewsletterSubscription, index$1_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$1_PaginatedEmailLogList as PaginatedEmailLogList, index$1_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$1_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$1_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$1_PaginatedNewsletterList as PaginatedNewsletterList, index$1_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$1_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$1_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$1_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$1_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$1_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$1_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$1_SendCampaignRequest as SendCampaignRequest, index$1_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$1_SendCampaignResponse as SendCampaignResponse, index$1_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$1_SubscribeRequest as SubscribeRequest, index$1_SubscribeRequestSchema as SubscribeRequestSchema, type index$1_SubscribeResponse as SubscribeResponse, index$1_SubscribeResponseSchema as SubscribeResponseSchema, type index$1_SuccessResponse as SuccessResponse, index$1_SuccessResponseSchema as SuccessResponseSchema, type index$1_TestEmailRequest as TestEmailRequest, index$1_TestEmailRequestSchema as TestEmailRequestSchema, type index$1_Unsubscribe as Unsubscribe, type index$1_UnsubscribeRequest as UnsubscribeRequest, index$1_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$1_UnsubscribeSchema as UnsubscribeSchema };
|
|
1537
1644
|
}
|
|
1538
1645
|
|
|
1646
|
+
/**
|
|
1647
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1648
|
+
*
|
|
1649
|
+
* This file is automatically generated by DjangoCFG.
|
|
1650
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1651
|
+
*
|
|
1652
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1653
|
+
*/
|
|
1539
1654
|
/**
|
|
1540
1655
|
* Zod Validation Events - Browser CustomEvent integration
|
|
1541
1656
|
*
|
|
@@ -1747,6 +1862,14 @@ declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, cli
|
|
|
1747
1862
|
*/
|
|
1748
1863
|
declare function createNewsletterTestCreate(data: TestEmailRequest, client?: any): Promise<BulkEmailResponse>;
|
|
1749
1864
|
|
|
1865
|
+
/**
|
|
1866
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1867
|
+
*
|
|
1868
|
+
* This file is automatically generated by DjangoCFG.
|
|
1869
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1870
|
+
*
|
|
1871
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1872
|
+
*/
|
|
1750
1873
|
/**
|
|
1751
1874
|
* Typed Fetchers - Universal API functions
|
|
1752
1875
|
*
|
|
@@ -1795,6 +1918,14 @@ declare namespace index {
|
|
|
1795
1918
|
export { index_createNewsletterBulkCreate as createNewsletterBulkCreate, index_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index_createNewsletterTestCreate as createNewsletterTestCreate, index_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index_getNewsletterCampaignsList as getNewsletterCampaignsList, index_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index_getNewsletterLogsList as getNewsletterLogsList, index_getNewsletterNewslettersList as getNewsletterNewslettersList, index_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate };
|
|
1796
1919
|
}
|
|
1797
1920
|
|
|
1921
|
+
/**
|
|
1922
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1923
|
+
*
|
|
1924
|
+
* This file is automatically generated by DjangoCFG.
|
|
1925
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1926
|
+
*
|
|
1927
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1928
|
+
*/
|
|
1798
1929
|
/**
|
|
1799
1930
|
* Global API Instance - Singleton configuration
|
|
1800
1931
|
*
|
|
@@ -1878,6 +2009,14 @@ declare function clearAPITokens(): void;
|
|
|
1878
2009
|
*/
|
|
1879
2010
|
declare function resetAPI(): void;
|
|
1880
2011
|
|
|
2012
|
+
/**
|
|
2013
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
2014
|
+
*
|
|
2015
|
+
* This file is automatically generated by DjangoCFG.
|
|
2016
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
2017
|
+
*
|
|
2018
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
2019
|
+
*/
|
|
1881
2020
|
/**
|
|
1882
2021
|
* API Error Classes
|
|
1883
2022
|
*
|
|
@@ -1936,6 +2075,14 @@ declare class NetworkError extends Error {
|
|
|
1936
2075
|
constructor(message: string, url: string, originalError?: Error);
|
|
1937
2076
|
}
|
|
1938
2077
|
|
|
2078
|
+
/**
|
|
2079
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
2080
|
+
*
|
|
2081
|
+
* This file is automatically generated by DjangoCFG.
|
|
2082
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
2083
|
+
*
|
|
2084
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
2085
|
+
*/
|
|
1939
2086
|
/**
|
|
1940
2087
|
* Django CFG API - API Client with JWT Management
|
|
1941
2088
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,14 @@ import { ConsolaInstance } from 'consola';
|
|
|
2
2
|
import * as _djangocfg_ext_base from '@djangocfg/ext-base';
|
|
3
3
|
import { z, ZodError } from 'zod';
|
|
4
4
|
|
|
5
|
+
/**
|
|
6
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
7
|
+
*
|
|
8
|
+
* This file is automatically generated by DjangoCFG.
|
|
9
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
10
|
+
*
|
|
11
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
12
|
+
*/
|
|
5
13
|
/**
|
|
6
14
|
* Simple serializer for bulk email.
|
|
7
15
|
*
|
|
@@ -48,6 +56,14 @@ declare class ExtNewsletterBulkEmail {
|
|
|
48
56
|
newsletterBulkCreate(data: BulkEmailRequest$1): Promise<BulkEmailResponse$2>;
|
|
49
57
|
}
|
|
50
58
|
|
|
59
|
+
/**
|
|
60
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
61
|
+
*
|
|
62
|
+
* This file is automatically generated by DjangoCFG.
|
|
63
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
64
|
+
*
|
|
65
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
66
|
+
*/
|
|
51
67
|
/**
|
|
52
68
|
* * `pending` - Pending
|
|
53
69
|
* * `sent` - Sent
|
|
@@ -79,6 +95,15 @@ declare namespace enums {
|
|
|
79
95
|
export { enums_EmailLogStatus as EmailLogStatus, enums_NewsletterCampaignStatus as NewsletterCampaignStatus };
|
|
80
96
|
}
|
|
81
97
|
|
|
98
|
+
/**
|
|
99
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
100
|
+
*
|
|
101
|
+
* This file is automatically generated by DjangoCFG.
|
|
102
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
103
|
+
*
|
|
104
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
105
|
+
*/
|
|
106
|
+
|
|
82
107
|
/**
|
|
83
108
|
*
|
|
84
109
|
* Response model (includes read-only fields).
|
|
@@ -219,6 +244,15 @@ declare class ExtNewsletterCampaigns {
|
|
|
219
244
|
newsletterCampaignsSendCreate(data: SendCampaignRequest$1): Promise<SendCampaignResponse$1>;
|
|
220
245
|
}
|
|
221
246
|
|
|
247
|
+
/**
|
|
248
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
249
|
+
*
|
|
250
|
+
* This file is automatically generated by DjangoCFG.
|
|
251
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
252
|
+
*
|
|
253
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
254
|
+
*/
|
|
255
|
+
|
|
222
256
|
/**
|
|
223
257
|
*
|
|
224
258
|
* Response model (includes read-only fields).
|
|
@@ -284,6 +318,14 @@ declare class ExtNewsletterLogs {
|
|
|
284
318
|
}): Promise<PaginatedEmailLogList$1>;
|
|
285
319
|
}
|
|
286
320
|
|
|
321
|
+
/**
|
|
322
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
323
|
+
*
|
|
324
|
+
* This file is automatically generated by DjangoCFG.
|
|
325
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
326
|
+
*
|
|
327
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
328
|
+
*/
|
|
287
329
|
/**
|
|
288
330
|
*
|
|
289
331
|
* Response model (includes read-only fields).
|
|
@@ -348,6 +390,14 @@ declare class ExtNewsletterNewsletters {
|
|
|
348
390
|
newsletterNewslettersRetrieve(id: number): Promise<Newsletter$1>;
|
|
349
391
|
}
|
|
350
392
|
|
|
393
|
+
/**
|
|
394
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
395
|
+
*
|
|
396
|
+
* This file is automatically generated by DjangoCFG.
|
|
397
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
398
|
+
*
|
|
399
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
400
|
+
*/
|
|
351
401
|
/**
|
|
352
402
|
* Simple serializer for newsletter subscription.
|
|
353
403
|
*
|
|
@@ -463,6 +513,14 @@ declare class ExtNewsletterSubscriptions {
|
|
|
463
513
|
newsletterUnsubscribeCreate(data: UnsubscribeRequest$2): Promise<SuccessResponse$1>;
|
|
464
514
|
}
|
|
465
515
|
|
|
516
|
+
/**
|
|
517
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
518
|
+
*
|
|
519
|
+
* This file is automatically generated by DjangoCFG.
|
|
520
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
521
|
+
*
|
|
522
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
523
|
+
*/
|
|
466
524
|
/**
|
|
467
525
|
* Simple serializer for test email.
|
|
468
526
|
*
|
|
@@ -504,6 +562,15 @@ declare class ExtNewsletterTesting {
|
|
|
504
562
|
newsletterTestCreate(data: TestEmailRequest$1): Promise<BulkEmailResponse$1>;
|
|
505
563
|
}
|
|
506
564
|
|
|
565
|
+
/**
|
|
566
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
567
|
+
*
|
|
568
|
+
* This file is automatically generated by DjangoCFG.
|
|
569
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
570
|
+
*
|
|
571
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
572
|
+
*/
|
|
573
|
+
|
|
507
574
|
/**
|
|
508
575
|
* Serializer for NewsletterCampaign model.
|
|
509
576
|
*
|
|
@@ -593,6 +660,14 @@ declare class ExtNewsletterNewsletter {
|
|
|
593
660
|
unsubscribePartialUpdate(data?: PatchedUnsubscribeRequest$1): Promise<Unsubscribe$1>;
|
|
594
661
|
}
|
|
595
662
|
|
|
663
|
+
/**
|
|
664
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
665
|
+
*
|
|
666
|
+
* This file is automatically generated by DjangoCFG.
|
|
667
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
668
|
+
*
|
|
669
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
670
|
+
*/
|
|
596
671
|
/**
|
|
597
672
|
* HTTP Client Adapter Pattern
|
|
598
673
|
*
|
|
@@ -629,6 +704,14 @@ declare class FetchAdapter implements HttpClientAdapter {
|
|
|
629
704
|
request<T = any>(request: HttpRequest): Promise<HttpResponse<T>>;
|
|
630
705
|
}
|
|
631
706
|
|
|
707
|
+
/**
|
|
708
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
709
|
+
*
|
|
710
|
+
* This file is automatically generated by DjangoCFG.
|
|
711
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
712
|
+
*
|
|
713
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
714
|
+
*/
|
|
632
715
|
/**
|
|
633
716
|
* API Logger with Consola
|
|
634
717
|
* Beautiful console logging for API requests and responses
|
|
@@ -747,6 +830,14 @@ declare class APILogger {
|
|
|
747
830
|
withTag(tag: string): ConsolaInstance;
|
|
748
831
|
}
|
|
749
832
|
|
|
833
|
+
/**
|
|
834
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
835
|
+
*
|
|
836
|
+
* This file is automatically generated by DjangoCFG.
|
|
837
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
838
|
+
*
|
|
839
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
840
|
+
*/
|
|
750
841
|
/**
|
|
751
842
|
* Retry Configuration and Utilities
|
|
752
843
|
*
|
|
@@ -894,6 +985,14 @@ declare class APIClient {
|
|
|
894
985
|
private _makeRequest;
|
|
895
986
|
}
|
|
896
987
|
|
|
988
|
+
/**
|
|
989
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
990
|
+
*
|
|
991
|
+
* This file is automatically generated by DjangoCFG.
|
|
992
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
993
|
+
*
|
|
994
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
995
|
+
*/
|
|
897
996
|
/**
|
|
898
997
|
* Storage adapters for cross-platform token storage.
|
|
899
998
|
*
|
|
@@ -1470,6 +1569,14 @@ declare const UnsubscribeRequestSchema: z.ZodObject<{
|
|
|
1470
1569
|
*/
|
|
1471
1570
|
type UnsubscribeRequest = z.infer<typeof UnsubscribeRequestSchema>;
|
|
1472
1571
|
|
|
1572
|
+
/**
|
|
1573
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1574
|
+
*
|
|
1575
|
+
* This file is automatically generated by DjangoCFG.
|
|
1576
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1577
|
+
*
|
|
1578
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1579
|
+
*/
|
|
1473
1580
|
/**
|
|
1474
1581
|
* Zod Schemas - Runtime validation and type inference
|
|
1475
1582
|
*
|
|
@@ -1536,6 +1643,14 @@ declare namespace index$1 {
|
|
|
1536
1643
|
export { type index$1_BulkEmailRequest as BulkEmailRequest, index$1_BulkEmailRequestSchema as BulkEmailRequestSchema, type index$1_BulkEmailResponse as BulkEmailResponse, index$1_BulkEmailResponseSchema as BulkEmailResponseSchema, type index$1_EmailLog as EmailLog, index$1_EmailLogSchema as EmailLogSchema, type index$1_ErrorResponse as ErrorResponse, index$1_ErrorResponseSchema as ErrorResponseSchema, type index$1_Newsletter as Newsletter, type index$1_NewsletterCampaign as NewsletterCampaign, type index$1_NewsletterCampaignRequest as NewsletterCampaignRequest, index$1_NewsletterCampaignRequestSchema as NewsletterCampaignRequestSchema, index$1_NewsletterCampaignSchema as NewsletterCampaignSchema, index$1_NewsletterSchema as NewsletterSchema, type index$1_NewsletterSubscription as NewsletterSubscription, index$1_NewsletterSubscriptionSchema as NewsletterSubscriptionSchema, type index$1_PaginatedEmailLogList as PaginatedEmailLogList, index$1_PaginatedEmailLogListSchema as PaginatedEmailLogListSchema, type index$1_PaginatedNewsletterCampaignList as PaginatedNewsletterCampaignList, index$1_PaginatedNewsletterCampaignListSchema as PaginatedNewsletterCampaignListSchema, type index$1_PaginatedNewsletterList as PaginatedNewsletterList, index$1_PaginatedNewsletterListSchema as PaginatedNewsletterListSchema, type index$1_PaginatedNewsletterSubscriptionList as PaginatedNewsletterSubscriptionList, index$1_PaginatedNewsletterSubscriptionListSchema as PaginatedNewsletterSubscriptionListSchema, type index$1_PatchedNewsletterCampaignRequest as PatchedNewsletterCampaignRequest, index$1_PatchedNewsletterCampaignRequestSchema as PatchedNewsletterCampaignRequestSchema, type index$1_PatchedUnsubscribeRequest as PatchedUnsubscribeRequest, index$1_PatchedUnsubscribeRequestSchema as PatchedUnsubscribeRequestSchema, type index$1_SendCampaignRequest as SendCampaignRequest, index$1_SendCampaignRequestSchema as SendCampaignRequestSchema, type index$1_SendCampaignResponse as SendCampaignResponse, index$1_SendCampaignResponseSchema as SendCampaignResponseSchema, type index$1_SubscribeRequest as SubscribeRequest, index$1_SubscribeRequestSchema as SubscribeRequestSchema, type index$1_SubscribeResponse as SubscribeResponse, index$1_SubscribeResponseSchema as SubscribeResponseSchema, type index$1_SuccessResponse as SuccessResponse, index$1_SuccessResponseSchema as SuccessResponseSchema, type index$1_TestEmailRequest as TestEmailRequest, index$1_TestEmailRequestSchema as TestEmailRequestSchema, type index$1_Unsubscribe as Unsubscribe, type index$1_UnsubscribeRequest as UnsubscribeRequest, index$1_UnsubscribeRequestSchema as UnsubscribeRequestSchema, index$1_UnsubscribeSchema as UnsubscribeSchema };
|
|
1537
1644
|
}
|
|
1538
1645
|
|
|
1646
|
+
/**
|
|
1647
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1648
|
+
*
|
|
1649
|
+
* This file is automatically generated by DjangoCFG.
|
|
1650
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1651
|
+
*
|
|
1652
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1653
|
+
*/
|
|
1539
1654
|
/**
|
|
1540
1655
|
* Zod Validation Events - Browser CustomEvent integration
|
|
1541
1656
|
*
|
|
@@ -1747,6 +1862,14 @@ declare function createNewsletterUnsubscribeCreate(data: UnsubscribeRequest, cli
|
|
|
1747
1862
|
*/
|
|
1748
1863
|
declare function createNewsletterTestCreate(data: TestEmailRequest, client?: any): Promise<BulkEmailResponse>;
|
|
1749
1864
|
|
|
1865
|
+
/**
|
|
1866
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1867
|
+
*
|
|
1868
|
+
* This file is automatically generated by DjangoCFG.
|
|
1869
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1870
|
+
*
|
|
1871
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1872
|
+
*/
|
|
1750
1873
|
/**
|
|
1751
1874
|
* Typed Fetchers - Universal API functions
|
|
1752
1875
|
*
|
|
@@ -1795,6 +1918,14 @@ declare namespace index {
|
|
|
1795
1918
|
export { index_createNewsletterBulkCreate as createNewsletterBulkCreate, index_createNewsletterCampaignsCreate as createNewsletterCampaignsCreate, index_createNewsletterCampaignsSendCreate as createNewsletterCampaignsSendCreate, index_createNewsletterSubscribeCreate as createNewsletterSubscribeCreate, index_createNewsletterTestCreate as createNewsletterTestCreate, index_createNewsletterUnsubscribeCreate as createNewsletterUnsubscribeCreate, index_deleteNewsletterCampaignsDestroy as deleteNewsletterCampaignsDestroy, index_getNewsletterCampaignsList as getNewsletterCampaignsList, index_getNewsletterCampaignsRetrieve as getNewsletterCampaignsRetrieve, index_getNewsletterLogsList as getNewsletterLogsList, index_getNewsletterNewslettersList as getNewsletterNewslettersList, index_getNewsletterNewslettersRetrieve as getNewsletterNewslettersRetrieve, index_getNewsletterSubscriptionsList as getNewsletterSubscriptionsList, index_partialUpdateNewsletterCampaignsPartialUpdate as partialUpdateNewsletterCampaignsPartialUpdate, index_partialUpdateNewsletterUnsubscribePartialUpdate as partialUpdateNewsletterUnsubscribePartialUpdate, index_updateNewsletterCampaignsUpdate as updateNewsletterCampaignsUpdate, index_updateNewsletterUnsubscribeUpdate as updateNewsletterUnsubscribeUpdate };
|
|
1796
1919
|
}
|
|
1797
1920
|
|
|
1921
|
+
/**
|
|
1922
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
1923
|
+
*
|
|
1924
|
+
* This file is automatically generated by DjangoCFG.
|
|
1925
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
1926
|
+
*
|
|
1927
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
1928
|
+
*/
|
|
1798
1929
|
/**
|
|
1799
1930
|
* Global API Instance - Singleton configuration
|
|
1800
1931
|
*
|
|
@@ -1878,6 +2009,14 @@ declare function clearAPITokens(): void;
|
|
|
1878
2009
|
*/
|
|
1879
2010
|
declare function resetAPI(): void;
|
|
1880
2011
|
|
|
2012
|
+
/**
|
|
2013
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
2014
|
+
*
|
|
2015
|
+
* This file is automatically generated by DjangoCFG.
|
|
2016
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
2017
|
+
*
|
|
2018
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
2019
|
+
*/
|
|
1881
2020
|
/**
|
|
1882
2021
|
* API Error Classes
|
|
1883
2022
|
*
|
|
@@ -1936,6 +2075,14 @@ declare class NetworkError extends Error {
|
|
|
1936
2075
|
constructor(message: string, url: string, originalError?: Error);
|
|
1937
2076
|
}
|
|
1938
2077
|
|
|
2078
|
+
/**
|
|
2079
|
+
* AUTO-GENERATED FILE - DO NOT EDIT
|
|
2080
|
+
*
|
|
2081
|
+
* This file is automatically generated by DjangoCFG.
|
|
2082
|
+
* Any manual changes will be lost when the code is regenerated.
|
|
2083
|
+
*
|
|
2084
|
+
* @see https://djangocfg.com/docs/features/modules/django-client/overview/
|
|
2085
|
+
*/
|
|
1939
2086
|
/**
|
|
1940
2087
|
* Django CFG API - API Client with JWT Management
|
|
1941
2088
|
*
|
package/dist/index.js
CHANGED
|
@@ -2076,7 +2076,7 @@ var apiNewsletter = createExtensionAPI(API);
|
|
|
2076
2076
|
// package.json
|
|
2077
2077
|
var package_default = {
|
|
2078
2078
|
name: "@djangocfg/ext-newsletter",
|
|
2079
|
-
version: "1.0.
|
|
2079
|
+
version: "1.0.6",
|
|
2080
2080
|
description: "Newsletter and subscription management extension for DjangoCFG",
|
|
2081
2081
|
keywords: [
|
|
2082
2082
|
"django",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ext-newsletter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Newsletter and subscription management 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 Newsletter
|
|
3
11
|
*
|
package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__bulk_email.ts
CHANGED
|
@@ -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 Bulk Email
|
|
3
11
|
*
|
package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__campaigns.ts
CHANGED
|
@@ -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 Campaigns
|
|
3
11
|
*
|
package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__logs.ts
CHANGED
|
@@ -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 Logs
|
|
3
11
|
*
|
package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__newsletters.ts
CHANGED
|
@@ -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 Newsletters
|
|
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 for Subscriptions
|
|
3
11
|
*
|
package/src/api/generated/ext_newsletter/_utils/fetchers/ext_newsletter__newsletter__testing.ts
CHANGED
|
@@ -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 Testing
|
|
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
|
/**
|
package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__bulk_email.ts
CHANGED
|
@@ -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
|
/**
|
package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__campaigns.ts
CHANGED
|
@@ -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
|
/**
|
package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__newsletters.ts
CHANGED
|
@@ -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
|
/**
|
package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__subscriptions.ts
CHANGED
|
@@ -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
|
/**
|
package/src/api/generated/ext_newsletter/_utils/hooks/ext_newsletter__newsletter__testing.ts
CHANGED
|
@@ -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
|
* * `pending` - Pending
|
|
3
11
|
* * `sent` - Sent
|
|
@@ -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,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
|
/**
|
|
2
10
|
* Simple serializer for bulk email.
|
|
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,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,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
|
/**
|
|
2
10
|
*
|
|
3
11
|
* Response model (includes read-only fields).
|
|
@@ -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";
|
package/src/api/generated/ext_newsletter/ext_newsletter__newsletter__subscriptions/models.ts
CHANGED
|
@@ -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
|
* Simple serializer for newsletter subscription.
|
|
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
|
/**
|
|
2
10
|
* Simple serializer for test email.
|
|
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
|
*
|