@djangocfg/api 1.0.3 → 1.0.4
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/index.cjs +599 -82
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -114
- package/dist/index.d.ts +17 -114
- package/dist/index.mjs +308 -82
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/_utils/schemas/PatchedPaymentRequest.schema.ts +0 -2
- package/src/cfg/generated/_utils/schemas/Payment.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/PaymentCreate.schema.ts +1 -2
- package/src/cfg/generated/_utils/schemas/PaymentCreateRequest.schema.ts +1 -2
- package/src/cfg/generated/_utils/schemas/PaymentRequest.schema.ts +0 -2
- package/src/cfg/generated/cfg__payments/models.ts +6 -34
- package/src/cfg/generated/enums.ts +0 -44
- package/src/cfg/generated/index.ts +3 -2
- package/src/cfg/generated/schema.ts +13 -50
package/dist/index.d.cts
CHANGED
|
@@ -576,48 +576,6 @@ declare enum PaymentStatus {
|
|
|
576
576
|
CANCELLED = "cancelled",
|
|
577
577
|
REFUNDED = "refunded"
|
|
578
578
|
}
|
|
579
|
-
/**
|
|
580
|
-
* Cryptocurrency to receive
|
|
581
|
-
* * `BTC` - Bitcoin
|
|
582
|
-
* * `ETH` - Ethereum
|
|
583
|
-
* * `LTC` - Litecoin
|
|
584
|
-
* * `XMR` - Monero
|
|
585
|
-
* * `USDT` - Tether
|
|
586
|
-
* * `USDC` - USD Coin
|
|
587
|
-
* * `ADA` - Cardano
|
|
588
|
-
* * `DOT` - Polkadot
|
|
589
|
-
*/
|
|
590
|
-
declare enum PaymentCreateCurrencyCode {
|
|
591
|
-
BTC = "BTC",
|
|
592
|
-
ETH = "ETH",
|
|
593
|
-
LTC = "LTC",
|
|
594
|
-
XMR = "XMR",
|
|
595
|
-
USDT = "USDT",
|
|
596
|
-
USDC = "USDC",
|
|
597
|
-
ADA = "ADA",
|
|
598
|
-
DOT = "DOT"
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* Cryptocurrency to receive
|
|
602
|
-
* * `BTC` - Bitcoin
|
|
603
|
-
* * `ETH` - Ethereum
|
|
604
|
-
* * `LTC` - Litecoin
|
|
605
|
-
* * `XMR` - Monero
|
|
606
|
-
* * `USDT` - Tether
|
|
607
|
-
* * `USDC` - USD Coin
|
|
608
|
-
* * `ADA` - Cardano
|
|
609
|
-
* * `DOT` - Polkadot
|
|
610
|
-
*/
|
|
611
|
-
declare enum PaymentCreateRequestCurrencyCode {
|
|
612
|
-
BTC = "BTC",
|
|
613
|
-
ETH = "ETH",
|
|
614
|
-
LTC = "LTC",
|
|
615
|
-
XMR = "XMR",
|
|
616
|
-
USDT = "USDT",
|
|
617
|
-
USDC = "USDC",
|
|
618
|
-
ADA = "ADA",
|
|
619
|
-
DOT = "DOT"
|
|
620
|
-
}
|
|
621
579
|
/**
|
|
622
580
|
* Payment provider
|
|
623
581
|
* * `nowpayments` - NowPayments
|
|
@@ -953,10 +911,6 @@ type enums_PatchedSubscriptionRequestTier = PatchedSubscriptionRequestTier;
|
|
|
953
911
|
declare const enums_PatchedSubscriptionRequestTier: typeof PatchedSubscriptionRequestTier;
|
|
954
912
|
type enums_PatchedTicketRequestStatus = PatchedTicketRequestStatus;
|
|
955
913
|
declare const enums_PatchedTicketRequestStatus: typeof PatchedTicketRequestStatus;
|
|
956
|
-
type enums_PaymentCreateCurrencyCode = PaymentCreateCurrencyCode;
|
|
957
|
-
declare const enums_PaymentCreateCurrencyCode: typeof PaymentCreateCurrencyCode;
|
|
958
|
-
type enums_PaymentCreateRequestCurrencyCode = PaymentCreateRequestCurrencyCode;
|
|
959
|
-
declare const enums_PaymentCreateRequestCurrencyCode: typeof PaymentCreateRequestCurrencyCode;
|
|
960
914
|
type enums_PaymentListProvider = PaymentListProvider;
|
|
961
915
|
declare const enums_PaymentListProvider: typeof PaymentListProvider;
|
|
962
916
|
type enums_PaymentListStatus = PaymentListStatus;
|
|
@@ -1002,7 +956,7 @@ declare const enums_WorkerActionAction: typeof WorkerActionAction;
|
|
|
1002
956
|
type enums_WorkerActionRequestAction = WorkerActionRequestAction;
|
|
1003
957
|
declare const enums_WorkerActionRequestAction: typeof WorkerActionRequestAction;
|
|
1004
958
|
declare namespace enums {
|
|
1005
|
-
export { enums_AdminPaymentUpdateRequestStatus as AdminPaymentUpdateRequestStatus, enums_AdminPaymentUpdateStatus as AdminPaymentUpdateStatus, enums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, enums_ArchiveItemChunkDetailChunkType as ArchiveItemChunkDetailChunkType, enums_ArchiveItemChunkRequestChunkType as ArchiveItemChunkRequestChunkType, enums_ArchiveItemContentType as ArchiveItemContentType, enums_ArchiveItemDetailContentType as ArchiveItemDetailContentType, enums_ArchiveSearchRequestRequestChunkTypesItems as ArchiveSearchRequestRequestChunkTypesItems, enums_ArchiveSearchRequestRequestContentTypesItems as ArchiveSearchRequestRequestContentTypesItems, enums_ChatMessageRole as ChatMessageRole, enums_CurrencyCurrencyType as CurrencyCurrencyType, enums_CurrencyListCurrencyType as CurrencyListCurrencyType, enums_CurrencyRatesProvider as CurrencyRatesProvider, enums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, enums_DocumentArchiveDetailArchiveType as DocumentArchiveDetailArchiveType, enums_DocumentArchiveDetailProcessingStatus as DocumentArchiveDetailProcessingStatus, enums_DocumentArchiveListArchiveType as DocumentArchiveListArchiveType, enums_DocumentArchiveListProcessingStatus as DocumentArchiveListProcessingStatus, enums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus, enums_EmailLogStatus as EmailLogStatus, enums_LeadSubmissionContactType as LeadSubmissionContactType, enums_LeadSubmissionRequestContactType as LeadSubmissionRequestContactType, enums_NewsletterCampaignStatus as NewsletterCampaignStatus, enums_OTPRequestRequestChannel as OTPRequestRequestChannel, enums_OTPVerifyRequestChannel as OTPVerifyRequestChannel, enums_PatchedAdminPaymentUpdateRequestStatus as PatchedAdminPaymentUpdateRequestStatus, enums_PatchedArchiveItemChunkRequestChunkType as PatchedArchiveItemChunkRequestChunkType, enums_PatchedLeadSubmissionRequestContactType as PatchedLeadSubmissionRequestContactType, enums_PatchedPaymentRequestProvider as PatchedPaymentRequestProvider, enums_PatchedPaymentRequestStatus as PatchedPaymentRequestStatus, enums_PatchedSubscriptionRequestStatus as PatchedSubscriptionRequestStatus, enums_PatchedSubscriptionRequestTier as PatchedSubscriptionRequestTier, enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus,
|
|
959
|
+
export { enums_AdminPaymentUpdateRequestStatus as AdminPaymentUpdateRequestStatus, enums_AdminPaymentUpdateStatus as AdminPaymentUpdateStatus, enums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, enums_ArchiveItemChunkDetailChunkType as ArchiveItemChunkDetailChunkType, enums_ArchiveItemChunkRequestChunkType as ArchiveItemChunkRequestChunkType, enums_ArchiveItemContentType as ArchiveItemContentType, enums_ArchiveItemDetailContentType as ArchiveItemDetailContentType, enums_ArchiveSearchRequestRequestChunkTypesItems as ArchiveSearchRequestRequestChunkTypesItems, enums_ArchiveSearchRequestRequestContentTypesItems as ArchiveSearchRequestRequestContentTypesItems, enums_ChatMessageRole as ChatMessageRole, enums_CurrencyCurrencyType as CurrencyCurrencyType, enums_CurrencyListCurrencyType as CurrencyListCurrencyType, enums_CurrencyRatesProvider as CurrencyRatesProvider, enums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, enums_DocumentArchiveDetailArchiveType as DocumentArchiveDetailArchiveType, enums_DocumentArchiveDetailProcessingStatus as DocumentArchiveDetailProcessingStatus, enums_DocumentArchiveListArchiveType as DocumentArchiveListArchiveType, enums_DocumentArchiveListProcessingStatus as DocumentArchiveListProcessingStatus, enums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus, enums_EmailLogStatus as EmailLogStatus, enums_LeadSubmissionContactType as LeadSubmissionContactType, enums_LeadSubmissionRequestContactType as LeadSubmissionRequestContactType, enums_NewsletterCampaignStatus as NewsletterCampaignStatus, enums_OTPRequestRequestChannel as OTPRequestRequestChannel, enums_OTPVerifyRequestChannel as OTPVerifyRequestChannel, enums_PatchedAdminPaymentUpdateRequestStatus as PatchedAdminPaymentUpdateRequestStatus, enums_PatchedArchiveItemChunkRequestChunkType as PatchedArchiveItemChunkRequestChunkType, enums_PatchedLeadSubmissionRequestContactType as PatchedLeadSubmissionRequestContactType, enums_PatchedPaymentRequestProvider as PatchedPaymentRequestProvider, enums_PatchedPaymentRequestStatus as PatchedPaymentRequestStatus, enums_PatchedSubscriptionRequestStatus as PatchedSubscriptionRequestStatus, enums_PatchedSubscriptionRequestTier as PatchedSubscriptionRequestTier, enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus, enums_PaymentListProvider as PaymentListProvider, enums_PaymentListStatus as PaymentListStatus, enums_PaymentProvider as PaymentProvider, enums_PaymentRequestProvider as PaymentRequestProvider, enums_PaymentRequestStatus as PaymentRequestStatus, enums_PaymentStatus as PaymentStatus, enums_QueueActionAction as QueueActionAction, enums_QueueActionRequestAction as QueueActionRequestAction, enums_SubscriptionListStatus as SubscriptionListStatus, enums_SubscriptionRequestStatus as SubscriptionRequestStatus, enums_SubscriptionRequestTier as SubscriptionRequestTier, enums_SubscriptionStatus as SubscriptionStatus, enums_SubscriptionTier as SubscriptionTier, enums_SupportedCurrenciesCurrencyType as SupportedCurrenciesCurrencyType, enums_SupportedCurrenciesProvider as SupportedCurrenciesProvider, enums_TicketRequestStatus as TicketRequestStatus, enums_TicketStatus as TicketStatus, enums_TransactionTransactionType as TransactionTransactionType, enums_WebhookEventRequestStatus as WebhookEventRequestStatus, enums_WebhookEventStatus as WebhookEventStatus, enums_WorkerActionAction as WorkerActionAction, enums_WorkerActionRequestAction as WorkerActionRequestAction };
|
|
1006
960
|
}
|
|
1007
961
|
|
|
1008
962
|
/**
|
|
@@ -4261,10 +4215,8 @@ interface Payment$1 {
|
|
|
4261
4215
|
amount_usd: number;
|
|
4262
4216
|
/** Calculate crypto amount from USD amount and currency rate. */
|
|
4263
4217
|
amount_crypto: number;
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
/** Blockchain network (for crypto payments) */
|
|
4267
|
-
network?: number | null;
|
|
4218
|
+
currency: string;
|
|
4219
|
+
network: string | null;
|
|
4268
4220
|
/** Payment provider
|
|
4269
4221
|
|
|
4270
4222
|
* `nowpayments` - NowPayments */
|
|
@@ -4582,17 +4534,8 @@ interface PaginatedPaymentListList$1 {
|
|
|
4582
4534
|
interface PaymentCreateRequest$1 {
|
|
4583
4535
|
/** Amount in USD (1.00 - 50,000.00) */
|
|
4584
4536
|
amount_usd: number;
|
|
4585
|
-
/** Cryptocurrency
|
|
4586
|
-
|
|
4587
|
-
* `BTC` - Bitcoin
|
|
4588
|
-
* `ETH` - Ethereum
|
|
4589
|
-
* `LTC` - Litecoin
|
|
4590
|
-
* `XMR` - Monero
|
|
4591
|
-
* `USDT` - Tether
|
|
4592
|
-
* `USDC` - USD Coin
|
|
4593
|
-
* `ADA` - Cardano
|
|
4594
|
-
* `DOT` - Polkadot */
|
|
4595
|
-
currency_code: PaymentCreateRequestCurrencyCode;
|
|
4537
|
+
/** Cryptocurrency code (validated against active currencies) */
|
|
4538
|
+
currency_code: string;
|
|
4596
4539
|
/** Success callback URL */
|
|
4597
4540
|
callback_url?: string;
|
|
4598
4541
|
/** Cancellation URL */
|
|
@@ -4611,17 +4554,8 @@ interface PaymentCreateRequest$1 {
|
|
|
4611
4554
|
interface PaymentCreate$1 {
|
|
4612
4555
|
/** Amount in USD (1.00 - 50,000.00) */
|
|
4613
4556
|
amount_usd: number;
|
|
4614
|
-
/** Cryptocurrency
|
|
4615
|
-
|
|
4616
|
-
* `BTC` - Bitcoin
|
|
4617
|
-
* `ETH` - Ethereum
|
|
4618
|
-
* `LTC` - Litecoin
|
|
4619
|
-
* `XMR` - Monero
|
|
4620
|
-
* `USDT` - Tether
|
|
4621
|
-
* `USDC` - USD Coin
|
|
4622
|
-
* `ADA` - Cardano
|
|
4623
|
-
* `DOT` - Polkadot */
|
|
4624
|
-
currency_code: PaymentCreateCurrencyCode;
|
|
4557
|
+
/** Cryptocurrency code (validated against active currencies) */
|
|
4558
|
+
currency_code: string;
|
|
4625
4559
|
/** Success callback URL */
|
|
4626
4560
|
callback_url?: string;
|
|
4627
4561
|
/** Cancellation URL */
|
|
@@ -4640,10 +4574,6 @@ interface PaymentCreate$1 {
|
|
|
4640
4574
|
interface PaymentRequest$1 {
|
|
4641
4575
|
/** Payment amount in USD (float for performance) */
|
|
4642
4576
|
amount_usd: number;
|
|
4643
|
-
/** Payment currency */
|
|
4644
|
-
currency: number;
|
|
4645
|
-
/** Blockchain network (for crypto payments) */
|
|
4646
|
-
network?: number | null;
|
|
4647
4577
|
/** Payment provider
|
|
4648
4578
|
|
|
4649
4579
|
* `nowpayments` - NowPayments */
|
|
@@ -4677,10 +4607,6 @@ interface PaymentRequest$1 {
|
|
|
4677
4607
|
interface PatchedPaymentRequest$1 {
|
|
4678
4608
|
/** Payment amount in USD (float for performance) */
|
|
4679
4609
|
amount_usd?: number;
|
|
4680
|
-
/** Payment currency */
|
|
4681
|
-
currency?: number;
|
|
4682
|
-
/** Blockchain network (for crypto payments) */
|
|
4683
|
-
network?: number | null;
|
|
4684
4610
|
/** Payment provider
|
|
4685
4611
|
|
|
4686
4612
|
* `nowpayments` - NowPayments */
|
|
@@ -12716,10 +12642,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12716
12642
|
nullable: boolean;
|
|
12717
12643
|
type: string;
|
|
12718
12644
|
};
|
|
12719
|
-
currency: {
|
|
12720
|
-
description: string;
|
|
12721
|
-
type: string;
|
|
12722
|
-
};
|
|
12723
12645
|
description: {
|
|
12724
12646
|
description: string;
|
|
12725
12647
|
type: string;
|
|
@@ -12730,11 +12652,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12730
12652
|
nullable: boolean;
|
|
12731
12653
|
type: string;
|
|
12732
12654
|
};
|
|
12733
|
-
network: {
|
|
12734
|
-
description: string;
|
|
12735
|
-
nullable: boolean;
|
|
12736
|
-
type: string;
|
|
12737
|
-
};
|
|
12738
12655
|
provider: {
|
|
12739
12656
|
description: string;
|
|
12740
12657
|
enum: string[];
|
|
@@ -12881,7 +12798,7 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12881
12798
|
type: string;
|
|
12882
12799
|
};
|
|
12883
12800
|
currency: {
|
|
12884
|
-
|
|
12801
|
+
readOnly: boolean;
|
|
12885
12802
|
type: string;
|
|
12886
12803
|
};
|
|
12887
12804
|
description: {
|
|
@@ -12921,8 +12838,8 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12921
12838
|
type: string;
|
|
12922
12839
|
};
|
|
12923
12840
|
network: {
|
|
12924
|
-
description: string;
|
|
12925
12841
|
nullable: boolean;
|
|
12842
|
+
readOnly: boolean;
|
|
12926
12843
|
type: string;
|
|
12927
12844
|
};
|
|
12928
12845
|
pay_address: {
|
|
@@ -13023,9 +12940,8 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13023
12940
|
};
|
|
13024
12941
|
currency_code: {
|
|
13025
12942
|
description: string;
|
|
13026
|
-
|
|
12943
|
+
maxLength: number;
|
|
13027
12944
|
type: string;
|
|
13028
|
-
"x-spec-enum-id": string;
|
|
13029
12945
|
};
|
|
13030
12946
|
description: {
|
|
13031
12947
|
description: string;
|
|
@@ -13061,9 +12977,9 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13061
12977
|
};
|
|
13062
12978
|
currency_code: {
|
|
13063
12979
|
description: string;
|
|
13064
|
-
|
|
12980
|
+
maxLength: number;
|
|
12981
|
+
minLength: number;
|
|
13065
12982
|
type: string;
|
|
13066
|
-
"x-spec-enum-id": string;
|
|
13067
12983
|
};
|
|
13068
12984
|
description: {
|
|
13069
12985
|
description: string;
|
|
@@ -13228,10 +13144,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13228
13144
|
nullable: boolean;
|
|
13229
13145
|
type: string;
|
|
13230
13146
|
};
|
|
13231
|
-
currency: {
|
|
13232
|
-
description: string;
|
|
13233
|
-
type: string;
|
|
13234
|
-
};
|
|
13235
13147
|
description: {
|
|
13236
13148
|
description: string;
|
|
13237
13149
|
type: string;
|
|
@@ -13242,11 +13154,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13242
13154
|
nullable: boolean;
|
|
13243
13155
|
type: string;
|
|
13244
13156
|
};
|
|
13245
|
-
network: {
|
|
13246
|
-
description: string;
|
|
13247
|
-
nullable: boolean;
|
|
13248
|
-
type: string;
|
|
13249
|
-
};
|
|
13250
13157
|
provider: {
|
|
13251
13158
|
description: string;
|
|
13252
13159
|
enum: string[];
|
|
@@ -31218,8 +31125,6 @@ Used for detail views and updates.
|
|
|
31218
31125
|
*/
|
|
31219
31126
|
declare const PatchedPaymentRequestSchema: z.ZodObject<{
|
|
31220
31127
|
amount_usd: z.ZodOptional<z.ZodNumber>;
|
|
31221
|
-
currency: z.ZodOptional<z.ZodInt>;
|
|
31222
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
31223
31128
|
provider: z.ZodOptional<z.ZodEnum<typeof PatchedPaymentRequestProvider>>;
|
|
31224
31129
|
status: z.ZodOptional<z.ZodEnum<typeof PatchedPaymentRequestStatus>>;
|
|
31225
31130
|
callback_url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
@@ -31331,8 +31236,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
31331
31236
|
user: z.ZodString;
|
|
31332
31237
|
amount_usd: z.ZodNumber;
|
|
31333
31238
|
amount_crypto: z.ZodNumber;
|
|
31334
|
-
currency: z.
|
|
31335
|
-
network: z.
|
|
31239
|
+
currency: z.ZodString;
|
|
31240
|
+
network: z.ZodNullable<z.ZodString>;
|
|
31336
31241
|
provider: z.ZodOptional<z.ZodEnum<typeof PaymentProvider>>;
|
|
31337
31242
|
status: z.ZodOptional<z.ZodEnum<typeof PaymentStatus>>;
|
|
31338
31243
|
status_display: z.ZodString;
|
|
@@ -31409,7 +31314,7 @@ Validates input and delegates to PaymentService.
|
|
|
31409
31314
|
*/
|
|
31410
31315
|
declare const PaymentCreateSchema: z.ZodObject<{
|
|
31411
31316
|
amount_usd: z.ZodNumber;
|
|
31412
|
-
currency_code: z.
|
|
31317
|
+
currency_code: z.ZodString;
|
|
31413
31318
|
callback_url: z.ZodOptional<z.ZodURL>;
|
|
31414
31319
|
cancel_url: z.ZodOptional<z.ZodURL>;
|
|
31415
31320
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -31436,7 +31341,7 @@ Validates input and delegates to PaymentService.
|
|
|
31436
31341
|
*/
|
|
31437
31342
|
declare const PaymentCreateRequestSchema: z.ZodObject<{
|
|
31438
31343
|
amount_usd: z.ZodNumber;
|
|
31439
|
-
currency_code: z.
|
|
31344
|
+
currency_code: z.ZodString;
|
|
31440
31345
|
callback_url: z.ZodOptional<z.ZodURL>;
|
|
31441
31346
|
cancel_url: z.ZodOptional<z.ZodURL>;
|
|
31442
31347
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -31523,8 +31428,6 @@ Used for detail views and updates.
|
|
|
31523
31428
|
*/
|
|
31524
31429
|
declare const PaymentRequestSchema: z.ZodObject<{
|
|
31525
31430
|
amount_usd: z.ZodNumber;
|
|
31526
|
-
currency: z.ZodInt;
|
|
31527
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
31528
31431
|
provider: z.ZodOptional<z.ZodEnum<typeof PaymentRequestProvider>>;
|
|
31529
31432
|
status: z.ZodOptional<z.ZodEnum<typeof PaymentRequestStatus>>;
|
|
31530
31433
|
callback_url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
@@ -40799,4 +40702,4 @@ declare function KnowbaseSessionsProvider({ children }: {
|
|
|
40799
40702
|
}): react_jsx_runtime.JSX.Element;
|
|
40800
40703
|
declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
|
|
40801
40704
|
|
|
40802
|
-
export { API, APIClient, APIError, type APIKeyCreate, type APIKeyCreateRequest, type APIKeyDetail, type APIKeyList, type APIKeysOverview, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, ApiKeysService, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, AuthService, type BalanceOverview, type BalancesContextValue, BalancesProvider, BaseClient, BulkEmailService, CampaignsService, models$8 as CfgAccountsTypes, models$i as CfgAuthTypes, models$h as CfgBulkEmailTypes, models$g as CfgCampaignsTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$f as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$e as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$d as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$c as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$b as CfgTestingTypes, models$a as CfgUserProfileTypes, models$9 as CfgWebhooksTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, type Currency, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LeadsService, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, type Network, NetworkError, type NewsletterContextValue, NewsletterProvider, NewsletterService, NewslettersListService, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, OverviewProvider, type PaginatedAPIKeyListList, type PaginatedCurrencyListList, type PaginatedNetworkList, type PaginatedPaymentListList, type PaginatedProviderCurrencyList, type PaginatedRecentPaymentList, type PaginatedRecentTransactionList, type PaginatedUserBalanceList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type Payment, type PaymentCreate, type PaymentCreateRequest, PaymentDashboardService, type PaymentRequest, type PaymentsChartResponse, type PaymentsContextValue, type PaymentsDashboardOverview, type PaymentsMetrics, PaymentsProvider, PaymentsService, type ProviderCurrency, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SubscriptionOverview, SubscriptionsService, type SupportContextValue, SupportProvider, SupportService, TOKEN_KEY, TasksService, type Ticket, type TicketRequest, type User, type UserBalance, WebhooksService, api, clearAPITokens, configureAPI, api as default, getAPIInstance, isAPIConfigured, reconfigureAPI, resetAPI, shouldRetry, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
|
|
40705
|
+
export { API, APIClient, APIError, type APIKeyCreate, type APIKeyCreateRequest, type APIKeyDetail, type APIKeyList, type APIKeysOverview, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, ApiKeysService, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, AuthService, type BalanceOverview, type BalancesContextValue, BalancesProvider, BaseClient, BulkEmailService, CampaignsService, models$8 as CfgAccountsTypes, models$i as CfgAuthTypes, models$h as CfgBulkEmailTypes, models$g as CfgCampaignsTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$f as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$e as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$d as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$c as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$b as CfgTestingTypes, models$a as CfgUserProfileTypes, models$9 as CfgWebhooksTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, type Currency, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LeadsService, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, type Network, NetworkError, type NewsletterContextValue, NewsletterProvider, NewsletterService, NewslettersListService, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, OverviewProvider, type PaginatedAPIKeyListList, type PaginatedCurrencyListList, type PaginatedNetworkList, type PaginatedPaymentListList, type PaginatedProviderCurrencyList, type PaginatedRecentPaymentList, type PaginatedRecentTransactionList, type PaginatedUserBalanceList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type Payment, type PaymentCreate, type PaymentCreateRequest, PaymentDashboardService, type PaymentRequest, type PaymentsChartResponse, type PaymentsContextValue, type PaymentsDashboardOverview, type PaymentsMetrics, PaymentsProvider, PaymentsService, type ProviderCurrency, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SubscriptionOverview, SubscriptionsService, type SupportContextValue, SupportProvider, SupportService, TOKEN_KEY, TasksService, type Ticket, type TicketRequest, type User, type UserBalance, WebhooksService, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsAdminApiPaymentsCancelCreate, createPaymentsAdminApiPaymentsCreate, createPaymentsAdminApiPaymentsRefreshStatusCreate, createPaymentsAdminApiPaymentsRefundCreate, createPaymentsAdminApiWebhookTestTestCreate, createPaymentsAdminApiWebhooksEventsClearAllCreate, createPaymentsAdminApiWebhooksEventsRetryCreate, createPaymentsAdminApiWebhooksEventsRetryFailedCreate, createPaymentsApiKeysCreate, createPaymentsApiKeysCreateCreate, createPaymentsApiKeysPerformActionCreate, createPaymentsApiKeysValidateCreate, createPaymentsApiKeysValidateKeyCreate, createPaymentsCurrenciesConvertCreate, createPaymentsCurrenciesCreate, createPaymentsPaymentCancelCreate, createPaymentsPaymentCheckStatusCreate, createPaymentsPaymentCreate, createPaymentsPaymentCreateCreate, createPaymentsSubscriptionsCreate, createPaymentsSubscriptionsIncrementUsageCreate, createPaymentsSubscriptionsUpdateStatusCreate, createPaymentsUsersApiKeysCreate, createPaymentsUsersApiKeysPerformActionCreate, createPaymentsUsersCancelCreate, createPaymentsUsersCheckStatusCreate, createPaymentsUsersCreate, createPaymentsUsersPaymentCancelCreate, createPaymentsUsersPaymentCheckStatusCreate, createPaymentsUsersPaymentCreate, createPaymentsUsersSubscriptionsCreate, createPaymentsUsersSubscriptionsIncrementUsageCreate, createPaymentsUsersSubscriptionsUpdateStatusCreate, createPaymentsWebhooksCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, createTasksApiClearCreate, createTasksApiClearQueuesCreate, createTasksApiPurgeFailedCreate, createTasksApiQueuesManageCreate, createTasksApiSimulateCreate, createTasksApiWorkersManageCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deletePaymentsAdminApiPaymentsDestroy, deletePaymentsApiKeysDestroy, deletePaymentsPaymentDestroy, deletePaymentsSubscriptionsDestroy, deletePaymentsUsersApiKeysDestroy, deletePaymentsUsersDestroy, deletePaymentsUsersPaymentDestroy, deletePaymentsUsersSubscriptionsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getEndpointsDrfRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsAdminApiPaymentsList, getPaymentsAdminApiPaymentsRetrieve, getPaymentsAdminApiPaymentsStatsRetrieve, getPaymentsAdminApiStatsList, getPaymentsAdminApiStatsPaymentsRetrieve, getPaymentsAdminApiStatsRetrieve, getPaymentsAdminApiStatsSystemRetrieve, getPaymentsAdminApiStatsWebhooksRetrieve, getPaymentsAdminApiUsersList, getPaymentsAdminApiUsersRetrieve, getPaymentsAdminApiWebhooksEventsList, getPaymentsAdminApiWebhooksEventsRetrieve, getPaymentsAdminApiWebhooksList, getPaymentsAdminApiWebhooksRetrieve, getPaymentsAdminApiWebhooksStatsRetrieve, getPaymentsApiKeysAnalyticsRetrieve, getPaymentsApiKeysByUserRetrieve, getPaymentsApiKeysExpiringSoonRetrieve, getPaymentsApiKeysHealthRetrieve, getPaymentsApiKeysList, getPaymentsApiKeysRetrieve, getPaymentsApiKeysStatsRetrieve, getPaymentsBalancesAnalyticsRetrieve, getPaymentsBalancesHealthRetrieve, getPaymentsBalancesList, getPaymentsBalancesRetrieve, getPaymentsBalancesStatsRetrieve, getPaymentsBalancesSummaryRetrieve, getPaymentsCurrenciesCryptoRetrieve, getPaymentsCurrenciesFiatRetrieve, getPaymentsCurrenciesHealthRetrieve, getPaymentsCurrenciesList, getPaymentsCurrenciesNetworksRetrieve, getPaymentsCurrenciesProvidersRetrieve, getPaymentsCurrenciesRatesRetrieve, getPaymentsCurrenciesRetrieve, getPaymentsCurrenciesStableRetrieve, getPaymentsCurrenciesStatsRetrieve, getPaymentsCurrenciesSupportedRetrieve, getPaymentsEndpointGroupsAvailableRetrieve, getPaymentsEndpointGroupsHealthRetrieve, getPaymentsEndpointGroupsList, getPaymentsEndpointGroupsRetrieve, getPaymentsEndpointGroupsStatsRetrieve, getPaymentsHealthRetrieve, getPaymentsNetworksByCurrencyRetrieve, getPaymentsNetworksHealthRetrieve, getPaymentsNetworksList, getPaymentsNetworksRetrieve, getPaymentsNetworksStatsRetrieve, getPaymentsOverviewDashboardApiKeysOverviewRetrieve, getPaymentsOverviewDashboardBalanceOverviewRetrieve, getPaymentsOverviewDashboardChartDataRetrieve, getPaymentsOverviewDashboardMetricsRetrieve, getPaymentsOverviewDashboardOverviewRetrieve, getPaymentsOverviewDashboardPaymentAnalyticsRetrieve, getPaymentsOverviewDashboardRecentPaymentsList, getPaymentsOverviewDashboardRecentTransactionsList, getPaymentsOverviewDashboardSubscriptionOverviewRetrieve, getPaymentsPaymentAnalyticsRetrieve, getPaymentsPaymentByProviderRetrieve, getPaymentsPaymentHealthRetrieve, getPaymentsPaymentList, getPaymentsPaymentRetrieve, getPaymentsPaymentStatsRetrieve, getPaymentsPaymentStatusRetrieve, getPaymentsProviderCurrenciesByProviderRetrieve, getPaymentsProviderCurrenciesHealthRetrieve, getPaymentsProviderCurrenciesLimitsRetrieve, getPaymentsProviderCurrenciesList, getPaymentsProviderCurrenciesRetrieve, getPaymentsProviderCurrenciesStatsRetrieve, getPaymentsSubscriptionsAnalyticsRetrieve, getPaymentsSubscriptionsByStatusRetrieve, getPaymentsSubscriptionsByTierRetrieve, getPaymentsSubscriptionsHealthRetrieve, getPaymentsSubscriptionsList, getPaymentsSubscriptionsRetrieve, getPaymentsSubscriptionsStatsRetrieve, getPaymentsTariffsEndpointGroupsRetrieve, getPaymentsTariffsFreeRetrieve, getPaymentsTariffsHealthRetrieve, getPaymentsTariffsList, getPaymentsTariffsPaidRetrieve, getPaymentsTariffsRetrieve, getPaymentsTariffsStatsRetrieve, getPaymentsTransactionsByTypeRetrieve, getPaymentsTransactionsHealthRetrieve, getPaymentsTransactionsList, getPaymentsTransactionsRecentRetrieve, getPaymentsTransactionsRetrieve, getPaymentsTransactionsStatsRetrieve, getPaymentsUsersApiKeysActiveRetrieve, getPaymentsUsersApiKeysHealthRetrieve, getPaymentsUsersApiKeysList, getPaymentsUsersApiKeysRetrieve, getPaymentsUsersApiKeysStatsRetrieve, getPaymentsUsersApiKeysSummaryRetrieve, getPaymentsUsersHealthRetrieve, getPaymentsUsersList, getPaymentsUsersPaymentHealthRetrieve, getPaymentsUsersPaymentList, getPaymentsUsersPaymentRetrieve, getPaymentsUsersPaymentStatsRetrieve, getPaymentsUsersPaymentSummaryRetrieve, getPaymentsUsersRetrieve, getPaymentsUsersStatsRetrieve, getPaymentsUsersSubscriptionsActiveRetrieve, getPaymentsUsersSubscriptionsHealthRetrieve, getPaymentsUsersSubscriptionsList, getPaymentsUsersSubscriptionsRetrieve, getPaymentsUsersSubscriptionsStatsRetrieve, getPaymentsUsersSubscriptionsSummaryRetrieve, getPaymentsUsersSummaryRetrieve, getPaymentsWebhooksHealthRetrieve, getPaymentsWebhooksProvidersRetrieve, getPaymentsWebhooksRetrieve, getPaymentsWebhooksStatsRetrieve, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksApiQueuesStatusRetrieve, getTasksApiTasksListRetrieve, getTasksApiTasksStatsRetrieve, getTasksApiWorkersListRetrieve, isAPIConfigured, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdatePaymentsAdminApiPaymentsPartialUpdate, partialUpdatePaymentsApiKeysPartialUpdate, partialUpdatePaymentsPaymentPartialUpdate, partialUpdatePaymentsSubscriptionsPartialUpdate, partialUpdatePaymentsUsersApiKeysPartialUpdate, partialUpdatePaymentsUsersPartialUpdate, partialUpdatePaymentsUsersPaymentPartialUpdate, partialUpdatePaymentsUsersSubscriptionsPartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updatePaymentsAdminApiPaymentsUpdate, updatePaymentsApiKeysUpdate, updatePaymentsPaymentUpdate, updatePaymentsSubscriptionsUpdate, updatePaymentsUsersApiKeysUpdate, updatePaymentsUsersPaymentUpdate, updatePaymentsUsersSubscriptionsUpdate, updatePaymentsUsersUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
|
package/dist/index.d.ts
CHANGED
|
@@ -576,48 +576,6 @@ declare enum PaymentStatus {
|
|
|
576
576
|
CANCELLED = "cancelled",
|
|
577
577
|
REFUNDED = "refunded"
|
|
578
578
|
}
|
|
579
|
-
/**
|
|
580
|
-
* Cryptocurrency to receive
|
|
581
|
-
* * `BTC` - Bitcoin
|
|
582
|
-
* * `ETH` - Ethereum
|
|
583
|
-
* * `LTC` - Litecoin
|
|
584
|
-
* * `XMR` - Monero
|
|
585
|
-
* * `USDT` - Tether
|
|
586
|
-
* * `USDC` - USD Coin
|
|
587
|
-
* * `ADA` - Cardano
|
|
588
|
-
* * `DOT` - Polkadot
|
|
589
|
-
*/
|
|
590
|
-
declare enum PaymentCreateCurrencyCode {
|
|
591
|
-
BTC = "BTC",
|
|
592
|
-
ETH = "ETH",
|
|
593
|
-
LTC = "LTC",
|
|
594
|
-
XMR = "XMR",
|
|
595
|
-
USDT = "USDT",
|
|
596
|
-
USDC = "USDC",
|
|
597
|
-
ADA = "ADA",
|
|
598
|
-
DOT = "DOT"
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* Cryptocurrency to receive
|
|
602
|
-
* * `BTC` - Bitcoin
|
|
603
|
-
* * `ETH` - Ethereum
|
|
604
|
-
* * `LTC` - Litecoin
|
|
605
|
-
* * `XMR` - Monero
|
|
606
|
-
* * `USDT` - Tether
|
|
607
|
-
* * `USDC` - USD Coin
|
|
608
|
-
* * `ADA` - Cardano
|
|
609
|
-
* * `DOT` - Polkadot
|
|
610
|
-
*/
|
|
611
|
-
declare enum PaymentCreateRequestCurrencyCode {
|
|
612
|
-
BTC = "BTC",
|
|
613
|
-
ETH = "ETH",
|
|
614
|
-
LTC = "LTC",
|
|
615
|
-
XMR = "XMR",
|
|
616
|
-
USDT = "USDT",
|
|
617
|
-
USDC = "USDC",
|
|
618
|
-
ADA = "ADA",
|
|
619
|
-
DOT = "DOT"
|
|
620
|
-
}
|
|
621
579
|
/**
|
|
622
580
|
* Payment provider
|
|
623
581
|
* * `nowpayments` - NowPayments
|
|
@@ -953,10 +911,6 @@ type enums_PatchedSubscriptionRequestTier = PatchedSubscriptionRequestTier;
|
|
|
953
911
|
declare const enums_PatchedSubscriptionRequestTier: typeof PatchedSubscriptionRequestTier;
|
|
954
912
|
type enums_PatchedTicketRequestStatus = PatchedTicketRequestStatus;
|
|
955
913
|
declare const enums_PatchedTicketRequestStatus: typeof PatchedTicketRequestStatus;
|
|
956
|
-
type enums_PaymentCreateCurrencyCode = PaymentCreateCurrencyCode;
|
|
957
|
-
declare const enums_PaymentCreateCurrencyCode: typeof PaymentCreateCurrencyCode;
|
|
958
|
-
type enums_PaymentCreateRequestCurrencyCode = PaymentCreateRequestCurrencyCode;
|
|
959
|
-
declare const enums_PaymentCreateRequestCurrencyCode: typeof PaymentCreateRequestCurrencyCode;
|
|
960
914
|
type enums_PaymentListProvider = PaymentListProvider;
|
|
961
915
|
declare const enums_PaymentListProvider: typeof PaymentListProvider;
|
|
962
916
|
type enums_PaymentListStatus = PaymentListStatus;
|
|
@@ -1002,7 +956,7 @@ declare const enums_WorkerActionAction: typeof WorkerActionAction;
|
|
|
1002
956
|
type enums_WorkerActionRequestAction = WorkerActionRequestAction;
|
|
1003
957
|
declare const enums_WorkerActionRequestAction: typeof WorkerActionRequestAction;
|
|
1004
958
|
declare namespace enums {
|
|
1005
|
-
export { enums_AdminPaymentUpdateRequestStatus as AdminPaymentUpdateRequestStatus, enums_AdminPaymentUpdateStatus as AdminPaymentUpdateStatus, enums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, enums_ArchiveItemChunkDetailChunkType as ArchiveItemChunkDetailChunkType, enums_ArchiveItemChunkRequestChunkType as ArchiveItemChunkRequestChunkType, enums_ArchiveItemContentType as ArchiveItemContentType, enums_ArchiveItemDetailContentType as ArchiveItemDetailContentType, enums_ArchiveSearchRequestRequestChunkTypesItems as ArchiveSearchRequestRequestChunkTypesItems, enums_ArchiveSearchRequestRequestContentTypesItems as ArchiveSearchRequestRequestContentTypesItems, enums_ChatMessageRole as ChatMessageRole, enums_CurrencyCurrencyType as CurrencyCurrencyType, enums_CurrencyListCurrencyType as CurrencyListCurrencyType, enums_CurrencyRatesProvider as CurrencyRatesProvider, enums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, enums_DocumentArchiveDetailArchiveType as DocumentArchiveDetailArchiveType, enums_DocumentArchiveDetailProcessingStatus as DocumentArchiveDetailProcessingStatus, enums_DocumentArchiveListArchiveType as DocumentArchiveListArchiveType, enums_DocumentArchiveListProcessingStatus as DocumentArchiveListProcessingStatus, enums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus, enums_EmailLogStatus as EmailLogStatus, enums_LeadSubmissionContactType as LeadSubmissionContactType, enums_LeadSubmissionRequestContactType as LeadSubmissionRequestContactType, enums_NewsletterCampaignStatus as NewsletterCampaignStatus, enums_OTPRequestRequestChannel as OTPRequestRequestChannel, enums_OTPVerifyRequestChannel as OTPVerifyRequestChannel, enums_PatchedAdminPaymentUpdateRequestStatus as PatchedAdminPaymentUpdateRequestStatus, enums_PatchedArchiveItemChunkRequestChunkType as PatchedArchiveItemChunkRequestChunkType, enums_PatchedLeadSubmissionRequestContactType as PatchedLeadSubmissionRequestContactType, enums_PatchedPaymentRequestProvider as PatchedPaymentRequestProvider, enums_PatchedPaymentRequestStatus as PatchedPaymentRequestStatus, enums_PatchedSubscriptionRequestStatus as PatchedSubscriptionRequestStatus, enums_PatchedSubscriptionRequestTier as PatchedSubscriptionRequestTier, enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus,
|
|
959
|
+
export { enums_AdminPaymentUpdateRequestStatus as AdminPaymentUpdateRequestStatus, enums_AdminPaymentUpdateStatus as AdminPaymentUpdateStatus, enums_ArchiveItemChunkChunkType as ArchiveItemChunkChunkType, enums_ArchiveItemChunkDetailChunkType as ArchiveItemChunkDetailChunkType, enums_ArchiveItemChunkRequestChunkType as ArchiveItemChunkRequestChunkType, enums_ArchiveItemContentType as ArchiveItemContentType, enums_ArchiveItemDetailContentType as ArchiveItemDetailContentType, enums_ArchiveSearchRequestRequestChunkTypesItems as ArchiveSearchRequestRequestChunkTypesItems, enums_ArchiveSearchRequestRequestContentTypesItems as ArchiveSearchRequestRequestContentTypesItems, enums_ChatMessageRole as ChatMessageRole, enums_CurrencyCurrencyType as CurrencyCurrencyType, enums_CurrencyListCurrencyType as CurrencyListCurrencyType, enums_CurrencyRatesProvider as CurrencyRatesProvider, enums_DocumentArchiveArchiveType as DocumentArchiveArchiveType, enums_DocumentArchiveDetailArchiveType as DocumentArchiveDetailArchiveType, enums_DocumentArchiveDetailProcessingStatus as DocumentArchiveDetailProcessingStatus, enums_DocumentArchiveListArchiveType as DocumentArchiveListArchiveType, enums_DocumentArchiveListProcessingStatus as DocumentArchiveListProcessingStatus, enums_DocumentArchiveProcessingStatus as DocumentArchiveProcessingStatus, enums_EmailLogStatus as EmailLogStatus, enums_LeadSubmissionContactType as LeadSubmissionContactType, enums_LeadSubmissionRequestContactType as LeadSubmissionRequestContactType, enums_NewsletterCampaignStatus as NewsletterCampaignStatus, enums_OTPRequestRequestChannel as OTPRequestRequestChannel, enums_OTPVerifyRequestChannel as OTPVerifyRequestChannel, enums_PatchedAdminPaymentUpdateRequestStatus as PatchedAdminPaymentUpdateRequestStatus, enums_PatchedArchiveItemChunkRequestChunkType as PatchedArchiveItemChunkRequestChunkType, enums_PatchedLeadSubmissionRequestContactType as PatchedLeadSubmissionRequestContactType, enums_PatchedPaymentRequestProvider as PatchedPaymentRequestProvider, enums_PatchedPaymentRequestStatus as PatchedPaymentRequestStatus, enums_PatchedSubscriptionRequestStatus as PatchedSubscriptionRequestStatus, enums_PatchedSubscriptionRequestTier as PatchedSubscriptionRequestTier, enums_PatchedTicketRequestStatus as PatchedTicketRequestStatus, enums_PaymentListProvider as PaymentListProvider, enums_PaymentListStatus as PaymentListStatus, enums_PaymentProvider as PaymentProvider, enums_PaymentRequestProvider as PaymentRequestProvider, enums_PaymentRequestStatus as PaymentRequestStatus, enums_PaymentStatus as PaymentStatus, enums_QueueActionAction as QueueActionAction, enums_QueueActionRequestAction as QueueActionRequestAction, enums_SubscriptionListStatus as SubscriptionListStatus, enums_SubscriptionRequestStatus as SubscriptionRequestStatus, enums_SubscriptionRequestTier as SubscriptionRequestTier, enums_SubscriptionStatus as SubscriptionStatus, enums_SubscriptionTier as SubscriptionTier, enums_SupportedCurrenciesCurrencyType as SupportedCurrenciesCurrencyType, enums_SupportedCurrenciesProvider as SupportedCurrenciesProvider, enums_TicketRequestStatus as TicketRequestStatus, enums_TicketStatus as TicketStatus, enums_TransactionTransactionType as TransactionTransactionType, enums_WebhookEventRequestStatus as WebhookEventRequestStatus, enums_WebhookEventStatus as WebhookEventStatus, enums_WorkerActionAction as WorkerActionAction, enums_WorkerActionRequestAction as WorkerActionRequestAction };
|
|
1006
960
|
}
|
|
1007
961
|
|
|
1008
962
|
/**
|
|
@@ -4261,10 +4215,8 @@ interface Payment$1 {
|
|
|
4261
4215
|
amount_usd: number;
|
|
4262
4216
|
/** Calculate crypto amount from USD amount and currency rate. */
|
|
4263
4217
|
amount_crypto: number;
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
/** Blockchain network (for crypto payments) */
|
|
4267
|
-
network?: number | null;
|
|
4218
|
+
currency: string;
|
|
4219
|
+
network: string | null;
|
|
4268
4220
|
/** Payment provider
|
|
4269
4221
|
|
|
4270
4222
|
* `nowpayments` - NowPayments */
|
|
@@ -4582,17 +4534,8 @@ interface PaginatedPaymentListList$1 {
|
|
|
4582
4534
|
interface PaymentCreateRequest$1 {
|
|
4583
4535
|
/** Amount in USD (1.00 - 50,000.00) */
|
|
4584
4536
|
amount_usd: number;
|
|
4585
|
-
/** Cryptocurrency
|
|
4586
|
-
|
|
4587
|
-
* `BTC` - Bitcoin
|
|
4588
|
-
* `ETH` - Ethereum
|
|
4589
|
-
* `LTC` - Litecoin
|
|
4590
|
-
* `XMR` - Monero
|
|
4591
|
-
* `USDT` - Tether
|
|
4592
|
-
* `USDC` - USD Coin
|
|
4593
|
-
* `ADA` - Cardano
|
|
4594
|
-
* `DOT` - Polkadot */
|
|
4595
|
-
currency_code: PaymentCreateRequestCurrencyCode;
|
|
4537
|
+
/** Cryptocurrency code (validated against active currencies) */
|
|
4538
|
+
currency_code: string;
|
|
4596
4539
|
/** Success callback URL */
|
|
4597
4540
|
callback_url?: string;
|
|
4598
4541
|
/** Cancellation URL */
|
|
@@ -4611,17 +4554,8 @@ interface PaymentCreateRequest$1 {
|
|
|
4611
4554
|
interface PaymentCreate$1 {
|
|
4612
4555
|
/** Amount in USD (1.00 - 50,000.00) */
|
|
4613
4556
|
amount_usd: number;
|
|
4614
|
-
/** Cryptocurrency
|
|
4615
|
-
|
|
4616
|
-
* `BTC` - Bitcoin
|
|
4617
|
-
* `ETH` - Ethereum
|
|
4618
|
-
* `LTC` - Litecoin
|
|
4619
|
-
* `XMR` - Monero
|
|
4620
|
-
* `USDT` - Tether
|
|
4621
|
-
* `USDC` - USD Coin
|
|
4622
|
-
* `ADA` - Cardano
|
|
4623
|
-
* `DOT` - Polkadot */
|
|
4624
|
-
currency_code: PaymentCreateCurrencyCode;
|
|
4557
|
+
/** Cryptocurrency code (validated against active currencies) */
|
|
4558
|
+
currency_code: string;
|
|
4625
4559
|
/** Success callback URL */
|
|
4626
4560
|
callback_url?: string;
|
|
4627
4561
|
/** Cancellation URL */
|
|
@@ -4640,10 +4574,6 @@ interface PaymentCreate$1 {
|
|
|
4640
4574
|
interface PaymentRequest$1 {
|
|
4641
4575
|
/** Payment amount in USD (float for performance) */
|
|
4642
4576
|
amount_usd: number;
|
|
4643
|
-
/** Payment currency */
|
|
4644
|
-
currency: number;
|
|
4645
|
-
/** Blockchain network (for crypto payments) */
|
|
4646
|
-
network?: number | null;
|
|
4647
4577
|
/** Payment provider
|
|
4648
4578
|
|
|
4649
4579
|
* `nowpayments` - NowPayments */
|
|
@@ -4677,10 +4607,6 @@ interface PaymentRequest$1 {
|
|
|
4677
4607
|
interface PatchedPaymentRequest$1 {
|
|
4678
4608
|
/** Payment amount in USD (float for performance) */
|
|
4679
4609
|
amount_usd?: number;
|
|
4680
|
-
/** Payment currency */
|
|
4681
|
-
currency?: number;
|
|
4682
|
-
/** Blockchain network (for crypto payments) */
|
|
4683
|
-
network?: number | null;
|
|
4684
4610
|
/** Payment provider
|
|
4685
4611
|
|
|
4686
4612
|
* `nowpayments` - NowPayments */
|
|
@@ -12716,10 +12642,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12716
12642
|
nullable: boolean;
|
|
12717
12643
|
type: string;
|
|
12718
12644
|
};
|
|
12719
|
-
currency: {
|
|
12720
|
-
description: string;
|
|
12721
|
-
type: string;
|
|
12722
|
-
};
|
|
12723
12645
|
description: {
|
|
12724
12646
|
description: string;
|
|
12725
12647
|
type: string;
|
|
@@ -12730,11 +12652,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12730
12652
|
nullable: boolean;
|
|
12731
12653
|
type: string;
|
|
12732
12654
|
};
|
|
12733
|
-
network: {
|
|
12734
|
-
description: string;
|
|
12735
|
-
nullable: boolean;
|
|
12736
|
-
type: string;
|
|
12737
|
-
};
|
|
12738
12655
|
provider: {
|
|
12739
12656
|
description: string;
|
|
12740
12657
|
enum: string[];
|
|
@@ -12881,7 +12798,7 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12881
12798
|
type: string;
|
|
12882
12799
|
};
|
|
12883
12800
|
currency: {
|
|
12884
|
-
|
|
12801
|
+
readOnly: boolean;
|
|
12885
12802
|
type: string;
|
|
12886
12803
|
};
|
|
12887
12804
|
description: {
|
|
@@ -12921,8 +12838,8 @@ declare const OPENAPI_SCHEMA: {
|
|
|
12921
12838
|
type: string;
|
|
12922
12839
|
};
|
|
12923
12840
|
network: {
|
|
12924
|
-
description: string;
|
|
12925
12841
|
nullable: boolean;
|
|
12842
|
+
readOnly: boolean;
|
|
12926
12843
|
type: string;
|
|
12927
12844
|
};
|
|
12928
12845
|
pay_address: {
|
|
@@ -13023,9 +12940,8 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13023
12940
|
};
|
|
13024
12941
|
currency_code: {
|
|
13025
12942
|
description: string;
|
|
13026
|
-
|
|
12943
|
+
maxLength: number;
|
|
13027
12944
|
type: string;
|
|
13028
|
-
"x-spec-enum-id": string;
|
|
13029
12945
|
};
|
|
13030
12946
|
description: {
|
|
13031
12947
|
description: string;
|
|
@@ -13061,9 +12977,9 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13061
12977
|
};
|
|
13062
12978
|
currency_code: {
|
|
13063
12979
|
description: string;
|
|
13064
|
-
|
|
12980
|
+
maxLength: number;
|
|
12981
|
+
minLength: number;
|
|
13065
12982
|
type: string;
|
|
13066
|
-
"x-spec-enum-id": string;
|
|
13067
12983
|
};
|
|
13068
12984
|
description: {
|
|
13069
12985
|
description: string;
|
|
@@ -13228,10 +13144,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13228
13144
|
nullable: boolean;
|
|
13229
13145
|
type: string;
|
|
13230
13146
|
};
|
|
13231
|
-
currency: {
|
|
13232
|
-
description: string;
|
|
13233
|
-
type: string;
|
|
13234
|
-
};
|
|
13235
13147
|
description: {
|
|
13236
13148
|
description: string;
|
|
13237
13149
|
type: string;
|
|
@@ -13242,11 +13154,6 @@ declare const OPENAPI_SCHEMA: {
|
|
|
13242
13154
|
nullable: boolean;
|
|
13243
13155
|
type: string;
|
|
13244
13156
|
};
|
|
13245
|
-
network: {
|
|
13246
|
-
description: string;
|
|
13247
|
-
nullable: boolean;
|
|
13248
|
-
type: string;
|
|
13249
|
-
};
|
|
13250
13157
|
provider: {
|
|
13251
13158
|
description: string;
|
|
13252
13159
|
enum: string[];
|
|
@@ -31218,8 +31125,6 @@ Used for detail views and updates.
|
|
|
31218
31125
|
*/
|
|
31219
31126
|
declare const PatchedPaymentRequestSchema: z.ZodObject<{
|
|
31220
31127
|
amount_usd: z.ZodOptional<z.ZodNumber>;
|
|
31221
|
-
currency: z.ZodOptional<z.ZodInt>;
|
|
31222
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
31223
31128
|
provider: z.ZodOptional<z.ZodEnum<typeof PatchedPaymentRequestProvider>>;
|
|
31224
31129
|
status: z.ZodOptional<z.ZodEnum<typeof PatchedPaymentRequestStatus>>;
|
|
31225
31130
|
callback_url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
@@ -31331,8 +31236,8 @@ declare const PaymentSchema: z.ZodObject<{
|
|
|
31331
31236
|
user: z.ZodString;
|
|
31332
31237
|
amount_usd: z.ZodNumber;
|
|
31333
31238
|
amount_crypto: z.ZodNumber;
|
|
31334
|
-
currency: z.
|
|
31335
|
-
network: z.
|
|
31239
|
+
currency: z.ZodString;
|
|
31240
|
+
network: z.ZodNullable<z.ZodString>;
|
|
31336
31241
|
provider: z.ZodOptional<z.ZodEnum<typeof PaymentProvider>>;
|
|
31337
31242
|
status: z.ZodOptional<z.ZodEnum<typeof PaymentStatus>>;
|
|
31338
31243
|
status_display: z.ZodString;
|
|
@@ -31409,7 +31314,7 @@ Validates input and delegates to PaymentService.
|
|
|
31409
31314
|
*/
|
|
31410
31315
|
declare const PaymentCreateSchema: z.ZodObject<{
|
|
31411
31316
|
amount_usd: z.ZodNumber;
|
|
31412
|
-
currency_code: z.
|
|
31317
|
+
currency_code: z.ZodString;
|
|
31413
31318
|
callback_url: z.ZodOptional<z.ZodURL>;
|
|
31414
31319
|
cancel_url: z.ZodOptional<z.ZodURL>;
|
|
31415
31320
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -31436,7 +31341,7 @@ Validates input and delegates to PaymentService.
|
|
|
31436
31341
|
*/
|
|
31437
31342
|
declare const PaymentCreateRequestSchema: z.ZodObject<{
|
|
31438
31343
|
amount_usd: z.ZodNumber;
|
|
31439
|
-
currency_code: z.
|
|
31344
|
+
currency_code: z.ZodString;
|
|
31440
31345
|
callback_url: z.ZodOptional<z.ZodURL>;
|
|
31441
31346
|
cancel_url: z.ZodOptional<z.ZodURL>;
|
|
31442
31347
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -31523,8 +31428,6 @@ Used for detail views and updates.
|
|
|
31523
31428
|
*/
|
|
31524
31429
|
declare const PaymentRequestSchema: z.ZodObject<{
|
|
31525
31430
|
amount_usd: z.ZodNumber;
|
|
31526
|
-
currency: z.ZodInt;
|
|
31527
|
-
network: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
|
|
31528
31431
|
provider: z.ZodOptional<z.ZodEnum<typeof PaymentRequestProvider>>;
|
|
31529
31432
|
status: z.ZodOptional<z.ZodEnum<typeof PaymentRequestStatus>>;
|
|
31530
31433
|
callback_url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
@@ -40799,4 +40702,4 @@ declare function KnowbaseSessionsProvider({ children }: {
|
|
|
40799
40702
|
}): react_jsx_runtime.JSX.Element;
|
|
40800
40703
|
declare function useKnowbaseSessionsContext(): KnowbaseSessionsContextValue;
|
|
40801
40704
|
|
|
40802
|
-
export { API, APIClient, APIError, type APIKeyCreate, type APIKeyCreateRequest, type APIKeyDetail, type APIKeyList, type APIKeysOverview, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, ApiKeysService, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, AuthService, type BalanceOverview, type BalancesContextValue, BalancesProvider, BaseClient, BulkEmailService, CampaignsService, models$8 as CfgAccountsTypes, models$i as CfgAuthTypes, models$h as CfgBulkEmailTypes, models$g as CfgCampaignsTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$f as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$e as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$d as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$c as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$b as CfgTestingTypes, models$a as CfgUserProfileTypes, models$9 as CfgWebhooksTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, type Currency, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LeadsService, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, type Network, NetworkError, type NewsletterContextValue, NewsletterProvider, NewsletterService, NewslettersListService, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, OverviewProvider, type PaginatedAPIKeyListList, type PaginatedCurrencyListList, type PaginatedNetworkList, type PaginatedPaymentListList, type PaginatedProviderCurrencyList, type PaginatedRecentPaymentList, type PaginatedRecentTransactionList, type PaginatedUserBalanceList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type Payment, type PaymentCreate, type PaymentCreateRequest, PaymentDashboardService, type PaymentRequest, type PaymentsChartResponse, type PaymentsContextValue, type PaymentsDashboardOverview, type PaymentsMetrics, PaymentsProvider, PaymentsService, type ProviderCurrency, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SubscriptionOverview, SubscriptionsService, type SupportContextValue, SupportProvider, SupportService, TOKEN_KEY, TasksService, type Ticket, type TicketRequest, type User, type UserBalance, WebhooksService, api, clearAPITokens, configureAPI, api as default, getAPIInstance, isAPIConfigured, reconfigureAPI, resetAPI, shouldRetry, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
|
|
40705
|
+
export { API, APIClient, APIError, type APIKeyCreate, type APIKeyCreateRequest, type APIKeyDetail, type APIKeyList, type APIKeysOverview, APILogger, type APIOptions, type AccountsContextValue, AccountsProvider, type ApiKeysContextValue, ApiKeysProvider, ApiKeysService, type ArchiveProcessingResult$1 as ArchiveProcessingResult, type ArchiveStatistics$1 as ArchiveStatistics, AuthService, type BalanceOverview, type BalancesContextValue, BalancesProvider, BaseClient, BulkEmailService, CampaignsService, models$8 as CfgAccountsTypes, models$i as CfgAuthTypes, models$h as CfgBulkEmailTypes, models$g as CfgCampaignsTypes, models$7 as CfgEndpointsTypes, models$6 as CfgHealthTypes, models$5 as CfgKnowbaseTypes, models$f as CfgLeadSubmissionTypes, models$4 as CfgLeadsTypes, models$e as CfgLogsTypes, models$3 as CfgNewsletterTypes, models$d as CfgNewslettersTypes, models$2 as CfgPaymentsTypes, models$c as CfgSubscriptionsTypes, models$1 as CfgSupportTypes, models as CfgTasksTypes, models$b as CfgTestingTypes, models$a as CfgUserProfileTypes, models$9 as CfgWebhooksTypes, type ChatHistory$1 as ChatHistory, type ChatMessage$1 as ChatMessage, type ChatQueryRequest$1 as ChatQueryRequest, type ChatResponse$1 as ChatResponse, type ChatResponseRequest$1 as ChatResponseRequest, type ChatSession$1 as ChatSession, type ChatSessionCreateRequest$1 as ChatSessionCreateRequest, type ChatSessionRequest$1 as ChatSessionRequest, type ChatSource$1 as ChatSource, CookieStorageAdapter, type CurrenciesContextValue, CurrenciesProvider, type Currency, DEFAULT_RETRY_CONFIG, type Document$1 as Document, type DocumentArchive$1 as DocumentArchive, type DocumentArchiveDetail$1 as DocumentArchiveDetail, type DocumentCreateRequest$1 as DocumentCreateRequest, type DocumentProcessingStatus$1 as DocumentProcessingStatus, type DocumentRequest$1 as DocumentRequest, type DocumentStats$1 as DocumentStats, enums as Enums, type ErrorLog, type FailedAttemptInfo, FetchAdapter, index$1 as Fetchers, index as Hooks, type HttpClientAdapter, type HttpRequest, type HttpResponse, type KnowbaseChatContextValue, KnowbaseChatProvider, type KnowbaseDocumentsContextValue, KnowbaseDocumentsProvider, type KnowbaseSessionsContextValue, KnowbaseSessionsProvider, type LeadsContextValue, LeadsProvider, LeadsService, LocalStorageAdapter, type LoggerConfig, MemoryStorageAdapter, type Message, type MessageCreateRequest, type MessageRequest, type Network, NetworkError, type NewsletterContextValue, NewsletterProvider, NewsletterService, NewslettersListService, OPENAPI_SCHEMA, type OTPRequestResponse, type OTPVerifyResponse, type OverviewContextValue, OverviewProvider, type PaginatedAPIKeyListList, type PaginatedCurrencyListList, type PaginatedNetworkList, type PaginatedPaymentListList, type PaginatedProviderCurrencyList, type PaginatedRecentPaymentList, type PaginatedRecentTransactionList, type PaginatedUserBalanceList, type PatchedChatResponseRequest$1 as PatchedChatResponseRequest, type PatchedChatSessionRequest$1 as PatchedChatSessionRequest, type PatchedDocumentArchiveRequest$1 as PatchedDocumentArchiveRequest, type PatchedDocumentRequest$1 as PatchedDocumentRequest, type PatchedMessageRequest, type PatchedTicketRequest, type PatchedUserProfileUpdateRequest, PatchedUserProfileUpdateRequestSchema, type Payment, type PaymentCreate, type PaymentCreateRequest, PaymentDashboardService, type PaymentRequest, type PaymentsChartResponse, type PaymentsContextValue, type PaymentsDashboardOverview, type PaymentsMetrics, PaymentsProvider, PaymentsService, type ProviderCurrency, REFRESH_TOKEN_KEY, type RequestLog, type ResponseLog, type RetryConfig, type RootPaymentsContextValue, RootPaymentsProvider, index$2 as Schemas, type StorageAdapter, type SubscriptionOverview, SubscriptionsService, type SupportContextValue, SupportProvider, SupportService, TOKEN_KEY, TasksService, type Ticket, type TicketRequest, type User, type UserBalance, WebhooksService, api, clearAPITokens, configureAPI, createAccountsOtpRequestCreate, createAccountsOtpVerifyCreate, createAccountsProfileAvatarCreate, createAccountsTokenRefreshCreate, createKnowbaseAdminChatCreate, createKnowbaseAdminChatQueryCreate, createKnowbaseAdminDocumentsCreate, createKnowbaseAdminDocumentsReprocessCreate, createKnowbaseAdminSessionsActivateCreate, createKnowbaseAdminSessionsArchiveCreate, createKnowbaseAdminSessionsCreate, createKnowbaseSystemArchivesCreate, createKnowbaseSystemArchivesRevectorizeCreate, createKnowbaseSystemArchivesSearchCreate, createKnowbaseSystemChunksCreate, createKnowbaseSystemChunksVectorizeCreate, createKnowbaseSystemItemsCreate, createLeadsCreate, createLeadsSubmitCreate, createNewsletterBulkCreate, createNewsletterCampaignsCreate, createNewsletterCampaignsSendCreate, createNewsletterSubscribeCreate, createNewsletterTestCreate, createNewsletterUnsubscribeCreate, createPaymentsAdminApiPaymentsCancelCreate, createPaymentsAdminApiPaymentsCreate, createPaymentsAdminApiPaymentsRefreshStatusCreate, createPaymentsAdminApiPaymentsRefundCreate, createPaymentsAdminApiWebhookTestTestCreate, createPaymentsAdminApiWebhooksEventsClearAllCreate, createPaymentsAdminApiWebhooksEventsRetryCreate, createPaymentsAdminApiWebhooksEventsRetryFailedCreate, createPaymentsApiKeysCreate, createPaymentsApiKeysCreateCreate, createPaymentsApiKeysPerformActionCreate, createPaymentsApiKeysValidateCreate, createPaymentsApiKeysValidateKeyCreate, createPaymentsCurrenciesConvertCreate, createPaymentsCurrenciesCreate, createPaymentsPaymentCancelCreate, createPaymentsPaymentCheckStatusCreate, createPaymentsPaymentCreate, createPaymentsPaymentCreateCreate, createPaymentsSubscriptionsCreate, createPaymentsSubscriptionsIncrementUsageCreate, createPaymentsSubscriptionsUpdateStatusCreate, createPaymentsUsersApiKeysCreate, createPaymentsUsersApiKeysPerformActionCreate, createPaymentsUsersCancelCreate, createPaymentsUsersCheckStatusCreate, createPaymentsUsersCreate, createPaymentsUsersPaymentCancelCreate, createPaymentsUsersPaymentCheckStatusCreate, createPaymentsUsersPaymentCreate, createPaymentsUsersSubscriptionsCreate, createPaymentsUsersSubscriptionsIncrementUsageCreate, createPaymentsUsersSubscriptionsUpdateStatusCreate, createPaymentsWebhooksCreate, createSupportTicketsCreate, createSupportTicketsMessagesCreate, createTasksApiClearCreate, createTasksApiClearQueuesCreate, createTasksApiPurgeFailedCreate, createTasksApiQueuesManageCreate, createTasksApiSimulateCreate, createTasksApiWorkersManageCreate, api as default, deleteKnowbaseAdminChatDestroy, deleteKnowbaseAdminDocumentsDestroy, deleteKnowbaseAdminSessionsDestroy, deleteKnowbaseSystemArchivesDestroy, deleteKnowbaseSystemChunksDestroy, deleteKnowbaseSystemItemsDestroy, deleteLeadsDestroy, deleteNewsletterCampaignsDestroy, deletePaymentsAdminApiPaymentsDestroy, deletePaymentsApiKeysDestroy, deletePaymentsPaymentDestroy, deletePaymentsSubscriptionsDestroy, deletePaymentsUsersApiKeysDestroy, deletePaymentsUsersDestroy, deletePaymentsUsersPaymentDestroy, deletePaymentsUsersSubscriptionsDestroy, deleteSupportTicketsDestroy, deleteSupportTicketsMessagesDestroy, getAPIInstance, getAccountsProfileRetrieve, getEndpointsDrfRetrieve, getHealthDrfQuickRetrieve, getHealthDrfRetrieve, getKnowbaseAdminChatHistoryRetrieve, getKnowbaseAdminChatList, getKnowbaseAdminChatRetrieve, getKnowbaseAdminDocumentsList, getKnowbaseAdminDocumentsRetrieve, getKnowbaseAdminDocumentsStatsRetrieve, getKnowbaseAdminDocumentsStatusRetrieve, getKnowbaseAdminSessionsList, getKnowbaseAdminSessionsRetrieve, getKnowbaseCategoriesList, getKnowbaseCategoriesRetrieve, getKnowbaseDocumentsList, getKnowbaseDocumentsRetrieve, getKnowbaseSystemArchivesFileTreeRetrieve, getKnowbaseSystemArchivesItemsList, getKnowbaseSystemArchivesList, getKnowbaseSystemArchivesRetrieve, getKnowbaseSystemArchivesStatisticsRetrieve, getKnowbaseSystemArchivesVectorizationStatsRetrieve, getKnowbaseSystemChunksContextRetrieve, getKnowbaseSystemChunksList, getKnowbaseSystemChunksRetrieve, getKnowbaseSystemItemsChunksList, getKnowbaseSystemItemsContentRetrieve, getKnowbaseSystemItemsList, getKnowbaseSystemItemsRetrieve, getLeadsList, getLeadsRetrieve, getNewsletterCampaignsList, getNewsletterCampaignsRetrieve, getNewsletterLogsList, getNewsletterNewslettersList, getNewsletterNewslettersRetrieve, getNewsletterSubscriptionsList, getPaymentsAdminApiPaymentsList, getPaymentsAdminApiPaymentsRetrieve, getPaymentsAdminApiPaymentsStatsRetrieve, getPaymentsAdminApiStatsList, getPaymentsAdminApiStatsPaymentsRetrieve, getPaymentsAdminApiStatsRetrieve, getPaymentsAdminApiStatsSystemRetrieve, getPaymentsAdminApiStatsWebhooksRetrieve, getPaymentsAdminApiUsersList, getPaymentsAdminApiUsersRetrieve, getPaymentsAdminApiWebhooksEventsList, getPaymentsAdminApiWebhooksEventsRetrieve, getPaymentsAdminApiWebhooksList, getPaymentsAdminApiWebhooksRetrieve, getPaymentsAdminApiWebhooksStatsRetrieve, getPaymentsApiKeysAnalyticsRetrieve, getPaymentsApiKeysByUserRetrieve, getPaymentsApiKeysExpiringSoonRetrieve, getPaymentsApiKeysHealthRetrieve, getPaymentsApiKeysList, getPaymentsApiKeysRetrieve, getPaymentsApiKeysStatsRetrieve, getPaymentsBalancesAnalyticsRetrieve, getPaymentsBalancesHealthRetrieve, getPaymentsBalancesList, getPaymentsBalancesRetrieve, getPaymentsBalancesStatsRetrieve, getPaymentsBalancesSummaryRetrieve, getPaymentsCurrenciesCryptoRetrieve, getPaymentsCurrenciesFiatRetrieve, getPaymentsCurrenciesHealthRetrieve, getPaymentsCurrenciesList, getPaymentsCurrenciesNetworksRetrieve, getPaymentsCurrenciesProvidersRetrieve, getPaymentsCurrenciesRatesRetrieve, getPaymentsCurrenciesRetrieve, getPaymentsCurrenciesStableRetrieve, getPaymentsCurrenciesStatsRetrieve, getPaymentsCurrenciesSupportedRetrieve, getPaymentsEndpointGroupsAvailableRetrieve, getPaymentsEndpointGroupsHealthRetrieve, getPaymentsEndpointGroupsList, getPaymentsEndpointGroupsRetrieve, getPaymentsEndpointGroupsStatsRetrieve, getPaymentsHealthRetrieve, getPaymentsNetworksByCurrencyRetrieve, getPaymentsNetworksHealthRetrieve, getPaymentsNetworksList, getPaymentsNetworksRetrieve, getPaymentsNetworksStatsRetrieve, getPaymentsOverviewDashboardApiKeysOverviewRetrieve, getPaymentsOverviewDashboardBalanceOverviewRetrieve, getPaymentsOverviewDashboardChartDataRetrieve, getPaymentsOverviewDashboardMetricsRetrieve, getPaymentsOverviewDashboardOverviewRetrieve, getPaymentsOverviewDashboardPaymentAnalyticsRetrieve, getPaymentsOverviewDashboardRecentPaymentsList, getPaymentsOverviewDashboardRecentTransactionsList, getPaymentsOverviewDashboardSubscriptionOverviewRetrieve, getPaymentsPaymentAnalyticsRetrieve, getPaymentsPaymentByProviderRetrieve, getPaymentsPaymentHealthRetrieve, getPaymentsPaymentList, getPaymentsPaymentRetrieve, getPaymentsPaymentStatsRetrieve, getPaymentsPaymentStatusRetrieve, getPaymentsProviderCurrenciesByProviderRetrieve, getPaymentsProviderCurrenciesHealthRetrieve, getPaymentsProviderCurrenciesLimitsRetrieve, getPaymentsProviderCurrenciesList, getPaymentsProviderCurrenciesRetrieve, getPaymentsProviderCurrenciesStatsRetrieve, getPaymentsSubscriptionsAnalyticsRetrieve, getPaymentsSubscriptionsByStatusRetrieve, getPaymentsSubscriptionsByTierRetrieve, getPaymentsSubscriptionsHealthRetrieve, getPaymentsSubscriptionsList, getPaymentsSubscriptionsRetrieve, getPaymentsSubscriptionsStatsRetrieve, getPaymentsTariffsEndpointGroupsRetrieve, getPaymentsTariffsFreeRetrieve, getPaymentsTariffsHealthRetrieve, getPaymentsTariffsList, getPaymentsTariffsPaidRetrieve, getPaymentsTariffsRetrieve, getPaymentsTariffsStatsRetrieve, getPaymentsTransactionsByTypeRetrieve, getPaymentsTransactionsHealthRetrieve, getPaymentsTransactionsList, getPaymentsTransactionsRecentRetrieve, getPaymentsTransactionsRetrieve, getPaymentsTransactionsStatsRetrieve, getPaymentsUsersApiKeysActiveRetrieve, getPaymentsUsersApiKeysHealthRetrieve, getPaymentsUsersApiKeysList, getPaymentsUsersApiKeysRetrieve, getPaymentsUsersApiKeysStatsRetrieve, getPaymentsUsersApiKeysSummaryRetrieve, getPaymentsUsersHealthRetrieve, getPaymentsUsersList, getPaymentsUsersPaymentHealthRetrieve, getPaymentsUsersPaymentList, getPaymentsUsersPaymentRetrieve, getPaymentsUsersPaymentStatsRetrieve, getPaymentsUsersPaymentSummaryRetrieve, getPaymentsUsersRetrieve, getPaymentsUsersStatsRetrieve, getPaymentsUsersSubscriptionsActiveRetrieve, getPaymentsUsersSubscriptionsHealthRetrieve, getPaymentsUsersSubscriptionsList, getPaymentsUsersSubscriptionsRetrieve, getPaymentsUsersSubscriptionsStatsRetrieve, getPaymentsUsersSubscriptionsSummaryRetrieve, getPaymentsUsersSummaryRetrieve, getPaymentsWebhooksHealthRetrieve, getPaymentsWebhooksProvidersRetrieve, getPaymentsWebhooksRetrieve, getPaymentsWebhooksStatsRetrieve, getSupportTicketsList, getSupportTicketsMessagesList, getSupportTicketsMessagesRetrieve, getSupportTicketsRetrieve, getTasksApiQueuesStatusRetrieve, getTasksApiTasksListRetrieve, getTasksApiTasksStatsRetrieve, getTasksApiWorkersListRetrieve, isAPIConfigured, partialUpdateAccountsProfilePartialPartialUpdate, partialUpdateAccountsProfilePartialUpdate, partialUpdateAccountsProfileUpdatePartialUpdate, partialUpdateKnowbaseAdminChatPartialUpdate, partialUpdateKnowbaseAdminDocumentsPartialUpdate, partialUpdateKnowbaseAdminSessionsPartialUpdate, partialUpdateKnowbaseSystemArchivesPartialUpdate, partialUpdateKnowbaseSystemChunksPartialUpdate, partialUpdateKnowbaseSystemItemsPartialUpdate, partialUpdateLeadsPartialUpdate, partialUpdateNewsletterCampaignsPartialUpdate, partialUpdateNewsletterUnsubscribePartialUpdate, partialUpdatePaymentsAdminApiPaymentsPartialUpdate, partialUpdatePaymentsApiKeysPartialUpdate, partialUpdatePaymentsPaymentPartialUpdate, partialUpdatePaymentsSubscriptionsPartialUpdate, partialUpdatePaymentsUsersApiKeysPartialUpdate, partialUpdatePaymentsUsersPartialUpdate, partialUpdatePaymentsUsersPaymentPartialUpdate, partialUpdatePaymentsUsersSubscriptionsPartialUpdate, partialUpdateSupportTicketsMessagesPartialUpdate, partialUpdateSupportTicketsPartialUpdate, reconfigureAPI, resetAPI, shouldRetry, updateAccountsProfileUpdateUpdate, updateKnowbaseAdminChatUpdate, updateKnowbaseAdminDocumentsUpdate, updateKnowbaseAdminSessionsUpdate, updateKnowbaseSystemArchivesUpdate, updateKnowbaseSystemChunksUpdate, updateKnowbaseSystemItemsUpdate, updateLeadsUpdate, updateNewsletterCampaignsUpdate, updateNewsletterUnsubscribeUpdate, updatePaymentsAdminApiPaymentsUpdate, updatePaymentsApiKeysUpdate, updatePaymentsPaymentUpdate, updatePaymentsSubscriptionsUpdate, updatePaymentsUsersApiKeysUpdate, updatePaymentsUsersPaymentUpdate, updatePaymentsUsersSubscriptionsUpdate, updatePaymentsUsersUpdate, updateSupportTicketsMessagesUpdate, updateSupportTicketsUpdate, useAccountsContext, useApiKeysContext, useBalancesContext, useCurrenciesContext, useKnowbaseChatContext, useKnowbaseDocumentsContext, useKnowbaseSessionsContext, useLeadsContext, useNewsletterContext, useOverviewContext, usePaymentsContext, useRootPaymentsContext, useSupportContext, withRetry };
|