@kl1/contracts 1.2.49-uat → 1.2.50-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -10140,8 +10140,7 @@ var SubscriptionSchema = DefaultEntitySchema.extend({
10140
10140
  name: z136.string().nullable(),
10141
10141
  subscriptionProducts: z136.array(SubscriptionProuctSchema),
10142
10142
  productPrice: ProductPriceSchema,
10143
- product: ProductSchema,
10144
- customer: CustomerSchema
10143
+ product: ProductSchema
10145
10144
  });
10146
10145
 
10147
10146
  // src/subscription/validation.ts
@@ -10173,6 +10172,7 @@ var subscriptionContract = initContract53().router(
10173
10172
  query: null,
10174
10173
  responses: {
10175
10174
  200: DefaultSuccessResponseSchema.extend({
10175
+ customer: CustomerSchema,
10176
10176
  subscription: SubscriptionSchema
10177
10177
  }),
10178
10178
  500: DefaultErrorResponseSchema