@zernio/node 0.2.102 → 0.2.103
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 +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +12 -0
package/dist/index.d.mts
CHANGED
|
@@ -4726,6 +4726,10 @@ type GetDailyMetricsError = ({
|
|
|
4726
4726
|
});
|
|
4727
4727
|
type GetBestTimeToPostData = {
|
|
4728
4728
|
query?: {
|
|
4729
|
+
/**
|
|
4730
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4731
|
+
*/
|
|
4732
|
+
accountId?: string;
|
|
4729
4733
|
/**
|
|
4730
4734
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4731
4735
|
*/
|
|
@@ -4768,6 +4772,10 @@ type GetBestTimeToPostError = ({
|
|
|
4768
4772
|
});
|
|
4769
4773
|
type GetContentDecayData = {
|
|
4770
4774
|
query?: {
|
|
4775
|
+
/**
|
|
4776
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4777
|
+
*/
|
|
4778
|
+
accountId?: string;
|
|
4771
4779
|
/**
|
|
4772
4780
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4773
4781
|
*/
|
|
@@ -4810,6 +4818,10 @@ type GetContentDecayError = ({
|
|
|
4810
4818
|
});
|
|
4811
4819
|
type GetPostingFrequencyData = {
|
|
4812
4820
|
query?: {
|
|
4821
|
+
/**
|
|
4822
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4823
|
+
*/
|
|
4824
|
+
accountId?: string;
|
|
4813
4825
|
/**
|
|
4814
4826
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4815
4827
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -4726,6 +4726,10 @@ type GetDailyMetricsError = ({
|
|
|
4726
4726
|
});
|
|
4727
4727
|
type GetBestTimeToPostData = {
|
|
4728
4728
|
query?: {
|
|
4729
|
+
/**
|
|
4730
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4731
|
+
*/
|
|
4732
|
+
accountId?: string;
|
|
4729
4733
|
/**
|
|
4730
4734
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4731
4735
|
*/
|
|
@@ -4768,6 +4772,10 @@ type GetBestTimeToPostError = ({
|
|
|
4768
4772
|
});
|
|
4769
4773
|
type GetContentDecayData = {
|
|
4770
4774
|
query?: {
|
|
4775
|
+
/**
|
|
4776
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4777
|
+
*/
|
|
4778
|
+
accountId?: string;
|
|
4771
4779
|
/**
|
|
4772
4780
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4773
4781
|
*/
|
|
@@ -4810,6 +4818,10 @@ type GetContentDecayError = ({
|
|
|
4810
4818
|
});
|
|
4811
4819
|
type GetPostingFrequencyData = {
|
|
4812
4820
|
query?: {
|
|
4821
|
+
/**
|
|
4822
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4823
|
+
*/
|
|
4824
|
+
accountId?: string;
|
|
4813
4825
|
/**
|
|
4814
4826
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4815
4827
|
*/
|
package/package.json
CHANGED
|
@@ -4342,6 +4342,10 @@ export type GetDailyMetricsError = ({
|
|
|
4342
4342
|
|
|
4343
4343
|
export type GetBestTimeToPostData = {
|
|
4344
4344
|
query?: {
|
|
4345
|
+
/**
|
|
4346
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4347
|
+
*/
|
|
4348
|
+
accountId?: string;
|
|
4345
4349
|
/**
|
|
4346
4350
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4347
4351
|
*/
|
|
@@ -4387,6 +4391,10 @@ export type GetBestTimeToPostError = ({
|
|
|
4387
4391
|
|
|
4388
4392
|
export type GetContentDecayData = {
|
|
4389
4393
|
query?: {
|
|
4394
|
+
/**
|
|
4395
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4396
|
+
*/
|
|
4397
|
+
accountId?: string;
|
|
4390
4398
|
/**
|
|
4391
4399
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4392
4400
|
*/
|
|
@@ -4432,6 +4440,10 @@ export type GetContentDecayError = ({
|
|
|
4432
4440
|
|
|
4433
4441
|
export type GetPostingFrequencyData = {
|
|
4434
4442
|
query?: {
|
|
4443
|
+
/**
|
|
4444
|
+
* Filter by social account ID. Omit for all accounts.
|
|
4445
|
+
*/
|
|
4446
|
+
accountId?: string;
|
|
4435
4447
|
/**
|
|
4436
4448
|
* Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms.
|
|
4437
4449
|
*/
|