bundlesocial 1.3.0 → 1.5.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.
package/dist/index.d.mts CHANGED
@@ -601,8 +601,9 @@ type PostCreateResponse = {
601
601
  } | null;
602
602
  FACEBOOK?: {
603
603
  id?: string | null;
604
- permalink?: string | null;
604
+ postId?: string | null;
605
605
  videoId?: string | null;
606
+ permalink?: string | null;
606
607
  } | null;
607
608
  INSTAGRAM?: {
608
609
  id?: string | null;
@@ -820,8 +821,9 @@ type PostGetListResponse = {
820
821
  } | null;
821
822
  FACEBOOK?: {
822
823
  id?: string | null;
823
- permalink?: string | null;
824
+ postId?: string | null;
824
825
  videoId?: string | null;
826
+ permalink?: string | null;
825
827
  } | null;
826
828
  INSTAGRAM?: {
827
829
  id?: string | null;
@@ -1093,8 +1095,9 @@ type PostGetResponse = {
1093
1095
  } | null;
1094
1096
  FACEBOOK?: {
1095
1097
  id?: string | null;
1096
- permalink?: string | null;
1098
+ postId?: string | null;
1097
1099
  videoId?: string | null;
1100
+ permalink?: string | null;
1098
1101
  } | null;
1099
1102
  INSTAGRAM?: {
1100
1103
  id?: string | null;
@@ -1502,8 +1505,9 @@ type PostUpdateResponse = {
1502
1505
  } | null;
1503
1506
  FACEBOOK?: {
1504
1507
  id?: string | null;
1505
- permalink?: string | null;
1508
+ postId?: string | null;
1506
1509
  videoId?: string | null;
1510
+ permalink?: string | null;
1507
1511
  } | null;
1508
1512
  INSTAGRAM?: {
1509
1513
  id?: string | null;
@@ -1714,8 +1718,9 @@ type PostDeleteResponse = {
1714
1718
  } | null;
1715
1719
  FACEBOOK?: {
1716
1720
  id?: string | null;
1717
- permalink?: string | null;
1721
+ postId?: string | null;
1718
1722
  videoId?: string | null;
1723
+ permalink?: string | null;
1719
1724
  } | null;
1720
1725
  INSTAGRAM?: {
1721
1726
  id?: string | null;
@@ -2436,8 +2441,9 @@ type $OpenApiTs = {
2436
2441
  } | null;
2437
2442
  FACEBOOK?: {
2438
2443
  id?: string | null;
2439
- permalink?: string | null;
2444
+ postId?: string | null;
2440
2445
  videoId?: string | null;
2446
+ permalink?: string | null;
2441
2447
  } | null;
2442
2448
  INSTAGRAM?: {
2443
2449
  id?: string | null;
@@ -2688,8 +2694,9 @@ type $OpenApiTs = {
2688
2694
  } | null;
2689
2695
  FACEBOOK?: {
2690
2696
  id?: string | null;
2691
- permalink?: string | null;
2697
+ postId?: string | null;
2692
2698
  videoId?: string | null;
2699
+ permalink?: string | null;
2693
2700
  } | null;
2694
2701
  INSTAGRAM?: {
2695
2702
  id?: string | null;
@@ -3002,8 +3009,9 @@ type $OpenApiTs = {
3002
3009
  } | null;
3003
3010
  FACEBOOK?: {
3004
3011
  id?: string | null;
3005
- permalink?: string | null;
3012
+ postId?: string | null;
3006
3013
  videoId?: string | null;
3014
+ permalink?: string | null;
3007
3015
  } | null;
3008
3016
  INSTAGRAM?: {
3009
3017
  id?: string | null;
@@ -3312,8 +3320,9 @@ type $OpenApiTs = {
3312
3320
  } | null;
3313
3321
  FACEBOOK?: {
3314
3322
  id?: string | null;
3315
- permalink?: string | null;
3323
+ postId?: string | null;
3316
3324
  videoId?: string | null;
3325
+ permalink?: string | null;
3317
3326
  } | null;
3318
3327
  INSTAGRAM?: {
3319
3328
  id?: string | null;
@@ -3563,8 +3572,9 @@ type $OpenApiTs = {
3563
3572
  } | null;
3564
3573
  FACEBOOK?: {
3565
3574
  id?: string | null;
3566
- permalink?: string | null;
3575
+ postId?: string | null;
3567
3576
  videoId?: string | null;
3577
+ permalink?: string | null;
3568
3578
  } | null;
3569
3579
  INSTAGRAM?: {
3570
3580
  id?: string | null;
@@ -3663,7 +3673,7 @@ declare class TeamService {
3663
3673
  readonly httpRequest: BaseHttpRequest;
3664
3674
  constructor(httpRequest: BaseHttpRequest);
3665
3675
  /**
3666
- * Get team with users, invitations, api keys, bots, and social accounts
3676
+ * Get team
3667
3677
  * @returns unknown 200
3668
3678
  * @throws ApiError
3669
3679
  */
package/dist/index.d.ts CHANGED
@@ -601,8 +601,9 @@ type PostCreateResponse = {
601
601
  } | null;
602
602
  FACEBOOK?: {
603
603
  id?: string | null;
604
- permalink?: string | null;
604
+ postId?: string | null;
605
605
  videoId?: string | null;
606
+ permalink?: string | null;
606
607
  } | null;
607
608
  INSTAGRAM?: {
608
609
  id?: string | null;
@@ -820,8 +821,9 @@ type PostGetListResponse = {
820
821
  } | null;
821
822
  FACEBOOK?: {
822
823
  id?: string | null;
823
- permalink?: string | null;
824
+ postId?: string | null;
824
825
  videoId?: string | null;
826
+ permalink?: string | null;
825
827
  } | null;
826
828
  INSTAGRAM?: {
827
829
  id?: string | null;
@@ -1093,8 +1095,9 @@ type PostGetResponse = {
1093
1095
  } | null;
1094
1096
  FACEBOOK?: {
1095
1097
  id?: string | null;
1096
- permalink?: string | null;
1098
+ postId?: string | null;
1097
1099
  videoId?: string | null;
1100
+ permalink?: string | null;
1098
1101
  } | null;
1099
1102
  INSTAGRAM?: {
1100
1103
  id?: string | null;
@@ -1502,8 +1505,9 @@ type PostUpdateResponse = {
1502
1505
  } | null;
1503
1506
  FACEBOOK?: {
1504
1507
  id?: string | null;
1505
- permalink?: string | null;
1508
+ postId?: string | null;
1506
1509
  videoId?: string | null;
1510
+ permalink?: string | null;
1507
1511
  } | null;
1508
1512
  INSTAGRAM?: {
1509
1513
  id?: string | null;
@@ -1714,8 +1718,9 @@ type PostDeleteResponse = {
1714
1718
  } | null;
1715
1719
  FACEBOOK?: {
1716
1720
  id?: string | null;
1717
- permalink?: string | null;
1721
+ postId?: string | null;
1718
1722
  videoId?: string | null;
1723
+ permalink?: string | null;
1719
1724
  } | null;
1720
1725
  INSTAGRAM?: {
1721
1726
  id?: string | null;
@@ -2436,8 +2441,9 @@ type $OpenApiTs = {
2436
2441
  } | null;
2437
2442
  FACEBOOK?: {
2438
2443
  id?: string | null;
2439
- permalink?: string | null;
2444
+ postId?: string | null;
2440
2445
  videoId?: string | null;
2446
+ permalink?: string | null;
2441
2447
  } | null;
2442
2448
  INSTAGRAM?: {
2443
2449
  id?: string | null;
@@ -2688,8 +2694,9 @@ type $OpenApiTs = {
2688
2694
  } | null;
2689
2695
  FACEBOOK?: {
2690
2696
  id?: string | null;
2691
- permalink?: string | null;
2697
+ postId?: string | null;
2692
2698
  videoId?: string | null;
2699
+ permalink?: string | null;
2693
2700
  } | null;
2694
2701
  INSTAGRAM?: {
2695
2702
  id?: string | null;
@@ -3002,8 +3009,9 @@ type $OpenApiTs = {
3002
3009
  } | null;
3003
3010
  FACEBOOK?: {
3004
3011
  id?: string | null;
3005
- permalink?: string | null;
3012
+ postId?: string | null;
3006
3013
  videoId?: string | null;
3014
+ permalink?: string | null;
3007
3015
  } | null;
3008
3016
  INSTAGRAM?: {
3009
3017
  id?: string | null;
@@ -3312,8 +3320,9 @@ type $OpenApiTs = {
3312
3320
  } | null;
3313
3321
  FACEBOOK?: {
3314
3322
  id?: string | null;
3315
- permalink?: string | null;
3323
+ postId?: string | null;
3316
3324
  videoId?: string | null;
3325
+ permalink?: string | null;
3317
3326
  } | null;
3318
3327
  INSTAGRAM?: {
3319
3328
  id?: string | null;
@@ -3563,8 +3572,9 @@ type $OpenApiTs = {
3563
3572
  } | null;
3564
3573
  FACEBOOK?: {
3565
3574
  id?: string | null;
3566
- permalink?: string | null;
3575
+ postId?: string | null;
3567
3576
  videoId?: string | null;
3577
+ permalink?: string | null;
3568
3578
  } | null;
3569
3579
  INSTAGRAM?: {
3570
3580
  id?: string | null;
@@ -3663,7 +3673,7 @@ declare class TeamService {
3663
3673
  readonly httpRequest: BaseHttpRequest;
3664
3674
  constructor(httpRequest: BaseHttpRequest);
3665
3675
  /**
3666
- * Get team with users, invitations, api keys, bots, and social accounts
3676
+ * Get team
3667
3677
  * @returns unknown 200
3668
3678
  * @throws ApiError
3669
3679
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",