@verma-consulting/common-library 0.1.55 → 0.1.56
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.d.mts +68 -42
- package/dist/index.d.ts +68 -42
- package/dist/index.js +71 -45
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +71 -45
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3395,13 +3395,19 @@ declare const defaultTypes: {
|
|
|
3395
3395
|
length: string;
|
|
3396
3396
|
weight: string;
|
|
3397
3397
|
width: string;
|
|
3398
|
+
unit: string;
|
|
3399
|
+
weight_unit: string;
|
|
3400
|
+
girth: string;
|
|
3401
|
+
package_type: string;
|
|
3402
|
+
template: string;
|
|
3403
|
+
metadata: string;
|
|
3398
3404
|
};
|
|
3399
3405
|
prices: {
|
|
3400
3406
|
active: string;
|
|
3401
3407
|
unitAmount: string;
|
|
3402
3408
|
unitAmountDecimal: string;
|
|
3403
3409
|
lookupKey: string;
|
|
3404
|
-
|
|
3410
|
+
priceType: string;
|
|
3405
3411
|
taxBehavior: string;
|
|
3406
3412
|
currency: string;
|
|
3407
3413
|
billingScheme: string;
|
|
@@ -3552,7 +3558,6 @@ declare const defaultTypes: {
|
|
|
3552
3558
|
offSession: string;
|
|
3553
3559
|
nextPendingInvoiceItemInvoice: string;
|
|
3554
3560
|
collectionMethod: string;
|
|
3555
|
-
missingPaymentMethod: string;
|
|
3556
3561
|
client: string;
|
|
3557
3562
|
deal: string;
|
|
3558
3563
|
accountOwner: string;
|
|
@@ -3585,30 +3590,43 @@ declare const defaultTypes: {
|
|
|
3585
3590
|
status: string;
|
|
3586
3591
|
paymentStatus: string;
|
|
3587
3592
|
currency: string;
|
|
3593
|
+
receiptEmail: string;
|
|
3594
|
+
receiptNumber: string;
|
|
3595
|
+
receiptUrl: string;
|
|
3596
|
+
setupFutureUsage: string;
|
|
3588
3597
|
amount: string;
|
|
3589
3598
|
amountCapturable: string;
|
|
3590
3599
|
amountReceived: string;
|
|
3591
3600
|
applicationFeeAmount: string;
|
|
3601
|
+
cancellationReason: string;
|
|
3592
3602
|
statementDescriptor: string;
|
|
3593
3603
|
statementDescriptorSuffix: string;
|
|
3604
|
+
calculatedStatementDescriptor: string;
|
|
3605
|
+
confirm: string;
|
|
3606
|
+
paid: string;
|
|
3607
|
+
captured: string;
|
|
3608
|
+
disputed: string;
|
|
3609
|
+
refunded: string;
|
|
3610
|
+
canceledAt: string;
|
|
3611
|
+
captureMethod: string;
|
|
3612
|
+
confirmationMethod: string;
|
|
3594
3613
|
livemode: string;
|
|
3595
|
-
receiptEmail: string;
|
|
3596
3614
|
client: string;
|
|
3597
3615
|
subscription: string;
|
|
3598
3616
|
invoice: string;
|
|
3599
3617
|
automatic_payment_methods: {
|
|
3600
|
-
|
|
3618
|
+
allowRedirects: string;
|
|
3601
3619
|
enabled: string;
|
|
3602
3620
|
};
|
|
3603
3621
|
amount_details: {
|
|
3604
|
-
|
|
3622
|
+
discountAmount: string;
|
|
3605
3623
|
shipping: {
|
|
3606
3624
|
amount: string;
|
|
3607
|
-
|
|
3608
|
-
|
|
3625
|
+
fromPostalCode: string;
|
|
3626
|
+
toPostalCode: string;
|
|
3609
3627
|
};
|
|
3610
3628
|
tax: {
|
|
3611
|
-
|
|
3629
|
+
totalTaxAmount: string;
|
|
3612
3630
|
};
|
|
3613
3631
|
tip: {
|
|
3614
3632
|
amount: string;
|
|
@@ -3629,7 +3647,7 @@ declare const defaultTypes: {
|
|
|
3629
3647
|
country: string;
|
|
3630
3648
|
line1: string;
|
|
3631
3649
|
line2: string;
|
|
3632
|
-
|
|
3650
|
+
postalCode: string;
|
|
3633
3651
|
state: string;
|
|
3634
3652
|
};
|
|
3635
3653
|
email: string;
|
|
@@ -3642,13 +3660,13 @@ declare const defaultTypes: {
|
|
|
3642
3660
|
country: string;
|
|
3643
3661
|
line1: string;
|
|
3644
3662
|
line2: string;
|
|
3645
|
-
|
|
3663
|
+
postalCode: string;
|
|
3646
3664
|
state: string;
|
|
3647
3665
|
};
|
|
3648
3666
|
carrier: string;
|
|
3649
3667
|
name: string;
|
|
3650
3668
|
phone: string;
|
|
3651
|
-
|
|
3669
|
+
trackingNumber: string;
|
|
3652
3670
|
};
|
|
3653
3671
|
refunds: {
|
|
3654
3672
|
name: string;
|
|
@@ -3676,39 +3694,39 @@ declare const defaultTypes: {
|
|
|
3676
3694
|
isChargeRefundable: string;
|
|
3677
3695
|
livemode: string;
|
|
3678
3696
|
evidence: {
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3697
|
+
accessActivityLog: string;
|
|
3698
|
+
billingAddress: string;
|
|
3699
|
+
cancellationPolicy: string;
|
|
3700
|
+
cancellationPolicyDisclosure: string;
|
|
3701
|
+
cancellationRebuttal: string;
|
|
3702
|
+
customerCommunication: string;
|
|
3703
|
+
customerEmailAddress: string;
|
|
3704
|
+
customerName: string;
|
|
3705
|
+
customerPurchaseIp: string;
|
|
3706
|
+
customerSignature: string;
|
|
3707
|
+
duplicateChargeDocumentation: string;
|
|
3708
|
+
duplicateChargeExplanation: string;
|
|
3709
|
+
duplicateChargeId: string;
|
|
3710
|
+
productDescription: string;
|
|
3693
3711
|
receipt: string;
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3712
|
+
refundPolicy: string;
|
|
3713
|
+
refundPolicyDisclosure: string;
|
|
3714
|
+
refundRefusalExplanation: string;
|
|
3715
|
+
serviceDate: string;
|
|
3716
|
+
serviceDocumentation: string;
|
|
3717
|
+
shippingAddress: string;
|
|
3718
|
+
shippingCarrier: string;
|
|
3719
|
+
shippingDate: string;
|
|
3720
|
+
shippingDocumentation: string;
|
|
3721
|
+
shippingTrackingNumber: string;
|
|
3722
|
+
uncategorizedFile: string;
|
|
3723
|
+
uncategorizedText: string;
|
|
3706
3724
|
};
|
|
3707
3725
|
evidenceDetails: {
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3726
|
+
dueBy: string;
|
|
3727
|
+
hasEvidence: string;
|
|
3728
|
+
pastDue: string;
|
|
3729
|
+
submissionCount: string;
|
|
3712
3730
|
};
|
|
3713
3731
|
};
|
|
3714
3732
|
pools: {
|
|
@@ -3720,7 +3738,7 @@ declare const defaultTypes: {
|
|
|
3720
3738
|
account: string;
|
|
3721
3739
|
type: string;
|
|
3722
3740
|
};
|
|
3723
|
-
|
|
3741
|
+
activties: {
|
|
3724
3742
|
label: string;
|
|
3725
3743
|
value: string;
|
|
3726
3744
|
modelName: string;
|
|
@@ -3728,30 +3746,36 @@ declare const defaultTypes: {
|
|
|
3728
3746
|
};
|
|
3729
3747
|
reports: {
|
|
3730
3748
|
label: string;
|
|
3749
|
+
prompt: string;
|
|
3731
3750
|
star: string;
|
|
3732
3751
|
chartType: string;
|
|
3733
3752
|
frequency: string;
|
|
3734
3753
|
frequencyField: string;
|
|
3735
3754
|
modelName: string;
|
|
3736
3755
|
fieldName: string;
|
|
3756
|
+
fieldType: string;
|
|
3737
3757
|
operationType: string;
|
|
3738
3758
|
calculation: string;
|
|
3739
3759
|
calculationValue: string;
|
|
3740
3760
|
};
|
|
3741
3761
|
lists: {
|
|
3742
3762
|
label: string;
|
|
3763
|
+
prompt: string;
|
|
3743
3764
|
star: string;
|
|
3744
3765
|
dynamic: string;
|
|
3745
3766
|
modelName: string;
|
|
3746
3767
|
fieldName: string;
|
|
3768
|
+
fieldType: string;
|
|
3747
3769
|
calculation: string;
|
|
3748
3770
|
calculationValue: string;
|
|
3749
3771
|
};
|
|
3750
3772
|
statistics: {
|
|
3751
3773
|
label: string;
|
|
3774
|
+
prompt: string;
|
|
3752
3775
|
star: string;
|
|
3753
3776
|
modelName: string;
|
|
3754
3777
|
fieldName: string;
|
|
3778
|
+
fieldType: string;
|
|
3755
3779
|
operationType: string;
|
|
3756
3780
|
calculation: string;
|
|
3757
3781
|
calculationValue: string;
|
|
@@ -3764,6 +3788,7 @@ declare const defaultTypes: {
|
|
|
3764
3788
|
country: string;
|
|
3765
3789
|
countryCode: string;
|
|
3766
3790
|
postalCode: string;
|
|
3791
|
+
addressType: string;
|
|
3767
3792
|
latitude: string;
|
|
3768
3793
|
longitude: string;
|
|
3769
3794
|
};
|
|
@@ -3782,6 +3807,7 @@ declare const defaultTypes: {
|
|
|
3782
3807
|
title: string;
|
|
3783
3808
|
description: string;
|
|
3784
3809
|
category: string;
|
|
3810
|
+
type: string;
|
|
3785
3811
|
key: string;
|
|
3786
3812
|
secret: string;
|
|
3787
3813
|
logo: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3395,13 +3395,19 @@ declare const defaultTypes: {
|
|
|
3395
3395
|
length: string;
|
|
3396
3396
|
weight: string;
|
|
3397
3397
|
width: string;
|
|
3398
|
+
unit: string;
|
|
3399
|
+
weight_unit: string;
|
|
3400
|
+
girth: string;
|
|
3401
|
+
package_type: string;
|
|
3402
|
+
template: string;
|
|
3403
|
+
metadata: string;
|
|
3398
3404
|
};
|
|
3399
3405
|
prices: {
|
|
3400
3406
|
active: string;
|
|
3401
3407
|
unitAmount: string;
|
|
3402
3408
|
unitAmountDecimal: string;
|
|
3403
3409
|
lookupKey: string;
|
|
3404
|
-
|
|
3410
|
+
priceType: string;
|
|
3405
3411
|
taxBehavior: string;
|
|
3406
3412
|
currency: string;
|
|
3407
3413
|
billingScheme: string;
|
|
@@ -3552,7 +3558,6 @@ declare const defaultTypes: {
|
|
|
3552
3558
|
offSession: string;
|
|
3553
3559
|
nextPendingInvoiceItemInvoice: string;
|
|
3554
3560
|
collectionMethod: string;
|
|
3555
|
-
missingPaymentMethod: string;
|
|
3556
3561
|
client: string;
|
|
3557
3562
|
deal: string;
|
|
3558
3563
|
accountOwner: string;
|
|
@@ -3585,30 +3590,43 @@ declare const defaultTypes: {
|
|
|
3585
3590
|
status: string;
|
|
3586
3591
|
paymentStatus: string;
|
|
3587
3592
|
currency: string;
|
|
3593
|
+
receiptEmail: string;
|
|
3594
|
+
receiptNumber: string;
|
|
3595
|
+
receiptUrl: string;
|
|
3596
|
+
setupFutureUsage: string;
|
|
3588
3597
|
amount: string;
|
|
3589
3598
|
amountCapturable: string;
|
|
3590
3599
|
amountReceived: string;
|
|
3591
3600
|
applicationFeeAmount: string;
|
|
3601
|
+
cancellationReason: string;
|
|
3592
3602
|
statementDescriptor: string;
|
|
3593
3603
|
statementDescriptorSuffix: string;
|
|
3604
|
+
calculatedStatementDescriptor: string;
|
|
3605
|
+
confirm: string;
|
|
3606
|
+
paid: string;
|
|
3607
|
+
captured: string;
|
|
3608
|
+
disputed: string;
|
|
3609
|
+
refunded: string;
|
|
3610
|
+
canceledAt: string;
|
|
3611
|
+
captureMethod: string;
|
|
3612
|
+
confirmationMethod: string;
|
|
3594
3613
|
livemode: string;
|
|
3595
|
-
receiptEmail: string;
|
|
3596
3614
|
client: string;
|
|
3597
3615
|
subscription: string;
|
|
3598
3616
|
invoice: string;
|
|
3599
3617
|
automatic_payment_methods: {
|
|
3600
|
-
|
|
3618
|
+
allowRedirects: string;
|
|
3601
3619
|
enabled: string;
|
|
3602
3620
|
};
|
|
3603
3621
|
amount_details: {
|
|
3604
|
-
|
|
3622
|
+
discountAmount: string;
|
|
3605
3623
|
shipping: {
|
|
3606
3624
|
amount: string;
|
|
3607
|
-
|
|
3608
|
-
|
|
3625
|
+
fromPostalCode: string;
|
|
3626
|
+
toPostalCode: string;
|
|
3609
3627
|
};
|
|
3610
3628
|
tax: {
|
|
3611
|
-
|
|
3629
|
+
totalTaxAmount: string;
|
|
3612
3630
|
};
|
|
3613
3631
|
tip: {
|
|
3614
3632
|
amount: string;
|
|
@@ -3629,7 +3647,7 @@ declare const defaultTypes: {
|
|
|
3629
3647
|
country: string;
|
|
3630
3648
|
line1: string;
|
|
3631
3649
|
line2: string;
|
|
3632
|
-
|
|
3650
|
+
postalCode: string;
|
|
3633
3651
|
state: string;
|
|
3634
3652
|
};
|
|
3635
3653
|
email: string;
|
|
@@ -3642,13 +3660,13 @@ declare const defaultTypes: {
|
|
|
3642
3660
|
country: string;
|
|
3643
3661
|
line1: string;
|
|
3644
3662
|
line2: string;
|
|
3645
|
-
|
|
3663
|
+
postalCode: string;
|
|
3646
3664
|
state: string;
|
|
3647
3665
|
};
|
|
3648
3666
|
carrier: string;
|
|
3649
3667
|
name: string;
|
|
3650
3668
|
phone: string;
|
|
3651
|
-
|
|
3669
|
+
trackingNumber: string;
|
|
3652
3670
|
};
|
|
3653
3671
|
refunds: {
|
|
3654
3672
|
name: string;
|
|
@@ -3676,39 +3694,39 @@ declare const defaultTypes: {
|
|
|
3676
3694
|
isChargeRefundable: string;
|
|
3677
3695
|
livemode: string;
|
|
3678
3696
|
evidence: {
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3697
|
+
accessActivityLog: string;
|
|
3698
|
+
billingAddress: string;
|
|
3699
|
+
cancellationPolicy: string;
|
|
3700
|
+
cancellationPolicyDisclosure: string;
|
|
3701
|
+
cancellationRebuttal: string;
|
|
3702
|
+
customerCommunication: string;
|
|
3703
|
+
customerEmailAddress: string;
|
|
3704
|
+
customerName: string;
|
|
3705
|
+
customerPurchaseIp: string;
|
|
3706
|
+
customerSignature: string;
|
|
3707
|
+
duplicateChargeDocumentation: string;
|
|
3708
|
+
duplicateChargeExplanation: string;
|
|
3709
|
+
duplicateChargeId: string;
|
|
3710
|
+
productDescription: string;
|
|
3693
3711
|
receipt: string;
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3712
|
+
refundPolicy: string;
|
|
3713
|
+
refundPolicyDisclosure: string;
|
|
3714
|
+
refundRefusalExplanation: string;
|
|
3715
|
+
serviceDate: string;
|
|
3716
|
+
serviceDocumentation: string;
|
|
3717
|
+
shippingAddress: string;
|
|
3718
|
+
shippingCarrier: string;
|
|
3719
|
+
shippingDate: string;
|
|
3720
|
+
shippingDocumentation: string;
|
|
3721
|
+
shippingTrackingNumber: string;
|
|
3722
|
+
uncategorizedFile: string;
|
|
3723
|
+
uncategorizedText: string;
|
|
3706
3724
|
};
|
|
3707
3725
|
evidenceDetails: {
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3726
|
+
dueBy: string;
|
|
3727
|
+
hasEvidence: string;
|
|
3728
|
+
pastDue: string;
|
|
3729
|
+
submissionCount: string;
|
|
3712
3730
|
};
|
|
3713
3731
|
};
|
|
3714
3732
|
pools: {
|
|
@@ -3720,7 +3738,7 @@ declare const defaultTypes: {
|
|
|
3720
3738
|
account: string;
|
|
3721
3739
|
type: string;
|
|
3722
3740
|
};
|
|
3723
|
-
|
|
3741
|
+
activties: {
|
|
3724
3742
|
label: string;
|
|
3725
3743
|
value: string;
|
|
3726
3744
|
modelName: string;
|
|
@@ -3728,30 +3746,36 @@ declare const defaultTypes: {
|
|
|
3728
3746
|
};
|
|
3729
3747
|
reports: {
|
|
3730
3748
|
label: string;
|
|
3749
|
+
prompt: string;
|
|
3731
3750
|
star: string;
|
|
3732
3751
|
chartType: string;
|
|
3733
3752
|
frequency: string;
|
|
3734
3753
|
frequencyField: string;
|
|
3735
3754
|
modelName: string;
|
|
3736
3755
|
fieldName: string;
|
|
3756
|
+
fieldType: string;
|
|
3737
3757
|
operationType: string;
|
|
3738
3758
|
calculation: string;
|
|
3739
3759
|
calculationValue: string;
|
|
3740
3760
|
};
|
|
3741
3761
|
lists: {
|
|
3742
3762
|
label: string;
|
|
3763
|
+
prompt: string;
|
|
3743
3764
|
star: string;
|
|
3744
3765
|
dynamic: string;
|
|
3745
3766
|
modelName: string;
|
|
3746
3767
|
fieldName: string;
|
|
3768
|
+
fieldType: string;
|
|
3747
3769
|
calculation: string;
|
|
3748
3770
|
calculationValue: string;
|
|
3749
3771
|
};
|
|
3750
3772
|
statistics: {
|
|
3751
3773
|
label: string;
|
|
3774
|
+
prompt: string;
|
|
3752
3775
|
star: string;
|
|
3753
3776
|
modelName: string;
|
|
3754
3777
|
fieldName: string;
|
|
3778
|
+
fieldType: string;
|
|
3755
3779
|
operationType: string;
|
|
3756
3780
|
calculation: string;
|
|
3757
3781
|
calculationValue: string;
|
|
@@ -3764,6 +3788,7 @@ declare const defaultTypes: {
|
|
|
3764
3788
|
country: string;
|
|
3765
3789
|
countryCode: string;
|
|
3766
3790
|
postalCode: string;
|
|
3791
|
+
addressType: string;
|
|
3767
3792
|
latitude: string;
|
|
3768
3793
|
longitude: string;
|
|
3769
3794
|
};
|
|
@@ -3782,6 +3807,7 @@ declare const defaultTypes: {
|
|
|
3782
3807
|
title: string;
|
|
3783
3808
|
description: string;
|
|
3784
3809
|
category: string;
|
|
3810
|
+
type: string;
|
|
3785
3811
|
key: string;
|
|
3786
3812
|
secret: string;
|
|
3787
3813
|
logo: string;
|