@vqnguyen1/piece-fiserv-premier 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/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createPiece, PieceAuth } from '@activepieces/pieces-framework';
|
|
1
|
+
import { createPiece, PieceAuth, Property } from '@activepieces/pieces-framework';
|
|
2
2
|
import { PieceCategory } from '@activepieces/shared';
|
|
3
3
|
import { getParty } from './lib/actions/get-party.js';
|
|
4
4
|
import { getPartyByTaxId } from './lib/actions/get-party-by-tax-id.js';
|
|
@@ -10,12 +10,12 @@ export const fiservPremierAuth = PieceAuth.CustomAuth({
|
|
|
10
10
|
description: 'Fiserv Premier API credentials',
|
|
11
11
|
required: true,
|
|
12
12
|
props: {
|
|
13
|
-
baseUrl:
|
|
13
|
+
baseUrl: Property.ShortText({
|
|
14
14
|
displayName: 'Base URL',
|
|
15
15
|
description: 'The base URL for the Fiserv Premier API (e.g., https://api.fiservapps.com)',
|
|
16
16
|
required: true,
|
|
17
17
|
}),
|
|
18
|
-
organizationId:
|
|
18
|
+
organizationId: Property.ShortText({
|
|
19
19
|
displayName: 'Organization ID',
|
|
20
20
|
description: 'Your Fiserv Premier Organization ID',
|
|
21
21
|
required: true,
|
package/{vqnguyen1-piece-fiserv-premier-0.0.4.tgz → vqnguyen1-piece-fiserv-premier-0.0.5.tgz}
RENAMED
|
index 2b550e2..87960ca 100644
|
|
|
Binary file
|