@kl1/contracts 1.3.2 → 1.3.4

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.
@@ -33,5 +33,4 @@ export * from './botpress';
33
33
  export * from './cx-intelligence';
34
34
  export * from './hold-label';
35
35
  export * from './widget';
36
- export { presenceStatusContract } from './presence-status';
37
36
  //# 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,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,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"}
package/dist/index.js CHANGED
@@ -81,7 +81,7 @@ __export(index_exports, {
81
81
  platformTelegramContract: () => platformTelegramContract,
82
82
  platformWebchatContract: () => platformWebchatContract,
83
83
  platformWhatsappContract: () => platformWhatsappContract,
84
- presenceStatusContract: () => presenceStatusContract,
84
+ presenceStatusContract: () => presenceStatusContract2,
85
85
  publicApiContract: () => publicApiContract2,
86
86
  receiveMessageContract: () => receiveMessageContract,
87
87
  roleSettingContract: () => roleSettingContract,
@@ -2888,7 +2888,7 @@ var mainFeedContract = (0, import_core8.initContract)().router(
2888
2888
  {
2889
2889
  getFeedPostById: {
2890
2890
  method: "GET",
2891
- path: "/feed-post/:id",
2891
+ path: "/:id",
2892
2892
  pathParams: import_zod42.default.object({
2893
2893
  id: import_zod42.default.string().uuid()
2894
2894
  }),
@@ -2901,7 +2901,7 @@ var mainFeedContract = (0, import_core8.initContract)().router(
2901
2901
  },
2902
2902
  getMessagesByParent: {
2903
2903
  method: "GET",
2904
- path: "/feed-post/message/:parentId/relevance",
2904
+ path: "/message/:parentId/relevance",
2905
2905
  pathParams: import_zod42.default.object({
2906
2906
  parentId: import_zod42.default.string().uuid()
2907
2907
  }),
@@ -2919,7 +2919,7 @@ var mainFeedContract = (0, import_core8.initContract)().router(
2919
2919
  },
2920
2920
  {
2921
2921
  baseHeaders: DefaultHeaderSchema,
2922
- pathPrefix: "ms"
2922
+ pathPrefix: "ms/feed-post"
2923
2923
  }
2924
2924
  );
2925
2925
  var mainChatRoomContract = (0, import_core8.initContract)().router(