@ayasofyazilim/saas 0.0.37 → 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 (77) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -65
  2. package/AccountService/index.ts +8 -8
  3. package/AccountService/schemas.gen.ts +5103 -5103
  4. package/AccountService/services.gen.ts +1452 -1452
  5. package/AccountService/types.gen.ts +9896 -9896
  6. package/AdministrationService/AdministrationServiceClient.ts +74 -74
  7. package/AdministrationService/index.ts +8 -8
  8. package/AdministrationService/schemas.gen.ts +5897 -5897
  9. package/AdministrationService/services.gen.ts +1332 -1332
  10. package/AdministrationService/types.gen.ts +9024 -9024
  11. package/BackerService/index.ts +8 -8
  12. package/BackerService/schemas.gen.ts +12444 -12444
  13. package/BackerService/services.gen.ts +866 -866
  14. package/CRMService/CRMServiceClient.ts +71 -71
  15. package/CRMService/core/ApiError.ts +20 -20
  16. package/CRMService/core/ApiRequestOptions.ts +12 -12
  17. package/CRMService/core/ApiResult.ts +6 -6
  18. package/CRMService/core/BaseHttpRequest.ts +9 -9
  19. package/CRMService/core/CancelablePromise.ts +125 -125
  20. package/CRMService/core/FetchHttpRequest.ts +21 -21
  21. package/CRMService/core/OpenAPI.ts +55 -55
  22. package/CRMService/core/request.ts +340 -340
  23. package/CRMService/index.ts +8 -8
  24. package/CRMService/schemas.gen.ts +15920 -15920
  25. package/CRMService/services.gen.ts +2052 -2052
  26. package/CRMService/types.gen.ts +4106 -4106
  27. package/ContractService/ContractServiceClient.ts +53 -53
  28. package/ContractService/core/ApiError.ts +20 -20
  29. package/ContractService/core/ApiRequestOptions.ts +12 -12
  30. package/ContractService/core/ApiResult.ts +6 -6
  31. package/ContractService/core/BaseHttpRequest.ts +9 -9
  32. package/ContractService/core/CancelablePromise.ts +125 -125
  33. package/ContractService/core/FetchHttpRequest.ts +21 -21
  34. package/ContractService/core/OpenAPI.ts +55 -55
  35. package/ContractService/core/request.ts +340 -340
  36. package/ContractService/index.ts +8 -8
  37. package/ContractService/schemas.gen.ts +10943 -10943
  38. package/ContractService/services.gen.ts +1720 -1720
  39. package/ContractService/types.gen.ts +3691 -3691
  40. package/FundraiserService/FundraiserServiceClient.ts +47 -47
  41. package/FundraiserService/core/ApiError.ts +20 -20
  42. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  43. package/FundraiserService/core/ApiResult.ts +6 -6
  44. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  45. package/FundraiserService/core/CancelablePromise.ts +125 -125
  46. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  47. package/FundraiserService/core/OpenAPI.ts +55 -55
  48. package/FundraiserService/core/request.ts +340 -340
  49. package/FundraiserService/schemas.gen.ts +11548 -11548
  50. package/IdentityService/IdentityServiceClient.ts +77 -77
  51. package/IdentityService/index.ts +8 -8
  52. package/IdentityService/schemas.gen.ts +6573 -6573
  53. package/IdentityService/services.gen.ts +2839 -2839
  54. package/IdentityService/types.gen.ts +17446 -17446
  55. package/ProjectService/index.ts +8 -8
  56. package/ProjectService/schemas.gen.ts +5147 -5147
  57. package/SaasService/index.ts +8 -8
  58. package/SaasService/schemas.gen.ts +5278 -5278
  59. package/SaasService/services.gen.ts +1325 -1325
  60. package/SaasService/types.gen.ts +9052 -9052
  61. package/SettingService/SettingServiceClient.ts +62 -62
  62. package/SettingService/index.ts +8 -8
  63. package/TravellerService/TravellerServiceClient.ts +56 -56
  64. package/TravellerService/core/ApiError.ts +20 -20
  65. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  66. package/TravellerService/core/ApiResult.ts +6 -6
  67. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  68. package/TravellerService/core/CancelablePromise.ts +125 -125
  69. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  70. package/TravellerService/core/OpenAPI.ts +55 -55
  71. package/TravellerService/core/request.ts +340 -340
  72. package/TravellerService/index.ts +8 -8
  73. package/TravellerService/schemas.gen.ts +6204 -7980
  74. package/TravellerService/services.gen.ts +695 -709
  75. package/TravellerService/types.gen.ts +1808 -1850
  76. package/generator.mjs +4 -8
  77. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- export { CRMServiceClient } from './CRMServiceClient';
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 './services.gen';
8
- export * from './types.gen';
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export { CRMServiceClient } from './CRMServiceClient';
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 './services.gen';
8
+ export * from './types.gen';
9
9
  export * from './schemas.gen';