Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Publish - @segment/actions-cli-internal@3.123.2 - @segment/actions-cli@3.123.2 - @segment/action-destinations@3.127.2 * Subscribe to more events (Redo without required type) (segmentio#986) * Add subscriptions to track event * Generate types and new snapshot * Add test * Improve labels and descriptions * Generated types * Change description * Generate types * Remove required * Generate types * Update Ripe web destination (segmentio#968) * Update Ripe web destination - Add new endpoint setting for testing purposes - Remove alias call - Update misleading anonymousId descriptions * Update erroneous default paths * Set anonymousId in identify call * Heap 34916 - add session_id + update segment library for tracking purposes (segmentio#787) * Fix events payload * Use the single event not the bulk * Fix tests * Fix should not override * remove console log and update SEGMENT_LIB var * update constant value * update browser tests as well * Adding Group support for customerio -Rename identifier field names (segmentio#973) * Initial commit for objects * Added Test cases * Adding Tests validation for the payload * committing generate type file * Adding group support from identify * Fixing conflicts * Adding traits to attributes property for createUpdateObject action * renaming id and type_id to object_id and object_type_id Co-authored-by: kishoredevarasettyn <kishore.devarasetty@customer.io> * SalesWings (Actions) Destination (segmentio#945) * Generated integration from scaffold * Fix action name * Implement SalesWings destination actions * Send user agent, rearrange fields * Bugfixes * Remove debug logging * First tests * Auth tests & track event tests * Page event tests * Identify event tests * Screen event tests * Event batch test * More event batch tests * Change API key description * Commit generated types * Minor cleanup * Fix square brackets in field description UI * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Add mandatory `.` to description Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> * Hardcoding timestamps for snapshot tests * Extract email from properties of Track event * Add action description * Add default subscription to action * Add destination present * Merge URL fields * Dedicated actions per event type * Cleanup * Update field descriptions * Update geenrated types Co-authored-by: Yevgeny Terov <73266004+yevsw@users.noreply.github.com> Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> Co-authored-by: Yevgeny Terov <yevgeny@saleswingsapp.com> * Changing default subscription to group for group call (segmentio#995) * Initial commit for objects * Added Test cases * Adding Tests validation for the payload * committing generate type file * Adding group support from identify * Fixing conflicts * Adding traits to attributes property for createUpdateObject action * setting default subscription as group for createUpdateObject and addressing other review comments * correcting merge overrides Co-authored-by: kishoredevarasettyn <kishore.devarasetty@customer.io> * Add anonymous id as a user property (segmentio#981) * Update setting description in Google Ads Conversions (segmentio#983) * HGI-237 | Updated Description for Braze Cohorts Fields (segmentio#992) * udpated description for braze cohorts * updated description for braze cohorts * updated description in mapping fields * updated description * updated event_properties to hidden * made event_properties unhidden Co-authored-by: Gaurav Kochar <gaurav.kochar@segment.com> * Increase CI timeout to 15 minutes and 10 minutes respectively (segmentio#985) * Increase CI timeout to 15 minutes * Bump browser tests to 10 minutes Co-authored-by: Nolan Chan <nolan.chan@segment.com> * Pipedrive actions PE-20 (segmentio#996) * fix for pipedrive pe-20 issue * removing default visible_to * Register Saleswing Action (segmentio#999) Co-authored-by: Nolan Chan <nolan.chan@segment.com> * Publish - @segment/browser-destinations@3.72.0 - @segment/actions-cli-internal@3.124.0 - @segment/actions-cli@3.124.0 - @segment/action-destinations@3.128.0 * ACT-362 Brackets Support (segmentio#993) * add support for brackets inside js keys in get method * add double quotes * explanatory text + new link * safari support * remove invalid bracket test since it is now supported * use class based regex to avoid parseError * actually convert the regex correctly * cleanup * split tests by functionality * Refactor .get test (segmentio#1000) * Heap Fix for empty event name (segmentio#1004) * fix for pe-52 * fixing breaking tests * Publish - @segment/actions-shared@1.32.0 - @segment/browser-destinations@3.73.0 - @segment/actions-cli-internal@3.125.0 - @segment/actions-cli@3.125.0 - @segment/actions-core@3.50.0 - @segment/action-destinations@3.129.0 * fix scaffolding for oauth (segmentio#1008) * [CHANNELS-329] Add WhatsApp support for Twilio Engage (segmentio#987) * feat: added whatsapp support * fix: added missing dependencies * refactor: minor cleanup * fix: moved dependency to package level * fix: uri encoding for get traits * fix: using same auth scheme for sms & whatsapp whatsApp thankfully allows using apiKeySid & apiSecret instead of accountSid & authToken * fix: reverted changed package version * feat: allow bypassing contentVariables reconciliation * Publish - @segment/actions-cli-internal@3.126.0 - @segment/actions-cli@3.126.0 - @segment/action-destinations@3.130.0 * Add browser destination tests with saucelabs (segmentio#994) * Node 18 Upgrade (segmentio#991) * packages * ci + nvm * lock for 18 * fix webpack hashing issue * node types to 18 * Update node version for browser-tests and snyk * Fix tests * Try to fix browser tests * Fix pipedrive unit tests * Fix domain in snapshot tests * Fix yarn subscriptions * Update README --------- Co-authored-by: Dan Lasky <dan.lasky@segment.com> * Use node18 for browser tests destinations (segmentio#1014) * Contribution pe 53 (segmentio#1007) * updating contributing guidelines * adding extra instructions for post deployment changes * spelling corrections * spelling corrections * Update CONTRIBUTING.md Co-authored-by: SyedWasiHaider <SyedWasiHaider@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: SyedWasiHaider <SyedWasiHaider@users.noreply.github.com> --------- Co-authored-by: SyedWasiHaider <SyedWasiHaider@users.noreply.github.com> * Qualtrics upsert transaction (segmentio#963) * adding upsert contact transacion destination * fixing snapshots * Updating perform function for upsertTransaction * Adding dynamic fields for directoryId. Updating field descriptions. Update upsertTransaction defaultSubscription * updating types * Update qualtrics destination name and descriptons on actions --------- Co-authored-by: Carl Lee <carlmlee@qualtrics.com> * fixing a couple of issues with new Ironclad destination (segmentio#1002) * fixing a couple of issues with new Ironclad destination * adding updated generated types * fixing broken test * [salesforce] - Verify the `instanceUrl` is a valid Salesforce domain (segmentio#997) * Regex and WIP unit tests * Unit tests working * Updates regex and unit tests * Updates other unit tests * Saving package.json * Adds a couple more unit tests * Removes package.json from commits * Removes package.json from commits * Imports request client using absolute path instead of relative path * Enforce https * Publish - @segment/actions-shared@1.33.0 - @segment/browser-destinations-integration-tests@0.1.0 - @segment/browser-destinations@3.74.0 - @segment/actions-cli-internal@3.127.0 - @segment/actions-cli@3.127.0 - @segment/actions-core@3.51.0 - @segment/action-destinations@3.131.0 - @segment/destination-subscriptions@3.15.0 * Fix CommandBar browser destination initialization when CommandBar has already been loaded through other means (segmentio#1009) Co-authored-by: Thomas Kainrad <thomas@tkainrad.dev> * remove flow that attempts to create a JIRA ticket (segmentio#1021) * Twilio Studio as a Segment Action Destination (segmentio#1023) * Twilio Studio as a Segment Action Destination * Replaced phone number with userid in the cache key * Addressed review comments * DOTORG-839: Blackbaud Raiser's Edge NXT Destination (segmentio#998) * DOTORG-839: Create or Update Individual Constituent Action (#1) * DOTORG-839 Added OAuth2 settings for Blackbaud (#2) * Move bbApiSubscriptionKey to settings * Only aggregate integrationErrors * Update Online Presence label * Update directory structure * Add types * Abstract API calls * Add dateStringToFuzzyDate * Add types * Don't retry 401s * Don't catch errors on constituent search or creation * Concatenate integrationErrors * Add throwHttpErrors * Set default for lookup_id to userId * Pass constituentId to updateConstituent * Remove try/catch * Use camelCase traits * Add filterObjectListByMatchFields * Check if primary property is defined * DOTORG-839 Added authentication test (#3) * Don't match on country * Use datetime type * Strip non-numeric characters from phone when matching * Don't match on undefined boolean fields * Update generated-types.ts * Fix linting errors * Move fixtures out of tests directory * Update constituentData * Update default lookup_id mapping * Update testAuthentication * Remove UNEXPECTED_RECORD_COUNT error * Update tests --------- Co-authored-by: twilio-hwong <91703194+twilio-hwong@users.noreply.github.com> --------- Co-authored-by: Nick Aguilar <nicholas.aguilar@segment.com> Co-authored-by: Stella Chung <schung507@gmail.com> Co-authored-by: Simon <simpajj@users.noreply.github.com> Co-authored-by: A Murphy <amanda.murphy@heapanalytics.com> Co-authored-by: kishoredevarasettyn <97026912+kishoredevarasettyn@users.noreply.github.com> Co-authored-by: kishoredevarasettyn <kishore.devarasetty@customer.io> Co-authored-by: Denis Egorushkin <98813888+denis-egorushkin-sw@users.noreply.github.com> Co-authored-by: Yevgeny Terov <73266004+yevsw@users.noreply.github.com> Co-authored-by: Marín Alcaraz <alcara_m@protonmail.com> Co-authored-by: Yevgeny Terov <yevgeny@saleswingsapp.com> Co-authored-by: maryamsharif <99763167+maryamsharif@users.noreply.github.com> Co-authored-by: Innovative-GauravKochar <117165746+Innovative-GauravKochar@users.noreply.github.com> Co-authored-by: Gaurav Kochar <gaurav.kochar@segment.com> Co-authored-by: Nolan Chan <nolan.chan@segment.com> Co-authored-by: Joe Ayoub <45374896+joe-ayoub-segment@users.noreply.github.com> Co-authored-by: Nolan Chan <nolanchan@berkeley.edu> Co-authored-by: Dan <dlasky@users.noreply.github.com> Co-authored-by: Seth Silesky <5115498+silesky@users.noreply.github.com> Co-authored-by: rhall-twilio <103517471+rhall-twilio@users.noreply.github.com> Co-authored-by: alfrimpong <119889384+alfrimpong@users.noreply.github.com> Co-authored-by: SyedWasiHaider <SyedWasiHaider@users.noreply.github.com> Co-authored-by: Dan Lasky <dan.lasky@segment.com> Co-authored-by: drakauskas <119876674+drakauskas@users.noreply.github.com> Co-authored-by: Carl Lee <carlmlee@qualtrics.com> Co-authored-by: Wasi Haider <whaider@twilio.com> Co-authored-by: Thomas Kainrad <7394822+tkainrad@users.noreply.github.com> Co-authored-by: Thomas Kainrad <thomas@tkainrad.dev> Co-authored-by: aradhakrishnan-twilio <116877054+aradhakrishnan-twilio@users.noreply.github.com> Co-authored-by: twilio-hwong <91703194+twilio-hwong@users.noreply.github.com>
- Loading branch information