evo360-types 1.3.260 → 1.3.262
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/apps/evo-chat/chatbee/zod-schemas.d.ts +14 -14
- package/dist/apps/evo-finops/zod-schemas.d.ts +40 -40
- package/dist/apps/evo-notifications/zod-schemas.d.ts +611 -0
- package/dist/apps/evo-notifications/zod-schemas.js +130 -0
- package/dist/apps/evo-notifications/zod-schemas.ts +143 -0
- package/dist/index.js +3 -0
- package/dist/index.ts +3 -0
- package/dist/types/evo-notifications/index.d.ts +3 -1
- package/dist/types/evo-notifications/index.ts +5 -1
- package/package.json +1 -1
|
@@ -581,12 +581,12 @@ export declare const zSendTemplateMessageRequestSchema: z.ZodObject<{
|
|
|
581
581
|
template_language: string;
|
|
582
582
|
waba_id?: string | undefined;
|
|
583
583
|
department_id?: string | undefined;
|
|
584
|
-
|
|
585
|
-
header_variables?: {
|
|
584
|
+
variables?: {
|
|
586
585
|
value: string;
|
|
587
586
|
parameter_name: string;
|
|
588
587
|
}[] | undefined;
|
|
589
|
-
|
|
588
|
+
contact_custom_name?: string | undefined;
|
|
589
|
+
header_variables?: {
|
|
590
590
|
value: string;
|
|
591
591
|
parameter_name: string;
|
|
592
592
|
}[] | undefined;
|
|
@@ -607,13 +607,13 @@ export declare const zSendTemplateMessageRequestSchema: z.ZodObject<{
|
|
|
607
607
|
template_name: string;
|
|
608
608
|
waba_id?: string | undefined;
|
|
609
609
|
department_id?: string | undefined;
|
|
610
|
-
|
|
611
|
-
template_language?: string | undefined;
|
|
612
|
-
header_variables?: {
|
|
610
|
+
variables?: {
|
|
613
611
|
value: string;
|
|
614
612
|
parameter_name: string;
|
|
615
613
|
}[] | undefined;
|
|
616
|
-
|
|
614
|
+
contact_custom_name?: string | undefined;
|
|
615
|
+
template_language?: string | undefined;
|
|
616
|
+
header_variables?: {
|
|
617
617
|
value: string;
|
|
618
618
|
parameter_name: string;
|
|
619
619
|
}[] | undefined;
|
|
@@ -716,12 +716,12 @@ export declare const zSendMessageRequestSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
716
716
|
template_language: string;
|
|
717
717
|
waba_id?: string | undefined;
|
|
718
718
|
department_id?: string | undefined;
|
|
719
|
-
|
|
720
|
-
header_variables?: {
|
|
719
|
+
variables?: {
|
|
721
720
|
value: string;
|
|
722
721
|
parameter_name: string;
|
|
723
722
|
}[] | undefined;
|
|
724
|
-
|
|
723
|
+
contact_custom_name?: string | undefined;
|
|
724
|
+
header_variables?: {
|
|
725
725
|
value: string;
|
|
726
726
|
parameter_name: string;
|
|
727
727
|
}[] | undefined;
|
|
@@ -742,13 +742,13 @@ export declare const zSendMessageRequestSchema: z.ZodDiscriminatedUnion<"type",
|
|
|
742
742
|
template_name: string;
|
|
743
743
|
waba_id?: string | undefined;
|
|
744
744
|
department_id?: string | undefined;
|
|
745
|
-
|
|
746
|
-
template_language?: string | undefined;
|
|
747
|
-
header_variables?: {
|
|
745
|
+
variables?: {
|
|
748
746
|
value: string;
|
|
749
747
|
parameter_name: string;
|
|
750
748
|
}[] | undefined;
|
|
751
|
-
|
|
749
|
+
contact_custom_name?: string | undefined;
|
|
750
|
+
template_language?: string | undefined;
|
|
751
|
+
header_variables?: {
|
|
752
752
|
value: string;
|
|
753
753
|
parameter_name: string;
|
|
754
754
|
}[] | undefined;
|
|
@@ -2306,8 +2306,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2306
2306
|
details?: unknown;
|
|
2307
2307
|
}>>;
|
|
2308
2308
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2309
|
-
base_url?: string | undefined;
|
|
2310
2309
|
timeout_ms?: number | undefined;
|
|
2310
|
+
base_url?: string | undefined;
|
|
2311
2311
|
retry_policy?: {
|
|
2312
2312
|
max_attempts?: number | undefined;
|
|
2313
2313
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2370,8 +2370,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2370
2370
|
details?: unknown;
|
|
2371
2371
|
}>>;
|
|
2372
2372
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2373
|
-
base_url?: string | undefined;
|
|
2374
2373
|
timeout_ms?: number | undefined;
|
|
2374
|
+
base_url?: string | undefined;
|
|
2375
2375
|
retry_policy?: {
|
|
2376
2376
|
max_attempts?: number | undefined;
|
|
2377
2377
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2435,8 +2435,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2435
2435
|
details?: unknown;
|
|
2436
2436
|
}>>;
|
|
2437
2437
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2438
|
-
base_url?: string | undefined;
|
|
2439
2438
|
timeout_ms?: number | undefined;
|
|
2439
|
+
base_url?: string | undefined;
|
|
2440
2440
|
retry_policy?: {
|
|
2441
2441
|
max_attempts?: number | undefined;
|
|
2442
2442
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2499,8 +2499,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2499
2499
|
details?: unknown;
|
|
2500
2500
|
}>>;
|
|
2501
2501
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2502
|
-
base_url?: string | undefined;
|
|
2503
2502
|
timeout_ms?: number | undefined;
|
|
2503
|
+
base_url?: string | undefined;
|
|
2504
2504
|
retry_policy?: {
|
|
2505
2505
|
max_attempts?: number | undefined;
|
|
2506
2506
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2611,8 +2611,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2611
2611
|
details?: unknown;
|
|
2612
2612
|
}>>;
|
|
2613
2613
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2614
|
-
base_url?: string | undefined;
|
|
2615
2614
|
timeout_ms?: number | undefined;
|
|
2615
|
+
base_url?: string | undefined;
|
|
2616
2616
|
retry_policy?: {
|
|
2617
2617
|
max_attempts?: number | undefined;
|
|
2618
2618
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2675,8 +2675,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2675
2675
|
details?: unknown;
|
|
2676
2676
|
}>>;
|
|
2677
2677
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2678
|
-
base_url?: string | undefined;
|
|
2679
2678
|
timeout_ms?: number | undefined;
|
|
2679
|
+
base_url?: string | undefined;
|
|
2680
2680
|
retry_policy?: {
|
|
2681
2681
|
max_attempts?: number | undefined;
|
|
2682
2682
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2754,8 +2754,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2754
2754
|
details?: unknown;
|
|
2755
2755
|
}>>;
|
|
2756
2756
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2757
|
-
base_url?: string | undefined;
|
|
2758
2757
|
timeout_ms?: number | undefined;
|
|
2758
|
+
base_url?: string | undefined;
|
|
2759
2759
|
retry_policy?: {
|
|
2760
2760
|
max_attempts?: number | undefined;
|
|
2761
2761
|
initial_backoff_ms?: number | undefined;
|
|
@@ -2818,8 +2818,8 @@ export declare const zAsaasProviderAsaasBlockSchema: z.ZodObject<{
|
|
|
2818
2818
|
details?: unknown;
|
|
2819
2819
|
}>>;
|
|
2820
2820
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2821
|
-
base_url?: string | undefined;
|
|
2822
2821
|
timeout_ms?: number | undefined;
|
|
2822
|
+
base_url?: string | undefined;
|
|
2823
2823
|
retry_policy?: {
|
|
2824
2824
|
max_attempts?: number | undefined;
|
|
2825
2825
|
initial_backoff_ms?: number | undefined;
|
|
@@ -3920,8 +3920,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
3920
3920
|
details?: unknown;
|
|
3921
3921
|
}>>;
|
|
3922
3922
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3923
|
-
base_url?: string | undefined;
|
|
3924
3923
|
timeout_ms?: number | undefined;
|
|
3924
|
+
base_url?: string | undefined;
|
|
3925
3925
|
retry_policy?: {
|
|
3926
3926
|
max_attempts?: number | undefined;
|
|
3927
3927
|
initial_backoff_ms?: number | undefined;
|
|
@@ -3984,8 +3984,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
3984
3984
|
details?: unknown;
|
|
3985
3985
|
}>>;
|
|
3986
3986
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3987
|
-
base_url?: string | undefined;
|
|
3988
3987
|
timeout_ms?: number | undefined;
|
|
3988
|
+
base_url?: string | undefined;
|
|
3989
3989
|
retry_policy?: {
|
|
3990
3990
|
max_attempts?: number | undefined;
|
|
3991
3991
|
initial_backoff_ms?: number | undefined;
|
|
@@ -4049,8 +4049,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
4049
4049
|
details?: unknown;
|
|
4050
4050
|
}>>;
|
|
4051
4051
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4052
|
-
base_url?: string | undefined;
|
|
4053
4052
|
timeout_ms?: number | undefined;
|
|
4053
|
+
base_url?: string | undefined;
|
|
4054
4054
|
retry_policy?: {
|
|
4055
4055
|
max_attempts?: number | undefined;
|
|
4056
4056
|
initial_backoff_ms?: number | undefined;
|
|
@@ -4113,8 +4113,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
4113
4113
|
details?: unknown;
|
|
4114
4114
|
}>>;
|
|
4115
4115
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4116
|
-
base_url?: string | undefined;
|
|
4117
4116
|
timeout_ms?: number | undefined;
|
|
4117
|
+
base_url?: string | undefined;
|
|
4118
4118
|
retry_policy?: {
|
|
4119
4119
|
max_attempts?: number | undefined;
|
|
4120
4120
|
initial_backoff_ms?: number | undefined;
|
|
@@ -4225,8 +4225,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
4225
4225
|
details?: unknown;
|
|
4226
4226
|
}>>;
|
|
4227
4227
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4228
|
-
base_url?: string | undefined;
|
|
4229
4228
|
timeout_ms?: number | undefined;
|
|
4229
|
+
base_url?: string | undefined;
|
|
4230
4230
|
retry_policy?: {
|
|
4231
4231
|
max_attempts?: number | undefined;
|
|
4232
4232
|
initial_backoff_ms?: number | undefined;
|
|
@@ -4289,8 +4289,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
4289
4289
|
details?: unknown;
|
|
4290
4290
|
}>>;
|
|
4291
4291
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4292
|
-
base_url?: string | undefined;
|
|
4293
4292
|
timeout_ms?: number | undefined;
|
|
4293
|
+
base_url?: string | undefined;
|
|
4294
4294
|
retry_policy?: {
|
|
4295
4295
|
max_attempts?: number | undefined;
|
|
4296
4296
|
initial_backoff_ms?: number | undefined;
|
|
@@ -4368,8 +4368,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
4368
4368
|
details?: unknown;
|
|
4369
4369
|
}>>;
|
|
4370
4370
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4371
|
-
base_url?: string | undefined;
|
|
4372
4371
|
timeout_ms?: number | undefined;
|
|
4372
|
+
base_url?: string | undefined;
|
|
4373
4373
|
retry_policy?: {
|
|
4374
4374
|
max_attempts?: number | undefined;
|
|
4375
4375
|
initial_backoff_ms?: number | undefined;
|
|
@@ -4432,8 +4432,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
4432
4432
|
details?: unknown;
|
|
4433
4433
|
}>>;
|
|
4434
4434
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4435
|
-
base_url?: string | undefined;
|
|
4436
4435
|
timeout_ms?: number | undefined;
|
|
4436
|
+
base_url?: string | undefined;
|
|
4437
4437
|
retry_policy?: {
|
|
4438
4438
|
max_attempts?: number | undefined;
|
|
4439
4439
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5534,8 +5534,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5534
5534
|
details?: unknown;
|
|
5535
5535
|
}>>;
|
|
5536
5536
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5537
|
-
base_url?: string | undefined;
|
|
5538
5537
|
timeout_ms?: number | undefined;
|
|
5538
|
+
base_url?: string | undefined;
|
|
5539
5539
|
retry_policy?: {
|
|
5540
5540
|
max_attempts?: number | undefined;
|
|
5541
5541
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5598,8 +5598,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5598
5598
|
details?: unknown;
|
|
5599
5599
|
}>>;
|
|
5600
5600
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5601
|
-
base_url?: string | undefined;
|
|
5602
5601
|
timeout_ms?: number | undefined;
|
|
5602
|
+
base_url?: string | undefined;
|
|
5603
5603
|
retry_policy?: {
|
|
5604
5604
|
max_attempts?: number | undefined;
|
|
5605
5605
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5663,8 +5663,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5663
5663
|
details?: unknown;
|
|
5664
5664
|
}>>;
|
|
5665
5665
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5666
|
-
base_url?: string | undefined;
|
|
5667
5666
|
timeout_ms?: number | undefined;
|
|
5667
|
+
base_url?: string | undefined;
|
|
5668
5668
|
retry_policy?: {
|
|
5669
5669
|
max_attempts?: number | undefined;
|
|
5670
5670
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5727,8 +5727,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5727
5727
|
details?: unknown;
|
|
5728
5728
|
}>>;
|
|
5729
5729
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5730
|
-
base_url?: string | undefined;
|
|
5731
5730
|
timeout_ms?: number | undefined;
|
|
5731
|
+
base_url?: string | undefined;
|
|
5732
5732
|
retry_policy?: {
|
|
5733
5733
|
max_attempts?: number | undefined;
|
|
5734
5734
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5839,8 +5839,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5839
5839
|
details?: unknown;
|
|
5840
5840
|
}>>;
|
|
5841
5841
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5842
|
-
base_url?: string | undefined;
|
|
5843
5842
|
timeout_ms?: number | undefined;
|
|
5843
|
+
base_url?: string | undefined;
|
|
5844
5844
|
retry_policy?: {
|
|
5845
5845
|
max_attempts?: number | undefined;
|
|
5846
5846
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5903,8 +5903,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5903
5903
|
details?: unknown;
|
|
5904
5904
|
}>>;
|
|
5905
5905
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5906
|
-
base_url?: string | undefined;
|
|
5907
5906
|
timeout_ms?: number | undefined;
|
|
5907
|
+
base_url?: string | undefined;
|
|
5908
5908
|
retry_policy?: {
|
|
5909
5909
|
max_attempts?: number | undefined;
|
|
5910
5910
|
initial_backoff_ms?: number | undefined;
|
|
@@ -5982,8 +5982,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
5982
5982
|
details?: unknown;
|
|
5983
5983
|
}>>;
|
|
5984
5984
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5985
|
-
base_url?: string | undefined;
|
|
5986
5985
|
timeout_ms?: number | undefined;
|
|
5986
|
+
base_url?: string | undefined;
|
|
5987
5987
|
retry_policy?: {
|
|
5988
5988
|
max_attempts?: number | undefined;
|
|
5989
5989
|
initial_backoff_ms?: number | undefined;
|
|
@@ -6046,8 +6046,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
6046
6046
|
details?: unknown;
|
|
6047
6047
|
}>>;
|
|
6048
6048
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6049
|
-
base_url?: string | undefined;
|
|
6050
6049
|
timeout_ms?: number | undefined;
|
|
6050
|
+
base_url?: string | undefined;
|
|
6051
6051
|
retry_policy?: {
|
|
6052
6052
|
max_attempts?: number | undefined;
|
|
6053
6053
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7148,8 +7148,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7148
7148
|
details?: unknown;
|
|
7149
7149
|
}>>;
|
|
7150
7150
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7151
|
-
base_url?: string | undefined;
|
|
7152
7151
|
timeout_ms?: number | undefined;
|
|
7152
|
+
base_url?: string | undefined;
|
|
7153
7153
|
retry_policy?: {
|
|
7154
7154
|
max_attempts?: number | undefined;
|
|
7155
7155
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7212,8 +7212,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7212
7212
|
details?: unknown;
|
|
7213
7213
|
}>>;
|
|
7214
7214
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7215
|
-
base_url?: string | undefined;
|
|
7216
7215
|
timeout_ms?: number | undefined;
|
|
7216
|
+
base_url?: string | undefined;
|
|
7217
7217
|
retry_policy?: {
|
|
7218
7218
|
max_attempts?: number | undefined;
|
|
7219
7219
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7277,8 +7277,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7277
7277
|
details?: unknown;
|
|
7278
7278
|
}>>;
|
|
7279
7279
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7280
|
-
base_url?: string | undefined;
|
|
7281
7280
|
timeout_ms?: number | undefined;
|
|
7281
|
+
base_url?: string | undefined;
|
|
7282
7282
|
retry_policy?: {
|
|
7283
7283
|
max_attempts?: number | undefined;
|
|
7284
7284
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7341,8 +7341,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7341
7341
|
details?: unknown;
|
|
7342
7342
|
}>>;
|
|
7343
7343
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7344
|
-
base_url?: string | undefined;
|
|
7345
7344
|
timeout_ms?: number | undefined;
|
|
7345
|
+
base_url?: string | undefined;
|
|
7346
7346
|
retry_policy?: {
|
|
7347
7347
|
max_attempts?: number | undefined;
|
|
7348
7348
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7453,8 +7453,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7453
7453
|
details?: unknown;
|
|
7454
7454
|
}>>;
|
|
7455
7455
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7456
|
-
base_url?: string | undefined;
|
|
7457
7456
|
timeout_ms?: number | undefined;
|
|
7457
|
+
base_url?: string | undefined;
|
|
7458
7458
|
retry_policy?: {
|
|
7459
7459
|
max_attempts?: number | undefined;
|
|
7460
7460
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7517,8 +7517,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7517
7517
|
details?: unknown;
|
|
7518
7518
|
}>>;
|
|
7519
7519
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7520
|
-
base_url?: string | undefined;
|
|
7521
7520
|
timeout_ms?: number | undefined;
|
|
7521
|
+
base_url?: string | undefined;
|
|
7522
7522
|
retry_policy?: {
|
|
7523
7523
|
max_attempts?: number | undefined;
|
|
7524
7524
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7596,8 +7596,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7596
7596
|
details?: unknown;
|
|
7597
7597
|
}>>;
|
|
7598
7598
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7599
|
-
base_url?: string | undefined;
|
|
7600
7599
|
timeout_ms?: number | undefined;
|
|
7600
|
+
base_url?: string | undefined;
|
|
7601
7601
|
retry_policy?: {
|
|
7602
7602
|
max_attempts?: number | undefined;
|
|
7603
7603
|
initial_backoff_ms?: number | undefined;
|
|
@@ -7660,8 +7660,8 @@ export declare const zAsaasProviderSchema: z.ZodObject<{
|
|
|
7660
7660
|
details?: unknown;
|
|
7661
7661
|
}>>;
|
|
7662
7662
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7663
|
-
base_url?: string | undefined;
|
|
7664
7663
|
timeout_ms?: number | undefined;
|
|
7664
|
+
base_url?: string | undefined;
|
|
7665
7665
|
retry_policy?: {
|
|
7666
7666
|
max_attempts?: number | undefined;
|
|
7667
7667
|
initial_backoff_ms?: number | undefined;
|
|
@@ -10658,13 +10658,13 @@ export declare const zProviderTraceSchema: z.ZodObject<{
|
|
|
10658
10658
|
request_id: z.ZodOptional<z.ZodString>;
|
|
10659
10659
|
}, "strip", z.ZodTypeAny, {
|
|
10660
10660
|
provider_id: string;
|
|
10661
|
-
account_id?: string | undefined;
|
|
10662
10661
|
correlation_id?: string | undefined;
|
|
10662
|
+
account_id?: string | undefined;
|
|
10663
10663
|
request_id?: string | undefined;
|
|
10664
10664
|
}, {
|
|
10665
10665
|
provider_id: string;
|
|
10666
|
-
account_id?: string | undefined;
|
|
10667
10666
|
correlation_id?: string | undefined;
|
|
10667
|
+
account_id?: string | undefined;
|
|
10668
10668
|
request_id?: string | undefined;
|
|
10669
10669
|
}>;
|
|
10670
10670
|
export declare const zProviderPayloadSnapshotSchema: z.ZodObject<{
|
|
@@ -11077,13 +11077,13 @@ export declare const zServiceInvoiceSchema: z.ZodObject<{
|
|
|
11077
11077
|
request_id: z.ZodOptional<z.ZodString>;
|
|
11078
11078
|
}, "strip", z.ZodTypeAny, {
|
|
11079
11079
|
provider_id: string;
|
|
11080
|
-
account_id?: string | undefined;
|
|
11081
11080
|
correlation_id?: string | undefined;
|
|
11081
|
+
account_id?: string | undefined;
|
|
11082
11082
|
request_id?: string | undefined;
|
|
11083
11083
|
}, {
|
|
11084
11084
|
provider_id: string;
|
|
11085
|
-
account_id?: string | undefined;
|
|
11086
11085
|
correlation_id?: string | undefined;
|
|
11086
|
+
account_id?: string | undefined;
|
|
11087
11087
|
request_id?: string | undefined;
|
|
11088
11088
|
}>>;
|
|
11089
11089
|
snapshots: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11496,13 +11496,13 @@ export declare const zServiceInvoiceSchema: z.ZodObject<{
|
|
|
11496
11496
|
request_id: z.ZodOptional<z.ZodString>;
|
|
11497
11497
|
}, "strip", z.ZodTypeAny, {
|
|
11498
11498
|
provider_id: string;
|
|
11499
|
-
account_id?: string | undefined;
|
|
11500
11499
|
correlation_id?: string | undefined;
|
|
11500
|
+
account_id?: string | undefined;
|
|
11501
11501
|
request_id?: string | undefined;
|
|
11502
11502
|
}, {
|
|
11503
11503
|
provider_id: string;
|
|
11504
|
-
account_id?: string | undefined;
|
|
11505
11504
|
correlation_id?: string | undefined;
|
|
11505
|
+
account_id?: string | undefined;
|
|
11506
11506
|
request_id?: string | undefined;
|
|
11507
11507
|
}>>;
|
|
11508
11508
|
snapshots: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11915,13 +11915,13 @@ export declare const zServiceInvoiceSchema: z.ZodObject<{
|
|
|
11915
11915
|
request_id: z.ZodOptional<z.ZodString>;
|
|
11916
11916
|
}, "strip", z.ZodTypeAny, {
|
|
11917
11917
|
provider_id: string;
|
|
11918
|
-
account_id?: string | undefined;
|
|
11919
11918
|
correlation_id?: string | undefined;
|
|
11919
|
+
account_id?: string | undefined;
|
|
11920
11920
|
request_id?: string | undefined;
|
|
11921
11921
|
}, {
|
|
11922
11922
|
provider_id: string;
|
|
11923
|
-
account_id?: string | undefined;
|
|
11924
11923
|
correlation_id?: string | undefined;
|
|
11924
|
+
account_id?: string | undefined;
|
|
11925
11925
|
request_id?: string | undefined;
|
|
11926
11926
|
}>>;
|
|
11927
11927
|
snapshots: z.ZodOptional<z.ZodArray<z.ZodObject<{
|