workwonders-sdk 0.0.1

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 (103) hide show
  1. package/.dockerignore +1 -0
  2. package/.env.example +2 -0
  3. package/Dockerfile +17 -0
  4. package/README.md +1 -0
  5. package/dist/index.d.ts +7 -0
  6. package/dist/index.d.ts.map +1 -0
  7. package/dist/index.js +49 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/types/changelogContextConditionsDto.d.ts +16 -0
  10. package/dist/types/changelogContextConditionsDto.d.ts.map +1 -0
  11. package/dist/types/changelogContextConditionsDto.js +2 -0
  12. package/dist/types/changelogContextConditionsDto.js.map +1 -0
  13. package/dist/types/changelogContextConditionsDtoAND.d.ts +10 -0
  14. package/dist/types/changelogContextConditionsDtoAND.d.ts.map +1 -0
  15. package/dist/types/changelogContextConditionsDtoAND.js +8 -0
  16. package/dist/types/changelogContextConditionsDtoAND.js.map +1 -0
  17. package/dist/types/changelogContextConditionsDtoNOT.d.ts +10 -0
  18. package/dist/types/changelogContextConditionsDtoNOT.d.ts.map +1 -0
  19. package/dist/types/changelogContextConditionsDtoNOT.js +8 -0
  20. package/dist/types/changelogContextConditionsDtoNOT.js.map +1 -0
  21. package/dist/types/changelogContextConditionsDtoORItem.d.ts +10 -0
  22. package/dist/types/changelogContextConditionsDtoORItem.d.ts.map +1 -0
  23. package/dist/types/changelogContextConditionsDtoORItem.js +8 -0
  24. package/dist/types/changelogContextConditionsDtoORItem.js.map +1 -0
  25. package/dist/types/changelogSummaryDto.d.ts +23 -0
  26. package/dist/types/changelogSummaryDto.d.ts.map +1 -0
  27. package/dist/types/changelogSummaryDto.js +2 -0
  28. package/dist/types/changelogSummaryDto.js.map +1 -0
  29. package/dist/types/changelogSummaryDtoShowMode.d.ts +12 -0
  30. package/dist/types/changelogSummaryDtoShowMode.d.ts.map +1 -0
  31. package/dist/types/changelogSummaryDtoShowMode.js +12 -0
  32. package/dist/types/changelogSummaryDtoShowMode.js.map +1 -0
  33. package/dist/types/organizationChangelogConfigDto.d.ts +11 -0
  34. package/dist/types/organizationChangelogConfigDto.d.ts.map +1 -0
  35. package/dist/types/organizationChangelogConfigDto.js +8 -0
  36. package/dist/types/organizationChangelogConfigDto.js.map +1 -0
  37. package/dist/types/organizationDto.d.ts +55 -0
  38. package/dist/types/organizationDto.d.ts.map +1 -0
  39. package/dist/types/organizationDto.js +2 -0
  40. package/dist/types/organizationDto.js.map +1 -0
  41. package/dist/types/organizationDtoAccessLevel.d.ts +15 -0
  42. package/dist/types/organizationDtoAccessLevel.d.ts.map +1 -0
  43. package/dist/types/organizationDtoAccessLevel.js +12 -0
  44. package/dist/types/organizationDtoAccessLevel.js.map +1 -0
  45. package/dist/types/organizationDtoEnabledModulesItem.d.ts +14 -0
  46. package/dist/types/organizationDtoEnabledModulesItem.d.ts.map +1 -0
  47. package/dist/types/organizationDtoEnabledModulesItem.js +14 -0
  48. package/dist/types/organizationDtoEnabledModulesItem.js.map +1 -0
  49. package/dist/types/organizationDtoRole.d.ts +16 -0
  50. package/dist/types/organizationDtoRole.d.ts.map +1 -0
  51. package/dist/types/organizationDtoRole.js +13 -0
  52. package/dist/types/organizationDtoRole.js.map +1 -0
  53. package/dist/types/organizationDtoTheme.d.ts +15 -0
  54. package/dist/types/organizationDtoTheme.d.ts.map +1 -0
  55. package/dist/types/organizationDtoTheme.js +12 -0
  56. package/dist/types/organizationDtoTheme.js.map +1 -0
  57. package/dist/types/organizationFeaturesDto.d.ts +18 -0
  58. package/dist/types/organizationFeaturesDto.d.ts.map +1 -0
  59. package/dist/types/organizationFeaturesDto.js +8 -0
  60. package/dist/types/organizationFeaturesDto.js.map +1 -0
  61. package/dist/types/organizationFeedbackPostConfigDto.d.ts +14 -0
  62. package/dist/types/organizationFeedbackPostConfigDto.d.ts.map +1 -0
  63. package/dist/types/organizationFeedbackPostConfigDto.js +2 -0
  64. package/dist/types/organizationFeedbackPostConfigDto.js.map +1 -0
  65. package/dist/types/organizationFeedbackPostConfigDtoCopywriting.d.ts +11 -0
  66. package/dist/types/organizationFeedbackPostConfigDtoCopywriting.d.ts.map +1 -0
  67. package/dist/types/organizationFeedbackPostConfigDtoCopywriting.js +2 -0
  68. package/dist/types/organizationFeedbackPostConfigDtoCopywriting.js.map +1 -0
  69. package/dist/types/organizationFeedbackPostCopywritingDto.d.ts +13 -0
  70. package/dist/types/organizationFeedbackPostCopywritingDto.d.ts.map +1 -0
  71. package/dist/types/organizationFeedbackPostCopywritingDto.js +8 -0
  72. package/dist/types/organizationFeedbackPostCopywritingDto.js.map +1 -0
  73. package/dist/workwonders-sdk.d.ts +31 -0
  74. package/dist/workwonders-sdk.d.ts.map +1 -0
  75. package/dist/workwonders-sdk.js +265 -0
  76. package/dist/workwonders-sdk.js.map +1 -0
  77. package/docker-compose.yml +15 -0
  78. package/index.html +51 -0
  79. package/package.json +20 -0
  80. package/public/_headers +4 -0
  81. package/public/style.css +78 -0
  82. package/public/ww.png +0 -0
  83. package/src/index.ts +80 -0
  84. package/src/types/changelogContextConditionsDto.ts +16 -0
  85. package/src/types/changelogContextConditionsDtoAND.ts +8 -0
  86. package/src/types/changelogContextConditionsDtoNOT.ts +8 -0
  87. package/src/types/changelogContextConditionsDtoORItem.ts +8 -0
  88. package/src/types/changelogSummaryDto.ts +24 -0
  89. package/src/types/changelogSummaryDtoShowMode.ts +15 -0
  90. package/src/types/organizationChangelogConfigDto.ts +12 -0
  91. package/src/types/organizationDto.ts +56 -0
  92. package/src/types/organizationDtoAccessLevel.ts +18 -0
  93. package/src/types/organizationDtoEnabledModulesItem.ts +17 -0
  94. package/src/types/organizationDtoRole.ts +21 -0
  95. package/src/types/organizationDtoTheme.ts +18 -0
  96. package/src/types/organizationFeaturesDto.ts +18 -0
  97. package/src/types/organizationFeedbackPostConfigDto.ts +14 -0
  98. package/src/types/organizationFeedbackPostConfigDtoCopywriting.ts +11 -0
  99. package/src/types/organizationFeedbackPostCopywritingDto.ts +13 -0
  100. package/src/vite-env.d.ts +11 -0
  101. package/src/workwonders-sdk.ts +417 -0
  102. package/tsconfig.json +29 -0
  103. package/vite.config.ts +14 -0
package/.dockerignore ADDED
@@ -0,0 +1 @@
1
+ dist
package/.env.example ADDED
@@ -0,0 +1,2 @@
1
+ VITE_WORKWONDERS_URL=
2
+ VITE_WORKWONDERS_API_URL=
package/Dockerfile ADDED
@@ -0,0 +1,17 @@
1
+ FROM node:22-alpine AS build
2
+
3
+ RUN corepack enable
4
+
5
+ WORKDIR /app
6
+
7
+ COPY package.json pnpm-lock.yaml ./
8
+
9
+ RUN pnpm install --frozen-lockfile --ignore-scripts
10
+
11
+ COPY . .
12
+
13
+ RUN pnpm build
14
+
15
+ FROM nginx:alpine
16
+
17
+ COPY --from=build /app/dist-html /usr/share/nginx/html
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # Work Wonders SDK
@@ -0,0 +1,7 @@
1
+ import { WorkWondersSdk } from "./workwonders-sdk";
2
+ declare global {
3
+ interface Window {
4
+ workwondersSdk: WorkWondersSdk;
5
+ }
6
+ }
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,cAAc,EAAE,cAAc,CAAC;KAChC;CACF"}
package/dist/index.js ADDED
@@ -0,0 +1,49 @@
1
+ import { WorkWondersSdk } from "./workwonders-sdk";
2
+ window.addEventListener("message", (message) => {
3
+ if (message.data.type === "changelog_widget_closed") {
4
+ window.workwondersSdk.closeChangelogWidget();
5
+ }
6
+ if (message.data.type === "changelog_mini_widget_closed") {
7
+ window.workwondersSdk.closeChangelogMiniWidget();
8
+ }
9
+ if (message.data.type === "changelog_mini_widget_item_clicked") {
10
+ window.workwondersSdk.openChangelogWidget(message.data.id);
11
+ window.workwondersSdk.closeChangelogMiniWidget();
12
+ }
13
+ if (message.data.type === "feedback_widget_closed") {
14
+ window.workwondersSdk.closeFeedbackWidget();
15
+ }
16
+ });
17
+ document.addEventListener("click", async (event) => {
18
+ const $triggerFeedbackTarget = event.target.closest("[data-open-workwonders-feedback]");
19
+ const $triggerChangelogTarget = event.target.closest("[data-open-workwonders-changelog]");
20
+ const $triggerChangelogMiniTarget = event.target.closest("[data-open-workwonders-changelog-mini]");
21
+ const $changelogMiniContainerTarget = event.target.closest("#workwonders-changelog-mini-container");
22
+ if (!$changelogMiniContainerTarget) {
23
+ window.workwondersSdk.closeChangelogMiniWidget();
24
+ }
25
+ if ($triggerFeedbackTarget) {
26
+ console.log("Opening feedback");
27
+ window.workwondersSdk.openFeedbackWidget();
28
+ return;
29
+ }
30
+ if ($triggerChangelogTarget) {
31
+ console.log("Opening changelog");
32
+ window.workwondersSdk.openChangelogWidget();
33
+ return;
34
+ }
35
+ if ($triggerChangelogMiniTarget) {
36
+ console.log("Opening changelog mini");
37
+ window.workwondersSdk.openChangelogMiniWidget();
38
+ return;
39
+ }
40
+ });
41
+ (() => {
42
+ const $styleLink = document.createElement("link");
43
+ $styleLink.rel = "stylesheet";
44
+ $styleLink.href = "https://sdk.workwonders.app/style.css";
45
+ document.head.appendChild($styleLink);
46
+ window.workwondersSdk = new WorkWondersSdk();
47
+ console.log("Work Wonders SDK loaded");
48
+ })();
49
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAQnD,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,EAAE;IAC7C,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,yBAAyB,EAAE,CAAC;QACpD,MAAM,CAAC,cAAc,CAAC,oBAAoB,EAAE,CAAC;IAC/C,CAAC;IAED,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,8BAA8B,EAAE,CAAC;QACzD,MAAM,CAAC,cAAc,CAAC,wBAAwB,EAAE,CAAC;IACnD,CAAC;IAED,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,oCAAoC,EAAE,CAAC;QAC/D,MAAM,CAAC,cAAc,CAAC,mBAAmB,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC3D,MAAM,CAAC,cAAc,CAAC,wBAAwB,EAAE,CAAC;IACnD,CAAC;IAED,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,KAAK,wBAAwB,EAAE,CAAC;QACnD,MAAM,CAAC,cAAc,CAAC,mBAAmB,EAAE,CAAC;IAC9C,CAAC;AACH,CAAC,CAAC,CAAC;AAEH,QAAQ,CAAC,gBAAgB,CAAC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE;IACjD,MAAM,sBAAsB,GAAI,KAAK,CAAC,MAAsB,CAAC,OAAO,CAClE,kCAAkC,CACnC,CAAC;IAEF,MAAM,uBAAuB,GAAI,KAAK,CAAC,MAAsB,CAAC,OAAO,CACnE,mCAAmC,CACpC,CAAC;IAEF,MAAM,2BAA2B,GAAI,KAAK,CAAC,MAAsB,CAAC,OAAO,CACvE,wCAAwC,CACzC,CAAC;IAEF,MAAM,6BAA6B,GAAI,KAAK,CAAC,MAAsB,CAAC,OAAO,CACzE,uCAAuC,CACxC,CAAC;IAEF,IAAI,CAAC,6BAA6B,EAAE,CAAC;QACnC,MAAM,CAAC,cAAc,CAAC,wBAAwB,EAAE,CAAC;IACnD,CAAC;IAED,IAAI,sBAAsB,EAAE,CAAC;QAC3B,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;QAChC,MAAM,CAAC,cAAc,CAAC,kBAAkB,EAAE,CAAC;QAC3C,OAAO;IACT,CAAC;IAED,IAAI,uBAAuB,EAAE,CAAC;QAC5B,OAAO,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;QACjC,MAAM,CAAC,cAAc,CAAC,mBAAmB,EAAE,CAAC;QAC5C,OAAO;IACT,CAAC;IAED,IAAI,2BAA2B,EAAE,CAAC;QAChC,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;QACtC,MAAM,CAAC,cAAc,CAAC,uBAAuB,EAAE,CAAC;QAChD,OAAO;IACT,CAAC;AACH,CAAC,CAAC,CAAC;AAEH,CAAC,GAAG,EAAE;IACJ,MAAM,UAAU,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAClD,UAAU,CAAC,GAAG,GAAG,YAAY,CAAC;IAE9B,UAAU,CAAC,IAAI,GAAG,uCAAuC,CAAC;IAE1D,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAEtC,MAAM,CAAC,cAAc,GAAG,IAAI,cAAc,EAAE,CAAC;IAE7C,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;AACzC,CAAC,CAAC,EAAE,CAAC"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ import type { ChangelogContextConditionsDtoAND } from './changelogContextConditionsDtoAND';
8
+ import type { ChangelogContextConditionsDtoORItem } from './changelogContextConditionsDtoORItem';
9
+ import type { ChangelogContextConditionsDtoNOT } from './changelogContextConditionsDtoNOT';
10
+ export interface ChangelogContextConditionsDto {
11
+ AND?: ChangelogContextConditionsDtoAND;
12
+ OR?: ChangelogContextConditionsDtoORItem[];
13
+ NOT?: ChangelogContextConditionsDtoNOT;
14
+ urlPathContains?: string;
15
+ }
16
+ //# sourceMappingURL=changelogContextConditionsDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDto.d.ts","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAC3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AACjG,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAE3F,MAAM,WAAW,6BAA6B;IAC5C,GAAG,CAAC,EAAE,gCAAgC,CAAC;IACvC,EAAE,CAAC,EAAE,mCAAmC,EAAE,CAAC;IAC3C,GAAG,CAAC,EAAE,gCAAgC,CAAC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=changelogContextConditionsDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDto.js","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export type ChangelogContextConditionsDtoAND = {
8
+ [key: string]: unknown;
9
+ };
10
+ //# sourceMappingURL=changelogContextConditionsDtoAND.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDtoAND.d.ts","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDtoAND.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,gCAAgC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=changelogContextConditionsDtoAND.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDtoAND.js","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDtoAND.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export type ChangelogContextConditionsDtoNOT = {
8
+ [key: string]: unknown;
9
+ };
10
+ //# sourceMappingURL=changelogContextConditionsDtoNOT.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDtoNOT.d.ts","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDtoNOT.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,gCAAgC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=changelogContextConditionsDtoNOT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDtoNOT.js","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDtoNOT.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export type ChangelogContextConditionsDtoORItem = {
8
+ [key: string]: unknown;
9
+ };
10
+ //# sourceMappingURL=changelogContextConditionsDtoORItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDtoORItem.d.ts","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDtoORItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,mCAAmC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=changelogContextConditionsDtoORItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogContextConditionsDtoORItem.js","sourceRoot":"","sources":["../../src/types/changelogContextConditionsDtoORItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ import type { ChangelogSummaryDtoShowMode } from "./changelogSummaryDtoShowMode";
8
+ import type { ChangelogContextConditionsDto } from "./changelogContextConditionsDto";
9
+ export interface ChangelogSummaryDto {
10
+ showMode: ChangelogSummaryDtoShowMode;
11
+ /** The ID of the changelog */
12
+ id: number;
13
+ /** The date and time the changelog was created */
14
+ createdAt: string;
15
+ /** The date and time the changelog was updated */
16
+ updatedAt: string;
17
+ /** The changelog translations */
18
+ availableLanguages: string[];
19
+ /** @nullable */
20
+ publishedAt: string | null;
21
+ contextConditions: ChangelogContextConditionsDto;
22
+ }
23
+ //# sourceMappingURL=changelogSummaryDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogSummaryDto.d.ts","sourceRoot":"","sources":["../../src/types/changelogSummaryDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAErF,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,2BAA2B,CAAC;IACtC,8BAA8B;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB;IAChB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,iBAAiB,EAAE,6BAA6B,CAAC;CAClD"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=changelogSummaryDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogSummaryDto.js","sourceRoot":"","sources":["../../src/types/changelogSummaryDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export type ChangelogSummaryDtoShowMode = (typeof ChangelogSummaryDtoShowMode)[keyof typeof ChangelogSummaryDtoShowMode];
8
+ export declare const ChangelogSummaryDtoShowMode: {
9
+ readonly Regular: "Regular";
10
+ readonly ContextBased: "ContextBased";
11
+ };
12
+ //# sourceMappingURL=changelogSummaryDtoShowMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogSummaryDtoShowMode.d.ts","sourceRoot":"","sources":["../../src/types/changelogSummaryDtoShowMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,2BAA2B,GACrC,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAGjF,eAAO,MAAM,2BAA2B;;;CAG9B,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
8
+ export const ChangelogSummaryDtoShowMode = {
9
+ Regular: 'Regular',
10
+ ContextBased: 'ContextBased',
11
+ };
12
+ //# sourceMappingURL=changelogSummaryDtoShowMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"changelogSummaryDtoShowMode.js","sourceRoot":"","sources":["../../src/types/changelogSummaryDtoShowMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,2DAA2D;AAC3D,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,cAAc;CACpB,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export interface OrganizationChangelogConfigDto {
8
+ disableCollaboration: boolean;
9
+ showLatestChangelogOnFirstVisit: boolean;
10
+ }
11
+ //# sourceMappingURL=organizationChangelogConfigDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationChangelogConfigDto.d.ts","sourceRoot":"","sources":["../../src/types/organizationChangelogConfigDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,WAAW,8BAA8B;IAC7C,oBAAoB,EAAE,OAAO,CAAC;IAC9B,+BAA+B,EAAE,OAAO,CAAC;CAC1C"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=organizationChangelogConfigDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationChangelogConfigDto.js","sourceRoot":"","sources":["../../src/types/organizationChangelogConfigDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,55 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ import type { OrganizationDtoAccessLevel } from "./organizationDtoAccessLevel";
8
+ import type { OrganizationDtoRole } from "./organizationDtoRole";
9
+ import type { OrganizationDtoTheme } from "./organizationDtoTheme";
10
+ import type { OrganizationDtoEnabledModulesItem } from "./organizationDtoEnabledModulesItem";
11
+ import type { OrganizationChangelogConfigDto } from "./organizationChangelogConfigDto";
12
+ import type { OrganizationFeedbackPostConfigDto } from "./organizationFeedbackPostConfigDto";
13
+ import type { OrganizationFeaturesDto } from "./organizationFeaturesDto";
14
+ export interface OrganizationDto {
15
+ /** Whether organization is public or private */
16
+ accessLevel: OrganizationDtoAccessLevel;
17
+ /** @nullable */
18
+ role: OrganizationDtoRole;
19
+ /** The theme of the organization */
20
+ theme: OrganizationDtoTheme;
21
+ /** Array of enabled module types */
22
+ enabledModules: OrganizationDtoEnabledModulesItem[];
23
+ /** The organization id */
24
+ id: number;
25
+ /** The organization name */
26
+ name: string;
27
+ /**
28
+ * The organization website url
29
+ * @nullable
30
+ */
31
+ websiteUrl: string | null;
32
+ /**
33
+ * Company SSO URL
34
+ * @nullable
35
+ */
36
+ ssoUrl: string | null;
37
+ /** The organization slug */
38
+ slug: string;
39
+ /** The languages of the organization */
40
+ languages: string[];
41
+ /** The default language of the organization */
42
+ defaultLanguage: string;
43
+ /**
44
+ * The logo URL of the organization
45
+ * @nullable
46
+ */
47
+ logoUrl: string | null;
48
+ primaryColor: string;
49
+ backgroundColor: string;
50
+ changelogConfig: OrganizationChangelogConfigDto;
51
+ feedbackPostConfig: OrganizationFeedbackPostConfigDto;
52
+ features: OrganizationFeaturesDto;
53
+ removeWorkWondersBranding: boolean;
54
+ }
55
+ //# sourceMappingURL=organizationDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDto.d.ts","sourceRoot":"","sources":["../../src/types/organizationDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAC7F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAEzE,MAAM,WAAW,eAAe;IAC9B,gDAAgD;IAChD,WAAW,EAAE,0BAA0B,CAAC;IACxC,gBAAgB;IAChB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,oCAAoC;IACpC,KAAK,EAAE,oBAAoB,CAAC;IAC5B,oCAAoC;IACpC,cAAc,EAAE,iCAAiC,EAAE,CAAC;IACpD,0BAA0B;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,wCAAwC;IACxC,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,+CAA+C;IAC/C,eAAe,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,8BAA8B,CAAC;IAChD,kBAAkB,EAAE,iCAAiC,CAAC;IACtD,QAAQ,EAAE,uBAAuB,CAAC;IAClC,yBAAyB,EAAE,OAAO,CAAC;CACpC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=organizationDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDto.js","sourceRoot":"","sources":["../../src/types/organizationDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ /**
8
+ * Whether organization is public or private
9
+ */
10
+ export type OrganizationDtoAccessLevel = (typeof OrganizationDtoAccessLevel)[keyof typeof OrganizationDtoAccessLevel];
11
+ export declare const OrganizationDtoAccessLevel: {
12
+ readonly Public: "Public";
13
+ readonly Private: "Private";
14
+ };
15
+ //# sourceMappingURL=organizationDtoAccessLevel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoAccessLevel.d.ts","sourceRoot":"","sources":["../../src/types/organizationDtoAccessLevel.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GACpC,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,OAAO,0BAA0B,CAAC,CAAC;AAG/E,eAAO,MAAM,0BAA0B;;;CAG7B,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
8
+ export const OrganizationDtoAccessLevel = {
9
+ Public: 'Public',
10
+ Private: 'Private',
11
+ };
12
+ //# sourceMappingURL=organizationDtoAccessLevel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoAccessLevel.js","sourceRoot":"","sources":["../../src/types/organizationDtoAccessLevel.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAQH,2DAA2D;AAC3D,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;CACV,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export type OrganizationDtoEnabledModulesItem = (typeof OrganizationDtoEnabledModulesItem)[keyof typeof OrganizationDtoEnabledModulesItem];
8
+ export declare const OrganizationDtoEnabledModulesItem: {
9
+ readonly FEEDBACK: "FEEDBACK";
10
+ readonly HELP_CENTER: "HELP_CENTER";
11
+ readonly SUPPORT: "SUPPORT";
12
+ readonly CHANGELOG: "CHANGELOG";
13
+ };
14
+ //# sourceMappingURL=organizationDtoEnabledModulesItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoEnabledModulesItem.d.ts","sourceRoot":"","sources":["../../src/types/organizationDtoEnabledModulesItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,iCAAiC,GAC3C,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAG7F,eAAO,MAAM,iCAAiC;;;;;CAKpC,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
8
+ export const OrganizationDtoEnabledModulesItem = {
9
+ FEEDBACK: 'FEEDBACK',
10
+ HELP_CENTER: 'HELP_CENTER',
11
+ SUPPORT: 'SUPPORT',
12
+ CHANGELOG: 'CHANGELOG',
13
+ };
14
+ //# sourceMappingURL=organizationDtoEnabledModulesItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoEnabledModulesItem.js","sourceRoot":"","sources":["../../src/types/organizationDtoEnabledModulesItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,2DAA2D;AAC3D,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ /**
8
+ * @nullable
9
+ */
10
+ export type OrganizationDtoRole = (typeof OrganizationDtoRole)[keyof typeof OrganizationDtoRole] | null;
11
+ export declare const OrganizationDtoRole: {
12
+ readonly Admin: "Admin";
13
+ readonly Manager: "Manager";
14
+ readonly User: "User";
15
+ };
16
+ //# sourceMappingURL=organizationDtoRole.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoRole.d.ts","sourceRoot":"","sources":["../../src/types/organizationDtoRole.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAC3B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,GAC9D,IAAI,CAAC;AAGT,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
8
+ export const OrganizationDtoRole = {
9
+ Admin: "Admin",
10
+ Manager: "Manager",
11
+ User: "User",
12
+ };
13
+ //# sourceMappingURL=organizationDtoRole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoRole.js","sourceRoot":"","sources":["../../src/types/organizationDtoRole.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AASH,2DAA2D;AAC3D,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACJ,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ /**
8
+ * The theme of the organization
9
+ */
10
+ export type OrganizationDtoTheme = (typeof OrganizationDtoTheme)[keyof typeof OrganizationDtoTheme];
11
+ export declare const OrganizationDtoTheme: {
12
+ readonly Light: "Light";
13
+ readonly Dark: "Dark";
14
+ };
15
+ //# sourceMappingURL=organizationDtoTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoTheme.d.ts","sourceRoot":"","sources":["../../src/types/organizationDtoTheme.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC9B,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAGnE,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
8
+ export const OrganizationDtoTheme = {
9
+ Light: 'Light',
10
+ Dark: 'Dark',
11
+ };
12
+ //# sourceMappingURL=organizationDtoTheme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationDtoTheme.js","sourceRoot":"","sources":["../../src/types/organizationDtoTheme.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAQH,2DAA2D;AAC3D,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACJ,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export interface OrganizationFeaturesDto {
8
+ maxSeats: number;
9
+ roleBeasedPermissions: boolean;
10
+ aiAssistant: boolean;
11
+ helpCenterCustomDomain: boolean;
12
+ changelogCustomDomain: boolean;
13
+ removeWorkWondersBranding: boolean;
14
+ widgets: boolean;
15
+ customChangelogCategories: boolean;
16
+ customFeedbackPostCategories: boolean;
17
+ }
18
+ //# sourceMappingURL=organizationFeaturesDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationFeaturesDto.d.ts","sourceRoot":"","sources":["../../src/types/organizationFeaturesDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,WAAW,EAAE,OAAO,CAAC;IACrB,sBAAsB,EAAE,OAAO,CAAC;IAChC,qBAAqB,EAAE,OAAO,CAAC;IAC/B,yBAAyB,EAAE,OAAO,CAAC;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,yBAAyB,EAAE,OAAO,CAAC;IACnC,4BAA4B,EAAE,OAAO,CAAC;CACvC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=organizationFeaturesDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationFeaturesDto.js","sourceRoot":"","sources":["../../src/types/organizationFeaturesDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ import type { OrganizationFeedbackPostConfigDtoCopywriting } from './organizationFeedbackPostConfigDtoCopywriting';
8
+ export interface OrganizationFeedbackPostConfigDto {
9
+ copywriting: OrganizationFeedbackPostConfigDtoCopywriting;
10
+ allowDownvoting: boolean;
11
+ hideVoteCountUntilVote: boolean;
12
+ allowAnonymousVoting: boolean;
13
+ }
14
+ //# sourceMappingURL=organizationFeedbackPostConfigDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationFeedbackPostConfigDto.d.ts","sourceRoot":"","sources":["../../src/types/organizationFeedbackPostConfigDto.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,gDAAgD,CAAC;AAEnH,MAAM,WAAW,iCAAiC;IAChD,WAAW,EAAE,4CAA4C,CAAC;IAC1D,eAAe,EAAE,OAAO,CAAC;IACzB,sBAAsB,EAAE,OAAO,CAAC;IAChC,oBAAoB,EAAE,OAAO,CAAC;CAC/B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=organizationFeedbackPostConfigDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationFeedbackPostConfigDto.js","sourceRoot":"","sources":["../../src/types/organizationFeedbackPostConfigDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.11.2 🍺
3
+ * Do not edit manually.
4
+ * Work Wonders API
5
+ * OpenAPI spec version: 1.0
6
+ */
7
+ import type { OrganizationFeedbackPostCopywritingDto } from './organizationFeedbackPostCopywritingDto';
8
+ export type OrganizationFeedbackPostConfigDtoCopywriting = {
9
+ [key: string]: OrganizationFeedbackPostCopywritingDto;
10
+ };
11
+ //# sourceMappingURL=organizationFeedbackPostConfigDtoCopywriting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationFeedbackPostConfigDtoCopywriting.d.ts","sourceRoot":"","sources":["../../src/types/organizationFeedbackPostConfigDtoCopywriting.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAEvG,MAAM,MAAM,4CAA4C,GAAG;IACzD,CAAC,GAAG,EAAE,MAAM,GAAG,sCAAsC,CAAC;CACvD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=organizationFeedbackPostConfigDtoCopywriting.js.map