@ludeo/cloud-common 1.2.192 → 1.2.193

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 (76) hide show
  1. package/.github/workflows/main.yaml +3 -3
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/dist/v4/contexts/index.d.ts +0 -1
  4. package/dist/v4/contexts/index.js +0 -1
  5. package/dist/v4/contexts/index.js.map +1 -1
  6. package/dist/v4/events/cloud-builds/create-ludeocast-build-distribution-request.d.ts +15 -0
  7. package/dist/v4/events/cloud-builds/{create-build-snapshot-request.js → create-ludeocast-build-distribution-request.js} +20 -20
  8. package/dist/v4/events/cloud-builds/create-ludeocast-build-distribution-request.js.map +1 -0
  9. package/dist/v4/events/cloud-builds/index.d.ts +2 -2
  10. package/dist/v4/events/cloud-builds/index.js +2 -2
  11. package/dist/v4/events/cloud-builds/index.js.map +1 -1
  12. package/dist/v4/events/cloud-builds/terminate-ludeocast-build-distribution-request.d.ts +16 -0
  13. package/dist/v4/events/cloud-builds/{terminate-build-snapshot-request.js → terminate-ludeocast-build-distribution-request.js} +19 -19
  14. package/dist/v4/events/cloud-builds/terminate-ludeocast-build-distribution-request.js.map +1 -0
  15. package/dist/v4/events/site-controller/index.d.ts +2 -2
  16. package/dist/v4/events/site-controller/index.js +2 -2
  17. package/dist/v4/events/site-controller/index.js.map +1 -1
  18. package/dist/v4/events/site-controller/ludeocast-build-distribution-creation-ended.d.ts +16 -0
  19. package/dist/v4/events/site-controller/{build-snapshot-creation-ended.js → ludeocast-build-distribution-creation-ended.js} +18 -18
  20. package/dist/v4/events/site-controller/ludeocast-build-distribution-creation-ended.js.map +1 -0
  21. package/dist/v4/events/site-controller/ludeocast-build-distribution-termination-ended.d.ts +15 -0
  22. package/dist/v4/events/site-controller/{build-snapshot-termination-ended.js → ludeocast-build-distribution-termination-ended.js} +16 -16
  23. package/dist/v4/events/site-controller/ludeocast-build-distribution-termination-ended.js.map +1 -0
  24. package/dist/v4/events/site-controller/resource-status-update.js +0 -1
  25. package/dist/v4/events/site-controller/resource-status-update.js.map +1 -1
  26. package/dist/v4/types/build.d.ts +9 -5
  27. package/dist/v4/types/build.js +6 -12
  28. package/dist/v4/types/build.js.map +1 -1
  29. package/dist/v4/types/site-controller/create-distribution.dto.d.ts +12 -0
  30. package/dist/v4/types/site-controller/{create-snapshot.dto.js → create-distribution.dto.js} +18 -13
  31. package/dist/v4/types/site-controller/create-distribution.dto.js.map +1 -0
  32. package/dist/v4/types/site-controller/create-game.dto.d.ts +1 -1
  33. package/dist/v4/types/site-controller/create-game.dto.js +1 -1
  34. package/dist/v4/types/site-controller/create-game.dto.js.map +1 -1
  35. package/dist/v4/types/site-controller/index.d.ts +2 -2
  36. package/dist/v4/types/site-controller/index.js +2 -2
  37. package/dist/v4/types/site-controller/index.js.map +1 -1
  38. package/dist/v4/types/site-controller/terminate-build-distribution.dto.d.ts +6 -0
  39. package/dist/v4/types/site-controller/{terminate-build-snapshot.dto.js → terminate-build-distribution.dto.js} +9 -9
  40. package/dist/v4/types/site-controller/terminate-build-distribution.dto.js.map +1 -0
  41. package/dist/v4/types/site-controller/types.d.ts +3 -3
  42. package/package.json +1 -1
  43. package/src/v4/contexts/index.ts +0 -1
  44. package/src/v4/events/cloud-builds/create-ludeocast-build-distribution-request.ts +40 -0
  45. package/src/v4/events/cloud-builds/index.ts +2 -2
  46. package/src/v4/events/cloud-builds/terminate-ludeocast-build-distribution-request.ts +44 -0
  47. package/src/v4/events/site-controller/index.ts +2 -2
  48. package/src/v4/events/site-controller/ludeocast-build-distribution-creation-ended.ts +39 -0
  49. package/src/v4/events/site-controller/{build-snapshot-termination-ended.ts → ludeocast-build-distribution-termination-ended.ts} +7 -7
  50. package/src/v4/events/site-controller/resource-status-update.ts +1 -1
  51. package/src/v4/types/build.ts +12 -8
  52. package/src/v4/types/site-controller/create-distribution.dto.ts +29 -0
  53. package/src/v4/types/site-controller/create-game.dto.ts +1 -1
  54. package/src/v4/types/site-controller/index.ts +2 -2
  55. package/src/v4/types/site-controller/{terminate-build-snapshot.dto.ts → terminate-build-distribution.dto.ts} +4 -5
  56. package/src/v4/types/site-controller/types.ts +3 -3
  57. package/dist/v4/contexts/site-controller-context.d.ts +0 -8
  58. package/dist/v4/contexts/site-controller-context.js +0 -47
  59. package/dist/v4/contexts/site-controller-context.js.map +0 -1
  60. package/dist/v4/events/cloud-builds/create-build-snapshot-request.d.ts +0 -15
  61. package/dist/v4/events/cloud-builds/create-build-snapshot-request.js.map +0 -1
  62. package/dist/v4/events/cloud-builds/terminate-build-snapshot-request.d.ts +0 -16
  63. package/dist/v4/events/cloud-builds/terminate-build-snapshot-request.js.map +0 -1
  64. package/dist/v4/events/site-controller/build-snapshot-creation-ended.d.ts +0 -16
  65. package/dist/v4/events/site-controller/build-snapshot-creation-ended.js.map +0 -1
  66. package/dist/v4/events/site-controller/build-snapshot-termination-ended.d.ts +0 -15
  67. package/dist/v4/events/site-controller/build-snapshot-termination-ended.js.map +0 -1
  68. package/dist/v4/types/site-controller/create-snapshot.dto.d.ts +0 -10
  69. package/dist/v4/types/site-controller/create-snapshot.dto.js.map +0 -1
  70. package/dist/v4/types/site-controller/terminate-build-snapshot.dto.d.ts +0 -6
  71. package/dist/v4/types/site-controller/terminate-build-snapshot.dto.js.map +0 -1
  72. package/src/v4/contexts/site-controller-context.ts +0 -32
  73. package/src/v4/events/cloud-builds/create-build-snapshot-request.ts +0 -40
  74. package/src/v4/events/cloud-builds/terminate-build-snapshot-request.ts +0 -44
  75. package/src/v4/events/site-controller/build-snapshot-creation-ended.ts +0 -39
  76. package/src/v4/types/site-controller/create-snapshot.dto.ts +0 -25
@@ -18,7 +18,7 @@ jobs:
18
18
  if: github.ref != 'refs/heads/develop' # Skip build on develop branch
19
19
  runs-on: ubuntu-latest
20
20
  env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_CI }}
21
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
22
 
23
23
  steps:
24
24
  - name: Checkout code
@@ -32,7 +32,7 @@ jobs:
32
32
 
33
33
  - name: 🔐 Login to Ludeo NPM
34
34
  run: |
35
- npm config set @ludeo:registry https://registry.npmjs.org/ && npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_TOKEN_CI }}
35
+ npm config set @ludeo:registry https://registry.npmjs.org/ && npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_TOKEN }}
36
36
 
37
37
  - name: 🏗️ Install dependencies
38
38
  run: npm install
@@ -69,7 +69,7 @@ jobs:
69
69
  if: github.ref == 'refs/heads/develop'
70
70
  runs-on: ubuntu-latest
71
71
  env:
72
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_CI }}
72
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
73
73
 
74
74
  steps:
75
75
  - name: Checkout code