@kl1/contracts 1.1.59-uat → 1.1.61-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1286,7 +1286,6 @@ var MessageTypeSchema = import_zod30.default.enum([
1286
1286
  "fallback",
1287
1287
  "location",
1288
1288
  "sticker",
1289
- "text_with_image",
1290
1289
  // botpress specific
1291
1290
  "carousel",
1292
1291
  "card",
@@ -2528,7 +2527,7 @@ var mainChatContract = (0, import_core7.initContract)().router(
2528
2527
  data: import_zod37.default.array(MessageWithFeedPostSchema)
2529
2528
  })
2530
2529
  },
2531
- query: DefaultQueryParamsSchema,
2530
+ query: OrderQueryParamSchema,
2532
2531
  summary: "Get messages"
2533
2532
  },
2534
2533
  updateAssignee: {
@@ -6859,6 +6858,17 @@ var subscriptionContract = (0, import_core34.initContract)().router(
6859
6858
  }),
6860
6859
  500: DefaultErrorResponseSchema
6861
6860
  }
6861
+ },
6862
+ getAvailablePlan: {
6863
+ method: "GET",
6864
+ path: "/available-plan",
6865
+ query: null,
6866
+ responses: {
6867
+ 200: DefaultSuccessResponseSchema.extend({
6868
+ data: import_zod96.z.array(ProductSchema)
6869
+ }),
6870
+ 500: DefaultErrorResponseSchema
6871
+ }
6862
6872
  }
6863
6873
  },
6864
6874
  {