@ayasofyazilim/saas 0.0.36 → 0.0.38

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 (71) hide show
  1. package/AccountService/core/ApiRequestOptions.ts +12 -12
  2. package/AccountService/core/BaseHttpRequest.ts +9 -9
  3. package/AccountService/core/FetchHttpRequest.ts +21 -21
  4. package/AccountService/core/OpenAPI.ts +55 -55
  5. package/AccountService/core/request.ts +340 -340
  6. package/AccountService/index.ts +8 -8
  7. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  8. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  9. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  10. package/AdministrationService/core/OpenAPI.ts +55 -55
  11. package/AdministrationService/core/request.ts +340 -340
  12. package/BackerService/core/ApiRequestOptions.ts +12 -12
  13. package/BackerService/core/BaseHttpRequest.ts +9 -9
  14. package/BackerService/core/FetchHttpRequest.ts +21 -21
  15. package/BackerService/core/OpenAPI.ts +55 -55
  16. package/BackerService/core/request.ts +340 -340
  17. package/BackerService/index.ts +8 -8
  18. package/BackerService/services.gen.ts +866 -866
  19. package/CRMService/schemas.gen.ts +3 -15
  20. package/CRMService/services.gen.ts +444 -9
  21. package/CRMService/types.gen.ts +692 -50
  22. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  23. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  24. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  25. package/FundraiserService/core/OpenAPI.ts +55 -55
  26. package/FundraiserService/core/request.ts +340 -340
  27. package/FundraiserService/index.ts +8 -8
  28. package/FundraiserService/services.gen.ts +627 -627
  29. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  30. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  31. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  32. package/IdentityService/core/OpenAPI.ts +55 -55
  33. package/IdentityService/core/request.ts +340 -340
  34. package/IdentityService/index.ts +8 -8
  35. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  36. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  37. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  38. package/MerchantService/core/OpenAPI.ts +55 -55
  39. package/MerchantService/core/request.ts +340 -340
  40. package/MerchantService/schemas.gen.ts +14764 -14764
  41. package/MerchantService/services.gen.ts +1602 -1602
  42. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  43. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  44. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  45. package/ProjectService/core/OpenAPI.ts +55 -55
  46. package/ProjectService/core/request.ts +340 -340
  47. package/ProjectService/index.ts +8 -8
  48. package/ProjectService/services.gen.ts +492 -492
  49. package/ProjectService.json +2937 -2937
  50. package/SaasService/core/ApiRequestOptions.ts +12 -12
  51. package/SaasService/core/BaseHttpRequest.ts +9 -9
  52. package/SaasService/core/FetchHttpRequest.ts +21 -21
  53. package/SaasService/core/OpenAPI.ts +55 -55
  54. package/SaasService/core/request.ts +340 -340
  55. package/SaasService/index.ts +8 -8
  56. package/TravellerService/TravellerServiceClient.ts +56 -56
  57. package/TravellerService/core/ApiError.ts +20 -20
  58. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  59. package/TravellerService/core/ApiResult.ts +6 -6
  60. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  61. package/TravellerService/core/CancelablePromise.ts +125 -125
  62. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  63. package/TravellerService/core/OpenAPI.ts +55 -55
  64. package/TravellerService/core/request.ts +340 -340
  65. package/TravellerService/index.ts +8 -8
  66. package/TravellerService/schemas.gen.ts +6204 -7980
  67. package/TravellerService/services.gen.ts +695 -709
  68. package/TravellerService/types.gen.ts +1808 -1850
  69. package/generator.mjs +4 -8
  70. package/package.json +1 -1
  71. package/swagger.json +4794 -4794
@@ -1,9 +1,9 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- export { FundraiserServiceClient } from './FundraiserServiceClient';
3
- export { ApiError } from './core/ApiError';
4
- export { BaseHttpRequest } from './core/BaseHttpRequest';
5
- export { CancelablePromise, CancelError } from './core/CancelablePromise';
6
- export { OpenAPI, type OpenAPIConfig } from './core/OpenAPI';
7
- export * from './schemas.gen';
8
- export * from './services.gen';
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export { FundraiserServiceClient } from './FundraiserServiceClient';
3
+ export { ApiError } from './core/ApiError';
4
+ export { BaseHttpRequest } from './core/BaseHttpRequest';
5
+ export { CancelablePromise, CancelError } from './core/CancelablePromise';
6
+ export { OpenAPI, type OpenAPIConfig } from './core/OpenAPI';
7
+ export * from './schemas.gen';
8
+ export * from './services.gen';
9
9
  export * from './types.gen';