@ritas-inc/hanaqueryapi-client
Version:
TypeScript client for HANA Query API with full type safety and error handling
12 lines • 487 B
TypeScript
/**
* Test script to verify the new plan validation behavior
*
* This script tests the updated client methods and API behavior where:
* - 404 is returned only when the plan doesn't exist
* - 200 with empty arrays is returned when plan exists but has no products/work orders
*
* Usage: node --experimental-strip-types test-plan-validation.ts
*/
declare function testPlanValidation(): Promise<void>;
export { testPlanValidation };
//# sourceMappingURL=test-plan-validation.d.ts.map