@ayasofyazilim/saas 0.0.28 → 0.0.30

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 (40) hide show
  1. package/AccountService/AccountServiceClient.ts +65 -65
  2. package/AccountService/schemas.gen.ts +5103 -5103
  3. package/AccountService/services.gen.ts +1452 -1452
  4. package/AccountService/types.gen.ts +9896 -9896
  5. package/AdministrationService/AdministrationServiceClient.ts +74 -74
  6. package/AdministrationService/schemas.gen.ts +5897 -5897
  7. package/AdministrationService/services.gen.ts +1332 -1332
  8. package/AdministrationService/types.gen.ts +9024 -9024
  9. package/BackerService/BackerServiceClient.ts +50 -50
  10. package/BackerService/services.gen.ts +866 -866
  11. package/CRMService/CRMServiceClient.ts +71 -0
  12. package/CRMService/core/ApiError.ts +21 -0
  13. package/CRMService/core/ApiRequestOptions.ts +13 -0
  14. package/CRMService/core/ApiResult.ts +7 -0
  15. package/CRMService/core/BaseHttpRequest.ts +10 -0
  16. package/CRMService/core/CancelablePromise.ts +126 -0
  17. package/CRMService/core/FetchHttpRequest.ts +22 -0
  18. package/CRMService/core/OpenAPI.ts +56 -0
  19. package/CRMService/core/request.ts +341 -0
  20. package/CRMService/index.ts +9 -0
  21. package/CRMService/schemas.gen.ts +14633 -0
  22. package/CRMService/services.gen.ts +1422 -0
  23. package/CRMService/types.gen.ts +3112 -0
  24. package/IdentityService/IdentityServiceClient.ts +77 -77
  25. package/IdentityService/schemas.gen.ts +6573 -6573
  26. package/IdentityService/services.gen.ts +2839 -2839
  27. package/IdentityService/types.gen.ts +17446 -17446
  28. package/MerchantService/MerchantServiceClient.ts +77 -77
  29. package/ProjectService/ProjectServiceClient.ts +47 -47
  30. package/ProjectService.json +2937 -2937
  31. package/SaasService/schemas.gen.ts +5278 -5278
  32. package/SaasService/services.gen.ts +1325 -1325
  33. package/SaasService/types.gen.ts +9052 -9052
  34. package/SettingService/SettingServiceClient.ts +62 -62
  35. package/SettingService/index.ts +9 -9
  36. package/SettingService/services.gen.ts +21 -21
  37. package/SettingService/types.gen.ts +315 -5280
  38. package/generator.mjs +55 -19
  39. package/package.json +1 -1
  40. package/swagger.json +4794 -4794

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.