anymal-protocol 1.0.90 → 1.0.91

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
@@ -302,6 +302,7 @@ declare const convertToMultipleActionDefinitions: (frs: ActionDefinition[]) => A
302
302
  * Base fields sent with every action
303
303
  */
304
304
  interface BaseActionPayload {
305
+ campaignId?: string;
305
306
  actionId: string;
306
307
  timestamp: string;
307
308
  nonce: string;
package/dist/index.d.ts CHANGED
@@ -302,6 +302,7 @@ declare const convertToMultipleActionDefinitions: (frs: ActionDefinition[]) => A
302
302
  * Base fields sent with every action
303
303
  */
304
304
  interface BaseActionPayload {
305
+ campaignId?: string;
305
306
  actionId: string;
306
307
  timestamp: string;
307
308
  nonce: string;