@verma-consulting/common-library 0.1.55 → 0.1.57

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