@activepieces/piece-zendesk 0.0.3 → 0.0.4

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@activepieces/piece-zendesk",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.26.8",
6
6
  "axios": "1.2.4",
7
7
  "nanoid": "3.3.4",
8
- "@activepieces/pieces-framework": "0.3.13",
9
- "@activepieces/shared": "0.3.11",
8
+ "@activepieces/pieces-framework": "0.3.14",
9
+ "@activepieces/shared": "0.3.12",
10
10
  "@activepieces/pieces-common": "0.0.1",
11
11
  "tslib": "2.4.1"
12
12
  },
@@ -138,7 +138,7 @@ exports.newTicketInView = (0, pieces_framework_1.createTrigger)({
138
138
  });
139
139
  }),
140
140
  test: (context) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
141
- return yield pieces_common_1.pollingHelper.poll(polling, {
141
+ return yield pieces_common_1.pollingHelper.test(polling, {
142
142
  store: context.store,
143
143
  propsValue: context.propsValue,
144
144
  });