@causa/workspace-google 0.4.0 → 0.5.0

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 (108) hide show
  1. package/README.md +6 -0
  2. package/dist/backfilling/bigquery.d.ts +53 -0
  3. package/dist/backfilling/bigquery.js +99 -0
  4. package/dist/backfilling/index.d.ts +2 -0
  5. package/dist/backfilling/index.js +2 -0
  6. package/dist/backfilling/pubsub.d.ts +34 -0
  7. package/dist/backfilling/pubsub.js +63 -0
  8. package/dist/configurations/google.d.ts +9 -0
  9. package/dist/functions/emulator/index.d.ts +10 -0
  10. package/dist/functions/emulator/index.js +10 -0
  11. package/dist/functions/{emulator-start-firebase-storage.js → emulator/start-firebase-storage.js} +4 -4
  12. package/dist/functions/{emulator-start-firestore.js → emulator/start-firestore.js} +3 -3
  13. package/dist/functions/{emulator-start-identity-platform.js → emulator/start-identity-platform.js} +3 -3
  14. package/dist/functions/{emulator-start-pubsub.js → emulator/start-pubsub.js} +3 -3
  15. package/dist/functions/{emulator-start-spanner.js → emulator/start-spanner.js} +3 -3
  16. package/dist/functions/{emulator-stop-firebase-storage.js → emulator/stop-firebase-storage.js} +1 -1
  17. package/dist/functions/{emulator-stop-firestore.js → emulator/stop-firestore.js} +1 -1
  18. package/dist/functions/{emulator-stop-identity-platform.js → emulator/stop-identity-platform.js} +1 -1
  19. package/dist/functions/{emulator-stop-pubsub.js → emulator/stop-pubsub.js} +1 -1
  20. package/dist/functions/{emulator-stop-spanner.js → emulator/stop-spanner.js} +1 -1
  21. package/dist/functions/event-topic/broker-create-topic-pubsub.d.ts +11 -0
  22. package/dist/functions/event-topic/broker-create-topic-pubsub.js +27 -0
  23. package/dist/functions/event-topic/broker-create-trigger-cloud-run.d.ts +11 -0
  24. package/dist/functions/event-topic/broker-create-trigger-cloud-run.js +38 -0
  25. package/dist/functions/event-topic/broker-delete-topic-pubsub.d.ts +10 -0
  26. package/dist/functions/event-topic/broker-delete-topic-pubsub.js +26 -0
  27. package/dist/functions/event-topic/broker-delete-trigger-resource-cloud-run-invoker-role.d.ts +11 -0
  28. package/dist/functions/event-topic/broker-delete-trigger-resource-cloud-run-invoker-role.js +29 -0
  29. package/dist/functions/event-topic/broker-delete-trigger-resource-pubsub-subscription.d.ts +10 -0
  30. package/dist/functions/event-topic/broker-delete-trigger-resource-pubsub-subscription.js +31 -0
  31. package/dist/functions/event-topic/broker-delete-trigger-resource-service-account.d.ts +11 -0
  32. package/dist/functions/event-topic/broker-delete-trigger-resource-service-account.js +28 -0
  33. package/dist/functions/event-topic/broker-get-topic-id-pubsub.d.ts +10 -0
  34. package/dist/functions/event-topic/broker-get-topic-id-pubsub.js +16 -0
  35. package/dist/functions/event-topic/broker-publish-events-google.d.ts +17 -0
  36. package/dist/functions/event-topic/broker-publish-events-google.js +45 -0
  37. package/dist/functions/event-topic/index.d.ts +8 -0
  38. package/dist/functions/event-topic/index.js +8 -0
  39. package/dist/functions/{google-app-check-generate-token.js → google-app-check/generate-token.js} +2 -2
  40. package/dist/functions/google-app-check/index.d.ts +1 -0
  41. package/dist/functions/google-app-check/index.js +1 -0
  42. package/dist/functions/google-firebase-storage/index.d.ts +1 -0
  43. package/dist/functions/google-firebase-storage/index.js +1 -0
  44. package/dist/functions/{google-firebase-storage-merge-rules.d.ts → google-firebase-storage/merge-rules.d.ts} +1 -1
  45. package/dist/functions/{google-firebase-storage-merge-rules.js → google-firebase-storage/merge-rules.js} +2 -2
  46. package/dist/functions/google-firestore/index.d.ts +1 -0
  47. package/dist/functions/google-firestore/index.js +1 -0
  48. package/dist/functions/{google-firestore-merge-rules.d.ts → google-firestore/merge-rules.d.ts} +1 -1
  49. package/dist/functions/{google-firestore-merge-rules.js → google-firestore/merge-rules.js} +2 -2
  50. package/dist/functions/{google-identity-platform-generate-custom-token.js → google-identity-platform/generate-custom-token.js} +1 -1
  51. package/dist/functions/{google-identity-platform-generate-token.js → google-identity-platform/generate-token.js} +3 -3
  52. package/dist/functions/google-identity-platform/index.d.ts +2 -0
  53. package/dist/functions/google-identity-platform/index.js +2 -0
  54. package/dist/functions/google-pubsub/index.d.ts +1 -0
  55. package/dist/functions/google-pubsub/index.js +1 -0
  56. package/dist/functions/{google-services-enable.d.ts → google-services/enable.d.ts} +1 -1
  57. package/dist/functions/{google-services-enable.js → google-services/enable.js} +1 -1
  58. package/dist/functions/google-services/index.d.ts +1 -0
  59. package/dist/functions/google-services/index.js +1 -0
  60. package/dist/functions/google-spanner/index.d.ts +2 -0
  61. package/dist/functions/google-spanner/index.js +2 -0
  62. package/dist/functions/{google-spanner-write-databases.js → google-spanner/write-databases.js} +1 -1
  63. package/dist/functions/index.js +12 -24
  64. package/dist/functions/project/index.d.ts +3 -0
  65. package/dist/functions/project/index.js +3 -0
  66. package/dist/functions/{project-push-artefact-cloud-functions.js → project/push-artefact-cloud-functions.js} +1 -1
  67. package/dist/functions/{secret-fetch-secret-manager.js → secret/fetch-secret-manager.js} +1 -1
  68. package/dist/functions/secret/index.d.ts +1 -0
  69. package/dist/functions/secret/index.js +1 -0
  70. package/dist/services/bigquery.d.ts +16 -0
  71. package/dist/services/bigquery.js +19 -0
  72. package/dist/services/cloud-run-pubsub-trigger.d.ts +101 -0
  73. package/dist/services/cloud-run-pubsub-trigger.js +177 -0
  74. package/dist/services/cloud-run.d.ts +35 -0
  75. package/dist/services/cloud-run.js +72 -0
  76. package/dist/services/iam.d.ts +43 -0
  77. package/dist/services/iam.js +65 -0
  78. package/dist/services/index.d.ts +6 -0
  79. package/dist/services/index.js +6 -0
  80. package/dist/services/pubsub.d.ts +41 -0
  81. package/dist/services/pubsub.js +62 -0
  82. package/dist/services/resource-manager.d.ts +18 -0
  83. package/dist/services/resource-manager.js +35 -0
  84. package/package.json +16 -12
  85. /package/dist/functions/{emulator-start-firebase-storage.d.ts → emulator/start-firebase-storage.d.ts} +0 -0
  86. /package/dist/functions/{emulator-start-firestore.d.ts → emulator/start-firestore.d.ts} +0 -0
  87. /package/dist/functions/{emulator-start-identity-platform.d.ts → emulator/start-identity-platform.d.ts} +0 -0
  88. /package/dist/functions/{emulator-start-pubsub.d.ts → emulator/start-pubsub.d.ts} +0 -0
  89. /package/dist/functions/{emulator-start-spanner.d.ts → emulator/start-spanner.d.ts} +0 -0
  90. /package/dist/functions/{emulator-stop-firebase-storage.d.ts → emulator/stop-firebase-storage.d.ts} +0 -0
  91. /package/dist/functions/{emulator-stop-firestore.d.ts → emulator/stop-firestore.d.ts} +0 -0
  92. /package/dist/functions/{emulator-stop-identity-platform.d.ts → emulator/stop-identity-platform.d.ts} +0 -0
  93. /package/dist/functions/{emulator-stop-pubsub.d.ts → emulator/stop-pubsub.d.ts} +0 -0
  94. /package/dist/functions/{emulator-stop-spanner.d.ts → emulator/stop-spanner.d.ts} +0 -0
  95. /package/dist/functions/{google-app-check-generate-token.d.ts → google-app-check/generate-token.d.ts} +0 -0
  96. /package/dist/functions/{google-identity-platform-generate-custom-token.d.ts → google-identity-platform/generate-custom-token.d.ts} +0 -0
  97. /package/dist/functions/{google-identity-platform-generate-token.d.ts → google-identity-platform/generate-token.d.ts} +0 -0
  98. /package/dist/functions/{google-pubsub-write-topics.d.ts → google-pubsub/write-topics.d.ts} +0 -0
  99. /package/dist/functions/{google-pubsub-write-topics.js → google-pubsub/write-topics.js} +0 -0
  100. /package/dist/functions/{google-spanner-list-databases.d.ts → google-spanner/list-databases.d.ts} +0 -0
  101. /package/dist/functions/{google-spanner-list-databases.js → google-spanner/list-databases.js} +0 -0
  102. /package/dist/functions/{google-spanner-write-databases.d.ts → google-spanner/write-databases.d.ts} +0 -0
  103. /package/dist/functions/{project-get-artefact-destination-cloud-functions.d.ts → project/get-artefact-destination-cloud-functions.d.ts} +0 -0
  104. /package/dist/functions/{project-get-artefact-destination-cloud-functions.js → project/get-artefact-destination-cloud-functions.js} +0 -0
  105. /package/dist/functions/{project-get-artefact-destination-cloud-run.d.ts → project/get-artefact-destination-cloud-run.d.ts} +0 -0
  106. /package/dist/functions/{project-get-artefact-destination-cloud-run.js → project/get-artefact-destination-cloud-run.js} +0 -0
  107. /package/dist/functions/{project-push-artefact-cloud-functions.d.ts → project/push-artefact-cloud-functions.d.ts} +0 -0
  108. /package/dist/functions/{secret-fetch-secret-manager.d.ts → secret/fetch-secret-manager.d.ts} +0 -0