@kl1/contracts 1.3.76 → 1.3.78

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 (34) hide show
  1. package/dist/api-contracts/src/automation-queue/index.d.ts +43 -12
  2. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/automation-queue/schema.d.ts +3 -0
  4. package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/automation-queue/validation.d.ts +18 -12
  6. package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/channel/index.d.ts +64 -0
  8. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/channel/validation.d.ts +64 -0
  10. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/index.d.ts +5683 -0
  12. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  14. package/dist/api-contracts/src/chat/validation.d.ts +10 -0
  15. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  16. package/dist/api-contracts/src/contract.d.ts +182 -430
  17. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  18. package/dist/api-contracts/src/index.d.ts +1 -0
  19. package/dist/api-contracts/src/index.d.ts.map +1 -1
  20. package/dist/api-contracts/src/subscription/index.d.ts +438 -0
  21. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +0 -430
  23. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +0 -3
  25. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  27. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  28. package/dist/api-contracts/src/workflow-rule/index.d.ts +54 -0
  29. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  30. package/dist/index.js +1625 -1566
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.mjs +1624 -1566
  33. package/dist/index.mjs.map +1 -1
  34. package/package.json +1 -1
@@ -32,6 +32,7 @@ export * from './subscription';
32
32
  export * from './botpress';
33
33
  export * from './cx-intelligence';
34
34
  export * from './hold-label';
35
+ export * from './widget';
35
36
  export * from './export';
36
37
  export * from './invoice';
37
38
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
@@ -1977,6 +1977,444 @@ export declare const subscriptionContract: {
1977
1977
  };
1978
1978
  path: "ms/subscriptions/available-plan";
1979
1979
  };
1980
+ getAvailableAddOns: {
1981
+ method: "GET";
1982
+ query: z.ZodObject<{
1983
+ type: z.ZodString;
1984
+ currency: z.ZodString;
1985
+ }, "strip", z.ZodTypeAny, {
1986
+ currency: string;
1987
+ type: string;
1988
+ }, {
1989
+ currency: string;
1990
+ type: string;
1991
+ }>;
1992
+ responses: {
1993
+ 200: z.ZodObject<{
1994
+ requestId: z.ZodString;
1995
+ data: z.ZodArray<z.ZodObject<{
1996
+ id: z.ZodString;
1997
+ createdAt: z.ZodDate;
1998
+ updatedAt: z.ZodDate;
1999
+ deletedAt: z.ZodNullable<z.ZodDate>;
2000
+ provider: z.ZodString;
2001
+ productId: z.ZodString;
2002
+ name: z.ZodString;
2003
+ type: z.ZodString;
2004
+ omnichannel: z.ZodString;
2005
+ usageType: z.ZodNullable<z.ZodString>;
2006
+ productPrice: z.ZodObject<{
2007
+ id: z.ZodString;
2008
+ createdAt: z.ZodDate;
2009
+ updatedAt: z.ZodDate;
2010
+ deletedAt: z.ZodNullable<z.ZodDate>;
2011
+ priceId: z.ZodString;
2012
+ name: z.ZodNullable<z.ZodString>;
2013
+ perUnit: z.ZodNumber;
2014
+ price: z.ZodNumber;
2015
+ currency: z.ZodNullable<z.ZodString>;
2016
+ }, "strip", z.ZodTypeAny, {
2017
+ currency: string | null;
2018
+ name: string | null;
2019
+ id: string;
2020
+ createdAt: Date;
2021
+ updatedAt: Date;
2022
+ deletedAt: Date | null;
2023
+ priceId: string;
2024
+ perUnit: number;
2025
+ price: number;
2026
+ }, {
2027
+ currency: string | null;
2028
+ name: string | null;
2029
+ id: string;
2030
+ createdAt: Date;
2031
+ updatedAt: Date;
2032
+ deletedAt: Date | null;
2033
+ priceId: string;
2034
+ perUnit: number;
2035
+ price: number;
2036
+ }>;
2037
+ relatedProducts: z.ZodArray<z.ZodObject<{
2038
+ id: z.ZodString;
2039
+ createdAt: z.ZodDate;
2040
+ updatedAt: z.ZodDate;
2041
+ deletedAt: z.ZodNullable<z.ZodDate>;
2042
+ includedQuantity: z.ZodNumber;
2043
+ product: z.ZodObject<{
2044
+ id: z.ZodString;
2045
+ createdAt: z.ZodDate;
2046
+ updatedAt: z.ZodDate;
2047
+ deletedAt: z.ZodNullable<z.ZodDate>;
2048
+ provider: z.ZodString;
2049
+ productId: z.ZodString;
2050
+ name: z.ZodString;
2051
+ type: z.ZodString;
2052
+ omnichannel: z.ZodString;
2053
+ usageType: z.ZodNullable<z.ZodString>;
2054
+ productPrice: z.ZodObject<{
2055
+ id: z.ZodString;
2056
+ createdAt: z.ZodDate;
2057
+ updatedAt: z.ZodDate;
2058
+ deletedAt: z.ZodNullable<z.ZodDate>;
2059
+ priceId: z.ZodString;
2060
+ name: z.ZodNullable<z.ZodString>;
2061
+ perUnit: z.ZodNumber;
2062
+ price: z.ZodNumber;
2063
+ currency: z.ZodNullable<z.ZodString>;
2064
+ }, "strip", z.ZodTypeAny, {
2065
+ currency: string | null;
2066
+ name: string | null;
2067
+ id: string;
2068
+ createdAt: Date;
2069
+ updatedAt: Date;
2070
+ deletedAt: Date | null;
2071
+ priceId: string;
2072
+ perUnit: number;
2073
+ price: number;
2074
+ }, {
2075
+ currency: string | null;
2076
+ name: string | null;
2077
+ id: string;
2078
+ createdAt: Date;
2079
+ updatedAt: Date;
2080
+ deletedAt: Date | null;
2081
+ priceId: string;
2082
+ perUnit: number;
2083
+ price: number;
2084
+ }>;
2085
+ }, "strip", z.ZodTypeAny, {
2086
+ name: string;
2087
+ type: string;
2088
+ id: string;
2089
+ createdAt: Date;
2090
+ updatedAt: Date;
2091
+ deletedAt: Date | null;
2092
+ provider: string;
2093
+ productId: string;
2094
+ omnichannel: string;
2095
+ usageType: string | null;
2096
+ productPrice: {
2097
+ currency: string | null;
2098
+ name: string | null;
2099
+ id: string;
2100
+ createdAt: Date;
2101
+ updatedAt: Date;
2102
+ deletedAt: Date | null;
2103
+ priceId: string;
2104
+ perUnit: number;
2105
+ price: number;
2106
+ };
2107
+ }, {
2108
+ name: string;
2109
+ type: string;
2110
+ id: string;
2111
+ createdAt: Date;
2112
+ updatedAt: Date;
2113
+ deletedAt: Date | null;
2114
+ provider: string;
2115
+ productId: string;
2116
+ omnichannel: string;
2117
+ usageType: string | null;
2118
+ productPrice: {
2119
+ currency: string | null;
2120
+ name: string | null;
2121
+ id: string;
2122
+ createdAt: Date;
2123
+ updatedAt: Date;
2124
+ deletedAt: Date | null;
2125
+ priceId: string;
2126
+ perUnit: number;
2127
+ price: number;
2128
+ };
2129
+ }>;
2130
+ }, "strip", z.ZodTypeAny, {
2131
+ id: string;
2132
+ product: {
2133
+ name: string;
2134
+ type: string;
2135
+ id: string;
2136
+ createdAt: Date;
2137
+ updatedAt: Date;
2138
+ deletedAt: Date | null;
2139
+ provider: string;
2140
+ productId: string;
2141
+ omnichannel: string;
2142
+ usageType: string | null;
2143
+ productPrice: {
2144
+ currency: string | null;
2145
+ name: string | null;
2146
+ id: string;
2147
+ createdAt: Date;
2148
+ updatedAt: Date;
2149
+ deletedAt: Date | null;
2150
+ priceId: string;
2151
+ perUnit: number;
2152
+ price: number;
2153
+ };
2154
+ };
2155
+ createdAt: Date;
2156
+ updatedAt: Date;
2157
+ deletedAt: Date | null;
2158
+ includedQuantity: number;
2159
+ }, {
2160
+ id: string;
2161
+ product: {
2162
+ name: string;
2163
+ type: string;
2164
+ id: string;
2165
+ createdAt: Date;
2166
+ updatedAt: Date;
2167
+ deletedAt: Date | null;
2168
+ provider: string;
2169
+ productId: string;
2170
+ omnichannel: string;
2171
+ usageType: string | null;
2172
+ productPrice: {
2173
+ currency: string | null;
2174
+ name: string | null;
2175
+ id: string;
2176
+ createdAt: Date;
2177
+ updatedAt: Date;
2178
+ deletedAt: Date | null;
2179
+ priceId: string;
2180
+ perUnit: number;
2181
+ price: number;
2182
+ };
2183
+ };
2184
+ createdAt: Date;
2185
+ updatedAt: Date;
2186
+ deletedAt: Date | null;
2187
+ includedQuantity: number;
2188
+ }>, "many">;
2189
+ }, "strip", z.ZodTypeAny, {
2190
+ name: string;
2191
+ type: string;
2192
+ id: string;
2193
+ createdAt: Date;
2194
+ updatedAt: Date;
2195
+ deletedAt: Date | null;
2196
+ provider: string;
2197
+ productId: string;
2198
+ omnichannel: string;
2199
+ usageType: string | null;
2200
+ productPrice: {
2201
+ currency: string | null;
2202
+ name: string | null;
2203
+ id: string;
2204
+ createdAt: Date;
2205
+ updatedAt: Date;
2206
+ deletedAt: Date | null;
2207
+ priceId: string;
2208
+ perUnit: number;
2209
+ price: number;
2210
+ };
2211
+ relatedProducts: {
2212
+ id: string;
2213
+ product: {
2214
+ name: string;
2215
+ type: string;
2216
+ id: string;
2217
+ createdAt: Date;
2218
+ updatedAt: Date;
2219
+ deletedAt: Date | null;
2220
+ provider: string;
2221
+ productId: string;
2222
+ omnichannel: string;
2223
+ usageType: string | null;
2224
+ productPrice: {
2225
+ currency: string | null;
2226
+ name: string | null;
2227
+ id: string;
2228
+ createdAt: Date;
2229
+ updatedAt: Date;
2230
+ deletedAt: Date | null;
2231
+ priceId: string;
2232
+ perUnit: number;
2233
+ price: number;
2234
+ };
2235
+ };
2236
+ createdAt: Date;
2237
+ updatedAt: Date;
2238
+ deletedAt: Date | null;
2239
+ includedQuantity: number;
2240
+ }[];
2241
+ }, {
2242
+ name: string;
2243
+ type: string;
2244
+ id: string;
2245
+ createdAt: Date;
2246
+ updatedAt: Date;
2247
+ deletedAt: Date | null;
2248
+ provider: string;
2249
+ productId: string;
2250
+ omnichannel: string;
2251
+ usageType: string | null;
2252
+ productPrice: {
2253
+ currency: string | null;
2254
+ name: string | null;
2255
+ id: string;
2256
+ createdAt: Date;
2257
+ updatedAt: Date;
2258
+ deletedAt: Date | null;
2259
+ priceId: string;
2260
+ perUnit: number;
2261
+ price: number;
2262
+ };
2263
+ relatedProducts: {
2264
+ id: string;
2265
+ product: {
2266
+ name: string;
2267
+ type: string;
2268
+ id: string;
2269
+ createdAt: Date;
2270
+ updatedAt: Date;
2271
+ deletedAt: Date | null;
2272
+ provider: string;
2273
+ productId: string;
2274
+ omnichannel: string;
2275
+ usageType: string | null;
2276
+ productPrice: {
2277
+ currency: string | null;
2278
+ name: string | null;
2279
+ id: string;
2280
+ createdAt: Date;
2281
+ updatedAt: Date;
2282
+ deletedAt: Date | null;
2283
+ priceId: string;
2284
+ perUnit: number;
2285
+ price: number;
2286
+ };
2287
+ };
2288
+ createdAt: Date;
2289
+ updatedAt: Date;
2290
+ deletedAt: Date | null;
2291
+ includedQuantity: number;
2292
+ }[];
2293
+ }>, "many">;
2294
+ }, "strip", z.ZodTypeAny, {
2295
+ data: {
2296
+ name: string;
2297
+ type: string;
2298
+ id: string;
2299
+ createdAt: Date;
2300
+ updatedAt: Date;
2301
+ deletedAt: Date | null;
2302
+ provider: string;
2303
+ productId: string;
2304
+ omnichannel: string;
2305
+ usageType: string | null;
2306
+ productPrice: {
2307
+ currency: string | null;
2308
+ name: string | null;
2309
+ id: string;
2310
+ createdAt: Date;
2311
+ updatedAt: Date;
2312
+ deletedAt: Date | null;
2313
+ priceId: string;
2314
+ perUnit: number;
2315
+ price: number;
2316
+ };
2317
+ relatedProducts: {
2318
+ id: string;
2319
+ product: {
2320
+ name: string;
2321
+ type: string;
2322
+ id: string;
2323
+ createdAt: Date;
2324
+ updatedAt: Date;
2325
+ deletedAt: Date | null;
2326
+ provider: string;
2327
+ productId: string;
2328
+ omnichannel: string;
2329
+ usageType: string | null;
2330
+ productPrice: {
2331
+ currency: string | null;
2332
+ name: string | null;
2333
+ id: string;
2334
+ createdAt: Date;
2335
+ updatedAt: Date;
2336
+ deletedAt: Date | null;
2337
+ priceId: string;
2338
+ perUnit: number;
2339
+ price: number;
2340
+ };
2341
+ };
2342
+ createdAt: Date;
2343
+ updatedAt: Date;
2344
+ deletedAt: Date | null;
2345
+ includedQuantity: number;
2346
+ }[];
2347
+ }[];
2348
+ requestId: string;
2349
+ }, {
2350
+ data: {
2351
+ name: string;
2352
+ type: string;
2353
+ id: string;
2354
+ createdAt: Date;
2355
+ updatedAt: Date;
2356
+ deletedAt: Date | null;
2357
+ provider: string;
2358
+ productId: string;
2359
+ omnichannel: string;
2360
+ usageType: string | null;
2361
+ productPrice: {
2362
+ currency: string | null;
2363
+ name: string | null;
2364
+ id: string;
2365
+ createdAt: Date;
2366
+ updatedAt: Date;
2367
+ deletedAt: Date | null;
2368
+ priceId: string;
2369
+ perUnit: number;
2370
+ price: number;
2371
+ };
2372
+ relatedProducts: {
2373
+ id: string;
2374
+ product: {
2375
+ name: string;
2376
+ type: string;
2377
+ id: string;
2378
+ createdAt: Date;
2379
+ updatedAt: Date;
2380
+ deletedAt: Date | null;
2381
+ provider: string;
2382
+ productId: string;
2383
+ omnichannel: string;
2384
+ usageType: string | null;
2385
+ productPrice: {
2386
+ currency: string | null;
2387
+ name: string | null;
2388
+ id: string;
2389
+ createdAt: Date;
2390
+ updatedAt: Date;
2391
+ deletedAt: Date | null;
2392
+ priceId: string;
2393
+ perUnit: number;
2394
+ price: number;
2395
+ };
2396
+ };
2397
+ createdAt: Date;
2398
+ updatedAt: Date;
2399
+ deletedAt: Date | null;
2400
+ includedQuantity: number;
2401
+ }[];
2402
+ }[];
2403
+ requestId: string;
2404
+ }>;
2405
+ 500: z.ZodObject<{
2406
+ message: z.ZodString;
2407
+ error: z.ZodAny;
2408
+ }, "strip", z.ZodTypeAny, {
2409
+ message: string;
2410
+ error?: any;
2411
+ }, {
2412
+ message: string;
2413
+ error?: any;
2414
+ }>;
2415
+ };
2416
+ path: "ms/subscriptions/available-add-ons";
2417
+ };
1980
2418
  checkPlan: {
1981
2419
  body: null;
1982
2420
  method: "POST";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/subscription/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAO,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEhC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/subscription/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAO,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,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"}