@verma-consulting/common-library 0.1.28 → 0.1.29
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 +8 -327
- package/dist/index.d.ts +8 -327
- package/dist/index.js +4 -83
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -83
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2382,94 +2382,15 @@ var defaults = {
|
|
|
2382
2382
|
title: "",
|
|
2383
2383
|
description: "",
|
|
2384
2384
|
category: "",
|
|
2385
|
-
type: "",
|
|
2386
2385
|
key: "",
|
|
2387
2386
|
secret: "",
|
|
2388
2387
|
logo: "",
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
importedAt: null,
|
|
2394
|
-
exportBridge: false,
|
|
2395
|
-
exportedAt: null,
|
|
2396
|
-
dynamicBridge: false
|
|
2397
|
-
},
|
|
2398
|
-
googleWorkspaceAccount: {
|
|
2399
|
-
importBridge: false,
|
|
2400
|
-
importedAt: null,
|
|
2401
|
-
exportBridge: false,
|
|
2402
|
-
exportedAt: null,
|
|
2403
|
-
dynamicBridge: false
|
|
2404
|
-
},
|
|
2405
|
-
microsoftTeamsAccount: {
|
|
2406
|
-
importBridge: false,
|
|
2407
|
-
importedAt: null,
|
|
2408
|
-
exportBridge: false,
|
|
2409
|
-
exportedAt: null,
|
|
2410
|
-
dynamicBridge: false
|
|
2411
|
-
},
|
|
2412
|
-
microsoft365Account: {
|
|
2413
|
-
importBridge: false,
|
|
2414
|
-
importedAt: null,
|
|
2415
|
-
exportBridge: false,
|
|
2416
|
-
exportedAt: null,
|
|
2417
|
-
dynamicBridge: false
|
|
2418
|
-
},
|
|
2419
|
-
slackAccount: {
|
|
2420
|
-
importBridge: false,
|
|
2421
|
-
importedAt: null,
|
|
2422
|
-
exportBridge: false,
|
|
2423
|
-
exportedAt: null,
|
|
2424
|
-
dynamicBridge: false
|
|
2425
|
-
},
|
|
2426
|
-
fixerIoAccount: {
|
|
2427
|
-
importBridge: false,
|
|
2428
|
-
importedAt: null,
|
|
2429
|
-
exportBridge: false,
|
|
2430
|
-
exportedAt: null,
|
|
2431
|
-
dynamicBridge: false
|
|
2432
|
-
},
|
|
2433
|
-
chatGptAccount: {
|
|
2434
|
-
importBridge: false,
|
|
2435
|
-
importedAt: null,
|
|
2436
|
-
exportBridge: false,
|
|
2437
|
-
exportedAt: null,
|
|
2438
|
-
dynamicBridge: false
|
|
2439
|
-
},
|
|
2440
|
-
deepseekAccount: {
|
|
2441
|
-
importBridge: false,
|
|
2442
|
-
importedAt: null,
|
|
2443
|
-
exportBridge: false,
|
|
2444
|
-
exportedAt: null,
|
|
2445
|
-
dynamicBridge: false
|
|
2446
|
-
},
|
|
2447
|
-
claudeAccount: {
|
|
2448
|
-
importBridge: false,
|
|
2449
|
-
importedAt: null,
|
|
2450
|
-
exportBridge: false,
|
|
2451
|
-
exportedAt: null,
|
|
2452
|
-
dynamicBridge: false
|
|
2453
|
-
},
|
|
2454
|
-
googleMapsAccount: {
|
|
2455
|
-
importBridge: false,
|
|
2456
|
-
importedAt: null,
|
|
2457
|
-
exportBridge: false,
|
|
2458
|
-
exportedAt: null,
|
|
2459
|
-
dynamicBridge: false
|
|
2460
|
-
},
|
|
2461
|
-
shippoAccount: {
|
|
2462
|
-
importBridge: false,
|
|
2463
|
-
importedAt: null,
|
|
2464
|
-
exportBridge: false,
|
|
2465
|
-
exportedAt: null,
|
|
2466
|
-
dynamicBridge: false
|
|
2467
|
-
},
|
|
2468
|
-
shopifyAccount: {
|
|
2388
|
+
clientEmail: "",
|
|
2389
|
+
customerId: "",
|
|
2390
|
+
channelId: "",
|
|
2391
|
+
active: false,
|
|
2469
2392
|
importBridge: false,
|
|
2470
|
-
importedAt: null,
|
|
2471
2393
|
exportBridge: false,
|
|
2472
|
-
exportedAt: null,
|
|
2473
2394
|
dynamicBridge: false
|
|
2474
2395
|
},
|
|
2475
2396
|
operations: { label: "", description: "", star: false },
|