promote-email-templates 0.0.4 → 0.0.5

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.
package/dist/index.d.mts CHANGED
@@ -168,7 +168,6 @@ interface NewJobCreatedBrandProps {
168
168
  campaign: {
169
169
  name: string;
170
170
  description: string;
171
- photo: string;
172
171
  };
173
172
  job: {
174
173
  id: string;
@@ -437,7 +436,6 @@ declare namespace NewJobCreatedBrand {
437
436
  campaign: {
438
437
  name: string;
439
438
  description: string;
440
- photo: string;
441
439
  };
442
440
  job: {
443
441
  id: string;
package/dist/index.d.ts CHANGED
@@ -168,7 +168,6 @@ interface NewJobCreatedBrandProps {
168
168
  campaign: {
169
169
  name: string;
170
170
  description: string;
171
- photo: string;
172
171
  };
173
172
  job: {
174
173
  id: string;
@@ -437,7 +436,6 @@ declare namespace NewJobCreatedBrand {
437
436
  campaign: {
438
437
  name: string;
439
438
  description: string;
440
- photo: string;
441
439
  };
442
440
  job: {
443
441
  id: string;
package/dist/index.js CHANGED
@@ -812,8 +812,7 @@ NewJobCreatedBrand.PreviewProps = {
812
812
  },
813
813
  campaign: {
814
814
  name: "Megas ate dormir",
815
- description: "Ganhe megas so por publicar uma foto com a vodacom",
816
- photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
815
+ description: "Ganhe megas so por publicar uma foto com a vodacom"
817
816
  },
818
817
  job: {
819
818
  id: "1",
package/dist/index.mjs CHANGED
@@ -755,8 +755,7 @@ NewJobCreatedBrand.PreviewProps = {
755
755
  },
756
756
  campaign: {
757
757
  name: "Megas ate dormir",
758
- description: "Ganhe megas so por publicar uma foto com a vodacom",
759
- photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
758
+ description: "Ganhe megas so por publicar uma foto com a vodacom"
760
759
  },
761
760
  job: {
762
761
  id: "1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promote-email-templates",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Promote Email Templates",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",