tremendous 4.9.0 → 4.10.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "4.9.0"
2
+ ".": "4.10.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.10.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.9.0...tremendous-v4.10.0) (2026-04-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * add `external_name`, `external_email`, `role` to connected org ([c77d3ec](https://github.com/tremendous-rewards/tremendous-node/commit/c77d3ecb8def39ed4a6b7cb04fbaecbfa32d18ac))
9
+
3
10
  ## [4.9.0](https://github.com/tremendous-rewards/tremendous-node/compare/tremendous-v4.8.0...tremendous-v4.9.0) (2026-04-22)
4
11
 
5
12
 
package/dist/api.d.ts CHANGED
@@ -658,6 +658,24 @@ export interface CreateConnectedOrganizationMemberRequest {
658
658
  * @memberof CreateConnectedOrganizationMemberRequest
659
659
  */
660
660
  'connected_organization_id': string;
661
+ /**
662
+ * The name associated with the user in your systems.
663
+ * @type {string}
664
+ * @memberof CreateConnectedOrganizationMemberRequest
665
+ */
666
+ 'external_name'?: string;
667
+ /**
668
+ * The email associated with the user in your systems.
669
+ * @type {string}
670
+ * @memberof CreateConnectedOrganizationMemberRequest
671
+ */
672
+ 'external_email'?: string;
673
+ /**
674
+ * The role ID to assign to the member within the organization. Only applicable when the connected organization is already linked to an existing Tremendous organization.
675
+ * @type {string}
676
+ * @memberof CreateConnectedOrganizationMemberRequest
677
+ */
678
+ 'role'?: string;
661
679
  }
662
680
  /**
663
681
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tremendous",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "A node.js client for the Tremendous API",
5
5
  "keywords": [
6
6
  "tremendous",