@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.js
CHANGED
|
@@ -2826,14 +2826,20 @@ var defaultTypes = {
|
|
|
2826
2826
|
height: "Float",
|
|
2827
2827
|
length: "Float",
|
|
2828
2828
|
weight: "Float",
|
|
2829
|
-
width: "Float"
|
|
2829
|
+
width: "Float",
|
|
2830
|
+
unit: "String",
|
|
2831
|
+
weight_unit: "String",
|
|
2832
|
+
girth: "Float",
|
|
2833
|
+
package_type: "String",
|
|
2834
|
+
template: "String",
|
|
2835
|
+
metadata: "OBJECT"
|
|
2830
2836
|
},
|
|
2831
2837
|
prices: {
|
|
2832
2838
|
active: "Boolean",
|
|
2833
2839
|
unitAmount: "Int",
|
|
2834
2840
|
unitAmountDecimal: "Float",
|
|
2835
2841
|
lookupKey: "String",
|
|
2836
|
-
|
|
2842
|
+
priceType: "String",
|
|
2837
2843
|
taxBehavior: "String",
|
|
2838
2844
|
currency: "String",
|
|
2839
2845
|
billingScheme: "String",
|
|
@@ -2984,7 +2990,6 @@ var defaultTypes = {
|
|
|
2984
2990
|
offSession: "Boolean",
|
|
2985
2991
|
nextPendingInvoiceItemInvoice: "String",
|
|
2986
2992
|
collectionMethod: "String",
|
|
2987
|
-
missingPaymentMethod: "String",
|
|
2988
2993
|
client: "OBJECT",
|
|
2989
2994
|
deal: "OBJECT",
|
|
2990
2995
|
accountOwner: "OBJECT"
|
|
@@ -3017,30 +3022,43 @@ var defaultTypes = {
|
|
|
3017
3022
|
status: "String",
|
|
3018
3023
|
paymentStatus: "String",
|
|
3019
3024
|
currency: "String",
|
|
3025
|
+
receiptEmail: "String",
|
|
3026
|
+
receiptNumber: "String",
|
|
3027
|
+
receiptUrl: "String",
|
|
3028
|
+
setupFutureUsage: "String",
|
|
3020
3029
|
amount: "Int",
|
|
3021
3030
|
amountCapturable: "Int",
|
|
3022
3031
|
amountReceived: "Int",
|
|
3023
3032
|
applicationFeeAmount: "Int",
|
|
3033
|
+
cancellationReason: "String",
|
|
3024
3034
|
statementDescriptor: "String",
|
|
3025
3035
|
statementDescriptorSuffix: "String",
|
|
3036
|
+
calculatedStatementDescriptor: "String",
|
|
3037
|
+
confirm: "Boolean",
|
|
3038
|
+
paid: "Boolean",
|
|
3039
|
+
captured: "Boolean",
|
|
3040
|
+
disputed: "Boolean",
|
|
3041
|
+
refunded: "Boolean",
|
|
3042
|
+
canceledAt: "DateTime",
|
|
3043
|
+
captureMethod: "String",
|
|
3044
|
+
confirmationMethod: "String",
|
|
3026
3045
|
livemode: "Boolean",
|
|
3027
|
-
receiptEmail: "String",
|
|
3028
3046
|
client: "OBJECT",
|
|
3029
3047
|
subscription: "OBJECT",
|
|
3030
3048
|
invoice: "OBJECT",
|
|
3031
3049
|
automatic_payment_methods: {
|
|
3032
|
-
|
|
3050
|
+
allowRedirects: "String",
|
|
3033
3051
|
enabled: "Boolean"
|
|
3034
3052
|
},
|
|
3035
3053
|
amount_details: {
|
|
3036
|
-
|
|
3054
|
+
discountAmount: "Float",
|
|
3037
3055
|
shipping: {
|
|
3038
|
-
amount: "
|
|
3039
|
-
|
|
3040
|
-
|
|
3056
|
+
amount: "Float",
|
|
3057
|
+
fromPostalCode: "String",
|
|
3058
|
+
toPostalCode: "String"
|
|
3041
3059
|
},
|
|
3042
|
-
tax: {
|
|
3043
|
-
tip: { amount: "
|
|
3060
|
+
tax: { totalTaxAmount: "Float" },
|
|
3061
|
+
tip: { amount: "Float" }
|
|
3044
3062
|
}
|
|
3045
3063
|
},
|
|
3046
3064
|
paymentMethods: {
|
|
@@ -3057,7 +3075,7 @@ var defaultTypes = {
|
|
|
3057
3075
|
country: "String",
|
|
3058
3076
|
line1: "String",
|
|
3059
3077
|
line2: "String",
|
|
3060
|
-
|
|
3078
|
+
postalCode: "String",
|
|
3061
3079
|
state: "String"
|
|
3062
3080
|
},
|
|
3063
3081
|
email: "String",
|
|
@@ -3070,13 +3088,13 @@ var defaultTypes = {
|
|
|
3070
3088
|
country: "String",
|
|
3071
3089
|
line1: "String",
|
|
3072
3090
|
line2: "String",
|
|
3073
|
-
|
|
3091
|
+
postalCode: "String",
|
|
3074
3092
|
state: "String"
|
|
3075
3093
|
},
|
|
3076
3094
|
carrier: "String",
|
|
3077
3095
|
name: "String",
|
|
3078
3096
|
phone: "String",
|
|
3079
|
-
|
|
3097
|
+
trackingNumber: "String"
|
|
3080
3098
|
},
|
|
3081
3099
|
refunds: {
|
|
3082
3100
|
name: "String",
|
|
@@ -3104,39 +3122,39 @@ var defaultTypes = {
|
|
|
3104
3122
|
isChargeRefundable: "Boolean",
|
|
3105
3123
|
livemode: "Boolean",
|
|
3106
3124
|
evidence: {
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3125
|
+
accessActivityLog: "String",
|
|
3126
|
+
billingAddress: "String",
|
|
3127
|
+
cancellationPolicy: "String",
|
|
3128
|
+
cancellationPolicyDisclosure: "String",
|
|
3129
|
+
cancellationRebuttal: "String",
|
|
3130
|
+
customerCommunication: "String",
|
|
3131
|
+
customerEmailAddress: "String",
|
|
3132
|
+
customerName: "String",
|
|
3133
|
+
customerPurchaseIp: "String",
|
|
3134
|
+
customerSignature: "String",
|
|
3135
|
+
duplicateChargeDocumentation: "String",
|
|
3136
|
+
duplicateChargeExplanation: "String",
|
|
3137
|
+
duplicateChargeId: "String",
|
|
3138
|
+
productDescription: "String",
|
|
3121
3139
|
receipt: "String",
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3140
|
+
refundPolicy: "String",
|
|
3141
|
+
refundPolicyDisclosure: "String",
|
|
3142
|
+
refundRefusalExplanation: "String",
|
|
3143
|
+
serviceDate: "String",
|
|
3144
|
+
serviceDocumentation: "String",
|
|
3145
|
+
shippingAddress: "String",
|
|
3146
|
+
shippingCarrier: "String",
|
|
3147
|
+
shippingDate: "String",
|
|
3148
|
+
shippingDocumentation: "String",
|
|
3149
|
+
shippingTrackingNumber: "String",
|
|
3150
|
+
uncategorizedFile: "String",
|
|
3151
|
+
uncategorizedText: "String"
|
|
3134
3152
|
},
|
|
3135
3153
|
evidenceDetails: {
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3154
|
+
dueBy: "DateTime",
|
|
3155
|
+
hasEvidence: "Boolean",
|
|
3156
|
+
pastDue: "Boolean",
|
|
3157
|
+
submissionCount: "Int"
|
|
3140
3158
|
}
|
|
3141
3159
|
},
|
|
3142
3160
|
pools: {
|
|
@@ -3148,7 +3166,7 @@ var defaultTypes = {
|
|
|
3148
3166
|
account: "OBJECT",
|
|
3149
3167
|
type: "String"
|
|
3150
3168
|
},
|
|
3151
|
-
|
|
3169
|
+
activties: {
|
|
3152
3170
|
label: "String",
|
|
3153
3171
|
value: "String",
|
|
3154
3172
|
modelName: "String",
|
|
@@ -3156,30 +3174,36 @@ var defaultTypes = {
|
|
|
3156
3174
|
},
|
|
3157
3175
|
reports: {
|
|
3158
3176
|
label: "String",
|
|
3177
|
+
prompt: "String",
|
|
3159
3178
|
star: "Boolean",
|
|
3160
3179
|
chartType: "String",
|
|
3161
3180
|
frequency: "String",
|
|
3162
3181
|
frequencyField: "String",
|
|
3163
3182
|
modelName: "String",
|
|
3164
3183
|
fieldName: "String",
|
|
3184
|
+
fieldType: "String",
|
|
3165
3185
|
operationType: "String",
|
|
3166
3186
|
calculation: "String",
|
|
3167
3187
|
calculationValue: "String"
|
|
3168
3188
|
},
|
|
3169
3189
|
lists: {
|
|
3170
3190
|
label: "String",
|
|
3191
|
+
prompt: "String",
|
|
3171
3192
|
star: "Boolean",
|
|
3172
3193
|
dynamic: "Boolean",
|
|
3173
3194
|
modelName: "String",
|
|
3174
3195
|
fieldName: "String",
|
|
3196
|
+
fieldType: "String",
|
|
3175
3197
|
calculation: "String",
|
|
3176
3198
|
calculationValue: "String"
|
|
3177
3199
|
},
|
|
3178
3200
|
statistics: {
|
|
3179
3201
|
label: "String",
|
|
3202
|
+
prompt: "String",
|
|
3180
3203
|
star: "Boolean",
|
|
3181
3204
|
modelName: "String",
|
|
3182
3205
|
fieldName: "String",
|
|
3206
|
+
fieldType: "String",
|
|
3183
3207
|
operationType: "String",
|
|
3184
3208
|
calculation: "String",
|
|
3185
3209
|
calculationValue: "String"
|
|
@@ -3192,6 +3216,7 @@ var defaultTypes = {
|
|
|
3192
3216
|
country: "String",
|
|
3193
3217
|
countryCode: "String",
|
|
3194
3218
|
postalCode: "String",
|
|
3219
|
+
addressType: "String",
|
|
3195
3220
|
latitude: "Float",
|
|
3196
3221
|
longitude: "Float"
|
|
3197
3222
|
},
|
|
@@ -3210,6 +3235,7 @@ var defaultTypes = {
|
|
|
3210
3235
|
title: "String",
|
|
3211
3236
|
description: "String",
|
|
3212
3237
|
category: "String",
|
|
3238
|
+
type: "String",
|
|
3213
3239
|
key: "String",
|
|
3214
3240
|
secret: "String",
|
|
3215
3241
|
logo: "String",
|