@b-jones-rfd/qualtrics-api-tasks 0.3.4 → 0.3.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @b-jones-rfd/qualtrics-api-tasks
2
2
 
3
+ ## 0.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 3bb9e4f: Revert list distributions params change
8
+
9
+ ## 0.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 6d085dc: Update list distribution to make survey id optional
14
+
3
15
  ## 0.3.4
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -118,9 +118,9 @@ type Connection = {
118
118
  }, FileProgressResponse>;
119
119
  importContacts: Action<StartContactsImportOptions, ContactsImportSummaryResponse>;
120
120
  listDistributions: Action<{
121
- surveyId: string;
122
121
  sendStartDate: Date;
123
122
  sendEndDate: Date;
123
+ surveyId: string;
124
124
  distributionRequestType?: DistributionRequestType;
125
125
  mailingListId?: string;
126
126
  skipToken?: string;
package/dist/index.d.ts CHANGED
@@ -118,9 +118,9 @@ type Connection = {
118
118
  }, FileProgressResponse>;
119
119
  importContacts: Action<StartContactsImportOptions, ContactsImportSummaryResponse>;
120
120
  listDistributions: Action<{
121
- surveyId: string;
122
121
  sendStartDate: Date;
123
122
  sendEndDate: Date;
123
+ surveyId: string;
124
124
  distributionRequestType?: DistributionRequestType;
125
125
  mailingListId?: string;
126
126
  skipToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b-jones-rfd/qualtrics-api-tasks",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Perform common tasks using the Qualtrics API",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",