@verma-consulting/common-library 0.1.14 → 0.1.16

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 CHANGED
@@ -1168,7 +1168,7 @@ declare enum userStatus {
1168
1168
  Active = "Active",
1169
1169
  Inactive = "Inactive"
1170
1170
  }
1171
- declare enum subscriptionCancellationReason {
1171
+ declare enum cancellationReason {
1172
1172
  CustomerService = "customer_service",
1173
1173
  LowQuality = "low_quality",
1174
1174
  MissingFeatures = "missing_features",
@@ -1193,17 +1193,156 @@ declare enum captureMethod {
1193
1193
  manual = "manual"
1194
1194
  }
1195
1195
  declare enum paymentStatus {
1196
- canceled = "canceled",
1197
- processing = "processing",
1196
+ pending = "pending",
1197
+ succeeded = "succeeded",
1198
+ failed = "failed",
1198
1199
  requiresAction = "requires_action",
1199
1200
  requiresCapture = "requires_capture",
1200
1201
  requiresConfirmation = "requires_confirmation",
1201
- requiresPaymentMethod = "requires_payment_method",
1202
- succeeded = "succeeded"
1202
+ requiresPaymentMethod = "requires_payment_method"
1203
+ }
1204
+ declare enum paymentAllowRedirect {
1205
+ always = "always",
1206
+ never = "never"
1207
+ }
1208
+ declare enum paymentFutureUsage {
1209
+ off_session = "off_session",
1210
+ on_session = "on_session"
1211
+ }
1212
+ declare enum taxBehavior {
1213
+ exclusive = "exclusive",
1214
+ inclusive = "inclusive",
1215
+ unspecified = "unspecified"
1216
+ }
1217
+ declare enum priceType {
1218
+ one_time = "one_time",
1219
+ recurring = "recurring"
1220
+ }
1221
+ declare enum billingScheme {
1222
+ per_unit = "per_unit",
1223
+ tiered = "tiered"
1224
+ }
1225
+ declare enum tiersMode {
1226
+ graduated = "graduated",
1227
+ volume = "volume"
1228
+ }
1229
+ declare enum disputeReason {
1230
+ bankCannotProcess = "bank_cannot_process",
1231
+ checkReturned = "check_returned",
1232
+ creditNotProcessed = "credit_not_processed",
1233
+ customerInitiated = "customer_initiated",
1234
+ debitNotAuthorized = "debit_not_authorized",
1235
+ duplicate = "duplicate",
1236
+ fraudulent = "fraudulent",
1237
+ general = "general",
1238
+ incorrectAccountDetails = "incorrect_account_details",
1239
+ insufficientFunds = "insufficient_funds",
1240
+ noncompliant = "noncompliant",
1241
+ productNotReceived = "product_not_received",
1242
+ productUnacceptable = "product_unacceptable",
1243
+ subscriptionCanceled = "subscription_canceled",
1244
+ unrecognized = "unrecognized"
1245
+ }
1246
+ declare enum disputeStatus {
1247
+ warningNeedsResponse = "warning_needs_response",
1248
+ warningUnderReview = "warning_under_review",
1249
+ warningClosed = "warning_closed",
1250
+ needsResponse = "needs_response",
1251
+ underReview = "under_review",
1252
+ won = "won",
1253
+ lost = "lost",
1254
+ prevented = "prevented"
1255
+ }
1256
+ declare enum refundStatus {
1257
+ pending = "pending",
1258
+ requiresAction = "requires_action",
1259
+ succeeded = "succeeded",
1260
+ failed = "failed",
1261
+ canceled = "canceled"
1262
+ }
1263
+ declare enum refundReason {
1264
+ duplicate = "duplicate",
1265
+ fraudulent = "fraudulent",
1266
+ requestedByCustomer = "requested_by_customer",
1267
+ expiredUncapturedCharge = "expired_uncaptured_charge"
1268
+ }
1269
+ declare enum refundFailureReason {
1270
+ lostOrStolenCard = "lost_or_stolen_card",
1271
+ expiredOrCanceledCard = "expired_or_canceled_card",
1272
+ chargeForPendingRefundDisputed = "charge_for_pending_refund_disputed",
1273
+ insufficientFunds = "insufficient_funds",
1274
+ declined = "declined",
1275
+ merchantRequest = "merchant_request",
1276
+ unknown = "unknown"
1277
+ }
1278
+ declare enum refundPendingReason {
1279
+ processing = "processing",
1280
+ insufficientFunds = "insufficient_funds",
1281
+ chargePending = "charge_pending"
1282
+ }
1283
+ declare enum paymentMethodAllowReDisplay {
1284
+ always = "always",
1285
+ limited = "limited",
1286
+ unspecified = "unspecified"
1287
+ }
1288
+ declare enum paymentMethodType {
1289
+ AcssDebit = "acss_debit",
1290
+ Affirm = "affirm",
1291
+ AfterpayClearpay = "afterpay_clearpay",
1292
+ Alipay = "alipay",
1293
+ Alma = "alma",
1294
+ AmazonPay = "amazon_pay",
1295
+ AuBecsDebit = "au_becs_debit",
1296
+ BacsDebit = "bacs_debit",
1297
+ Bancontact = "bancontact",
1298
+ Billie = "billie",
1299
+ Blik = "blik",
1300
+ Boleto = "boleto",
1301
+ Card = "card",
1302
+ CardPresent = "card_present",
1303
+ CashApp = "cashapp",
1304
+ Crypto = "crypto",
1305
+ CustomerBalance = "customer_balance",
1306
+ Eps = "eps",
1307
+ Fpx = "fpx",
1308
+ Giropay = "giropay",
1309
+ GrabPay = "grabpay",
1310
+ Ideal = "ideal",
1311
+ InteracPresent = "interac_present",
1312
+ KakaoPay = "kakao_pay",
1313
+ Klarna = "klarna",
1314
+ Konbini = "konbini",
1315
+ KrCard = "kr_card",
1316
+ Link = "link",
1317
+ MbWay = "mb_way",
1318
+ MobilePay = "mobilepay",
1319
+ Multibanco = "multibanco",
1320
+ NaverPay = "naver_pay",
1321
+ NzBankAccount = "nz_bank_account",
1322
+ Oxxo = "oxxo",
1323
+ P24 = "p24",
1324
+ PayByBank = "pay_by_bank",
1325
+ Payco = "payco",
1326
+ PayNow = "paynow",
1327
+ Paypal = "paypal",
1328
+ PayPay = "paypay",
1329
+ Pix = "pix",
1330
+ PromptPay = "promptpay",
1331
+ RevolutPay = "revolut_pay",
1332
+ SamsungPay = "samsung_pay",
1333
+ Satispay = "satispay",
1334
+ SepaDebit = "sepa_debit",
1335
+ Sofort = "sofort",
1336
+ Swish = "swish",
1337
+ Twint = "twint",
1338
+ UsBankAccount = "us_bank_account",
1339
+ WechatPay = "wechat_pay",
1340
+ Zip = "zip"
1203
1341
  }
1204
1342
  declare enum OrganizationFeatures {
1205
1343
  clients = "clients",
1206
1344
  tasks = "tasks",
1345
+ products = "products",
1207
1346
  inventories = "inventories",
1208
1347
  invoices = "invoices",
1209
1348
  leads = "leads",
@@ -1211,9 +1350,11 @@ declare enum OrganizationFeatures {
1211
1350
  contacts = "contacts",
1212
1351
  engagements = "engagements",
1213
1352
  campaigns = "campaigns",
1214
- products = "products",
1215
1353
  subscriptions = "subscriptions",
1216
1354
  payments = "payments",
1355
+ paymentMethods = "paymentMethods",
1356
+ refunds = "refunds",
1357
+ disputes = "disputes",
1217
1358
  dataPools = "dataPools",
1218
1359
  lists = "lists",
1219
1360
  reports = "reports"
@@ -1646,23 +1787,46 @@ declare const constants: {
1646
1787
  DEFAULT_CURRENCY_FIELDS: string[];
1647
1788
  MODEL_APP_MAPPING: {
1648
1789
  clients: string;
1790
+ tasks: string;
1791
+ products: string;
1649
1792
  inventories: string;
1650
1793
  invoices: string;
1651
- tasks: string;
1652
- campaigns: string;
1653
1794
  contacts: string;
1654
- deals: string;
1655
1795
  engagements: string;
1796
+ campaigns: string;
1656
1797
  leads: string;
1798
+ deals: string;
1799
+ subscriptions: string;
1657
1800
  payments: string;
1801
+ paymentMethods: string;
1802
+ refunds: string;
1803
+ disputes: string;
1804
+ };
1805
+ MODEL_CATEGORY_MAP: {
1806
+ clients: string;
1807
+ tasks: string;
1658
1808
  products: string;
1809
+ inventories: string;
1810
+ invoices: string;
1811
+ contacts: string;
1812
+ engagements: string;
1813
+ campaigns: string;
1814
+ leads: string;
1815
+ deals: string;
1659
1816
  subscriptions: string;
1817
+ payments: string;
1818
+ paymentMethods: string;
1819
+ refunds: string;
1820
+ disputes: string;
1821
+ content: string[];
1822
+ relations: string[];
1823
+ financials: string[];
1660
1824
  };
1661
1825
  NOT_INCLUDED_FIELDS: string[];
1662
1826
  GQL_FIELD_TYPE: {
1663
1827
  LIST: string;
1664
1828
  OBJECT: string;
1665
- ENUM: string;
1829
+ Enum: string;
1666
1830
  String: string;
1667
1831
  Float: string;
1668
1832
  Int: string;
@@ -1684,23 +1848,6 @@ declare const constants: {
1684
1848
  assignees: string;
1685
1849
  Team: string;
1686
1850
  };
1687
- MODEL_CATEGORY_MAP: {
1688
- leads: string;
1689
- campaigns: string;
1690
- tasks: string;
1691
- clients: string;
1692
- inventories: string;
1693
- deals: string;
1694
- invoices: string;
1695
- contacts: string;
1696
- engagements: string;
1697
- products: string;
1698
- subscriptions: string;
1699
- payments: string;
1700
- content: string[];
1701
- relations: string[];
1702
- financials: string[];
1703
- };
1704
1851
  SETTING_TABS: {
1705
1852
  Personal: string;
1706
1853
  Notifications: string;
@@ -1714,17 +1861,7 @@ declare const constants: {
1714
1861
  };
1715
1862
  POPULAR_EMAILS: string[];
1716
1863
  STATES: string[];
1717
- COUNTRIES: ({
1718
- code: string;
1719
- label: string;
1720
- phone: string;
1721
- suggested?: undefined;
1722
- } | {
1723
- code: string;
1724
- label: string;
1725
- phone: string;
1726
- suggested: boolean;
1727
- })[];
1864
+ COUNTRIES: string[];
1728
1865
  CURRENCIES: {
1729
1866
  aed: string;
1730
1867
  afn: string;
@@ -2086,6 +2223,17 @@ declare const constants: {
2086
2223
  };
2087
2224
 
2088
2225
  declare const defaults: {
2226
+ organizations: {
2227
+ name: string;
2228
+ website: string;
2229
+ industry: string;
2230
+ currency: string;
2231
+ linkedinUrl: string;
2232
+ facebookUrl: string;
2233
+ twitterUrl: string;
2234
+ angelUrl: string;
2235
+ crunchbaseUrl: string;
2236
+ };
2089
2237
  users: {
2090
2238
  firstName: string;
2091
2239
  lastName: string;
@@ -2145,88 +2293,65 @@ declare const defaults: {
2145
2293
  engagements: string;
2146
2294
  tasks: string;
2147
2295
  };
2148
- contacts: {
2296
+ tasks: {
2149
2297
  name: string;
2150
2298
  description: string;
2151
2299
  status: string;
2152
- email: string;
2153
- phone: string;
2154
- role: string;
2155
- linkedinUrl: string;
2156
- twitterUrl: string;
2300
+ priority: string;
2301
+ dueDate: null;
2302
+ reminder: boolean;
2303
+ reminderDate: null;
2304
+ reminderTime: string;
2305
+ repeat: boolean;
2306
+ repeatDate: null;
2307
+ repeatTime: string;
2157
2308
  client: string;
2158
- engagements: string;
2309
+ assignee: string;
2159
2310
  };
2160
- inventories: {
2311
+ products: {
2161
2312
  name: string;
2162
- description: string;
2313
+ description: null;
2163
2314
  status: string;
2164
- amount: number;
2165
- quantity: number;
2166
- };
2167
- organizations: {
2168
- name: string;
2169
- website: string;
2170
- industry: string;
2171
- currency: string;
2172
- linkedinUrl: string;
2173
- facebookUrl: string;
2174
- twitterUrl: string;
2175
- angelUrl: string;
2176
- crunchbaseUrl: string;
2315
+ productType: string;
2316
+ client: string;
2317
+ inventory: string;
2318
+ accountOwner: string;
2319
+ active: boolean;
2320
+ shippable: boolean;
2321
+ statementDescriptor: string;
2322
+ taxCode: null;
2323
+ unitLabel: null;
2324
+ url: string;
2177
2325
  };
2178
- activties: {
2179
- label: string;
2180
- value: string;
2181
- modelName: string;
2182
- path: string;
2326
+ packageDimensions: {
2327
+ height: number;
2328
+ length: number;
2329
+ weight: number;
2330
+ width: number;
2183
2331
  };
2184
- leads: {
2185
- name: string;
2186
- description: string;
2187
- status: string;
2188
- leadType: string;
2189
- source: string;
2190
- amount: number;
2191
- projectedClosingDate: null;
2192
- expectedRevenue: number;
2193
- probability: number;
2194
- nextStep: string;
2195
- accountOwner: string;
2196
- client: string;
2197
- campaign: string;
2332
+ prices: {
2333
+ active: boolean;
2334
+ unitAmount: number;
2335
+ unitAmountDecimal: null;
2336
+ lookupKey: string;
2337
+ type: string;
2338
+ taxBehavior: string;
2339
+ currency: string;
2340
+ billingScheme: string;
2341
+ recurring: {
2342
+ intervalCount: number;
2343
+ interval: string;
2344
+ aggregateUsage: string;
2345
+ usageType: string;
2346
+ trialPeriodDays: number;
2347
+ };
2198
2348
  };
2199
- deals: {
2349
+ inventories: {
2200
2350
  name: string;
2201
2351
  description: string;
2202
2352
  status: string;
2203
- dealType: string;
2204
- source: string;
2205
2353
  amount: number;
2206
- closingDate: null;
2207
- expectedRevenue: number;
2208
- probability: number;
2209
- nextStep: string;
2210
- accountOwner: string;
2211
- client: string;
2212
- campaign: string;
2213
- };
2214
- campaigns: {
2215
- name: string;
2216
- description: string;
2217
- status: string;
2218
- priority: string;
2219
- startDate: null;
2220
- endDate: null;
2221
- campaignType: string;
2222
- budgetedCost: number;
2223
- expectedRevenue: number;
2224
- actualCost: number;
2225
- numbersSent: number;
2226
- expectedResponse: string;
2227
- accountOwner: string;
2228
- leads: string;
2229
- deals: string;
2354
+ quantity: number;
2230
2355
  };
2231
2356
  invoices: {
2232
2357
  name: string;
@@ -2271,9 +2396,17 @@ declare const defaults: {
2271
2396
  accountOwner: string;
2272
2397
  deal: string;
2273
2398
  };
2274
- issuer: {
2275
- account: string;
2276
- type: string;
2399
+ contacts: {
2400
+ name: string;
2401
+ description: string;
2402
+ status: string;
2403
+ email: string;
2404
+ phone: string;
2405
+ role: string;
2406
+ linkedinUrl: string;
2407
+ twitterUrl: string;
2408
+ client: string;
2409
+ engagements: string;
2277
2410
  };
2278
2411
  engagements: {
2279
2412
  name: string;
@@ -2283,48 +2416,52 @@ declare const defaults: {
2283
2416
  client: string;
2284
2417
  contact: string;
2285
2418
  };
2286
- pools: {
2419
+ campaigns: {
2287
2420
  name: string;
2288
2421
  description: string;
2289
2422
  status: string;
2423
+ priority: string;
2424
+ startDate: null;
2425
+ endDate: null;
2426
+ campaignType: string;
2427
+ budgetedCost: number;
2428
+ expectedRevenue: number;
2429
+ actualCost: number;
2430
+ numbersSent: number;
2431
+ expectedResponse: string;
2432
+ accountOwner: string;
2433
+ leads: string;
2434
+ deals: string;
2290
2435
  };
2291
- products: {
2436
+ leads: {
2292
2437
  name: string;
2293
- description: null;
2438
+ description: string;
2294
2439
  status: string;
2295
- productType: string;
2296
- client: string;
2297
- inventory: string;
2440
+ leadType: string;
2441
+ source: string;
2442
+ amount: number;
2443
+ projectedClosingDate: null;
2444
+ expectedRevenue: number;
2445
+ probability: number;
2446
+ nextStep: string;
2298
2447
  accountOwner: string;
2299
- active: boolean;
2300
- shippable: boolean;
2301
- statementDescriptor: string;
2302
- taxCode: null;
2303
- unitLabel: null;
2304
- url: string;
2305
- };
2306
- prices: {
2307
- active: boolean;
2308
- unitAmount: number;
2309
- unitAmountDecimal: null;
2310
- lookupKey: string;
2311
- type: string;
2312
- taxBehavior: string;
2313
- currency: string;
2314
- billingScheme: string;
2315
- recurring: {
2316
- intervalCount: number;
2317
- interval: string;
2318
- aggregateUsage: string;
2319
- usageType: string;
2320
- trialPeriodDays: number;
2321
- };
2448
+ client: string;
2449
+ campaign: string;
2322
2450
  };
2323
- packageDimensions: {
2324
- height: number;
2325
- length: number;
2326
- weight: number;
2327
- width: number;
2451
+ deals: {
2452
+ name: string;
2453
+ description: string;
2454
+ status: string;
2455
+ dealType: string;
2456
+ source: string;
2457
+ amount: number;
2458
+ closingDate: null;
2459
+ expectedRevenue: number;
2460
+ probability: number;
2461
+ nextStep: string;
2462
+ accountOwner: string;
2463
+ client: string;
2464
+ campaign: string;
2328
2465
  };
2329
2466
  subscriptions: {
2330
2467
  name: string;
@@ -2391,6 +2528,124 @@ declare const defaults: {
2391
2528
  client: string;
2392
2529
  subscription: string;
2393
2530
  invoice: string;
2531
+ automaticPaymentMethods: {
2532
+ allowRedirects: string;
2533
+ enabled: boolean;
2534
+ };
2535
+ amountDetails: {
2536
+ discountAmount: null;
2537
+ shipping: {
2538
+ amount: null;
2539
+ fromPostalCode: null;
2540
+ toPostalCode: null;
2541
+ };
2542
+ tax: {
2543
+ totalTaxAmount: null;
2544
+ };
2545
+ tip: {
2546
+ amount: null;
2547
+ };
2548
+ };
2549
+ };
2550
+ paymentMethods: {
2551
+ name: string;
2552
+ description: string;
2553
+ status: string;
2554
+ livemode: boolean;
2555
+ };
2556
+ billingDetails: {
2557
+ address: {
2558
+ city: null;
2559
+ country: null;
2560
+ line1: null;
2561
+ line2: null;
2562
+ postalCode: null;
2563
+ state: null;
2564
+ };
2565
+ email: null;
2566
+ name: string;
2567
+ phone: null;
2568
+ };
2569
+ shipping: {
2570
+ address: {
2571
+ city: null;
2572
+ country: null;
2573
+ line1: null;
2574
+ line2: null;
2575
+ postalCode: null;
2576
+ state: null;
2577
+ };
2578
+ carrier: string;
2579
+ name: string;
2580
+ phone: string;
2581
+ trackingNumber: string;
2582
+ };
2583
+ disputes: {
2584
+ name: string;
2585
+ description: string;
2586
+ status: string;
2587
+ evidence: {
2588
+ accessActivityLog: null;
2589
+ billingAddress: null;
2590
+ cancellationPolicy: null;
2591
+ cancellationPolicyDisclosure: null;
2592
+ cancellationRebuttal: null;
2593
+ customerCommunication: null;
2594
+ customerEmailAddress: null;
2595
+ customerName: null;
2596
+ customerPurchaseIp: null;
2597
+ customerSignature: null;
2598
+ duplicateChargeDocumentation: null;
2599
+ duplicateChargeExplanation: null;
2600
+ duplicateChargeId: null;
2601
+ productDescription: null;
2602
+ receipt: null;
2603
+ refundPolicy: null;
2604
+ refundPolicyDisclosure: null;
2605
+ refundRefusalExplanation: null;
2606
+ serviceDate: null;
2607
+ serviceDocumentation: null;
2608
+ shippingAddress: null;
2609
+ shippingCarrier: null;
2610
+ shippingDate: null;
2611
+ shippingDocumentation: null;
2612
+ shippingTrackingNumber: null;
2613
+ uncategorizedFile: null;
2614
+ uncategorizedText: null;
2615
+ };
2616
+ evidenceDetails: {
2617
+ dueBy: null;
2618
+ hasEvidence: boolean;
2619
+ pastDue: boolean;
2620
+ submissionCount: number;
2621
+ };
2622
+ };
2623
+ refunds: {
2624
+ name: string;
2625
+ description: string;
2626
+ status: string;
2627
+ };
2628
+ pools: {
2629
+ name: string;
2630
+ description: string;
2631
+ status: string;
2632
+ };
2633
+ issuer: {
2634
+ account: string;
2635
+ type: string;
2636
+ };
2637
+ activties: {
2638
+ label: string;
2639
+ value: string;
2640
+ modelName: string;
2641
+ path: string;
2642
+ };
2643
+ schema: {
2644
+ deleted: boolean;
2645
+ selected: boolean;
2646
+ key: string;
2647
+ type: string;
2648
+ options: never[];
2394
2649
  };
2395
2650
  reports: {
2396
2651
  label: string;
@@ -2436,31 +2691,9 @@ declare const defaults: {
2436
2691
  latitude: number;
2437
2692
  longitude: number;
2438
2693
  };
2439
- schema: {
2440
- deleted: boolean;
2441
- selected: boolean;
2442
- key: string;
2443
- type: string;
2444
- options: never[];
2445
- };
2446
2694
  comments: {
2447
2695
  label: string;
2448
2696
  };
2449
- tasks: {
2450
- name: string;
2451
- description: string;
2452
- status: string;
2453
- priority: string;
2454
- dueDate: null;
2455
- reminder: boolean;
2456
- reminderDate: null;
2457
- reminderTime: string;
2458
- repeat: boolean;
2459
- repeatDate: null;
2460
- repeatTime: string;
2461
- client: string;
2462
- assignee: string;
2463
- };
2464
2697
  integrations: {
2465
2698
  name: string;
2466
2699
  title: string;
@@ -2589,7 +2822,11 @@ declare const defaultsWithTypes: {
2589
2822
  default: string;
2590
2823
  type: string;
2591
2824
  };
2592
- contactName: {
2825
+ individualName: {
2826
+ default: string;
2827
+ type: string;
2828
+ };
2829
+ businessName: {
2593
2830
  default: string;
2594
2831
  type: string;
2595
2832
  };
@@ -3862,4 +4099,4 @@ declare const defaultsWithTypes: {
3862
4099
  };
3863
4100
  };
3864
4101
 
3865
- export { type ActivityInterface, type AddressInterface, type AnalyticsQueryInterface, AppMode, type AutomaticTaxInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type DealInterface, DealType, DeviceNotification, type EmailInterface, type EngagementInterface, FeatureType, type FileInterface, type FilterInterface, FilterType, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryFilterInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, automaticTaxStatus, billingReason, camelCaseToWords, capitalizeSentence, captureMethod, chatType, clientType, collectionMethod, commentRole, constants, currency, customerType, defaults, defaultsWithTypes, formatPhoneNumber, getRandomArbitrary, grabAge, integrationType, isNumber, largeNumberLabel, missingPaymentMethod, normalizeKey, openInNewTab, operationType, organizationFilterType, paymentCancellationReason, paymentStatus, prettifyString, productType, snakeToPretty, status, stripHtmlTags, subscriptionCancellationReason, taxExempt, toCurrencyValue, userRole, userSource, userStatus, validEmail };
4102
+ export { type ActivityInterface, type AddressInterface, type AnalyticsQueryInterface, AppMode, type AutomaticTaxInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type DealInterface, DealType, DeviceNotification, type EmailInterface, type EngagementInterface, FeatureType, type FileInterface, type FilterInterface, FilterType, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryFilterInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords, cancellationReason, capitalizeSentence, captureMethod, chatType, clientType, collectionMethod, commentRole, constants, currency, customerType, defaults, defaultsWithTypes, disputeReason, disputeStatus, formatPhoneNumber, getRandomArbitrary, grabAge, integrationType, isNumber, largeNumberLabel, missingPaymentMethod, normalizeKey, openInNewTab, operationType, organizationFilterType, paymentAllowRedirect, paymentCancellationReason, paymentFutureUsage, paymentMethodAllowReDisplay, paymentMethodType, paymentStatus, prettifyString, priceType, productType, refundFailureReason, refundPendingReason, refundReason, refundStatus, snakeToPretty, status, stripHtmlTags, taxBehavior, taxExempt, tiersMode, toCurrencyValue, userRole, userSource, userStatus, validEmail };