@kl1/contracts 1.4.47 → 1.4.49

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.
Files changed (53) hide show
  1. package/dist/api-contracts/src/botpress/index.d.ts +9 -9
  2. package/dist/api-contracts/src/botpress/validation.d.ts +9 -9
  3. package/dist/api-contracts/src/channel/index.d.ts +0 -64
  4. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +0 -64
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +3 -127
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +1 -26
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +0 -19
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/company/index.d.ts +0 -80
  14. package/dist/api-contracts/src/company/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/company/validation.d.ts +0 -40
  16. package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/contract.d.ts +446 -431
  18. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  19. package/dist/api-contracts/src/facebook-feed/index.d.ts +0 -16
  20. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/index.d.ts +0 -1
  22. package/dist/api-contracts/src/index.d.ts.map +1 -1
  23. package/dist/api-contracts/src/instagram/index.d.ts +0 -16
  24. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/line/index.d.ts +0 -16
  26. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/messenger/index.d.ts +0 -16
  28. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/subscription/index.d.ts +0 -438
  30. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/telegram/index.d.ts +0 -16
  32. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
  34. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  35. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -0
  36. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  37. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  38. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/viber/index.d.ts +0 -16
  40. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/webchat/index.d.ts +0 -16
  42. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/whatsapp/index.d.ts +0 -16
  44. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/workflow-rule/index.d.ts +7 -86
  46. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  47. package/dist/entities/src/enums/chat.d.ts +0 -1
  48. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  49. package/dist/index.js +1640 -1699
  50. package/dist/index.js.map +1 -1
  51. package/dist/index.mjs +1640 -1698
  52. package/dist/index.mjs.map +1 -1
  53. package/package.json +1 -1
@@ -2004,444 +2004,6 @@ export declare const subscriptionContract: {
2004
2004
  };
2005
2005
  path: "ms/subscriptions/available-plan";
2006
2006
  };
2007
- getAvailableAddOns: {
2008
- method: "GET";
2009
- query: z.ZodObject<{
2010
- type: z.ZodString;
2011
- currency: z.ZodString;
2012
- }, "strip", z.ZodTypeAny, {
2013
- currency: string;
2014
- type: string;
2015
- }, {
2016
- currency: string;
2017
- type: string;
2018
- }>;
2019
- responses: {
2020
- 200: z.ZodObject<{
2021
- requestId: z.ZodString;
2022
- data: z.ZodArray<z.ZodObject<{
2023
- id: z.ZodString;
2024
- createdAt: z.ZodDate;
2025
- updatedAt: z.ZodDate;
2026
- deletedAt: z.ZodNullable<z.ZodDate>;
2027
- provider: z.ZodString;
2028
- productId: z.ZodString;
2029
- name: z.ZodString;
2030
- type: z.ZodString;
2031
- omnichannel: z.ZodString;
2032
- usageType: z.ZodNullable<z.ZodString>;
2033
- productPrice: z.ZodObject<{
2034
- id: z.ZodString;
2035
- createdAt: z.ZodDate;
2036
- updatedAt: z.ZodDate;
2037
- deletedAt: z.ZodNullable<z.ZodDate>;
2038
- priceId: z.ZodString;
2039
- name: z.ZodNullable<z.ZodString>;
2040
- perUnit: z.ZodNumber;
2041
- price: z.ZodNumber;
2042
- currency: z.ZodNullable<z.ZodString>;
2043
- }, "strip", z.ZodTypeAny, {
2044
- currency: string | null;
2045
- name: string | null;
2046
- id: string;
2047
- createdAt: Date;
2048
- updatedAt: Date;
2049
- deletedAt: Date | null;
2050
- priceId: string;
2051
- perUnit: number;
2052
- price: number;
2053
- }, {
2054
- currency: string | null;
2055
- name: string | null;
2056
- id: string;
2057
- createdAt: Date;
2058
- updatedAt: Date;
2059
- deletedAt: Date | null;
2060
- priceId: string;
2061
- perUnit: number;
2062
- price: number;
2063
- }>;
2064
- relatedProducts: z.ZodArray<z.ZodObject<{
2065
- id: z.ZodString;
2066
- createdAt: z.ZodDate;
2067
- updatedAt: z.ZodDate;
2068
- deletedAt: z.ZodNullable<z.ZodDate>;
2069
- includedQuantity: z.ZodNumber;
2070
- product: z.ZodObject<{
2071
- id: z.ZodString;
2072
- createdAt: z.ZodDate;
2073
- updatedAt: z.ZodDate;
2074
- deletedAt: z.ZodNullable<z.ZodDate>;
2075
- provider: z.ZodString;
2076
- productId: z.ZodString;
2077
- name: z.ZodString;
2078
- type: z.ZodString;
2079
- omnichannel: z.ZodString;
2080
- usageType: z.ZodNullable<z.ZodString>;
2081
- productPrice: z.ZodObject<{
2082
- id: z.ZodString;
2083
- createdAt: z.ZodDate;
2084
- updatedAt: z.ZodDate;
2085
- deletedAt: z.ZodNullable<z.ZodDate>;
2086
- priceId: z.ZodString;
2087
- name: z.ZodNullable<z.ZodString>;
2088
- perUnit: z.ZodNumber;
2089
- price: z.ZodNumber;
2090
- currency: z.ZodNullable<z.ZodString>;
2091
- }, "strip", z.ZodTypeAny, {
2092
- currency: string | null;
2093
- name: string | null;
2094
- id: string;
2095
- createdAt: Date;
2096
- updatedAt: Date;
2097
- deletedAt: Date | null;
2098
- priceId: string;
2099
- perUnit: number;
2100
- price: number;
2101
- }, {
2102
- currency: string | null;
2103
- name: string | null;
2104
- id: string;
2105
- createdAt: Date;
2106
- updatedAt: Date;
2107
- deletedAt: Date | null;
2108
- priceId: string;
2109
- perUnit: number;
2110
- price: number;
2111
- }>;
2112
- }, "strip", z.ZodTypeAny, {
2113
- name: string;
2114
- type: string;
2115
- id: string;
2116
- createdAt: Date;
2117
- updatedAt: Date;
2118
- deletedAt: Date | null;
2119
- provider: string;
2120
- productId: string;
2121
- omnichannel: string;
2122
- usageType: string | null;
2123
- productPrice: {
2124
- currency: string | null;
2125
- name: string | null;
2126
- id: string;
2127
- createdAt: Date;
2128
- updatedAt: Date;
2129
- deletedAt: Date | null;
2130
- priceId: string;
2131
- perUnit: number;
2132
- price: number;
2133
- };
2134
- }, {
2135
- name: string;
2136
- type: string;
2137
- id: string;
2138
- createdAt: Date;
2139
- updatedAt: Date;
2140
- deletedAt: Date | null;
2141
- provider: string;
2142
- productId: string;
2143
- omnichannel: string;
2144
- usageType: string | null;
2145
- productPrice: {
2146
- currency: string | null;
2147
- name: string | null;
2148
- id: string;
2149
- createdAt: Date;
2150
- updatedAt: Date;
2151
- deletedAt: Date | null;
2152
- priceId: string;
2153
- perUnit: number;
2154
- price: number;
2155
- };
2156
- }>;
2157
- }, "strip", z.ZodTypeAny, {
2158
- id: string;
2159
- product: {
2160
- name: string;
2161
- type: string;
2162
- id: string;
2163
- createdAt: Date;
2164
- updatedAt: Date;
2165
- deletedAt: Date | null;
2166
- provider: string;
2167
- productId: string;
2168
- omnichannel: string;
2169
- usageType: string | null;
2170
- productPrice: {
2171
- currency: string | null;
2172
- name: string | null;
2173
- id: string;
2174
- createdAt: Date;
2175
- updatedAt: Date;
2176
- deletedAt: Date | null;
2177
- priceId: string;
2178
- perUnit: number;
2179
- price: number;
2180
- };
2181
- };
2182
- createdAt: Date;
2183
- updatedAt: Date;
2184
- deletedAt: Date | null;
2185
- includedQuantity: number;
2186
- }, {
2187
- id: string;
2188
- product: {
2189
- name: string;
2190
- type: string;
2191
- id: string;
2192
- createdAt: Date;
2193
- updatedAt: Date;
2194
- deletedAt: Date | null;
2195
- provider: string;
2196
- productId: string;
2197
- omnichannel: string;
2198
- usageType: string | null;
2199
- productPrice: {
2200
- currency: string | null;
2201
- name: string | null;
2202
- id: string;
2203
- createdAt: Date;
2204
- updatedAt: Date;
2205
- deletedAt: Date | null;
2206
- priceId: string;
2207
- perUnit: number;
2208
- price: number;
2209
- };
2210
- };
2211
- createdAt: Date;
2212
- updatedAt: Date;
2213
- deletedAt: Date | null;
2214
- includedQuantity: number;
2215
- }>, "many">;
2216
- }, "strip", z.ZodTypeAny, {
2217
- name: string;
2218
- type: string;
2219
- id: string;
2220
- createdAt: Date;
2221
- updatedAt: Date;
2222
- deletedAt: Date | null;
2223
- provider: string;
2224
- productId: string;
2225
- omnichannel: string;
2226
- usageType: string | null;
2227
- productPrice: {
2228
- currency: string | null;
2229
- name: string | null;
2230
- id: string;
2231
- createdAt: Date;
2232
- updatedAt: Date;
2233
- deletedAt: Date | null;
2234
- priceId: string;
2235
- perUnit: number;
2236
- price: number;
2237
- };
2238
- relatedProducts: {
2239
- id: string;
2240
- product: {
2241
- name: string;
2242
- type: string;
2243
- id: string;
2244
- createdAt: Date;
2245
- updatedAt: Date;
2246
- deletedAt: Date | null;
2247
- provider: string;
2248
- productId: string;
2249
- omnichannel: string;
2250
- usageType: string | null;
2251
- productPrice: {
2252
- currency: string | null;
2253
- name: string | null;
2254
- id: string;
2255
- createdAt: Date;
2256
- updatedAt: Date;
2257
- deletedAt: Date | null;
2258
- priceId: string;
2259
- perUnit: number;
2260
- price: number;
2261
- };
2262
- };
2263
- createdAt: Date;
2264
- updatedAt: Date;
2265
- deletedAt: Date | null;
2266
- includedQuantity: number;
2267
- }[];
2268
- }, {
2269
- name: string;
2270
- type: string;
2271
- id: string;
2272
- createdAt: Date;
2273
- updatedAt: Date;
2274
- deletedAt: Date | null;
2275
- provider: string;
2276
- productId: string;
2277
- omnichannel: string;
2278
- usageType: string | null;
2279
- productPrice: {
2280
- currency: string | null;
2281
- name: string | null;
2282
- id: string;
2283
- createdAt: Date;
2284
- updatedAt: Date;
2285
- deletedAt: Date | null;
2286
- priceId: string;
2287
- perUnit: number;
2288
- price: number;
2289
- };
2290
- relatedProducts: {
2291
- id: string;
2292
- product: {
2293
- name: string;
2294
- type: string;
2295
- id: string;
2296
- createdAt: Date;
2297
- updatedAt: Date;
2298
- deletedAt: Date | null;
2299
- provider: string;
2300
- productId: string;
2301
- omnichannel: string;
2302
- usageType: string | null;
2303
- productPrice: {
2304
- currency: string | null;
2305
- name: string | null;
2306
- id: string;
2307
- createdAt: Date;
2308
- updatedAt: Date;
2309
- deletedAt: Date | null;
2310
- priceId: string;
2311
- perUnit: number;
2312
- price: number;
2313
- };
2314
- };
2315
- createdAt: Date;
2316
- updatedAt: Date;
2317
- deletedAt: Date | null;
2318
- includedQuantity: number;
2319
- }[];
2320
- }>, "many">;
2321
- }, "strip", z.ZodTypeAny, {
2322
- data: {
2323
- name: string;
2324
- type: string;
2325
- id: string;
2326
- createdAt: Date;
2327
- updatedAt: Date;
2328
- deletedAt: Date | null;
2329
- provider: string;
2330
- productId: string;
2331
- omnichannel: string;
2332
- usageType: string | null;
2333
- productPrice: {
2334
- currency: string | null;
2335
- name: string | null;
2336
- id: string;
2337
- createdAt: Date;
2338
- updatedAt: Date;
2339
- deletedAt: Date | null;
2340
- priceId: string;
2341
- perUnit: number;
2342
- price: number;
2343
- };
2344
- relatedProducts: {
2345
- id: string;
2346
- product: {
2347
- name: string;
2348
- type: string;
2349
- id: string;
2350
- createdAt: Date;
2351
- updatedAt: Date;
2352
- deletedAt: Date | null;
2353
- provider: string;
2354
- productId: string;
2355
- omnichannel: string;
2356
- usageType: string | null;
2357
- productPrice: {
2358
- currency: string | null;
2359
- name: string | null;
2360
- id: string;
2361
- createdAt: Date;
2362
- updatedAt: Date;
2363
- deletedAt: Date | null;
2364
- priceId: string;
2365
- perUnit: number;
2366
- price: number;
2367
- };
2368
- };
2369
- createdAt: Date;
2370
- updatedAt: Date;
2371
- deletedAt: Date | null;
2372
- includedQuantity: number;
2373
- }[];
2374
- }[];
2375
- requestId: string;
2376
- }, {
2377
- data: {
2378
- name: string;
2379
- type: string;
2380
- id: string;
2381
- createdAt: Date;
2382
- updatedAt: Date;
2383
- deletedAt: Date | null;
2384
- provider: string;
2385
- productId: string;
2386
- omnichannel: string;
2387
- usageType: string | null;
2388
- productPrice: {
2389
- currency: string | null;
2390
- name: string | null;
2391
- id: string;
2392
- createdAt: Date;
2393
- updatedAt: Date;
2394
- deletedAt: Date | null;
2395
- priceId: string;
2396
- perUnit: number;
2397
- price: number;
2398
- };
2399
- relatedProducts: {
2400
- id: string;
2401
- product: {
2402
- name: string;
2403
- type: string;
2404
- id: string;
2405
- createdAt: Date;
2406
- updatedAt: Date;
2407
- deletedAt: Date | null;
2408
- provider: string;
2409
- productId: string;
2410
- omnichannel: string;
2411
- usageType: string | null;
2412
- productPrice: {
2413
- currency: string | null;
2414
- name: string | null;
2415
- id: string;
2416
- createdAt: Date;
2417
- updatedAt: Date;
2418
- deletedAt: Date | null;
2419
- priceId: string;
2420
- perUnit: number;
2421
- price: number;
2422
- };
2423
- };
2424
- createdAt: Date;
2425
- updatedAt: Date;
2426
- deletedAt: Date | null;
2427
- includedQuantity: number;
2428
- }[];
2429
- }[];
2430
- requestId: string;
2431
- }>;
2432
- 500: z.ZodObject<{
2433
- message: z.ZodString;
2434
- error: z.ZodAny;
2435
- }, "strip", z.ZodTypeAny, {
2436
- message: string;
2437
- error?: any;
2438
- }, {
2439
- message: string;
2440
- error?: any;
2441
- }>;
2442
- };
2443
- path: "ms/subscriptions/available-add-ons";
2444
- };
2445
2007
  checkPlan: {
2446
2008
  body: null;
2447
2009
  method: "POST";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/subscription/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FhC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/subscription/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAClE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFhC,CAAC"}
@@ -2768,7 +2768,6 @@ export declare const telegramContract: {
2768
2768
  firstResponseTime: z.ZodNumber;
2769
2769
  isLatest: z.ZodBoolean;
2770
2770
  isBotRoom: z.ZodBoolean;
2771
- isAiAgentRoom: z.ZodBoolean;
2772
2771
  metadata: z.ZodAny;
2773
2772
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
2774
2773
  platformContact: z.ZodObject<{
@@ -5704,7 +5703,6 @@ export declare const telegramContract: {
5704
5703
  };
5705
5704
  lastMessageAt: Date | null;
5706
5705
  isBotRoom: boolean;
5707
- isAiAgentRoom: boolean;
5708
5706
  csatStatus: string | null;
5709
5707
  cxlog: {
5710
5708
  id: string;
@@ -6142,7 +6140,6 @@ export declare const telegramContract: {
6142
6140
  };
6143
6141
  lastMessageAt: Date | null;
6144
6142
  isBotRoom: boolean;
6145
- isAiAgentRoom: boolean;
6146
6143
  csatStatus: string | null;
6147
6144
  cxlog: {
6148
6145
  id: string;
@@ -7508,7 +7505,6 @@ export declare const telegramContract: {
7508
7505
  firstResponseTime: z.ZodNumber;
7509
7506
  isLatest: z.ZodBoolean;
7510
7507
  isBotRoom: z.ZodBoolean;
7511
- isAiAgentRoom: z.ZodBoolean;
7512
7508
  metadata: z.ZodAny;
7513
7509
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
7514
7510
  platformContact: z.ZodObject<{
@@ -10444,7 +10440,6 @@ export declare const telegramContract: {
10444
10440
  };
10445
10441
  lastMessageAt: Date | null;
10446
10442
  isBotRoom: boolean;
10447
- isAiAgentRoom: boolean;
10448
10443
  csatStatus: string | null;
10449
10444
  cxlog: {
10450
10445
  id: string;
@@ -10882,7 +10877,6 @@ export declare const telegramContract: {
10882
10877
  };
10883
10878
  lastMessageAt: Date | null;
10884
10879
  isBotRoom: boolean;
10885
- isAiAgentRoom: boolean;
10886
10880
  csatStatus: string | null;
10887
10881
  cxlog: {
10888
10882
  id: string;
@@ -13093,7 +13087,6 @@ export declare const telegramContract: {
13093
13087
  };
13094
13088
  lastMessageAt: Date | null;
13095
13089
  isBotRoom: boolean;
13096
- isAiAgentRoom: boolean;
13097
13090
  csatStatus: string | null;
13098
13091
  cxlog: {
13099
13092
  id: string;
@@ -13868,7 +13861,6 @@ export declare const telegramContract: {
13868
13861
  };
13869
13862
  lastMessageAt: Date | null;
13870
13863
  isBotRoom: boolean;
13871
- isAiAgentRoom: boolean;
13872
13864
  csatStatus: string | null;
13873
13865
  cxlog: {
13874
13866
  id: string;
@@ -14644,7 +14636,6 @@ export declare const telegramContract: {
14644
14636
  };
14645
14637
  lastMessageAt: Date | null;
14646
14638
  isBotRoom: boolean;
14647
- isAiAgentRoom: boolean;
14648
14639
  csatStatus: string | null;
14649
14640
  cxlog: {
14650
14641
  id: string;
@@ -15419,7 +15410,6 @@ export declare const telegramContract: {
15419
15410
  };
15420
15411
  lastMessageAt: Date | null;
15421
15412
  isBotRoom: boolean;
15422
- isAiAgentRoom: boolean;
15423
15413
  csatStatus: string | null;
15424
15414
  cxlog: {
15425
15415
  id: string;
@@ -16195,7 +16185,6 @@ export declare const telegramContract: {
16195
16185
  };
16196
16186
  lastMessageAt: Date | null;
16197
16187
  isBotRoom: boolean;
16198
- isAiAgentRoom: boolean;
16199
16188
  csatStatus: string | null;
16200
16189
  cxlog: {
16201
16190
  id: string;
@@ -16970,7 +16959,6 @@ export declare const telegramContract: {
16970
16959
  };
16971
16960
  lastMessageAt: Date | null;
16972
16961
  isBotRoom: boolean;
16973
- isAiAgentRoom: boolean;
16974
16962
  csatStatus: string | null;
16975
16963
  cxlog: {
16976
16964
  id: string;
@@ -17748,7 +17736,6 @@ export declare const telegramContract: {
17748
17736
  };
17749
17737
  lastMessageAt: Date | null;
17750
17738
  isBotRoom: boolean;
17751
- isAiAgentRoom: boolean;
17752
17739
  csatStatus: string | null;
17753
17740
  cxlog: {
17754
17741
  id: string;
@@ -18523,7 +18510,6 @@ export declare const telegramContract: {
18523
18510
  };
18524
18511
  lastMessageAt: Date | null;
18525
18512
  isBotRoom: boolean;
18526
- isAiAgentRoom: boolean;
18527
18513
  csatStatus: string | null;
18528
18514
  cxlog: {
18529
18515
  id: string;
@@ -19302,7 +19288,6 @@ export declare const telegramContract: {
19302
19288
  };
19303
19289
  lastMessageAt: Date | null;
19304
19290
  isBotRoom: boolean;
19305
- isAiAgentRoom: boolean;
19306
19291
  csatStatus: string | null;
19307
19292
  cxlog: {
19308
19293
  id: string;
@@ -20077,7 +20062,6 @@ export declare const telegramContract: {
20077
20062
  };
20078
20063
  lastMessageAt: Date | null;
20079
20064
  isBotRoom: boolean;
20080
- isAiAgentRoom: boolean;
20081
20065
  csatStatus: string | null;
20082
20066
  cxlog: {
20083
20067
  id: string;