@kard-financial/sdk 28.1.0 → 29.0.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 (178) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/commons/types/NotificationType.d.ts +2 -0
  3. package/dist/cjs/api/resources/commons/types/NotificationType.js +2 -0
  4. package/dist/cjs/api/resources/notifications/types/EmailNotificationPlacementFileAttributes.d.ts +12 -0
  5. package/dist/cjs/api/resources/notifications/types/EmailNotificationPlacementFileData.d.ts +7 -0
  6. package/dist/cjs/api/resources/notifications/types/EmailNotificationPlacementFileRelationships.d.ts +5 -0
  7. package/dist/cjs/api/resources/notifications/types/NotificationDataUnion.d.ts +7 -1
  8. package/dist/cjs/api/resources/notifications/types/NotificationPayload.d.ts +57 -0
  9. package/dist/cjs/api/resources/notifications/types/PushNotificationPlacementFileAttributes.d.ts +10 -0
  10. package/dist/cjs/api/resources/notifications/types/PushNotificationPlacementFileData.d.ts +7 -0
  11. package/dist/cjs/api/resources/notifications/types/PushNotificationPlacementFileRelationships.d.ts +5 -0
  12. package/dist/cjs/api/resources/notifications/types/index.d.ts +6 -0
  13. package/dist/cjs/api/resources/notifications/types/index.js +6 -0
  14. package/dist/cjs/api/resources/organizations/resources/placements/client/Client.d.ts +51 -4
  15. package/dist/cjs/api/resources/organizations/resources/placements/client/Client.js +51 -4
  16. package/dist/cjs/api/resources/organizations/resources/placements/client/requests/GetPlacementRequest.d.ts +1 -1
  17. package/dist/cjs/api/resources/organizations/resources/placements/client/requests/ListPlacementsRequest.d.ts +2 -2
  18. package/dist/cjs/api/resources/organizations/resources/placements/types/BatchActivationPlacementData.d.ts +1 -1
  19. package/dist/cjs/api/resources/organizations/resources/placements/types/Cadence.d.ts +1 -1
  20. package/dist/cjs/api/resources/organizations/resources/placements/types/CadenceFrequency.d.ts +1 -1
  21. package/dist/cjs/api/resources/organizations/resources/placements/types/CadenceFrequency.js +1 -1
  22. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateBatchActivationSlot.d.ts +1 -1
  23. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateEmailAttributes.d.ts +25 -0
  24. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateEmailPlacementData.d.ts +8 -0
  25. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateEmailPlacementData.js +3 -0
  26. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateGroupAttributes.d.ts +20 -0
  27. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateGroupAttributes.js +3 -0
  28. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateGroupPlacementData.d.ts +8 -0
  29. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateGroupPlacementData.js +3 -0
  30. package/dist/cjs/api/resources/organizations/resources/placements/types/CreatePlacementDataUnion.d.ts +9 -3
  31. package/dist/cjs/api/resources/organizations/resources/placements/types/CreatePlacementRequestBody.d.ts +48 -1
  32. package/dist/{esm/api/resources/organizations/resources/placements/types/CreateMainPageAttributes.d.mts → cjs/api/resources/organizations/resources/placements/types/CreateStandardAttributes.d.ts} +2 -2
  33. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateStandardAttributes.js +3 -0
  34. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateStandardPlacementData.d.ts +8 -0
  35. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateStandardPlacementData.js +3 -0
  36. package/dist/cjs/api/resources/organizations/resources/placements/types/EmailPlacementAttributes.d.ts +16 -0
  37. package/dist/cjs/api/resources/organizations/resources/placements/types/EmailPlacementAttributes.js +3 -0
  38. package/dist/cjs/api/resources/organizations/resources/placements/types/{MainPagePlacementData.d.ts → EmailPlacementData.d.ts} +3 -3
  39. package/dist/cjs/api/resources/organizations/resources/placements/types/EmailPlacementData.js +3 -0
  40. package/dist/cjs/api/resources/organizations/resources/placements/types/GroupPlacementAttributes.d.ts +9 -0
  41. package/dist/cjs/api/resources/organizations/resources/placements/types/GroupPlacementAttributes.js +3 -0
  42. package/dist/cjs/api/resources/organizations/resources/placements/types/GroupPlacementData.d.ts +11 -0
  43. package/dist/cjs/api/resources/organizations/resources/placements/types/GroupPlacementData.js +3 -0
  44. package/dist/cjs/api/resources/organizations/resources/placements/types/IncludedResource.d.ts +6 -3
  45. package/dist/{esm/api/resources/organizations/resources/placements/types/MainPagePlacementAttributes.d.mts → cjs/api/resources/organizations/resources/placements/types/PlacementAttributes.d.ts} +2 -2
  46. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementAttributes.js +3 -0
  47. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementData.d.ts +11 -0
  48. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementData.js +3 -0
  49. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementFormatUnion.d.ts +44 -4
  50. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementListResponse.d.ts +1 -1
  51. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementResource.d.ts +1 -1
  52. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementTypeFilter.d.ts +3 -1
  53. package/dist/cjs/api/resources/organizations/resources/placements/types/PlacementTypeFilter.js +3 -1
  54. package/dist/cjs/api/resources/organizations/resources/placements/types/SlottedPlacementRelationships.d.ts +8 -0
  55. package/dist/cjs/api/resources/organizations/resources/placements/types/SlottedPlacementRelationships.js +3 -0
  56. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateBatchActivationSlot.d.ts +1 -1
  57. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateEmailAttributes.d.ts +25 -0
  58. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateEmailAttributes.js +3 -0
  59. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateEmailPlacementData.d.ts +8 -0
  60. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateEmailPlacementData.js +3 -0
  61. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateGroupAttributes.d.ts +21 -0
  62. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateGroupAttributes.js +3 -0
  63. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateGroupPlacementData.d.ts +8 -0
  64. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateGroupPlacementData.js +3 -0
  65. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdatePlacementDataUnion.d.ts +9 -3
  66. package/dist/cjs/api/resources/organizations/resources/placements/types/{UpdateMainPageAttributes.d.ts → UpdateStandardAttributes.d.ts} +2 -2
  67. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateStandardAttributes.js +3 -0
  68. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateStandardPlacementData.d.ts +8 -0
  69. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateStandardPlacementData.js +3 -0
  70. package/dist/cjs/api/resources/organizations/resources/placements/types/index.d.ts +19 -7
  71. package/dist/cjs/api/resources/organizations/resources/placements/types/index.js +19 -7
  72. package/dist/cjs/api/resources/users/resources/rewards/client/Client.d.ts +12 -8
  73. package/dist/cjs/api/resources/users/resources/rewards/client/Client.js +12 -8
  74. package/dist/cjs/api/resources/users/resources/rewards/types/BatchesResponseObject.d.ts +1 -1
  75. package/dist/cjs/api/resources/users/resources/rewards/types/PlacementBatchAttributes.d.ts +2 -2
  76. package/dist/cjs/api/resources/users/resources/rewards/types/PlacementBatchData.d.ts +1 -1
  77. package/dist/cjs/version.d.ts +1 -1
  78. package/dist/cjs/version.js +1 -1
  79. package/dist/esm/BaseClient.mjs +2 -2
  80. package/dist/esm/api/resources/commons/types/NotificationType.d.mts +2 -0
  81. package/dist/esm/api/resources/commons/types/NotificationType.mjs +2 -0
  82. package/dist/esm/api/resources/notifications/types/EmailNotificationPlacementFileAttributes.d.mts +12 -0
  83. package/dist/esm/api/resources/notifications/types/EmailNotificationPlacementFileData.d.mts +7 -0
  84. package/dist/esm/api/resources/notifications/types/EmailNotificationPlacementFileRelationships.d.mts +5 -0
  85. package/dist/esm/api/resources/notifications/types/NotificationDataUnion.d.mts +7 -1
  86. package/dist/esm/api/resources/notifications/types/NotificationPayload.d.mts +57 -0
  87. package/dist/esm/api/resources/notifications/types/PushNotificationPlacementFileAttributes.d.mts +10 -0
  88. package/dist/esm/api/resources/notifications/types/PushNotificationPlacementFileData.d.mts +7 -0
  89. package/dist/esm/api/resources/notifications/types/PushNotificationPlacementFileRelationships.d.mts +5 -0
  90. package/dist/esm/api/resources/notifications/types/index.d.mts +6 -0
  91. package/dist/esm/api/resources/notifications/types/index.mjs +6 -0
  92. package/dist/esm/api/resources/organizations/resources/placements/client/Client.d.mts +51 -4
  93. package/dist/esm/api/resources/organizations/resources/placements/client/Client.mjs +51 -4
  94. package/dist/esm/api/resources/organizations/resources/placements/client/requests/GetPlacementRequest.d.mts +1 -1
  95. package/dist/esm/api/resources/organizations/resources/placements/client/requests/ListPlacementsRequest.d.mts +2 -2
  96. package/dist/esm/api/resources/organizations/resources/placements/types/BatchActivationPlacementData.d.mts +1 -1
  97. package/dist/esm/api/resources/organizations/resources/placements/types/Cadence.d.mts +1 -1
  98. package/dist/esm/api/resources/organizations/resources/placements/types/CadenceFrequency.d.mts +1 -1
  99. package/dist/esm/api/resources/organizations/resources/placements/types/CadenceFrequency.mjs +1 -1
  100. package/dist/esm/api/resources/organizations/resources/placements/types/CreateBatchActivationSlot.d.mts +1 -1
  101. package/dist/esm/api/resources/organizations/resources/placements/types/CreateEmailAttributes.d.mts +25 -0
  102. package/dist/esm/api/resources/organizations/resources/placements/types/CreateEmailPlacementData.d.mts +8 -0
  103. package/dist/esm/api/resources/organizations/resources/placements/types/CreateEmailPlacementData.mjs +2 -0
  104. package/dist/esm/api/resources/organizations/resources/placements/types/CreateGroupAttributes.d.mts +20 -0
  105. package/dist/esm/api/resources/organizations/resources/placements/types/CreateGroupAttributes.mjs +2 -0
  106. package/dist/esm/api/resources/organizations/resources/placements/types/CreateGroupPlacementData.d.mts +8 -0
  107. package/dist/esm/api/resources/organizations/resources/placements/types/CreateGroupPlacementData.mjs +2 -0
  108. package/dist/esm/api/resources/organizations/resources/placements/types/CreatePlacementDataUnion.d.mts +9 -3
  109. package/dist/esm/api/resources/organizations/resources/placements/types/CreatePlacementRequestBody.d.mts +48 -1
  110. package/dist/{cjs/api/resources/organizations/resources/placements/types/CreateMainPageAttributes.d.ts → esm/api/resources/organizations/resources/placements/types/CreateStandardAttributes.d.mts} +2 -2
  111. package/dist/esm/api/resources/organizations/resources/placements/types/CreateStandardAttributes.mjs +2 -0
  112. package/dist/esm/api/resources/organizations/resources/placements/types/CreateStandardPlacementData.d.mts +8 -0
  113. package/dist/esm/api/resources/organizations/resources/placements/types/CreateStandardPlacementData.mjs +2 -0
  114. package/dist/esm/api/resources/organizations/resources/placements/types/EmailPlacementAttributes.d.mts +16 -0
  115. package/dist/esm/api/resources/organizations/resources/placements/types/EmailPlacementAttributes.mjs +2 -0
  116. package/dist/esm/api/resources/organizations/resources/placements/types/{MainPagePlacementData.d.mts → EmailPlacementData.d.mts} +3 -3
  117. package/dist/esm/api/resources/organizations/resources/placements/types/EmailPlacementData.mjs +2 -0
  118. package/dist/esm/api/resources/organizations/resources/placements/types/GroupPlacementAttributes.d.mts +9 -0
  119. package/dist/esm/api/resources/organizations/resources/placements/types/GroupPlacementAttributes.mjs +2 -0
  120. package/dist/esm/api/resources/organizations/resources/placements/types/GroupPlacementData.d.mts +11 -0
  121. package/dist/esm/api/resources/organizations/resources/placements/types/GroupPlacementData.mjs +2 -0
  122. package/dist/esm/api/resources/organizations/resources/placements/types/IncludedResource.d.mts +6 -3
  123. package/dist/{cjs/api/resources/organizations/resources/placements/types/MainPagePlacementAttributes.d.ts → esm/api/resources/organizations/resources/placements/types/PlacementAttributes.d.mts} +2 -2
  124. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementAttributes.mjs +2 -0
  125. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementData.d.mts +11 -0
  126. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementData.mjs +2 -0
  127. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementFormatUnion.d.mts +44 -4
  128. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementListResponse.d.mts +1 -1
  129. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementResource.d.mts +1 -1
  130. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementTypeFilter.d.mts +3 -1
  131. package/dist/esm/api/resources/organizations/resources/placements/types/PlacementTypeFilter.mjs +3 -1
  132. package/dist/esm/api/resources/organizations/resources/placements/types/SlottedPlacementRelationships.d.mts +8 -0
  133. package/dist/esm/api/resources/organizations/resources/placements/types/SlottedPlacementRelationships.mjs +2 -0
  134. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateBatchActivationSlot.d.mts +1 -1
  135. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateEmailAttributes.d.mts +25 -0
  136. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateEmailAttributes.mjs +2 -0
  137. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateEmailPlacementData.d.mts +8 -0
  138. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateEmailPlacementData.mjs +2 -0
  139. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateGroupAttributes.d.mts +21 -0
  140. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateGroupAttributes.mjs +2 -0
  141. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateGroupPlacementData.d.mts +8 -0
  142. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateGroupPlacementData.mjs +2 -0
  143. package/dist/esm/api/resources/organizations/resources/placements/types/UpdatePlacementDataUnion.d.mts +9 -3
  144. package/dist/esm/api/resources/organizations/resources/placements/types/{UpdateMainPageAttributes.d.mts → UpdateStandardAttributes.d.mts} +2 -2
  145. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateStandardAttributes.mjs +2 -0
  146. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateStandardPlacementData.d.mts +8 -0
  147. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateStandardPlacementData.mjs +2 -0
  148. package/dist/esm/api/resources/organizations/resources/placements/types/index.d.mts +19 -7
  149. package/dist/esm/api/resources/organizations/resources/placements/types/index.mjs +19 -7
  150. package/dist/esm/api/resources/users/resources/rewards/client/Client.d.mts +12 -8
  151. package/dist/esm/api/resources/users/resources/rewards/client/Client.mjs +12 -8
  152. package/dist/esm/api/resources/users/resources/rewards/types/BatchesResponseObject.d.mts +1 -1
  153. package/dist/esm/api/resources/users/resources/rewards/types/PlacementBatchAttributes.d.mts +2 -2
  154. package/dist/esm/api/resources/users/resources/rewards/types/PlacementBatchData.d.mts +1 -1
  155. package/dist/esm/version.d.mts +1 -1
  156. package/dist/esm/version.mjs +1 -1
  157. package/package.json +1 -1
  158. package/reference.md +16 -12
  159. package/dist/cjs/api/resources/organizations/resources/placements/types/BatchActivationPlacementRelationships.d.ts +0 -8
  160. package/dist/cjs/api/resources/organizations/resources/placements/types/CreateMainPagePlacementData.d.ts +0 -8
  161. package/dist/cjs/api/resources/organizations/resources/placements/types/UpdateMainPagePlacementData.d.ts +0 -8
  162. package/dist/esm/api/resources/organizations/resources/placements/types/BatchActivationPlacementRelationships.d.mts +0 -8
  163. package/dist/esm/api/resources/organizations/resources/placements/types/CreateMainPagePlacementData.d.mts +0 -8
  164. package/dist/esm/api/resources/organizations/resources/placements/types/UpdateMainPagePlacementData.d.mts +0 -8
  165. /package/dist/cjs/api/resources/{organizations/resources/placements/types/BatchActivationPlacementRelationships.js → notifications/types/EmailNotificationPlacementFileAttributes.js} +0 -0
  166. /package/dist/cjs/api/resources/{organizations/resources/placements/types/CreateMainPageAttributes.js → notifications/types/EmailNotificationPlacementFileData.js} +0 -0
  167. /package/dist/cjs/api/resources/{organizations/resources/placements/types/CreateMainPagePlacementData.js → notifications/types/EmailNotificationPlacementFileRelationships.js} +0 -0
  168. /package/dist/cjs/api/resources/{organizations/resources/placements/types/MainPagePlacementAttributes.js → notifications/types/PushNotificationPlacementFileAttributes.js} +0 -0
  169. /package/dist/cjs/api/resources/{organizations/resources/placements/types/MainPagePlacementData.js → notifications/types/PushNotificationPlacementFileData.js} +0 -0
  170. /package/dist/cjs/api/resources/{organizations/resources/placements/types/UpdateMainPageAttributes.js → notifications/types/PushNotificationPlacementFileRelationships.js} +0 -0
  171. /package/dist/cjs/api/resources/organizations/resources/placements/types/{UpdateMainPagePlacementData.js → CreateEmailAttributes.js} +0 -0
  172. /package/dist/esm/api/resources/{organizations/resources/placements/types/BatchActivationPlacementRelationships.mjs → notifications/types/EmailNotificationPlacementFileAttributes.mjs} +0 -0
  173. /package/dist/esm/api/resources/{organizations/resources/placements/types/CreateMainPageAttributes.mjs → notifications/types/EmailNotificationPlacementFileData.mjs} +0 -0
  174. /package/dist/esm/api/resources/{organizations/resources/placements/types/CreateMainPagePlacementData.mjs → notifications/types/EmailNotificationPlacementFileRelationships.mjs} +0 -0
  175. /package/dist/esm/api/resources/{organizations/resources/placements/types/MainPagePlacementAttributes.mjs → notifications/types/PushNotificationPlacementFileAttributes.mjs} +0 -0
  176. /package/dist/esm/api/resources/{organizations/resources/placements/types/MainPagePlacementData.mjs → notifications/types/PushNotificationPlacementFileData.mjs} +0 -0
  177. /package/dist/esm/api/resources/{organizations/resources/placements/types/UpdateMainPageAttributes.mjs → notifications/types/PushNotificationPlacementFileRelationships.mjs} +0 -0
  178. /package/dist/esm/api/resources/organizations/resources/placements/types/{UpdateMainPagePlacementData.mjs → CreateEmailAttributes.mjs} +0 -0
@@ -2,15 +2,21 @@ import type * as KardApi from "../../../../../index.mjs";
2
2
  /**
3
3
  * Discriminated union for creating a placement
4
4
  */
5
- export type CreatePlacementDataUnion = KardApi.organizations.CreatePlacementDataUnion.PlacementMainPage | KardApi.organizations.CreatePlacementDataUnion.PlacementPushNotification | KardApi.organizations.CreatePlacementDataUnion.PlacementBatchActivation;
5
+ export type CreatePlacementDataUnion = KardApi.organizations.CreatePlacementDataUnion.Placement | KardApi.organizations.CreatePlacementDataUnion.PlacementPushNotification | KardApi.organizations.CreatePlacementDataUnion.PlacementEmail | KardApi.organizations.CreatePlacementDataUnion.PlacementBatchActivation | KardApi.organizations.CreatePlacementDataUnion.PlacementGroup;
6
6
  export declare namespace CreatePlacementDataUnion {
7
- interface PlacementMainPage extends KardApi.organizations.CreateMainPagePlacementData {
8
- type: "placementMainPage";
7
+ interface Placement extends KardApi.organizations.CreateStandardPlacementData {
8
+ type: "placement";
9
9
  }
10
10
  interface PlacementPushNotification extends KardApi.organizations.CreatePushNotificationPlacementData {
11
11
  type: "placementPushNotification";
12
12
  }
13
+ interface PlacementEmail extends KardApi.organizations.CreateEmailPlacementData {
14
+ type: "placementEmail";
15
+ }
13
16
  interface PlacementBatchActivation extends KardApi.organizations.CreateBatchActivationPlacementData {
14
17
  type: "placementBatchActivation";
15
18
  }
19
+ interface PlacementGroup extends KardApi.organizations.CreateGroupPlacementData {
20
+ type: "placementGroup";
21
+ }
16
22
  }
@@ -5,7 +5,7 @@ import type * as KardApi from "../../../../../index.mjs";
5
5
  * @example
6
6
  * {
7
7
  * data: {
8
- * type: "placementMainPage",
8
+ * type: "placement",
9
9
  * attributes: {
10
10
  * name: "Homepage Banner",
11
11
  * availableSlots: 5
@@ -26,6 +26,53 @@ import type * as KardApi from "../../../../../index.mjs";
26
26
  * }
27
27
  * }
28
28
  * }
29
+ *
30
+ * @example
31
+ * {
32
+ * data: {
33
+ * type: "placementEmail",
34
+ * attributes: {
35
+ * name: "Weekly Deals Email",
36
+ * availableSlots: 10,
37
+ * cadence: {
38
+ * frequency: KardApi.organizations.CadenceFrequency.Weekly,
39
+ * timeOfDay: "10:00",
40
+ * dayOfWeek: KardApi.organizations.DayOfWeek.Mon
41
+ * }
42
+ * }
43
+ * }
44
+ * }
45
+ *
46
+ * @example
47
+ * {
48
+ * data: {
49
+ * type: "placementBatchActivation",
50
+ * attributes: {
51
+ * name: "Weekly Cohort",
52
+ * refreshInterval: "P7D",
53
+ * slots: [{
54
+ * placementId: "01961e5a-f26f-7e44-ce5f-1ad7c9fb4e67",
55
+ * alias: "primary",
56
+ * shortDescription: "Featured deals refreshed each week"
57
+ * }]
58
+ * }
59
+ * }
60
+ * }
61
+ *
62
+ * @example
63
+ * {
64
+ * data: {
65
+ * type: "placementGroup",
66
+ * attributes: {
67
+ * name: "Seasonal Collection",
68
+ * slots: [{
69
+ * placementId: "01961e5a-f26f-7e44-ce5f-1ad7c9fb4e67",
70
+ * alias: "primary",
71
+ * shortDescription: "Seasonal picks"
72
+ * }]
73
+ * }
74
+ * }
75
+ * }
29
76
  */
30
77
  export interface CreatePlacementRequestBody {
31
78
  /** Placement data for creation */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Attributes for creating a main-page placement
2
+ * Attributes for creating a standard placement
3
3
  *
4
4
  * @example
5
5
  * {
@@ -7,7 +7,7 @@
7
7
  * availableSlots: 5
8
8
  * }
9
9
  */
10
- export interface CreateMainPageAttributes {
10
+ export interface CreateStandardAttributes {
11
11
  /** Name of the placement */
12
12
  name: string;
13
13
  /** Number of available slots (minimum 1) */
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,8 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Data for creating a standard placement
4
+ */
5
+ export interface CreateStandardPlacementData {
6
+ /** Standard placement attributes for creation */
7
+ attributes: KardApi.organizations.CreateStandardAttributes;
8
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,16 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Attributes for an email placement
4
+ */
5
+ export interface EmailPlacementAttributes {
6
+ /** Name of the placement */
7
+ name: string;
8
+ /** ID of the organization this placement belongs to */
9
+ organizationId: string;
10
+ /** Number of available slots */
11
+ availableSlots: number;
12
+ /** Delivery cadence for the email */
13
+ cadence: KardApi.organizations.Cadence;
14
+ /** ID of the content strategy linked to this placement, if any. Retained alongside `relationships.contentStrategy` for backward compatibility. */
15
+ contentStrategyId?: string | undefined;
16
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -1,11 +1,11 @@
1
1
  import type * as KardApi from "../../../../../index.mjs";
2
2
  /**
3
- * Main-page placement resource data
3
+ * Email placement resource data
4
4
  */
5
- export interface MainPagePlacementData {
5
+ export interface EmailPlacementData {
6
6
  /** Unique identifier of the placement (UUID v7) */
7
7
  id: string;
8
- attributes: KardApi.organizations.MainPagePlacementAttributes;
8
+ attributes: KardApi.organizations.EmailPlacementAttributes;
9
9
  /** JSON:API relationships for the placement. Omitted entirely when the placement has no linked resources. */
10
10
  relationships?: KardApi.organizations.PlacementRelationships | undefined;
11
11
  }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Attributes for a group placement. A group is configured like a batch-activation placement but has no refreshInterval. Slot detail is exposed via `relationships.slots` (resource identifiers) and the `batchActivationSlot` entries in `included`; request `?include=slots` (or a deeper path) to get the slot details.
3
+ */
4
+ export interface GroupPlacementAttributes {
5
+ /** Name of the placement */
6
+ name: string;
7
+ /** ID of the organization this placement belongs to */
8
+ organizationId: string;
9
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,11 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Group placement resource data
4
+ */
5
+ export interface GroupPlacementData {
6
+ /** Unique identifier of the placement (UUID v7) */
7
+ id: string;
8
+ attributes: KardApi.organizations.GroupPlacementAttributes;
9
+ /** JSON:API relationships for the placement. Always present on a group placement; the `slots` to-many relationship lists the slot resource identifiers. */
10
+ relationships: KardApi.organizations.SlottedPlacementRelationships;
11
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -2,7 +2,7 @@ import type * as KardApi from "../../../../../index.mjs";
2
2
  /**
3
3
  * Discriminated union of every resource type that can appear in the `included` array. The shape of each branch matches the corresponding primary-data resource (same attributes and relationships), keyed on the JSON:API `type` discriminant.
4
4
  */
5
- export type IncludedResource = KardApi.organizations.IncludedResource.ContentStrategy | KardApi.organizations.IncludedResource.BatchActivationSlot | KardApi.organizations.IncludedResource.PlacementMainPage | KardApi.organizations.IncludedResource.PlacementPushNotification;
5
+ export type IncludedResource = KardApi.organizations.IncludedResource.ContentStrategy | KardApi.organizations.IncludedResource.BatchActivationSlot | KardApi.organizations.IncludedResource.Placement | KardApi.organizations.IncludedResource.PlacementPushNotification | KardApi.organizations.IncludedResource.PlacementEmail;
6
6
  export declare namespace IncludedResource {
7
7
  interface ContentStrategy extends KardApi.organizations.ContentStrategyInclusion {
8
8
  type: "contentStrategy";
@@ -10,10 +10,13 @@ export declare namespace IncludedResource {
10
10
  interface BatchActivationSlot extends KardApi.organizations.BatchActivationSlotInclusion {
11
11
  type: "batchActivationSlot";
12
12
  }
13
- interface PlacementMainPage extends KardApi.organizations.MainPagePlacementData {
14
- type: "placementMainPage";
13
+ interface Placement extends KardApi.organizations.PlacementData {
14
+ type: "placement";
15
15
  }
16
16
  interface PlacementPushNotification extends KardApi.organizations.PushNotificationPlacementData {
17
17
  type: "placementPushNotification";
18
18
  }
19
+ interface PlacementEmail extends KardApi.organizations.EmailPlacementData {
20
+ type: "placementEmail";
21
+ }
19
22
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Attributes for a main-page placement
2
+ * Attributes for a standard placement
3
3
  */
4
- export interface MainPagePlacementAttributes {
4
+ export interface PlacementAttributes {
5
5
  /** Name of the placement */
6
6
  name: string;
7
7
  /** ID of the organization this placement belongs to */
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,11 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Standard placement resource data
4
+ */
5
+ export interface PlacementData {
6
+ /** Unique identifier of the placement (UUID v7) */
7
+ id: string;
8
+ attributes: KardApi.organizations.PlacementAttributes;
9
+ /** JSON:API relationships for the placement. Omitted entirely when the placement has no linked resources. */
10
+ relationships?: KardApi.organizations.PlacementRelationships | undefined;
11
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -4,7 +4,7 @@ import type * as KardApi from "../../../../../index.mjs";
4
4
  *
5
5
  * @example
6
6
  * {
7
- * type: "placementMainPage",
7
+ * type: "placement",
8
8
  * id: "01961e5a-b74c-7d42-8456-d3a1f2c90e71",
9
9
  * attributes: {
10
10
  * name: "Homepage Banner",
@@ -29,6 +29,22 @@ import type * as KardApi from "../../../../../index.mjs";
29
29
  *
30
30
  * @example
31
31
  * {
32
+ * type: "placementEmail",
33
+ * id: "01961e5a-f37a-7b55-9d6a-2be8d1ac5f78",
34
+ * attributes: {
35
+ * name: "Weekly Deals Email",
36
+ * organizationId: "org-123",
37
+ * availableSlots: 10,
38
+ * cadence: {
39
+ * frequency: KardApi.organizations.CadenceFrequency.Weekly,
40
+ * timeOfDay: "10:00",
41
+ * dayOfWeek: KardApi.organizations.DayOfWeek.Mon
42
+ * }
43
+ * }
44
+ * }
45
+ *
46
+ * @example
47
+ * {
32
48
  * type: "placementBatchActivation",
33
49
  * id: "01961e5a-d94e-7c22-ac3f-f8b5a7e92c45",
34
50
  * attributes: {
@@ -45,16 +61,40 @@ import type * as KardApi from "../../../../../index.mjs";
45
61
  * }
46
62
  * }
47
63
  * }
64
+ *
65
+ * @example
66
+ * {
67
+ * type: "placementGroup",
68
+ * id: "01961e5a-a48b-7e66-8c7b-3cf9e2bd6a89",
69
+ * attributes: {
70
+ * name: "Seasonal Collection",
71
+ * organizationId: "org-123"
72
+ * },
73
+ * relationships: {
74
+ * slots: {
75
+ * data: [{
76
+ * type: "batchActivationSlot",
77
+ * id: "01961e5a-b59c-7f77-9d8c-4d0af3ce7b9a"
78
+ * }]
79
+ * }
80
+ * }
81
+ * }
48
82
  */
49
- export type PlacementFormatUnion = KardApi.organizations.PlacementFormatUnion.PlacementMainPage | KardApi.organizations.PlacementFormatUnion.PlacementPushNotification | KardApi.organizations.PlacementFormatUnion.PlacementBatchActivation;
83
+ export type PlacementFormatUnion = KardApi.organizations.PlacementFormatUnion.Placement | KardApi.organizations.PlacementFormatUnion.PlacementPushNotification | KardApi.organizations.PlacementFormatUnion.PlacementEmail | KardApi.organizations.PlacementFormatUnion.PlacementBatchActivation | KardApi.organizations.PlacementFormatUnion.PlacementGroup;
50
84
  export declare namespace PlacementFormatUnion {
51
- interface PlacementMainPage extends KardApi.organizations.MainPagePlacementData {
52
- type: "placementMainPage";
85
+ interface Placement extends KardApi.organizations.PlacementData {
86
+ type: "placement";
53
87
  }
54
88
  interface PlacementPushNotification extends KardApi.organizations.PushNotificationPlacementData {
55
89
  type: "placementPushNotification";
56
90
  }
91
+ interface PlacementEmail extends KardApi.organizations.EmailPlacementData {
92
+ type: "placementEmail";
93
+ }
57
94
  interface PlacementBatchActivation extends KardApi.organizations.BatchActivationPlacementData {
58
95
  type: "placementBatchActivation";
59
96
  }
97
+ interface PlacementGroup extends KardApi.organizations.GroupPlacementData {
98
+ type: "placementGroup";
99
+ }
60
100
  }
@@ -5,7 +5,7 @@ import type * as KardApi from "../../../../../index.mjs";
5
5
  export interface PlacementListResponse {
6
6
  /** Array of placement resources */
7
7
  data: KardApi.organizations.PlacementFormatUnion[];
8
- /** Related resources requested via the `include` query parameter. Each entry is keyed by its `type` discriminant (`contentStrategy`, `batchActivationSlot`, `placementMainPage`, `placementPushNotification`). */
8
+ /** Related resources requested via the `include` query parameter. Each entry is keyed by its `type` discriminant (`contentStrategy`, `batchActivationSlot`, `placement`, `placementPushNotification`, `placementEmail`). */
9
9
  included?: KardApi.organizations.IncludedResource[] | undefined;
10
10
  links?: KardApi.Links | undefined;
11
11
  /** Pagination metadata */
@@ -5,6 +5,6 @@ import type * as KardApi from "../../../../../index.mjs";
5
5
  export interface PlacementResource {
6
6
  /** Placement resource */
7
7
  data: KardApi.organizations.PlacementFormatUnion;
8
- /** Related resources requested via the `include` query parameter. Each entry is keyed by its `type` discriminant (`contentStrategy`, `batchActivationSlot`, `placementMainPage`, `placementPushNotification`). */
8
+ /** Related resources requested via the `include` query parameter. Each entry is keyed by its `type` discriminant (`contentStrategy`, `batchActivationSlot`, `placement`, `placementPushNotification`, `placementEmail`). */
9
9
  included?: KardApi.organizations.IncludedResource[] | undefined;
10
10
  }
@@ -1,7 +1,9 @@
1
1
  /** Placement type discriminator used as a list filter */
2
2
  export declare const PlacementTypeFilter: {
3
- readonly PlacementMainPage: "placementMainPage";
3
+ readonly Placement: "placement";
4
4
  readonly PlacementPushNotification: "placementPushNotification";
5
+ readonly PlacementEmail: "placementEmail";
5
6
  readonly PlacementBatchActivation: "placementBatchActivation";
7
+ readonly PlacementGroup: "placementGroup";
6
8
  };
7
9
  export type PlacementTypeFilter = (typeof PlacementTypeFilter)[keyof typeof PlacementTypeFilter];
@@ -1,7 +1,9 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  /** Placement type discriminator used as a list filter */
3
3
  export const PlacementTypeFilter = {
4
- PlacementMainPage: "placementMainPage",
4
+ Placement: "placement",
5
5
  PlacementPushNotification: "placementPushNotification",
6
+ PlacementEmail: "placementEmail",
6
7
  PlacementBatchActivation: "placementBatchActivation",
8
+ PlacementGroup: "placementGroup",
7
9
  };
@@ -0,0 +1,8 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Relationship block for a batch-activation or group placement.
4
+ */
5
+ export interface SlottedPlacementRelationships {
6
+ /** Resource identifiers for the slots that make up the placement. Each entry corresponds to a `batchActivationSlot` resource that appears in `included` when the request asks for `slots` (or any deeper path that implies it). */
7
+ slots: KardApi.organizations.ToManyRelationship;
8
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**
2
- * A slot in a batch-activation placement at update time
2
+ * A slot in a batch-activation or group placement at update time
3
3
  */
4
4
  export interface UpdateBatchActivationSlot {
5
5
  /** Existing slot identifier. Echo the value from a prior GET to keep the slot stable; omit to mint a fresh slot. If the placementId changes, the slotId is regenerated regardless of what was echoed. */
@@ -0,0 +1,25 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Attributes for updating an email placement. All fields are required.
4
+ *
5
+ * @example
6
+ * {
7
+ * name: "Updated Email",
8
+ * availableSlots: 8,
9
+ * cadence: {
10
+ * frequency: KardApi.organizations.CadenceFrequency.Monthly,
11
+ * timeOfDay: "08:00",
12
+ * dayOfMonth: 1
13
+ * }
14
+ * }
15
+ */
16
+ export interface UpdateEmailAttributes {
17
+ /** Name of the placement */
18
+ name: string;
19
+ /** Number of available slots (minimum 1) */
20
+ availableSlots: number;
21
+ /** Delivery cadence for the email */
22
+ cadence: KardApi.organizations.Cadence;
23
+ /** ID of the content strategy to link this placement to. Omit to clear any existing link (PUT requires the full attribute set, so a missing value unlinks the placement). */
24
+ contentStrategyId?: string | undefined;
25
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,8 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Data for updating an email placement
4
+ */
5
+ export interface UpdateEmailPlacementData {
6
+ /** Email placement attributes for update */
7
+ attributes: KardApi.organizations.UpdateEmailAttributes;
8
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,21 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Attributes for updating a group placement. All fields are required.
4
+ *
5
+ * @example
6
+ * {
7
+ * name: "Updated Collection",
8
+ * slots: [{
9
+ * slotId: "01961e5a-b59c-7f77-9d8c-4d0af3ce7b9a",
10
+ * placementId: "01961e5a-f26f-7e44-ce5f-1ad7c9fb4e67",
11
+ * alias: "primary",
12
+ * shortDescription: "Seasonal picks"
13
+ * }]
14
+ * }
15
+ */
16
+ export interface UpdateGroupAttributes {
17
+ /** Name of the placement */
18
+ name: string;
19
+ /** Slots that make up the group. Slots present in the prior state but absent from this list are removed. */
20
+ slots: KardApi.organizations.UpdateBatchActivationSlot[];
21
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,8 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Data for updating a group placement
4
+ */
5
+ export interface UpdateGroupPlacementData {
6
+ /** Group placement attributes for update */
7
+ attributes: KardApi.organizations.UpdateGroupAttributes;
8
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -2,15 +2,21 @@ import type * as KardApi from "../../../../../index.mjs";
2
2
  /**
3
3
  * Discriminated union for updating a placement
4
4
  */
5
- export type UpdatePlacementDataUnion = KardApi.organizations.UpdatePlacementDataUnion.PlacementMainPage | KardApi.organizations.UpdatePlacementDataUnion.PlacementPushNotification | KardApi.organizations.UpdatePlacementDataUnion.PlacementBatchActivation;
5
+ export type UpdatePlacementDataUnion = KardApi.organizations.UpdatePlacementDataUnion.Placement | KardApi.organizations.UpdatePlacementDataUnion.PlacementPushNotification | KardApi.organizations.UpdatePlacementDataUnion.PlacementEmail | KardApi.organizations.UpdatePlacementDataUnion.PlacementBatchActivation | KardApi.organizations.UpdatePlacementDataUnion.PlacementGroup;
6
6
  export declare namespace UpdatePlacementDataUnion {
7
- interface PlacementMainPage extends KardApi.organizations.UpdateMainPagePlacementData {
8
- type: "placementMainPage";
7
+ interface Placement extends KardApi.organizations.UpdateStandardPlacementData {
8
+ type: "placement";
9
9
  }
10
10
  interface PlacementPushNotification extends KardApi.organizations.UpdatePushNotificationPlacementData {
11
11
  type: "placementPushNotification";
12
12
  }
13
+ interface PlacementEmail extends KardApi.organizations.UpdateEmailPlacementData {
14
+ type: "placementEmail";
15
+ }
13
16
  interface PlacementBatchActivation extends KardApi.organizations.UpdateBatchActivationPlacementData {
14
17
  type: "placementBatchActivation";
15
18
  }
19
+ interface PlacementGroup extends KardApi.organizations.UpdateGroupPlacementData {
20
+ type: "placementGroup";
21
+ }
16
22
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Attributes for updating a main-page placement. All fields are required.
2
+ * Attributes for updating a standard placement. All fields are required.
3
3
  *
4
4
  * @example
5
5
  * {
@@ -7,7 +7,7 @@
7
7
  * availableSlots: 10
8
8
  * }
9
9
  */
10
- export interface UpdateMainPageAttributes {
10
+ export interface UpdateStandardAttributes {
11
11
  /** Name of the placement */
12
12
  name: string;
13
13
  /** Number of available slots (minimum 1) */
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,8 @@
1
+ import type * as KardApi from "../../../../../index.mjs";
2
+ /**
3
+ * Data for updating a standard placement
4
+ */
5
+ export interface UpdateStandardPlacementData {
6
+ /** Standard placement attributes for update */
7
+ attributes: KardApi.organizations.UpdateStandardAttributes;
8
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -1,6 +1,5 @@
1
1
  export * from "./BatchActivationPlacementAttributes.mjs";
2
2
  export * from "./BatchActivationPlacementData.mjs";
3
- export * from "./BatchActivationPlacementRelationships.mjs";
4
3
  export * from "./BatchActivationSlotAttributes.mjs";
5
4
  export * from "./BatchActivationSlotInclusion.mjs";
6
5
  export * from "./BatchActivationSlotRelationships.mjs";
@@ -10,16 +9,24 @@ export * from "./ContentStrategyInclusion.mjs";
10
9
  export * from "./CreateBatchActivationAttributes.mjs";
11
10
  export * from "./CreateBatchActivationPlacementData.mjs";
12
11
  export * from "./CreateBatchActivationSlot.mjs";
13
- export * from "./CreateMainPageAttributes.mjs";
14
- export * from "./CreateMainPagePlacementData.mjs";
12
+ export * from "./CreateEmailAttributes.mjs";
13
+ export * from "./CreateEmailPlacementData.mjs";
14
+ export * from "./CreateGroupAttributes.mjs";
15
+ export * from "./CreateGroupPlacementData.mjs";
15
16
  export * from "./CreatePlacementDataUnion.mjs";
16
17
  export * from "./CreatePlacementRequestBody.mjs";
17
18
  export * from "./CreatePushNotificationAttributes.mjs";
18
19
  export * from "./CreatePushNotificationPlacementData.mjs";
20
+ export * from "./CreateStandardAttributes.mjs";
21
+ export * from "./CreateStandardPlacementData.mjs";
19
22
  export * from "./DayOfWeek.mjs";
23
+ export * from "./EmailPlacementAttributes.mjs";
24
+ export * from "./EmailPlacementData.mjs";
25
+ export * from "./GroupPlacementAttributes.mjs";
26
+ export * from "./GroupPlacementData.mjs";
20
27
  export * from "./IncludedResource.mjs";
21
- export * from "./MainPagePlacementAttributes.mjs";
22
- export * from "./MainPagePlacementData.mjs";
28
+ export * from "./PlacementAttributes.mjs";
29
+ export * from "./PlacementData.mjs";
23
30
  export * from "./PlacementFormatUnion.mjs";
24
31
  export * from "./PlacementListResponse.mjs";
25
32
  export * from "./PlacementRelationships.mjs";
@@ -28,14 +35,19 @@ export * from "./PlacementTypeFilter.mjs";
28
35
  export * from "./PushNotificationPlacementAttributes.mjs";
29
36
  export * from "./PushNotificationPlacementData.mjs";
30
37
  export * from "./ResourceIdentifier.mjs";
38
+ export * from "./SlottedPlacementRelationships.mjs";
31
39
  export * from "./ToManyRelationship.mjs";
32
40
  export * from "./ToOneRelationship.mjs";
33
41
  export * from "./UpdateBatchActivationAttributes.mjs";
34
42
  export * from "./UpdateBatchActivationPlacementData.mjs";
35
43
  export * from "./UpdateBatchActivationSlot.mjs";
36
- export * from "./UpdateMainPageAttributes.mjs";
37
- export * from "./UpdateMainPagePlacementData.mjs";
44
+ export * from "./UpdateEmailAttributes.mjs";
45
+ export * from "./UpdateEmailPlacementData.mjs";
46
+ export * from "./UpdateGroupAttributes.mjs";
47
+ export * from "./UpdateGroupPlacementData.mjs";
38
48
  export * from "./UpdatePlacementDataUnion.mjs";
39
49
  export * from "./UpdatePlacementRequestBody.mjs";
40
50
  export * from "./UpdatePushNotificationAttributes.mjs";
41
51
  export * from "./UpdatePushNotificationPlacementData.mjs";
52
+ export * from "./UpdateStandardAttributes.mjs";
53
+ export * from "./UpdateStandardPlacementData.mjs";