@snugdesk/core 0.2.27 → 0.2.28
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/fesm2022/snugdesk-core.mjs +36 -0
- package/fesm2022/snugdesk-core.mjs.map +1 -1
- package/index.d.ts +21 -21
- package/package.json +1 -1
|
@@ -1219,6 +1219,8 @@ const FIELDS_ENTITY_TYPE = `
|
|
|
1219
1219
|
name
|
|
1220
1220
|
description
|
|
1221
1221
|
image {
|
|
1222
|
+
key
|
|
1223
|
+
bucket
|
|
1222
1224
|
location
|
|
1223
1225
|
}
|
|
1224
1226
|
createdAt
|
|
@@ -1236,6 +1238,8 @@ const FIELDS_ENTITY = `
|
|
|
1236
1238
|
parentId
|
|
1237
1239
|
name
|
|
1238
1240
|
image {
|
|
1241
|
+
key
|
|
1242
|
+
bucket
|
|
1239
1243
|
location
|
|
1240
1244
|
}
|
|
1241
1245
|
email
|
|
@@ -1287,6 +1291,8 @@ const FIELDS_ENTITY_EXPANDED = `
|
|
|
1287
1291
|
entityTypeId
|
|
1288
1292
|
name
|
|
1289
1293
|
image {
|
|
1294
|
+
key
|
|
1295
|
+
bucket
|
|
1290
1296
|
location
|
|
1291
1297
|
}
|
|
1292
1298
|
isOrganization
|
|
@@ -1307,6 +1313,8 @@ const FIELDS_ENTITY_EXPANDED = `
|
|
|
1307
1313
|
}
|
|
1308
1314
|
name
|
|
1309
1315
|
image {
|
|
1316
|
+
key
|
|
1317
|
+
bucket
|
|
1310
1318
|
location
|
|
1311
1319
|
}
|
|
1312
1320
|
isOrganization
|
|
@@ -1350,6 +1358,8 @@ const FIELDS_ENTITY_MINIMAL = `
|
|
|
1350
1358
|
metadata
|
|
1351
1359
|
name
|
|
1352
1360
|
image {
|
|
1361
|
+
key
|
|
1362
|
+
bucket
|
|
1353
1363
|
location
|
|
1354
1364
|
}
|
|
1355
1365
|
email
|
|
@@ -1954,6 +1964,8 @@ const FIELDS_USER = `
|
|
|
1954
1964
|
email
|
|
1955
1965
|
name
|
|
1956
1966
|
image {
|
|
1967
|
+
key
|
|
1968
|
+
bucket
|
|
1957
1969
|
location
|
|
1958
1970
|
}
|
|
1959
1971
|
phoneNumber {
|
|
@@ -2151,6 +2163,8 @@ const FIELDS_TEAM = `
|
|
|
2151
2163
|
name
|
|
2152
2164
|
description
|
|
2153
2165
|
image {
|
|
2166
|
+
key
|
|
2167
|
+
bucket
|
|
2154
2168
|
location
|
|
2155
2169
|
}
|
|
2156
2170
|
ticketFields
|
|
@@ -2292,9 +2306,13 @@ const FIELDS_INTERACTION_MINIMAL = `
|
|
|
2292
2306
|
notes
|
|
2293
2307
|
summary
|
|
2294
2308
|
transcription {
|
|
2309
|
+
key
|
|
2310
|
+
bucket
|
|
2295
2311
|
location
|
|
2296
2312
|
}
|
|
2297
2313
|
recording {
|
|
2314
|
+
key
|
|
2315
|
+
bucket
|
|
2298
2316
|
location
|
|
2299
2317
|
}
|
|
2300
2318
|
routeConfiguration {
|
|
@@ -2341,9 +2359,13 @@ const FIELDS_INTERACTION = `
|
|
|
2341
2359
|
notes
|
|
2342
2360
|
summary
|
|
2343
2361
|
transcription {
|
|
2362
|
+
key
|
|
2363
|
+
bucket
|
|
2344
2364
|
location
|
|
2345
2365
|
}
|
|
2346
2366
|
recording {
|
|
2367
|
+
key
|
|
2368
|
+
bucket
|
|
2347
2369
|
location
|
|
2348
2370
|
}
|
|
2349
2371
|
routeConfiguration {
|
|
@@ -2422,9 +2444,13 @@ const FIELDS_INTERACTION_EXPANDED = `
|
|
|
2422
2444
|
notes
|
|
2423
2445
|
summary
|
|
2424
2446
|
transcription {
|
|
2447
|
+
key
|
|
2448
|
+
bucket
|
|
2425
2449
|
location
|
|
2426
2450
|
}
|
|
2427
2451
|
recording {
|
|
2452
|
+
key
|
|
2453
|
+
bucket
|
|
2428
2454
|
location
|
|
2429
2455
|
}
|
|
2430
2456
|
routeConfiguration {
|
|
@@ -2520,6 +2546,8 @@ const FIELDS_INTERACTION_MESSAGE_ATTACHMENT = `
|
|
|
2520
2546
|
size
|
|
2521
2547
|
type
|
|
2522
2548
|
file {
|
|
2549
|
+
key
|
|
2550
|
+
bucket
|
|
2523
2551
|
location
|
|
2524
2552
|
}
|
|
2525
2553
|
createdAt
|
|
@@ -3365,6 +3393,8 @@ const FIELDS_TENANT = `
|
|
|
3365
3393
|
organizationName
|
|
3366
3394
|
websiteURL
|
|
3367
3395
|
image {
|
|
3396
|
+
key
|
|
3397
|
+
bucket
|
|
3368
3398
|
location
|
|
3369
3399
|
}
|
|
3370
3400
|
preferences {
|
|
@@ -3396,6 +3426,8 @@ const FIELDS_TENANT_MINIMAL = `
|
|
|
3396
3426
|
organizationName
|
|
3397
3427
|
websiteURL
|
|
3398
3428
|
image {
|
|
3429
|
+
key
|
|
3430
|
+
bucket
|
|
3399
3431
|
location
|
|
3400
3432
|
}
|
|
3401
3433
|
preferences {
|
|
@@ -3420,6 +3452,8 @@ const FIELDS_TENANT_EXPANDED = `
|
|
|
3420
3452
|
organizationName
|
|
3421
3453
|
websiteURL
|
|
3422
3454
|
image {
|
|
3455
|
+
key
|
|
3456
|
+
bucket
|
|
3423
3457
|
location
|
|
3424
3458
|
}
|
|
3425
3459
|
billingInformation {
|
|
@@ -3491,6 +3525,8 @@ const FIELDS_TENANT_COMPLIANCE_DOCUMENT = `
|
|
|
3491
3525
|
status
|
|
3492
3526
|
notes
|
|
3493
3527
|
file {
|
|
3528
|
+
key
|
|
3529
|
+
bucket
|
|
3494
3530
|
location
|
|
3495
3531
|
}
|
|
3496
3532
|
createdAt
|