@ayasofyazilim/saas 0.0.28 → 0.0.29

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 (58) 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/AdministrationService/core/ApiRequestOptions.ts +12 -12
  7. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  8. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  9. package/AdministrationService/core/OpenAPI.ts +55 -55
  10. package/AdministrationService/core/request.ts +340 -340
  11. package/AdministrationService/index.ts +8 -8
  12. package/BackerService/BackerServiceClient.ts +50 -50
  13. package/BackerService/core/ApiRequestOptions.ts +12 -12
  14. package/BackerService/core/BaseHttpRequest.ts +9 -9
  15. package/BackerService/core/FetchHttpRequest.ts +21 -21
  16. package/BackerService/core/OpenAPI.ts +55 -55
  17. package/BackerService/core/request.ts +340 -340
  18. package/BackerService/schemas.gen.ts +12444 -12444
  19. package/BackerService/services.gen.ts +866 -866
  20. package/FundraiserService/FundraiserServiceClient.ts +47 -47
  21. package/FundraiserService/core/ApiError.ts +20 -20
  22. package/FundraiserService/core/ApiResult.ts +6 -6
  23. package/FundraiserService/core/CancelablePromise.ts +125 -125
  24. package/FundraiserService/index.ts +8 -8
  25. package/FundraiserService/schemas.gen.ts +11548 -11548
  26. package/FundraiserService/services.gen.ts +627 -627
  27. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  28. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  29. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  30. package/IdentityService/core/OpenAPI.ts +55 -55
  31. package/IdentityService/core/request.ts +340 -340
  32. package/MerchantService/MerchantServiceClient.ts +77 -77
  33. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  34. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  35. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  36. package/MerchantService/core/OpenAPI.ts +55 -55
  37. package/MerchantService/core/request.ts +340 -340
  38. package/MerchantService/schemas.gen.ts +14764 -14764
  39. package/MerchantService/services.gen.ts +1602 -1602
  40. package/ProjectService/ProjectServiceClient.ts +47 -47
  41. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  42. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  43. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  44. package/ProjectService/core/OpenAPI.ts +55 -55
  45. package/ProjectService/core/request.ts +340 -340
  46. package/ProjectService/schemas.gen.ts +5147 -5147
  47. package/ProjectService/services.gen.ts +492 -492
  48. package/SaasService/core/ApiRequestOptions.ts +12 -12
  49. package/SaasService/core/BaseHttpRequest.ts +9 -9
  50. package/SaasService/core/FetchHttpRequest.ts +21 -21
  51. package/SaasService/core/OpenAPI.ts +55 -55
  52. package/SaasService/core/request.ts +340 -340
  53. package/SettingService/index.ts +2 -2
  54. package/SettingService/schemas.gen.ts +5779 -5779
  55. package/SettingService/services.gen.ts +787 -787
  56. package/SettingService/types.gen.ts +1862 -6827
  57. package/generator.mjs +33 -7
  58. package/package.json +1 -1
@@ -4,6 +4,6 @@ export { ApiError } from './core/ApiError';
4
4
  export { BaseHttpRequest } from './core/BaseHttpRequest';
5
5
  export { CancelablePromise, CancelError } from './core/CancelablePromise';
6
6
  export { OpenAPI, type OpenAPIConfig } from './core/OpenAPI';
7
- export * from './schemas.gen';
8
7
  export * from './services.gen';
9
- export * from './types.gen';
8
+ export * from './types.gen';
9
+ export * from './schemas.gen';