bundlesocial 2.43.0 → 2.44.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 +1969 -71
- package/dist/index.d.ts +1969 -71
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -99,6 +99,8 @@ type OrganizationGetOrganizationResponse = {
|
|
|
99
99
|
GOOGLE_BUSINESS?: number;
|
|
100
100
|
} | null;
|
|
101
101
|
monthlyImportLimitPerAccount?: number | null;
|
|
102
|
+
monthlyReviewImportLimitPerAccount?: number | null;
|
|
103
|
+
reviewImportRequestLimitPerAccount?: number | null;
|
|
102
104
|
apiAccess: boolean;
|
|
103
105
|
analyticsDisabled: boolean;
|
|
104
106
|
analyticsPostsDisabled: boolean;
|
|
@@ -139,6 +141,7 @@ type OrganizationGetOrganizationResponse = {
|
|
|
139
141
|
metadata?: unknown;
|
|
140
142
|
stripePriceId: string;
|
|
141
143
|
tier: 'PRO' | 'BUSINESS';
|
|
144
|
+
billingInterval: 'MONTHLY' | 'YEARLY';
|
|
142
145
|
cancelAtPeriodEnd: boolean;
|
|
143
146
|
created: string | null;
|
|
144
147
|
currentPeriodStart: string | null;
|
|
@@ -313,6 +316,8 @@ type TeamGetTeamResponse = {
|
|
|
313
316
|
GOOGLE_BUSINESS?: number;
|
|
314
317
|
} | null;
|
|
315
318
|
monthlyImportLimitPerAccount?: number | null;
|
|
319
|
+
monthlyReviewImportLimitPerAccount?: number | null;
|
|
320
|
+
reviewImportRequestLimitPerAccount?: number | null;
|
|
316
321
|
apiAccess: boolean;
|
|
317
322
|
analyticsDisabled: boolean;
|
|
318
323
|
analyticsPostsDisabled: boolean;
|
|
@@ -363,6 +368,7 @@ type TeamGetTeamResponse = {
|
|
|
363
368
|
id: string;
|
|
364
369
|
name?: string | null;
|
|
365
370
|
username?: string | null;
|
|
371
|
+
address?: string | null;
|
|
366
372
|
avatarUrl?: string | null;
|
|
367
373
|
webhook?: {
|
|
368
374
|
id?: string | null;
|
|
@@ -496,6 +502,8 @@ type TeamGetListResponse = {
|
|
|
496
502
|
GOOGLE_BUSINESS?: number;
|
|
497
503
|
} | null;
|
|
498
504
|
monthlyImportLimitPerAccount?: number | null;
|
|
505
|
+
monthlyReviewImportLimitPerAccount?: number | null;
|
|
506
|
+
reviewImportRequestLimitPerAccount?: number | null;
|
|
499
507
|
apiAccess: boolean;
|
|
500
508
|
analyticsDisabled: boolean;
|
|
501
509
|
analyticsPostsDisabled: boolean;
|
|
@@ -546,6 +554,7 @@ type TeamGetListResponse = {
|
|
|
546
554
|
id: string;
|
|
547
555
|
name?: string | null;
|
|
548
556
|
username?: string | null;
|
|
557
|
+
address?: string | null;
|
|
549
558
|
avatarUrl?: string | null;
|
|
550
559
|
webhook?: {
|
|
551
560
|
id?: string | null;
|
|
@@ -685,6 +694,7 @@ type SocialAccountDisconnectResponse = {
|
|
|
685
694
|
id: string;
|
|
686
695
|
name?: string | null;
|
|
687
696
|
username?: string | null;
|
|
697
|
+
address?: string | null;
|
|
688
698
|
avatarUrl?: string | null;
|
|
689
699
|
webhook?: {
|
|
690
700
|
id?: string | null;
|
|
@@ -733,6 +743,7 @@ type SocialAccountSetChannelResponse = {
|
|
|
733
743
|
id: string;
|
|
734
744
|
name?: string | null;
|
|
735
745
|
username?: string | null;
|
|
746
|
+
address?: string | null;
|
|
736
747
|
avatarUrl?: string | null;
|
|
737
748
|
webhook?: {
|
|
738
749
|
id?: string | null;
|
|
@@ -780,6 +791,7 @@ type SocialAccountUnsetChannelResponse = {
|
|
|
780
791
|
id: string;
|
|
781
792
|
name?: string | null;
|
|
782
793
|
username?: string | null;
|
|
794
|
+
address?: string | null;
|
|
783
795
|
avatarUrl?: string | null;
|
|
784
796
|
webhook?: {
|
|
785
797
|
id?: string | null;
|
|
@@ -827,6 +839,7 @@ type SocialAccountRefreshChannelsResponse = {
|
|
|
827
839
|
id: string;
|
|
828
840
|
name?: string | null;
|
|
829
841
|
username?: string | null;
|
|
842
|
+
address?: string | null;
|
|
830
843
|
avatarUrl?: string | null;
|
|
831
844
|
webhook?: {
|
|
832
845
|
id?: string | null;
|
|
@@ -934,6 +947,7 @@ type SocialAccountProfileRefreshResponse = {
|
|
|
934
947
|
id: string;
|
|
935
948
|
name?: string | null;
|
|
936
949
|
username?: string | null;
|
|
950
|
+
address?: string | null;
|
|
937
951
|
avatarUrl?: string | null;
|
|
938
952
|
webhook?: {
|
|
939
953
|
id?: string | null;
|
|
@@ -982,6 +996,7 @@ type SocialAccountGetByTypeResponse = {
|
|
|
982
996
|
id: string;
|
|
983
997
|
name?: string | null;
|
|
984
998
|
username?: string | null;
|
|
999
|
+
address?: string | null;
|
|
985
1000
|
avatarUrl?: string | null;
|
|
986
1001
|
webhook?: {
|
|
987
1002
|
id?: string | null;
|
|
@@ -1034,6 +1049,7 @@ type SocialAccountCopyResponse = Array<{
|
|
|
1034
1049
|
id: string;
|
|
1035
1050
|
name?: string | null;
|
|
1036
1051
|
username?: string | null;
|
|
1052
|
+
address?: string | null;
|
|
1037
1053
|
avatarUrl?: string | null;
|
|
1038
1054
|
webhook?: {
|
|
1039
1055
|
id?: string | null;
|
|
@@ -1077,6 +1093,7 @@ type SocialAccountGetAccountsToDeleteResponse = {
|
|
|
1077
1093
|
id: string;
|
|
1078
1094
|
name?: string | null;
|
|
1079
1095
|
username?: string | null;
|
|
1096
|
+
address?: string | null;
|
|
1080
1097
|
avatarUrl?: string | null;
|
|
1081
1098
|
webhook?: {
|
|
1082
1099
|
id?: string | null;
|
|
@@ -1959,6 +1976,7 @@ type PostGetResponse = {
|
|
|
1959
1976
|
id: string;
|
|
1960
1977
|
name?: string | null;
|
|
1961
1978
|
username?: string | null;
|
|
1979
|
+
address?: string | null;
|
|
1962
1980
|
avatarUrl?: string | null;
|
|
1963
1981
|
webhook?: {
|
|
1964
1982
|
id?: string | null;
|
|
@@ -4145,6 +4163,7 @@ type PostGetListResponse = {
|
|
|
4145
4163
|
id: string;
|
|
4146
4164
|
name?: string | null;
|
|
4147
4165
|
username?: string | null;
|
|
4166
|
+
address?: string | null;
|
|
4148
4167
|
avatarUrl?: string | null;
|
|
4149
4168
|
webhook?: {
|
|
4150
4169
|
id?: string | null;
|
|
@@ -5712,6 +5731,7 @@ type AnalyticsGetSocialAccountAnalyticsResponse = {
|
|
|
5712
5731
|
id: string;
|
|
5713
5732
|
name?: string | null;
|
|
5714
5733
|
username?: string | null;
|
|
5734
|
+
address?: string | null;
|
|
5715
5735
|
avatarUrl?: string | null;
|
|
5716
5736
|
webhook?: {
|
|
5717
5737
|
id?: string | null;
|
|
@@ -6399,6 +6419,7 @@ type AnalyticsGetSocialAccountAnalyticsRawResponse = {
|
|
|
6399
6419
|
id: string;
|
|
6400
6420
|
name?: string | null;
|
|
6401
6421
|
username?: string | null;
|
|
6422
|
+
address?: string | null;
|
|
6402
6423
|
avatarUrl?: string | null;
|
|
6403
6424
|
webhook?: {
|
|
6404
6425
|
id?: string | null;
|
|
@@ -8853,11 +8874,50 @@ type MiscGoogleBusinessAddMediaData = {
|
|
|
8853
8874
|
type MiscGoogleBusinessAddMediaResponse = {
|
|
8854
8875
|
name?: string;
|
|
8855
8876
|
googleUrl?: string;
|
|
8877
|
+
mediaFormat?: 'PHOTO' | 'VIDEO';
|
|
8878
|
+
sourceUrl?: string;
|
|
8879
|
+
thumbnailUrl?: string;
|
|
8856
8880
|
locationAssociation?: {
|
|
8857
8881
|
category?: 'CATEGORY_UNSPECIFIED' | 'COVER' | 'PROFILE' | 'LOGO' | 'EXTERIOR' | 'INTERIOR' | 'PRODUCT' | 'AT_WORK' | 'FOOD_AND_DRINK' | 'MENU' | 'COMMON_AREA' | 'ROOMS' | 'TEAMS' | 'ADDITIONAL';
|
|
8858
8882
|
priceListItemId?: string;
|
|
8859
8883
|
};
|
|
8860
8884
|
description?: string;
|
|
8885
|
+
[key: string]: unknown | string;
|
|
8886
|
+
};
|
|
8887
|
+
type MiscGoogleBusinessListMediaData = {
|
|
8888
|
+
pageSize?: number;
|
|
8889
|
+
pageToken?: string;
|
|
8890
|
+
teamId: string;
|
|
8891
|
+
};
|
|
8892
|
+
type MiscGoogleBusinessListMediaResponse = {
|
|
8893
|
+
mediaItems?: Array<{
|
|
8894
|
+
name?: string;
|
|
8895
|
+
googleUrl?: string;
|
|
8896
|
+
mediaFormat?: 'PHOTO' | 'VIDEO';
|
|
8897
|
+
sourceUrl?: string;
|
|
8898
|
+
thumbnailUrl?: string;
|
|
8899
|
+
locationAssociation?: {
|
|
8900
|
+
category?: 'CATEGORY_UNSPECIFIED' | 'COVER' | 'PROFILE' | 'LOGO' | 'EXTERIOR' | 'INTERIOR' | 'PRODUCT' | 'AT_WORK' | 'FOOD_AND_DRINK' | 'MENU' | 'COMMON_AREA' | 'ROOMS' | 'TEAMS' | 'ADDITIONAL';
|
|
8901
|
+
priceListItemId?: string;
|
|
8902
|
+
};
|
|
8903
|
+
description?: string;
|
|
8904
|
+
[key: string]: unknown | string;
|
|
8905
|
+
}>;
|
|
8906
|
+
nextPageToken?: string;
|
|
8907
|
+
totalMediaItemCount?: number;
|
|
8908
|
+
[key: string]: unknown | string | number;
|
|
8909
|
+
};
|
|
8910
|
+
type MiscGoogleBusinessDeleteMediaData = {
|
|
8911
|
+
/**
|
|
8912
|
+
* Body
|
|
8913
|
+
*/
|
|
8914
|
+
requestBody?: {
|
|
8915
|
+
teamId: string;
|
|
8916
|
+
mediaName: string;
|
|
8917
|
+
};
|
|
8918
|
+
};
|
|
8919
|
+
type MiscGoogleBusinessDeleteMediaResponse = {
|
|
8920
|
+
success: boolean;
|
|
8861
8921
|
};
|
|
8862
8922
|
type MiscGoogleBusinessDeletePostData = {
|
|
8863
8923
|
/**
|
|
@@ -8874,6 +8934,417 @@ type MiscGoogleBusinessDeletePostData = {
|
|
|
8874
8934
|
type MiscGoogleBusinessDeletePostResponse = {
|
|
8875
8935
|
success: boolean;
|
|
8876
8936
|
};
|
|
8937
|
+
type MiscGoogleBusinessGetLocationData = {
|
|
8938
|
+
fields?: Array<('name' | 'languageCode' | 'storeCode' | 'title' | 'phoneNumbers' | 'categories' | 'storefrontAddress' | 'websiteUri' | 'regularHours' | 'specialHours' | 'serviceArea' | 'labels' | 'adWordsLocationExtensions' | 'latlng' | 'openInfo' | 'metadata' | 'profile' | 'relationshipData' | 'moreHours' | 'serviceItems')> | null;
|
|
8939
|
+
teamId: string;
|
|
8940
|
+
};
|
|
8941
|
+
type MiscGoogleBusinessGetLocationResponse = {
|
|
8942
|
+
name?: string;
|
|
8943
|
+
[key: string]: unknown | string;
|
|
8944
|
+
};
|
|
8945
|
+
type MiscGoogleBusinessUpdateLocationData = {
|
|
8946
|
+
/**
|
|
8947
|
+
* Body
|
|
8948
|
+
*/
|
|
8949
|
+
requestBody?: {
|
|
8950
|
+
teamId: string;
|
|
8951
|
+
validateOnly?: boolean;
|
|
8952
|
+
title?: string | null;
|
|
8953
|
+
profile?: {
|
|
8954
|
+
description?: string;
|
|
8955
|
+
} | null;
|
|
8956
|
+
websiteUri?: string | null;
|
|
8957
|
+
phoneNumbers?: {
|
|
8958
|
+
primaryPhone?: string;
|
|
8959
|
+
additionalPhones?: Array<(string)>;
|
|
8960
|
+
} | null;
|
|
8961
|
+
categories?: {
|
|
8962
|
+
primaryCategory?: {
|
|
8963
|
+
name?: string;
|
|
8964
|
+
};
|
|
8965
|
+
additionalCategories?: Array<{
|
|
8966
|
+
name?: string;
|
|
8967
|
+
}>;
|
|
8968
|
+
} | null;
|
|
8969
|
+
storefrontAddress?: {
|
|
8970
|
+
regionCode?: string;
|
|
8971
|
+
languageCode?: string;
|
|
8972
|
+
postalCode?: string;
|
|
8973
|
+
administrativeArea?: string;
|
|
8974
|
+
locality?: string;
|
|
8975
|
+
addressLines?: Array<(string)>;
|
|
8976
|
+
} | null;
|
|
8977
|
+
regularHours?: {
|
|
8978
|
+
periods?: Array<{
|
|
8979
|
+
openDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
8980
|
+
openTime?: {
|
|
8981
|
+
hours?: number;
|
|
8982
|
+
minutes?: number;
|
|
8983
|
+
seconds?: number;
|
|
8984
|
+
nanos?: number;
|
|
8985
|
+
} | string;
|
|
8986
|
+
closeDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
8987
|
+
closeTime?: {
|
|
8988
|
+
hours?: number;
|
|
8989
|
+
minutes?: number;
|
|
8990
|
+
seconds?: number;
|
|
8991
|
+
nanos?: number;
|
|
8992
|
+
} | string;
|
|
8993
|
+
}>;
|
|
8994
|
+
} | null;
|
|
8995
|
+
specialHours?: {
|
|
8996
|
+
specialHourPeriods?: Array<{
|
|
8997
|
+
startDate?: {
|
|
8998
|
+
year?: number;
|
|
8999
|
+
month?: number;
|
|
9000
|
+
day?: number;
|
|
9001
|
+
};
|
|
9002
|
+
endDate?: {
|
|
9003
|
+
year?: number;
|
|
9004
|
+
month?: number;
|
|
9005
|
+
day?: number;
|
|
9006
|
+
};
|
|
9007
|
+
openTime?: {
|
|
9008
|
+
hours?: number;
|
|
9009
|
+
minutes?: number;
|
|
9010
|
+
seconds?: number;
|
|
9011
|
+
nanos?: number;
|
|
9012
|
+
} | string;
|
|
9013
|
+
closeTime?: {
|
|
9014
|
+
hours?: number;
|
|
9015
|
+
minutes?: number;
|
|
9016
|
+
seconds?: number;
|
|
9017
|
+
nanos?: number;
|
|
9018
|
+
} | string;
|
|
9019
|
+
closed?: boolean;
|
|
9020
|
+
}>;
|
|
9021
|
+
} | null;
|
|
9022
|
+
moreHours?: Array<{
|
|
9023
|
+
hoursTypeId?: string;
|
|
9024
|
+
periods?: Array<{
|
|
9025
|
+
openDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
9026
|
+
openTime?: {
|
|
9027
|
+
hours?: number;
|
|
9028
|
+
minutes?: number;
|
|
9029
|
+
seconds?: number;
|
|
9030
|
+
nanos?: number;
|
|
9031
|
+
} | string;
|
|
9032
|
+
closeDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
9033
|
+
closeTime?: {
|
|
9034
|
+
hours?: number;
|
|
9035
|
+
minutes?: number;
|
|
9036
|
+
seconds?: number;
|
|
9037
|
+
nanos?: number;
|
|
9038
|
+
} | string;
|
|
9039
|
+
}>;
|
|
9040
|
+
}> | null;
|
|
9041
|
+
openInfo?: {
|
|
9042
|
+
[key: string]: unknown;
|
|
9043
|
+
} | null;
|
|
9044
|
+
serviceArea?: {
|
|
9045
|
+
[key: string]: unknown;
|
|
9046
|
+
} | null;
|
|
9047
|
+
latlng?: {
|
|
9048
|
+
latitude?: number;
|
|
9049
|
+
longitude?: number;
|
|
9050
|
+
} | null;
|
|
9051
|
+
};
|
|
9052
|
+
};
|
|
9053
|
+
type MiscGoogleBusinessUpdateLocationResponse = {
|
|
9054
|
+
name?: string;
|
|
9055
|
+
[key: string]: unknown | string;
|
|
9056
|
+
};
|
|
9057
|
+
type MiscGoogleBusinessUpdateHoursData = {
|
|
9058
|
+
/**
|
|
9059
|
+
* Body
|
|
9060
|
+
*/
|
|
9061
|
+
requestBody?: {
|
|
9062
|
+
teamId: string;
|
|
9063
|
+
validateOnly?: boolean;
|
|
9064
|
+
fields: Array<('regularHours' | 'specialHours' | 'moreHours')>;
|
|
9065
|
+
regularHours?: {
|
|
9066
|
+
periods?: Array<{
|
|
9067
|
+
openDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
9068
|
+
openTime?: {
|
|
9069
|
+
hours?: number;
|
|
9070
|
+
minutes?: number;
|
|
9071
|
+
seconds?: number;
|
|
9072
|
+
nanos?: number;
|
|
9073
|
+
} | string;
|
|
9074
|
+
closeDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
9075
|
+
closeTime?: {
|
|
9076
|
+
hours?: number;
|
|
9077
|
+
minutes?: number;
|
|
9078
|
+
seconds?: number;
|
|
9079
|
+
nanos?: number;
|
|
9080
|
+
} | string;
|
|
9081
|
+
}>;
|
|
9082
|
+
} | null;
|
|
9083
|
+
specialHours?: {
|
|
9084
|
+
specialHourPeriods?: Array<{
|
|
9085
|
+
startDate?: {
|
|
9086
|
+
year?: number;
|
|
9087
|
+
month?: number;
|
|
9088
|
+
day?: number;
|
|
9089
|
+
};
|
|
9090
|
+
endDate?: {
|
|
9091
|
+
year?: number;
|
|
9092
|
+
month?: number;
|
|
9093
|
+
day?: number;
|
|
9094
|
+
};
|
|
9095
|
+
openTime?: {
|
|
9096
|
+
hours?: number;
|
|
9097
|
+
minutes?: number;
|
|
9098
|
+
seconds?: number;
|
|
9099
|
+
nanos?: number;
|
|
9100
|
+
} | string;
|
|
9101
|
+
closeTime?: {
|
|
9102
|
+
hours?: number;
|
|
9103
|
+
minutes?: number;
|
|
9104
|
+
seconds?: number;
|
|
9105
|
+
nanos?: number;
|
|
9106
|
+
} | string;
|
|
9107
|
+
closed?: boolean;
|
|
9108
|
+
}>;
|
|
9109
|
+
} | null;
|
|
9110
|
+
moreHours?: Array<{
|
|
9111
|
+
hoursTypeId?: string;
|
|
9112
|
+
periods?: Array<{
|
|
9113
|
+
openDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
9114
|
+
openTime?: {
|
|
9115
|
+
hours?: number;
|
|
9116
|
+
minutes?: number;
|
|
9117
|
+
seconds?: number;
|
|
9118
|
+
nanos?: number;
|
|
9119
|
+
} | string;
|
|
9120
|
+
closeDay?: 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
|
|
9121
|
+
closeTime?: {
|
|
9122
|
+
hours?: number;
|
|
9123
|
+
minutes?: number;
|
|
9124
|
+
seconds?: number;
|
|
9125
|
+
nanos?: number;
|
|
9126
|
+
} | string;
|
|
9127
|
+
}>;
|
|
9128
|
+
}> | null;
|
|
9129
|
+
};
|
|
9130
|
+
};
|
|
9131
|
+
type MiscGoogleBusinessUpdateHoursResponse = {
|
|
9132
|
+
name?: string;
|
|
9133
|
+
[key: string]: unknown | string;
|
|
9134
|
+
};
|
|
9135
|
+
type MiscGoogleBusinessGetAttributesData = {
|
|
9136
|
+
teamId: string;
|
|
9137
|
+
};
|
|
9138
|
+
type MiscGoogleBusinessGetAttributesResponse = {
|
|
9139
|
+
name?: string;
|
|
9140
|
+
attributes?: Array<{
|
|
9141
|
+
name: string;
|
|
9142
|
+
values?: Array<unknown>;
|
|
9143
|
+
repeatedEnumValue?: {
|
|
9144
|
+
setValues?: Array<(string)>;
|
|
9145
|
+
[key: string]: unknown | string;
|
|
9146
|
+
};
|
|
9147
|
+
uriValues?: Array<(string)>;
|
|
9148
|
+
[key: string]: unknown | string;
|
|
9149
|
+
}>;
|
|
9150
|
+
[key: string]: unknown | string;
|
|
9151
|
+
};
|
|
9152
|
+
type MiscGoogleBusinessUpdateAttributesData = {
|
|
9153
|
+
/**
|
|
9154
|
+
* Body
|
|
9155
|
+
*/
|
|
9156
|
+
requestBody?: {
|
|
9157
|
+
teamId: string;
|
|
9158
|
+
attributeMask?: string;
|
|
9159
|
+
attributes?: Array<{
|
|
9160
|
+
name: string;
|
|
9161
|
+
values?: Array<unknown>;
|
|
9162
|
+
repeatedEnumValue?: {
|
|
9163
|
+
setValues?: Array<(string)>;
|
|
9164
|
+
};
|
|
9165
|
+
uriValues?: Array<(string)>;
|
|
9166
|
+
}> | null;
|
|
9167
|
+
};
|
|
9168
|
+
};
|
|
9169
|
+
type MiscGoogleBusinessUpdateAttributesResponse = {
|
|
9170
|
+
name?: string;
|
|
9171
|
+
attributes?: Array<{
|
|
9172
|
+
name: string;
|
|
9173
|
+
values?: Array<unknown>;
|
|
9174
|
+
repeatedEnumValue?: {
|
|
9175
|
+
setValues?: Array<(string)>;
|
|
9176
|
+
[key: string]: unknown | string;
|
|
9177
|
+
};
|
|
9178
|
+
uriValues?: Array<(string)>;
|
|
9179
|
+
[key: string]: unknown | string;
|
|
9180
|
+
}>;
|
|
9181
|
+
[key: string]: unknown | string;
|
|
9182
|
+
};
|
|
9183
|
+
type MiscGoogleBusinessListAvailableAttributesData = {
|
|
9184
|
+
languageCode?: string;
|
|
9185
|
+
pageSize?: number;
|
|
9186
|
+
pageToken?: string;
|
|
9187
|
+
regionCode?: string;
|
|
9188
|
+
teamId: string;
|
|
9189
|
+
};
|
|
9190
|
+
type MiscGoogleBusinessListAvailableAttributesResponse = {
|
|
9191
|
+
attributes?: Array<{
|
|
9192
|
+
[key: string]: unknown;
|
|
9193
|
+
}>;
|
|
9194
|
+
nextPageToken?: string;
|
|
9195
|
+
[key: string]: unknown | string;
|
|
9196
|
+
};
|
|
9197
|
+
type MiscGoogleBusinessListCategoriesData = {
|
|
9198
|
+
filter?: string;
|
|
9199
|
+
languageCode: string;
|
|
9200
|
+
pageSize?: number;
|
|
9201
|
+
pageToken?: string;
|
|
9202
|
+
regionCode: string;
|
|
9203
|
+
teamId: string;
|
|
9204
|
+
view?: 'CATEGORY_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL';
|
|
9205
|
+
};
|
|
9206
|
+
type MiscGoogleBusinessListCategoriesResponse = {
|
|
9207
|
+
categories?: Array<{
|
|
9208
|
+
[key: string]: unknown;
|
|
9209
|
+
}>;
|
|
9210
|
+
nextPageToken?: string;
|
|
9211
|
+
[key: string]: unknown | string;
|
|
9212
|
+
};
|
|
9213
|
+
type MiscGoogleBusinessGetServiceListData = {
|
|
9214
|
+
teamId: string;
|
|
9215
|
+
};
|
|
9216
|
+
type MiscGoogleBusinessGetServiceListResponse = {
|
|
9217
|
+
name?: string;
|
|
9218
|
+
serviceItems?: Array<{
|
|
9219
|
+
[key: string]: unknown;
|
|
9220
|
+
}>;
|
|
9221
|
+
[key: string]: unknown | string;
|
|
9222
|
+
};
|
|
9223
|
+
type MiscGoogleBusinessUpdateServiceListData = {
|
|
9224
|
+
/**
|
|
9225
|
+
* Body
|
|
9226
|
+
*/
|
|
9227
|
+
requestBody?: {
|
|
9228
|
+
teamId: string;
|
|
9229
|
+
fields: [
|
|
9230
|
+
'serviceItems'
|
|
9231
|
+
];
|
|
9232
|
+
serviceItems?: Array<{
|
|
9233
|
+
[key: string]: unknown;
|
|
9234
|
+
}> | null;
|
|
9235
|
+
};
|
|
9236
|
+
};
|
|
9237
|
+
type MiscGoogleBusinessUpdateServiceListResponse = {
|
|
9238
|
+
name?: string;
|
|
9239
|
+
serviceItems?: Array<{
|
|
9240
|
+
[key: string]: unknown;
|
|
9241
|
+
}>;
|
|
9242
|
+
[key: string]: unknown | string;
|
|
9243
|
+
};
|
|
9244
|
+
type MiscGoogleBusinessGetFoodMenusData = {
|
|
9245
|
+
fields?: Array<('name' | 'menus')> | null;
|
|
9246
|
+
teamId: string;
|
|
9247
|
+
};
|
|
9248
|
+
type MiscGoogleBusinessGetFoodMenusResponse = {
|
|
9249
|
+
name?: string;
|
|
9250
|
+
menus?: Array<{
|
|
9251
|
+
[key: string]: unknown;
|
|
9252
|
+
}>;
|
|
9253
|
+
[key: string]: unknown | string;
|
|
9254
|
+
};
|
|
9255
|
+
type MiscGoogleBusinessUpdateFoodMenusData = {
|
|
9256
|
+
/**
|
|
9257
|
+
* Body
|
|
9258
|
+
*/
|
|
9259
|
+
requestBody?: {
|
|
9260
|
+
teamId: string;
|
|
9261
|
+
fields: [
|
|
9262
|
+
'menus'
|
|
9263
|
+
];
|
|
9264
|
+
menus?: Array<{
|
|
9265
|
+
[key: string]: unknown;
|
|
9266
|
+
}> | null;
|
|
9267
|
+
};
|
|
9268
|
+
};
|
|
9269
|
+
type MiscGoogleBusinessUpdateFoodMenusResponse = {
|
|
9270
|
+
name?: string;
|
|
9271
|
+
menus?: Array<{
|
|
9272
|
+
[key: string]: unknown;
|
|
9273
|
+
}>;
|
|
9274
|
+
[key: string]: unknown | string;
|
|
9275
|
+
};
|
|
9276
|
+
type MiscGoogleBusinessListPlaceActionLinksData = {
|
|
9277
|
+
pageSize?: number;
|
|
9278
|
+
pageToken?: string;
|
|
9279
|
+
teamId: string;
|
|
9280
|
+
};
|
|
9281
|
+
type MiscGoogleBusinessListPlaceActionLinksResponse = {
|
|
9282
|
+
placeActionLinks?: Array<{
|
|
9283
|
+
name?: string;
|
|
9284
|
+
uri?: string;
|
|
9285
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
9286
|
+
isPreferred?: boolean;
|
|
9287
|
+
[key: string]: unknown | string | boolean;
|
|
9288
|
+
}>;
|
|
9289
|
+
nextPageToken?: string;
|
|
9290
|
+
[key: string]: unknown | string;
|
|
9291
|
+
};
|
|
9292
|
+
type MiscGoogleBusinessCreatePlaceActionLinkData = {
|
|
9293
|
+
/**
|
|
9294
|
+
* Body
|
|
9295
|
+
*/
|
|
9296
|
+
requestBody?: {
|
|
9297
|
+
teamId: string;
|
|
9298
|
+
placeActionLink: {
|
|
9299
|
+
name?: string;
|
|
9300
|
+
uri?: string;
|
|
9301
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
9302
|
+
isPreferred?: boolean;
|
|
9303
|
+
};
|
|
9304
|
+
};
|
|
9305
|
+
};
|
|
9306
|
+
type MiscGoogleBusinessCreatePlaceActionLinkResponse = {
|
|
9307
|
+
name?: string;
|
|
9308
|
+
uri?: string;
|
|
9309
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
9310
|
+
isPreferred?: boolean;
|
|
9311
|
+
[key: string]: unknown | string | boolean;
|
|
9312
|
+
};
|
|
9313
|
+
type MiscGoogleBusinessUpdatePlaceActionLinkData = {
|
|
9314
|
+
/**
|
|
9315
|
+
* Body
|
|
9316
|
+
*/
|
|
9317
|
+
requestBody?: {
|
|
9318
|
+
teamId: string;
|
|
9319
|
+
placeActionLink: {
|
|
9320
|
+
name?: string;
|
|
9321
|
+
uri?: string;
|
|
9322
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
9323
|
+
isPreferred?: boolean;
|
|
9324
|
+
};
|
|
9325
|
+
name: string;
|
|
9326
|
+
fields: Array<('uri' | 'placeActionType' | 'isPreferred')>;
|
|
9327
|
+
};
|
|
9328
|
+
};
|
|
9329
|
+
type MiscGoogleBusinessUpdatePlaceActionLinkResponse = {
|
|
9330
|
+
name?: string;
|
|
9331
|
+
uri?: string;
|
|
9332
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
9333
|
+
isPreferred?: boolean;
|
|
9334
|
+
[key: string]: unknown | string | boolean;
|
|
9335
|
+
};
|
|
9336
|
+
type MiscGoogleBusinessDeletePlaceActionLinkData = {
|
|
9337
|
+
/**
|
|
9338
|
+
* Body
|
|
9339
|
+
*/
|
|
9340
|
+
requestBody?: {
|
|
9341
|
+
teamId: string;
|
|
9342
|
+
name: string;
|
|
9343
|
+
};
|
|
9344
|
+
};
|
|
9345
|
+
type MiscGoogleBusinessDeletePlaceActionLinkResponse = {
|
|
9346
|
+
success: boolean;
|
|
9347
|
+
};
|
|
8877
9348
|
type MiscGoogleBusinessImportReviewsData = {
|
|
8878
9349
|
/**
|
|
8879
9350
|
* Body
|
|
@@ -9841,6 +10312,8 @@ type $OpenApiTs = {
|
|
|
9841
10312
|
GOOGLE_BUSINESS?: number;
|
|
9842
10313
|
} | null;
|
|
9843
10314
|
monthlyImportLimitPerAccount?: number | null;
|
|
10315
|
+
monthlyReviewImportLimitPerAccount?: number | null;
|
|
10316
|
+
reviewImportRequestLimitPerAccount?: number | null;
|
|
9844
10317
|
apiAccess: boolean;
|
|
9845
10318
|
analyticsDisabled: boolean;
|
|
9846
10319
|
analyticsPostsDisabled: boolean;
|
|
@@ -9881,6 +10354,7 @@ type $OpenApiTs = {
|
|
|
9881
10354
|
metadata?: unknown;
|
|
9882
10355
|
stripePriceId: string;
|
|
9883
10356
|
tier: 'PRO' | 'BUSINESS';
|
|
10357
|
+
billingInterval: 'MONTHLY' | 'YEARLY';
|
|
9884
10358
|
cancelAtPeriodEnd: boolean;
|
|
9885
10359
|
created: string | null;
|
|
9886
10360
|
currentPeriodStart: string | null;
|
|
@@ -10270,6 +10744,8 @@ type $OpenApiTs = {
|
|
|
10270
10744
|
GOOGLE_BUSINESS?: number;
|
|
10271
10745
|
} | null;
|
|
10272
10746
|
monthlyImportLimitPerAccount?: number | null;
|
|
10747
|
+
monthlyReviewImportLimitPerAccount?: number | null;
|
|
10748
|
+
reviewImportRequestLimitPerAccount?: number | null;
|
|
10273
10749
|
apiAccess: boolean;
|
|
10274
10750
|
analyticsDisabled: boolean;
|
|
10275
10751
|
analyticsPostsDisabled: boolean;
|
|
@@ -10320,6 +10796,7 @@ type $OpenApiTs = {
|
|
|
10320
10796
|
id: string;
|
|
10321
10797
|
name?: string | null;
|
|
10322
10798
|
username?: string | null;
|
|
10799
|
+
address?: string | null;
|
|
10323
10800
|
avatarUrl?: string | null;
|
|
10324
10801
|
webhook?: {
|
|
10325
10802
|
id?: string | null;
|
|
@@ -10601,6 +11078,8 @@ type $OpenApiTs = {
|
|
|
10601
11078
|
GOOGLE_BUSINESS?: number;
|
|
10602
11079
|
} | null;
|
|
10603
11080
|
monthlyImportLimitPerAccount?: number | null;
|
|
11081
|
+
monthlyReviewImportLimitPerAccount?: number | null;
|
|
11082
|
+
reviewImportRequestLimitPerAccount?: number | null;
|
|
10604
11083
|
apiAccess: boolean;
|
|
10605
11084
|
analyticsDisabled: boolean;
|
|
10606
11085
|
analyticsPostsDisabled: boolean;
|
|
@@ -10651,6 +11130,7 @@ type $OpenApiTs = {
|
|
|
10651
11130
|
id: string;
|
|
10652
11131
|
name?: string | null;
|
|
10653
11132
|
username?: string | null;
|
|
11133
|
+
address?: string | null;
|
|
10654
11134
|
avatarUrl?: string | null;
|
|
10655
11135
|
webhook?: {
|
|
10656
11136
|
id?: string | null;
|
|
@@ -10914,6 +11394,7 @@ type $OpenApiTs = {
|
|
|
10914
11394
|
id: string;
|
|
10915
11395
|
name?: string | null;
|
|
10916
11396
|
username?: string | null;
|
|
11397
|
+
address?: string | null;
|
|
10917
11398
|
avatarUrl?: string | null;
|
|
10918
11399
|
webhook?: {
|
|
10919
11400
|
id?: string | null;
|
|
@@ -11009,6 +11490,7 @@ type $OpenApiTs = {
|
|
|
11009
11490
|
id: string;
|
|
11010
11491
|
name?: string | null;
|
|
11011
11492
|
username?: string | null;
|
|
11493
|
+
address?: string | null;
|
|
11012
11494
|
avatarUrl?: string | null;
|
|
11013
11495
|
webhook?: {
|
|
11014
11496
|
id?: string | null;
|
|
@@ -11104,6 +11586,7 @@ type $OpenApiTs = {
|
|
|
11104
11586
|
id: string;
|
|
11105
11587
|
name?: string | null;
|
|
11106
11588
|
username?: string | null;
|
|
11589
|
+
address?: string | null;
|
|
11107
11590
|
avatarUrl?: string | null;
|
|
11108
11591
|
webhook?: {
|
|
11109
11592
|
id?: string | null;
|
|
@@ -11199,6 +11682,7 @@ type $OpenApiTs = {
|
|
|
11199
11682
|
id: string;
|
|
11200
11683
|
name?: string | null;
|
|
11201
11684
|
username?: string | null;
|
|
11685
|
+
address?: string | null;
|
|
11202
11686
|
avatarUrl?: string | null;
|
|
11203
11687
|
webhook?: {
|
|
11204
11688
|
id?: string | null;
|
|
@@ -11425,6 +11909,7 @@ type $OpenApiTs = {
|
|
|
11425
11909
|
id: string;
|
|
11426
11910
|
name?: string | null;
|
|
11427
11911
|
username?: string | null;
|
|
11912
|
+
address?: string | null;
|
|
11428
11913
|
avatarUrl?: string | null;
|
|
11429
11914
|
webhook?: {
|
|
11430
11915
|
id?: string | null;
|
|
@@ -11526,6 +12011,7 @@ type $OpenApiTs = {
|
|
|
11526
12011
|
id: string;
|
|
11527
12012
|
name?: string | null;
|
|
11528
12013
|
username?: string | null;
|
|
12014
|
+
address?: string | null;
|
|
11529
12015
|
avatarUrl?: string | null;
|
|
11530
12016
|
webhook?: {
|
|
11531
12017
|
id?: string | null;
|
|
@@ -11621,6 +12107,7 @@ type $OpenApiTs = {
|
|
|
11621
12107
|
id: string;
|
|
11622
12108
|
name?: string | null;
|
|
11623
12109
|
username?: string | null;
|
|
12110
|
+
address?: string | null;
|
|
11624
12111
|
avatarUrl?: string | null;
|
|
11625
12112
|
webhook?: {
|
|
11626
12113
|
id?: string | null;
|
|
@@ -11717,6 +12204,7 @@ type $OpenApiTs = {
|
|
|
11717
12204
|
id: string;
|
|
11718
12205
|
name?: string | null;
|
|
11719
12206
|
username?: string | null;
|
|
12207
|
+
address?: string | null;
|
|
11720
12208
|
avatarUrl?: string | null;
|
|
11721
12209
|
webhook?: {
|
|
11722
12210
|
id?: string | null;
|
|
@@ -13047,6 +13535,7 @@ type $OpenApiTs = {
|
|
|
13047
13535
|
id: string;
|
|
13048
13536
|
name?: string | null;
|
|
13049
13537
|
username?: string | null;
|
|
13538
|
+
address?: string | null;
|
|
13050
13539
|
avatarUrl?: string | null;
|
|
13051
13540
|
webhook?: {
|
|
13052
13541
|
id?: string | null;
|
|
@@ -15028,6 +15517,7 @@ type $OpenApiTs = {
|
|
|
15028
15517
|
id: string;
|
|
15029
15518
|
name?: string | null;
|
|
15030
15519
|
username?: string | null;
|
|
15520
|
+
address?: string | null;
|
|
15031
15521
|
avatarUrl?: string | null;
|
|
15032
15522
|
webhook?: {
|
|
15033
15523
|
id?: string | null;
|
|
@@ -16400,6 +16890,7 @@ type $OpenApiTs = {
|
|
|
16400
16890
|
id: string;
|
|
16401
16891
|
name?: string | null;
|
|
16402
16892
|
username?: string | null;
|
|
16893
|
+
address?: string | null;
|
|
16403
16894
|
avatarUrl?: string | null;
|
|
16404
16895
|
webhook?: {
|
|
16405
16896
|
id?: string | null;
|
|
@@ -17192,6 +17683,7 @@ type $OpenApiTs = {
|
|
|
17192
17683
|
id: string;
|
|
17193
17684
|
name?: string | null;
|
|
17194
17685
|
username?: string | null;
|
|
17686
|
+
address?: string | null;
|
|
17195
17687
|
avatarUrl?: string | null;
|
|
17196
17688
|
webhook?: {
|
|
17197
17689
|
id?: string | null;
|
|
@@ -20781,11 +21273,15 @@ type $OpenApiTs = {
|
|
|
20781
21273
|
200: {
|
|
20782
21274
|
name?: string;
|
|
20783
21275
|
googleUrl?: string;
|
|
21276
|
+
mediaFormat?: 'PHOTO' | 'VIDEO';
|
|
21277
|
+
sourceUrl?: string;
|
|
21278
|
+
thumbnailUrl?: string;
|
|
20784
21279
|
locationAssociation?: {
|
|
20785
21280
|
category?: 'CATEGORY_UNSPECIFIED' | 'COVER' | 'PROFILE' | 'LOGO' | 'EXTERIOR' | 'INTERIOR' | 'PRODUCT' | 'AT_WORK' | 'FOOD_AND_DRINK' | 'MENU' | 'COMMON_AREA' | 'ROOMS' | 'TEAMS' | 'ADDITIONAL';
|
|
20786
21281
|
priceListItemId?: string;
|
|
20787
21282
|
};
|
|
20788
21283
|
description?: string;
|
|
21284
|
+
[key: string]: unknown | string;
|
|
20789
21285
|
};
|
|
20790
21286
|
/**
|
|
20791
21287
|
* 400
|
|
@@ -20836,16 +21332,29 @@ type $OpenApiTs = {
|
|
|
20836
21332
|
};
|
|
20837
21333
|
};
|
|
20838
21334
|
};
|
|
20839
|
-
|
|
20840
|
-
|
|
20841
|
-
delete: {
|
|
20842
|
-
req: MiscGoogleBusinessDeletePostData;
|
|
21335
|
+
get: {
|
|
21336
|
+
req: MiscGoogleBusinessListMediaData;
|
|
20843
21337
|
res: {
|
|
20844
21338
|
/**
|
|
20845
21339
|
* 200
|
|
20846
21340
|
*/
|
|
20847
21341
|
200: {
|
|
20848
|
-
|
|
21342
|
+
mediaItems?: Array<{
|
|
21343
|
+
name?: string;
|
|
21344
|
+
googleUrl?: string;
|
|
21345
|
+
mediaFormat?: 'PHOTO' | 'VIDEO';
|
|
21346
|
+
sourceUrl?: string;
|
|
21347
|
+
thumbnailUrl?: string;
|
|
21348
|
+
locationAssociation?: {
|
|
21349
|
+
category?: 'CATEGORY_UNSPECIFIED' | 'COVER' | 'PROFILE' | 'LOGO' | 'EXTERIOR' | 'INTERIOR' | 'PRODUCT' | 'AT_WORK' | 'FOOD_AND_DRINK' | 'MENU' | 'COMMON_AREA' | 'ROOMS' | 'TEAMS' | 'ADDITIONAL';
|
|
21350
|
+
priceListItemId?: string;
|
|
21351
|
+
};
|
|
21352
|
+
description?: string;
|
|
21353
|
+
[key: string]: unknown | string;
|
|
21354
|
+
}>;
|
|
21355
|
+
nextPageToken?: string;
|
|
21356
|
+
totalMediaItemCount?: number;
|
|
21357
|
+
[key: string]: unknown | string | number;
|
|
20849
21358
|
};
|
|
20850
21359
|
/**
|
|
20851
21360
|
* 400
|
|
@@ -20896,28 +21405,14 @@ type $OpenApiTs = {
|
|
|
20896
21405
|
};
|
|
20897
21406
|
};
|
|
20898
21407
|
};
|
|
20899
|
-
|
|
20900
|
-
|
|
20901
|
-
post: {
|
|
20902
|
-
req: MiscGoogleBusinessImportReviewsData;
|
|
21408
|
+
delete: {
|
|
21409
|
+
req: MiscGoogleBusinessDeleteMediaData;
|
|
20903
21410
|
res: {
|
|
20904
21411
|
/**
|
|
20905
|
-
*
|
|
21412
|
+
* 200
|
|
20906
21413
|
*/
|
|
20907
|
-
|
|
20908
|
-
|
|
20909
|
-
teamId: string;
|
|
20910
|
-
socialAccountId: string;
|
|
20911
|
-
requestedCount: number;
|
|
20912
|
-
status: 'PENDING' | 'FETCHING_REVIEWS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED';
|
|
20913
|
-
reviewsImported: number;
|
|
20914
|
-
error?: string | null;
|
|
20915
|
-
rateLimitResetAt?: string | null;
|
|
20916
|
-
startedAt?: string | null;
|
|
20917
|
-
completedAt?: string | null;
|
|
20918
|
-
createdAt: string | null;
|
|
20919
|
-
updatedAt: string | null;
|
|
20920
|
-
deletedAt?: string | null;
|
|
21414
|
+
200: {
|
|
21415
|
+
success: boolean;
|
|
20921
21416
|
};
|
|
20922
21417
|
/**
|
|
20923
21418
|
* 400
|
|
@@ -20952,13 +21447,6 @@ type $OpenApiTs = {
|
|
|
20952
21447
|
statusCode?: number | null;
|
|
20953
21448
|
message: string;
|
|
20954
21449
|
};
|
|
20955
|
-
/**
|
|
20956
|
-
* 409
|
|
20957
|
-
*/
|
|
20958
|
-
409: {
|
|
20959
|
-
statusCode?: number | null;
|
|
20960
|
-
message: string;
|
|
20961
|
-
};
|
|
20962
21450
|
/**
|
|
20963
21451
|
* 429
|
|
20964
21452
|
*/
|
|
@@ -20975,28 +21463,16 @@ type $OpenApiTs = {
|
|
|
20975
21463
|
};
|
|
20976
21464
|
};
|
|
20977
21465
|
};
|
|
20978
|
-
|
|
20979
|
-
|
|
21466
|
+
};
|
|
21467
|
+
'/api/v1/misc/google-business/post': {
|
|
21468
|
+
delete: {
|
|
21469
|
+
req: MiscGoogleBusinessDeletePostData;
|
|
20980
21470
|
res: {
|
|
20981
21471
|
/**
|
|
20982
21472
|
* 200
|
|
20983
21473
|
*/
|
|
20984
21474
|
200: {
|
|
20985
|
-
|
|
20986
|
-
id: string;
|
|
20987
|
-
teamId: string;
|
|
20988
|
-
socialAccountId: string;
|
|
20989
|
-
requestedCount: number;
|
|
20990
|
-
status: 'PENDING' | 'FETCHING_REVIEWS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED';
|
|
20991
|
-
reviewsImported: number;
|
|
20992
|
-
error?: string | null;
|
|
20993
|
-
rateLimitResetAt?: string | null;
|
|
20994
|
-
startedAt?: string | null;
|
|
20995
|
-
completedAt?: string | null;
|
|
20996
|
-
createdAt: string | null;
|
|
20997
|
-
updatedAt: string | null;
|
|
20998
|
-
deletedAt?: string | null;
|
|
20999
|
-
}>;
|
|
21475
|
+
success: boolean;
|
|
21000
21476
|
};
|
|
21001
21477
|
/**
|
|
21002
21478
|
* 400
|
|
@@ -21048,27 +21524,16 @@ type $OpenApiTs = {
|
|
|
21048
21524
|
};
|
|
21049
21525
|
};
|
|
21050
21526
|
};
|
|
21051
|
-
'/api/v1/misc/google-business/
|
|
21527
|
+
'/api/v1/misc/google-business/location': {
|
|
21052
21528
|
get: {
|
|
21053
|
-
req:
|
|
21529
|
+
req: MiscGoogleBusinessGetLocationData;
|
|
21054
21530
|
res: {
|
|
21055
21531
|
/**
|
|
21056
21532
|
* 200
|
|
21057
21533
|
*/
|
|
21058
21534
|
200: {
|
|
21059
|
-
|
|
21060
|
-
|
|
21061
|
-
socialAccountId: string;
|
|
21062
|
-
requestedCount: number;
|
|
21063
|
-
status: 'PENDING' | 'FETCHING_REVIEWS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED';
|
|
21064
|
-
reviewsImported: number;
|
|
21065
|
-
error?: string | null;
|
|
21066
|
-
rateLimitResetAt?: string | null;
|
|
21067
|
-
startedAt?: string | null;
|
|
21068
|
-
completedAt?: string | null;
|
|
21069
|
-
createdAt: string | null;
|
|
21070
|
-
updatedAt: string | null;
|
|
21071
|
-
deletedAt?: string | null;
|
|
21535
|
+
name?: string;
|
|
21536
|
+
[key: string]: unknown | string;
|
|
21072
21537
|
};
|
|
21073
21538
|
/**
|
|
21074
21539
|
* 400
|
|
@@ -21119,18 +21584,1131 @@ type $OpenApiTs = {
|
|
|
21119
21584
|
};
|
|
21120
21585
|
};
|
|
21121
21586
|
};
|
|
21122
|
-
|
|
21123
|
-
|
|
21124
|
-
get: {
|
|
21125
|
-
req: MiscGoogleBusinessGetReviewsData;
|
|
21587
|
+
patch: {
|
|
21588
|
+
req: MiscGoogleBusinessUpdateLocationData;
|
|
21126
21589
|
res: {
|
|
21127
21590
|
/**
|
|
21128
21591
|
* 200
|
|
21129
21592
|
*/
|
|
21130
21593
|
200: {
|
|
21131
|
-
|
|
21132
|
-
|
|
21133
|
-
|
|
21594
|
+
name?: string;
|
|
21595
|
+
[key: string]: unknown | string;
|
|
21596
|
+
};
|
|
21597
|
+
/**
|
|
21598
|
+
* 400
|
|
21599
|
+
*/
|
|
21600
|
+
400: {
|
|
21601
|
+
statusCode?: number | null;
|
|
21602
|
+
message: string;
|
|
21603
|
+
issues?: Array<{
|
|
21604
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21605
|
+
message: string;
|
|
21606
|
+
path?: Array<(string | number)> | null;
|
|
21607
|
+
}> | null;
|
|
21608
|
+
};
|
|
21609
|
+
/**
|
|
21610
|
+
* 401
|
|
21611
|
+
*/
|
|
21612
|
+
401: {
|
|
21613
|
+
statusCode?: number | null;
|
|
21614
|
+
message: string;
|
|
21615
|
+
};
|
|
21616
|
+
/**
|
|
21617
|
+
* 403
|
|
21618
|
+
*/
|
|
21619
|
+
403: {
|
|
21620
|
+
statusCode?: number | null;
|
|
21621
|
+
message: string;
|
|
21622
|
+
};
|
|
21623
|
+
/**
|
|
21624
|
+
* 404
|
|
21625
|
+
*/
|
|
21626
|
+
404: {
|
|
21627
|
+
statusCode?: number | null;
|
|
21628
|
+
message: string;
|
|
21629
|
+
};
|
|
21630
|
+
/**
|
|
21631
|
+
* 429
|
|
21632
|
+
*/
|
|
21633
|
+
429: {
|
|
21634
|
+
statusCode?: number | null;
|
|
21635
|
+
message: string;
|
|
21636
|
+
};
|
|
21637
|
+
/**
|
|
21638
|
+
* 500
|
|
21639
|
+
*/
|
|
21640
|
+
500: {
|
|
21641
|
+
statusCode?: number | null;
|
|
21642
|
+
message: string;
|
|
21643
|
+
};
|
|
21644
|
+
};
|
|
21645
|
+
};
|
|
21646
|
+
};
|
|
21647
|
+
'/api/v1/misc/google-business/location/hours': {
|
|
21648
|
+
patch: {
|
|
21649
|
+
req: MiscGoogleBusinessUpdateHoursData;
|
|
21650
|
+
res: {
|
|
21651
|
+
/**
|
|
21652
|
+
* 200
|
|
21653
|
+
*/
|
|
21654
|
+
200: {
|
|
21655
|
+
name?: string;
|
|
21656
|
+
[key: string]: unknown | string;
|
|
21657
|
+
};
|
|
21658
|
+
/**
|
|
21659
|
+
* 400
|
|
21660
|
+
*/
|
|
21661
|
+
400: {
|
|
21662
|
+
statusCode?: number | null;
|
|
21663
|
+
message: string;
|
|
21664
|
+
issues?: Array<{
|
|
21665
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21666
|
+
message: string;
|
|
21667
|
+
path?: Array<(string | number)> | null;
|
|
21668
|
+
}> | null;
|
|
21669
|
+
};
|
|
21670
|
+
/**
|
|
21671
|
+
* 401
|
|
21672
|
+
*/
|
|
21673
|
+
401: {
|
|
21674
|
+
statusCode?: number | null;
|
|
21675
|
+
message: string;
|
|
21676
|
+
};
|
|
21677
|
+
/**
|
|
21678
|
+
* 403
|
|
21679
|
+
*/
|
|
21680
|
+
403: {
|
|
21681
|
+
statusCode?: number | null;
|
|
21682
|
+
message: string;
|
|
21683
|
+
};
|
|
21684
|
+
/**
|
|
21685
|
+
* 404
|
|
21686
|
+
*/
|
|
21687
|
+
404: {
|
|
21688
|
+
statusCode?: number | null;
|
|
21689
|
+
message: string;
|
|
21690
|
+
};
|
|
21691
|
+
/**
|
|
21692
|
+
* 429
|
|
21693
|
+
*/
|
|
21694
|
+
429: {
|
|
21695
|
+
statusCode?: number | null;
|
|
21696
|
+
message: string;
|
|
21697
|
+
};
|
|
21698
|
+
/**
|
|
21699
|
+
* 500
|
|
21700
|
+
*/
|
|
21701
|
+
500: {
|
|
21702
|
+
statusCode?: number | null;
|
|
21703
|
+
message: string;
|
|
21704
|
+
};
|
|
21705
|
+
};
|
|
21706
|
+
};
|
|
21707
|
+
};
|
|
21708
|
+
'/api/v1/misc/google-business/location/attributes': {
|
|
21709
|
+
get: {
|
|
21710
|
+
req: MiscGoogleBusinessGetAttributesData;
|
|
21711
|
+
res: {
|
|
21712
|
+
/**
|
|
21713
|
+
* 200
|
|
21714
|
+
*/
|
|
21715
|
+
200: {
|
|
21716
|
+
name?: string;
|
|
21717
|
+
attributes?: Array<{
|
|
21718
|
+
name: string;
|
|
21719
|
+
values?: Array<unknown>;
|
|
21720
|
+
repeatedEnumValue?: {
|
|
21721
|
+
setValues?: Array<(string)>;
|
|
21722
|
+
[key: string]: unknown | string;
|
|
21723
|
+
};
|
|
21724
|
+
uriValues?: Array<(string)>;
|
|
21725
|
+
[key: string]: unknown | string;
|
|
21726
|
+
}>;
|
|
21727
|
+
[key: string]: unknown | string;
|
|
21728
|
+
};
|
|
21729
|
+
/**
|
|
21730
|
+
* 400
|
|
21731
|
+
*/
|
|
21732
|
+
400: {
|
|
21733
|
+
statusCode?: number | null;
|
|
21734
|
+
message: string;
|
|
21735
|
+
issues?: Array<{
|
|
21736
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21737
|
+
message: string;
|
|
21738
|
+
path?: Array<(string | number)> | null;
|
|
21739
|
+
}> | null;
|
|
21740
|
+
};
|
|
21741
|
+
/**
|
|
21742
|
+
* 401
|
|
21743
|
+
*/
|
|
21744
|
+
401: {
|
|
21745
|
+
statusCode?: number | null;
|
|
21746
|
+
message: string;
|
|
21747
|
+
};
|
|
21748
|
+
/**
|
|
21749
|
+
* 403
|
|
21750
|
+
*/
|
|
21751
|
+
403: {
|
|
21752
|
+
statusCode?: number | null;
|
|
21753
|
+
message: string;
|
|
21754
|
+
};
|
|
21755
|
+
/**
|
|
21756
|
+
* 404
|
|
21757
|
+
*/
|
|
21758
|
+
404: {
|
|
21759
|
+
statusCode?: number | null;
|
|
21760
|
+
message: string;
|
|
21761
|
+
};
|
|
21762
|
+
/**
|
|
21763
|
+
* 429
|
|
21764
|
+
*/
|
|
21765
|
+
429: {
|
|
21766
|
+
statusCode?: number | null;
|
|
21767
|
+
message: string;
|
|
21768
|
+
};
|
|
21769
|
+
/**
|
|
21770
|
+
* 500
|
|
21771
|
+
*/
|
|
21772
|
+
500: {
|
|
21773
|
+
statusCode?: number | null;
|
|
21774
|
+
message: string;
|
|
21775
|
+
};
|
|
21776
|
+
};
|
|
21777
|
+
};
|
|
21778
|
+
patch: {
|
|
21779
|
+
req: MiscGoogleBusinessUpdateAttributesData;
|
|
21780
|
+
res: {
|
|
21781
|
+
/**
|
|
21782
|
+
* 200
|
|
21783
|
+
*/
|
|
21784
|
+
200: {
|
|
21785
|
+
name?: string;
|
|
21786
|
+
attributes?: Array<{
|
|
21787
|
+
name: string;
|
|
21788
|
+
values?: Array<unknown>;
|
|
21789
|
+
repeatedEnumValue?: {
|
|
21790
|
+
setValues?: Array<(string)>;
|
|
21791
|
+
[key: string]: unknown | string;
|
|
21792
|
+
};
|
|
21793
|
+
uriValues?: Array<(string)>;
|
|
21794
|
+
[key: string]: unknown | string;
|
|
21795
|
+
}>;
|
|
21796
|
+
[key: string]: unknown | string;
|
|
21797
|
+
};
|
|
21798
|
+
/**
|
|
21799
|
+
* 400
|
|
21800
|
+
*/
|
|
21801
|
+
400: {
|
|
21802
|
+
statusCode?: number | null;
|
|
21803
|
+
message: string;
|
|
21804
|
+
issues?: Array<{
|
|
21805
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21806
|
+
message: string;
|
|
21807
|
+
path?: Array<(string | number)> | null;
|
|
21808
|
+
}> | null;
|
|
21809
|
+
};
|
|
21810
|
+
/**
|
|
21811
|
+
* 401
|
|
21812
|
+
*/
|
|
21813
|
+
401: {
|
|
21814
|
+
statusCode?: number | null;
|
|
21815
|
+
message: string;
|
|
21816
|
+
};
|
|
21817
|
+
/**
|
|
21818
|
+
* 403
|
|
21819
|
+
*/
|
|
21820
|
+
403: {
|
|
21821
|
+
statusCode?: number | null;
|
|
21822
|
+
message: string;
|
|
21823
|
+
};
|
|
21824
|
+
/**
|
|
21825
|
+
* 404
|
|
21826
|
+
*/
|
|
21827
|
+
404: {
|
|
21828
|
+
statusCode?: number | null;
|
|
21829
|
+
message: string;
|
|
21830
|
+
};
|
|
21831
|
+
/**
|
|
21832
|
+
* 429
|
|
21833
|
+
*/
|
|
21834
|
+
429: {
|
|
21835
|
+
statusCode?: number | null;
|
|
21836
|
+
message: string;
|
|
21837
|
+
};
|
|
21838
|
+
/**
|
|
21839
|
+
* 500
|
|
21840
|
+
*/
|
|
21841
|
+
500: {
|
|
21842
|
+
statusCode?: number | null;
|
|
21843
|
+
message: string;
|
|
21844
|
+
};
|
|
21845
|
+
};
|
|
21846
|
+
};
|
|
21847
|
+
};
|
|
21848
|
+
'/api/v1/misc/google-business/location/attributes/available': {
|
|
21849
|
+
get: {
|
|
21850
|
+
req: MiscGoogleBusinessListAvailableAttributesData;
|
|
21851
|
+
res: {
|
|
21852
|
+
/**
|
|
21853
|
+
* 200
|
|
21854
|
+
*/
|
|
21855
|
+
200: {
|
|
21856
|
+
attributes?: Array<{
|
|
21857
|
+
[key: string]: unknown;
|
|
21858
|
+
}>;
|
|
21859
|
+
nextPageToken?: string;
|
|
21860
|
+
[key: string]: unknown | string;
|
|
21861
|
+
};
|
|
21862
|
+
/**
|
|
21863
|
+
* 400
|
|
21864
|
+
*/
|
|
21865
|
+
400: {
|
|
21866
|
+
statusCode?: number | null;
|
|
21867
|
+
message: string;
|
|
21868
|
+
issues?: Array<{
|
|
21869
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21870
|
+
message: string;
|
|
21871
|
+
path?: Array<(string | number)> | null;
|
|
21872
|
+
}> | null;
|
|
21873
|
+
};
|
|
21874
|
+
/**
|
|
21875
|
+
* 401
|
|
21876
|
+
*/
|
|
21877
|
+
401: {
|
|
21878
|
+
statusCode?: number | null;
|
|
21879
|
+
message: string;
|
|
21880
|
+
};
|
|
21881
|
+
/**
|
|
21882
|
+
* 403
|
|
21883
|
+
*/
|
|
21884
|
+
403: {
|
|
21885
|
+
statusCode?: number | null;
|
|
21886
|
+
message: string;
|
|
21887
|
+
};
|
|
21888
|
+
/**
|
|
21889
|
+
* 404
|
|
21890
|
+
*/
|
|
21891
|
+
404: {
|
|
21892
|
+
statusCode?: number | null;
|
|
21893
|
+
message: string;
|
|
21894
|
+
};
|
|
21895
|
+
/**
|
|
21896
|
+
* 429
|
|
21897
|
+
*/
|
|
21898
|
+
429: {
|
|
21899
|
+
statusCode?: number | null;
|
|
21900
|
+
message: string;
|
|
21901
|
+
};
|
|
21902
|
+
/**
|
|
21903
|
+
* 500
|
|
21904
|
+
*/
|
|
21905
|
+
500: {
|
|
21906
|
+
statusCode?: number | null;
|
|
21907
|
+
message: string;
|
|
21908
|
+
};
|
|
21909
|
+
};
|
|
21910
|
+
};
|
|
21911
|
+
};
|
|
21912
|
+
'/api/v1/misc/google-business/location/categories/available': {
|
|
21913
|
+
get: {
|
|
21914
|
+
req: MiscGoogleBusinessListCategoriesData;
|
|
21915
|
+
res: {
|
|
21916
|
+
/**
|
|
21917
|
+
* 200
|
|
21918
|
+
*/
|
|
21919
|
+
200: {
|
|
21920
|
+
categories?: Array<{
|
|
21921
|
+
[key: string]: unknown;
|
|
21922
|
+
}>;
|
|
21923
|
+
nextPageToken?: string;
|
|
21924
|
+
[key: string]: unknown | string;
|
|
21925
|
+
};
|
|
21926
|
+
/**
|
|
21927
|
+
* 400
|
|
21928
|
+
*/
|
|
21929
|
+
400: {
|
|
21930
|
+
statusCode?: number | null;
|
|
21931
|
+
message: string;
|
|
21932
|
+
issues?: Array<{
|
|
21933
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21934
|
+
message: string;
|
|
21935
|
+
path?: Array<(string | number)> | null;
|
|
21936
|
+
}> | null;
|
|
21937
|
+
};
|
|
21938
|
+
/**
|
|
21939
|
+
* 401
|
|
21940
|
+
*/
|
|
21941
|
+
401: {
|
|
21942
|
+
statusCode?: number | null;
|
|
21943
|
+
message: string;
|
|
21944
|
+
};
|
|
21945
|
+
/**
|
|
21946
|
+
* 403
|
|
21947
|
+
*/
|
|
21948
|
+
403: {
|
|
21949
|
+
statusCode?: number | null;
|
|
21950
|
+
message: string;
|
|
21951
|
+
};
|
|
21952
|
+
/**
|
|
21953
|
+
* 404
|
|
21954
|
+
*/
|
|
21955
|
+
404: {
|
|
21956
|
+
statusCode?: number | null;
|
|
21957
|
+
message: string;
|
|
21958
|
+
};
|
|
21959
|
+
/**
|
|
21960
|
+
* 429
|
|
21961
|
+
*/
|
|
21962
|
+
429: {
|
|
21963
|
+
statusCode?: number | null;
|
|
21964
|
+
message: string;
|
|
21965
|
+
};
|
|
21966
|
+
/**
|
|
21967
|
+
* 500
|
|
21968
|
+
*/
|
|
21969
|
+
500: {
|
|
21970
|
+
statusCode?: number | null;
|
|
21971
|
+
message: string;
|
|
21972
|
+
};
|
|
21973
|
+
};
|
|
21974
|
+
};
|
|
21975
|
+
};
|
|
21976
|
+
'/api/v1/misc/google-business/location/service-list': {
|
|
21977
|
+
get: {
|
|
21978
|
+
req: MiscGoogleBusinessGetServiceListData;
|
|
21979
|
+
res: {
|
|
21980
|
+
/**
|
|
21981
|
+
* 200
|
|
21982
|
+
*/
|
|
21983
|
+
200: {
|
|
21984
|
+
name?: string;
|
|
21985
|
+
serviceItems?: Array<{
|
|
21986
|
+
[key: string]: unknown;
|
|
21987
|
+
}>;
|
|
21988
|
+
[key: string]: unknown | string;
|
|
21989
|
+
};
|
|
21990
|
+
/**
|
|
21991
|
+
* 400
|
|
21992
|
+
*/
|
|
21993
|
+
400: {
|
|
21994
|
+
statusCode?: number | null;
|
|
21995
|
+
message: string;
|
|
21996
|
+
issues?: Array<{
|
|
21997
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
21998
|
+
message: string;
|
|
21999
|
+
path?: Array<(string | number)> | null;
|
|
22000
|
+
}> | null;
|
|
22001
|
+
};
|
|
22002
|
+
/**
|
|
22003
|
+
* 401
|
|
22004
|
+
*/
|
|
22005
|
+
401: {
|
|
22006
|
+
statusCode?: number | null;
|
|
22007
|
+
message: string;
|
|
22008
|
+
};
|
|
22009
|
+
/**
|
|
22010
|
+
* 403
|
|
22011
|
+
*/
|
|
22012
|
+
403: {
|
|
22013
|
+
statusCode?: number | null;
|
|
22014
|
+
message: string;
|
|
22015
|
+
};
|
|
22016
|
+
/**
|
|
22017
|
+
* 404
|
|
22018
|
+
*/
|
|
22019
|
+
404: {
|
|
22020
|
+
statusCode?: number | null;
|
|
22021
|
+
message: string;
|
|
22022
|
+
};
|
|
22023
|
+
/**
|
|
22024
|
+
* 429
|
|
22025
|
+
*/
|
|
22026
|
+
429: {
|
|
22027
|
+
statusCode?: number | null;
|
|
22028
|
+
message: string;
|
|
22029
|
+
};
|
|
22030
|
+
/**
|
|
22031
|
+
* 500
|
|
22032
|
+
*/
|
|
22033
|
+
500: {
|
|
22034
|
+
statusCode?: number | null;
|
|
22035
|
+
message: string;
|
|
22036
|
+
};
|
|
22037
|
+
};
|
|
22038
|
+
};
|
|
22039
|
+
patch: {
|
|
22040
|
+
req: MiscGoogleBusinessUpdateServiceListData;
|
|
22041
|
+
res: {
|
|
22042
|
+
/**
|
|
22043
|
+
* 200
|
|
22044
|
+
*/
|
|
22045
|
+
200: {
|
|
22046
|
+
name?: string;
|
|
22047
|
+
serviceItems?: Array<{
|
|
22048
|
+
[key: string]: unknown;
|
|
22049
|
+
}>;
|
|
22050
|
+
[key: string]: unknown | string;
|
|
22051
|
+
};
|
|
22052
|
+
/**
|
|
22053
|
+
* 400
|
|
22054
|
+
*/
|
|
22055
|
+
400: {
|
|
22056
|
+
statusCode?: number | null;
|
|
22057
|
+
message: string;
|
|
22058
|
+
issues?: Array<{
|
|
22059
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22060
|
+
message: string;
|
|
22061
|
+
path?: Array<(string | number)> | null;
|
|
22062
|
+
}> | null;
|
|
22063
|
+
};
|
|
22064
|
+
/**
|
|
22065
|
+
* 401
|
|
22066
|
+
*/
|
|
22067
|
+
401: {
|
|
22068
|
+
statusCode?: number | null;
|
|
22069
|
+
message: string;
|
|
22070
|
+
};
|
|
22071
|
+
/**
|
|
22072
|
+
* 403
|
|
22073
|
+
*/
|
|
22074
|
+
403: {
|
|
22075
|
+
statusCode?: number | null;
|
|
22076
|
+
message: string;
|
|
22077
|
+
};
|
|
22078
|
+
/**
|
|
22079
|
+
* 404
|
|
22080
|
+
*/
|
|
22081
|
+
404: {
|
|
22082
|
+
statusCode?: number | null;
|
|
22083
|
+
message: string;
|
|
22084
|
+
};
|
|
22085
|
+
/**
|
|
22086
|
+
* 429
|
|
22087
|
+
*/
|
|
22088
|
+
429: {
|
|
22089
|
+
statusCode?: number | null;
|
|
22090
|
+
message: string;
|
|
22091
|
+
};
|
|
22092
|
+
/**
|
|
22093
|
+
* 500
|
|
22094
|
+
*/
|
|
22095
|
+
500: {
|
|
22096
|
+
statusCode?: number | null;
|
|
22097
|
+
message: string;
|
|
22098
|
+
};
|
|
22099
|
+
};
|
|
22100
|
+
};
|
|
22101
|
+
};
|
|
22102
|
+
'/api/v1/misc/google-business/location/food-menus': {
|
|
22103
|
+
get: {
|
|
22104
|
+
req: MiscGoogleBusinessGetFoodMenusData;
|
|
22105
|
+
res: {
|
|
22106
|
+
/**
|
|
22107
|
+
* 200
|
|
22108
|
+
*/
|
|
22109
|
+
200: {
|
|
22110
|
+
name?: string;
|
|
22111
|
+
menus?: Array<{
|
|
22112
|
+
[key: string]: unknown;
|
|
22113
|
+
}>;
|
|
22114
|
+
[key: string]: unknown | string;
|
|
22115
|
+
};
|
|
22116
|
+
/**
|
|
22117
|
+
* 400
|
|
22118
|
+
*/
|
|
22119
|
+
400: {
|
|
22120
|
+
statusCode?: number | null;
|
|
22121
|
+
message: string;
|
|
22122
|
+
issues?: Array<{
|
|
22123
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22124
|
+
message: string;
|
|
22125
|
+
path?: Array<(string | number)> | null;
|
|
22126
|
+
}> | null;
|
|
22127
|
+
};
|
|
22128
|
+
/**
|
|
22129
|
+
* 401
|
|
22130
|
+
*/
|
|
22131
|
+
401: {
|
|
22132
|
+
statusCode?: number | null;
|
|
22133
|
+
message: string;
|
|
22134
|
+
};
|
|
22135
|
+
/**
|
|
22136
|
+
* 403
|
|
22137
|
+
*/
|
|
22138
|
+
403: {
|
|
22139
|
+
statusCode?: number | null;
|
|
22140
|
+
message: string;
|
|
22141
|
+
};
|
|
22142
|
+
/**
|
|
22143
|
+
* 404
|
|
22144
|
+
*/
|
|
22145
|
+
404: {
|
|
22146
|
+
statusCode?: number | null;
|
|
22147
|
+
message: string;
|
|
22148
|
+
};
|
|
22149
|
+
/**
|
|
22150
|
+
* 429
|
|
22151
|
+
*/
|
|
22152
|
+
429: {
|
|
22153
|
+
statusCode?: number | null;
|
|
22154
|
+
message: string;
|
|
22155
|
+
};
|
|
22156
|
+
/**
|
|
22157
|
+
* 500
|
|
22158
|
+
*/
|
|
22159
|
+
500: {
|
|
22160
|
+
statusCode?: number | null;
|
|
22161
|
+
message: string;
|
|
22162
|
+
};
|
|
22163
|
+
};
|
|
22164
|
+
};
|
|
22165
|
+
patch: {
|
|
22166
|
+
req: MiscGoogleBusinessUpdateFoodMenusData;
|
|
22167
|
+
res: {
|
|
22168
|
+
/**
|
|
22169
|
+
* 200
|
|
22170
|
+
*/
|
|
22171
|
+
200: {
|
|
22172
|
+
name?: string;
|
|
22173
|
+
menus?: Array<{
|
|
22174
|
+
[key: string]: unknown;
|
|
22175
|
+
}>;
|
|
22176
|
+
[key: string]: unknown | string;
|
|
22177
|
+
};
|
|
22178
|
+
/**
|
|
22179
|
+
* 400
|
|
22180
|
+
*/
|
|
22181
|
+
400: {
|
|
22182
|
+
statusCode?: number | null;
|
|
22183
|
+
message: string;
|
|
22184
|
+
issues?: Array<{
|
|
22185
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22186
|
+
message: string;
|
|
22187
|
+
path?: Array<(string | number)> | null;
|
|
22188
|
+
}> | null;
|
|
22189
|
+
};
|
|
22190
|
+
/**
|
|
22191
|
+
* 401
|
|
22192
|
+
*/
|
|
22193
|
+
401: {
|
|
22194
|
+
statusCode?: number | null;
|
|
22195
|
+
message: string;
|
|
22196
|
+
};
|
|
22197
|
+
/**
|
|
22198
|
+
* 403
|
|
22199
|
+
*/
|
|
22200
|
+
403: {
|
|
22201
|
+
statusCode?: number | null;
|
|
22202
|
+
message: string;
|
|
22203
|
+
};
|
|
22204
|
+
/**
|
|
22205
|
+
* 404
|
|
22206
|
+
*/
|
|
22207
|
+
404: {
|
|
22208
|
+
statusCode?: number | null;
|
|
22209
|
+
message: string;
|
|
22210
|
+
};
|
|
22211
|
+
/**
|
|
22212
|
+
* 429
|
|
22213
|
+
*/
|
|
22214
|
+
429: {
|
|
22215
|
+
statusCode?: number | null;
|
|
22216
|
+
message: string;
|
|
22217
|
+
};
|
|
22218
|
+
/**
|
|
22219
|
+
* 500
|
|
22220
|
+
*/
|
|
22221
|
+
500: {
|
|
22222
|
+
statusCode?: number | null;
|
|
22223
|
+
message: string;
|
|
22224
|
+
};
|
|
22225
|
+
};
|
|
22226
|
+
};
|
|
22227
|
+
};
|
|
22228
|
+
'/api/v1/misc/google-business/location/place-action-links': {
|
|
22229
|
+
get: {
|
|
22230
|
+
req: MiscGoogleBusinessListPlaceActionLinksData;
|
|
22231
|
+
res: {
|
|
22232
|
+
/**
|
|
22233
|
+
* 200
|
|
22234
|
+
*/
|
|
22235
|
+
200: {
|
|
22236
|
+
placeActionLinks?: Array<{
|
|
22237
|
+
name?: string;
|
|
22238
|
+
uri?: string;
|
|
22239
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
22240
|
+
isPreferred?: boolean;
|
|
22241
|
+
[key: string]: unknown | string | boolean;
|
|
22242
|
+
}>;
|
|
22243
|
+
nextPageToken?: string;
|
|
22244
|
+
[key: string]: unknown | string;
|
|
22245
|
+
};
|
|
22246
|
+
/**
|
|
22247
|
+
* 400
|
|
22248
|
+
*/
|
|
22249
|
+
400: {
|
|
22250
|
+
statusCode?: number | null;
|
|
22251
|
+
message: string;
|
|
22252
|
+
issues?: Array<{
|
|
22253
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22254
|
+
message: string;
|
|
22255
|
+
path?: Array<(string | number)> | null;
|
|
22256
|
+
}> | null;
|
|
22257
|
+
};
|
|
22258
|
+
/**
|
|
22259
|
+
* 401
|
|
22260
|
+
*/
|
|
22261
|
+
401: {
|
|
22262
|
+
statusCode?: number | null;
|
|
22263
|
+
message: string;
|
|
22264
|
+
};
|
|
22265
|
+
/**
|
|
22266
|
+
* 403
|
|
22267
|
+
*/
|
|
22268
|
+
403: {
|
|
22269
|
+
statusCode?: number | null;
|
|
22270
|
+
message: string;
|
|
22271
|
+
};
|
|
22272
|
+
/**
|
|
22273
|
+
* 404
|
|
22274
|
+
*/
|
|
22275
|
+
404: {
|
|
22276
|
+
statusCode?: number | null;
|
|
22277
|
+
message: string;
|
|
22278
|
+
};
|
|
22279
|
+
/**
|
|
22280
|
+
* 429
|
|
22281
|
+
*/
|
|
22282
|
+
429: {
|
|
22283
|
+
statusCode?: number | null;
|
|
22284
|
+
message: string;
|
|
22285
|
+
};
|
|
22286
|
+
/**
|
|
22287
|
+
* 500
|
|
22288
|
+
*/
|
|
22289
|
+
500: {
|
|
22290
|
+
statusCode?: number | null;
|
|
22291
|
+
message: string;
|
|
22292
|
+
};
|
|
22293
|
+
};
|
|
22294
|
+
};
|
|
22295
|
+
post: {
|
|
22296
|
+
req: MiscGoogleBusinessCreatePlaceActionLinkData;
|
|
22297
|
+
res: {
|
|
22298
|
+
/**
|
|
22299
|
+
* 200
|
|
22300
|
+
*/
|
|
22301
|
+
200: {
|
|
22302
|
+
name?: string;
|
|
22303
|
+
uri?: string;
|
|
22304
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
22305
|
+
isPreferred?: boolean;
|
|
22306
|
+
[key: string]: unknown | string | boolean;
|
|
22307
|
+
};
|
|
22308
|
+
/**
|
|
22309
|
+
* 400
|
|
22310
|
+
*/
|
|
22311
|
+
400: {
|
|
22312
|
+
statusCode?: number | null;
|
|
22313
|
+
message: string;
|
|
22314
|
+
issues?: Array<{
|
|
22315
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22316
|
+
message: string;
|
|
22317
|
+
path?: Array<(string | number)> | null;
|
|
22318
|
+
}> | null;
|
|
22319
|
+
};
|
|
22320
|
+
/**
|
|
22321
|
+
* 401
|
|
22322
|
+
*/
|
|
22323
|
+
401: {
|
|
22324
|
+
statusCode?: number | null;
|
|
22325
|
+
message: string;
|
|
22326
|
+
};
|
|
22327
|
+
/**
|
|
22328
|
+
* 403
|
|
22329
|
+
*/
|
|
22330
|
+
403: {
|
|
22331
|
+
statusCode?: number | null;
|
|
22332
|
+
message: string;
|
|
22333
|
+
};
|
|
22334
|
+
/**
|
|
22335
|
+
* 404
|
|
22336
|
+
*/
|
|
22337
|
+
404: {
|
|
22338
|
+
statusCode?: number | null;
|
|
22339
|
+
message: string;
|
|
22340
|
+
};
|
|
22341
|
+
/**
|
|
22342
|
+
* 429
|
|
22343
|
+
*/
|
|
22344
|
+
429: {
|
|
22345
|
+
statusCode?: number | null;
|
|
22346
|
+
message: string;
|
|
22347
|
+
};
|
|
22348
|
+
/**
|
|
22349
|
+
* 500
|
|
22350
|
+
*/
|
|
22351
|
+
500: {
|
|
22352
|
+
statusCode?: number | null;
|
|
22353
|
+
message: string;
|
|
22354
|
+
};
|
|
22355
|
+
};
|
|
22356
|
+
};
|
|
22357
|
+
patch: {
|
|
22358
|
+
req: MiscGoogleBusinessUpdatePlaceActionLinkData;
|
|
22359
|
+
res: {
|
|
22360
|
+
/**
|
|
22361
|
+
* 200
|
|
22362
|
+
*/
|
|
22363
|
+
200: {
|
|
22364
|
+
name?: string;
|
|
22365
|
+
uri?: string;
|
|
22366
|
+
placeActionType?: 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE';
|
|
22367
|
+
isPreferred?: boolean;
|
|
22368
|
+
[key: string]: unknown | string | boolean;
|
|
22369
|
+
};
|
|
22370
|
+
/**
|
|
22371
|
+
* 400
|
|
22372
|
+
*/
|
|
22373
|
+
400: {
|
|
22374
|
+
statusCode?: number | null;
|
|
22375
|
+
message: string;
|
|
22376
|
+
issues?: Array<{
|
|
22377
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22378
|
+
message: string;
|
|
22379
|
+
path?: Array<(string | number)> | null;
|
|
22380
|
+
}> | null;
|
|
22381
|
+
};
|
|
22382
|
+
/**
|
|
22383
|
+
* 401
|
|
22384
|
+
*/
|
|
22385
|
+
401: {
|
|
22386
|
+
statusCode?: number | null;
|
|
22387
|
+
message: string;
|
|
22388
|
+
};
|
|
22389
|
+
/**
|
|
22390
|
+
* 403
|
|
22391
|
+
*/
|
|
22392
|
+
403: {
|
|
22393
|
+
statusCode?: number | null;
|
|
22394
|
+
message: string;
|
|
22395
|
+
};
|
|
22396
|
+
/**
|
|
22397
|
+
* 404
|
|
22398
|
+
*/
|
|
22399
|
+
404: {
|
|
22400
|
+
statusCode?: number | null;
|
|
22401
|
+
message: string;
|
|
22402
|
+
};
|
|
22403
|
+
/**
|
|
22404
|
+
* 429
|
|
22405
|
+
*/
|
|
22406
|
+
429: {
|
|
22407
|
+
statusCode?: number | null;
|
|
22408
|
+
message: string;
|
|
22409
|
+
};
|
|
22410
|
+
/**
|
|
22411
|
+
* 500
|
|
22412
|
+
*/
|
|
22413
|
+
500: {
|
|
22414
|
+
statusCode?: number | null;
|
|
22415
|
+
message: string;
|
|
22416
|
+
};
|
|
22417
|
+
};
|
|
22418
|
+
};
|
|
22419
|
+
delete: {
|
|
22420
|
+
req: MiscGoogleBusinessDeletePlaceActionLinkData;
|
|
22421
|
+
res: {
|
|
22422
|
+
/**
|
|
22423
|
+
* 200
|
|
22424
|
+
*/
|
|
22425
|
+
200: {
|
|
22426
|
+
success: boolean;
|
|
22427
|
+
};
|
|
22428
|
+
/**
|
|
22429
|
+
* 400
|
|
22430
|
+
*/
|
|
22431
|
+
400: {
|
|
22432
|
+
statusCode?: number | null;
|
|
22433
|
+
message: string;
|
|
22434
|
+
issues?: Array<{
|
|
22435
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22436
|
+
message: string;
|
|
22437
|
+
path?: Array<(string | number)> | null;
|
|
22438
|
+
}> | null;
|
|
22439
|
+
};
|
|
22440
|
+
/**
|
|
22441
|
+
* 401
|
|
22442
|
+
*/
|
|
22443
|
+
401: {
|
|
22444
|
+
statusCode?: number | null;
|
|
22445
|
+
message: string;
|
|
22446
|
+
};
|
|
22447
|
+
/**
|
|
22448
|
+
* 403
|
|
22449
|
+
*/
|
|
22450
|
+
403: {
|
|
22451
|
+
statusCode?: number | null;
|
|
22452
|
+
message: string;
|
|
22453
|
+
};
|
|
22454
|
+
/**
|
|
22455
|
+
* 404
|
|
22456
|
+
*/
|
|
22457
|
+
404: {
|
|
22458
|
+
statusCode?: number | null;
|
|
22459
|
+
message: string;
|
|
22460
|
+
};
|
|
22461
|
+
/**
|
|
22462
|
+
* 429
|
|
22463
|
+
*/
|
|
22464
|
+
429: {
|
|
22465
|
+
statusCode?: number | null;
|
|
22466
|
+
message: string;
|
|
22467
|
+
};
|
|
22468
|
+
/**
|
|
22469
|
+
* 500
|
|
22470
|
+
*/
|
|
22471
|
+
500: {
|
|
22472
|
+
statusCode?: number | null;
|
|
22473
|
+
message: string;
|
|
22474
|
+
};
|
|
22475
|
+
};
|
|
22476
|
+
};
|
|
22477
|
+
};
|
|
22478
|
+
'/api/v1/misc/google-business/reviews/import': {
|
|
22479
|
+
post: {
|
|
22480
|
+
req: MiscGoogleBusinessImportReviewsData;
|
|
22481
|
+
res: {
|
|
22482
|
+
/**
|
|
22483
|
+
* 201
|
|
22484
|
+
*/
|
|
22485
|
+
201: {
|
|
22486
|
+
id: string;
|
|
22487
|
+
teamId: string;
|
|
22488
|
+
socialAccountId: string;
|
|
22489
|
+
requestedCount: number;
|
|
22490
|
+
status: 'PENDING' | 'FETCHING_REVIEWS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED';
|
|
22491
|
+
reviewsImported: number;
|
|
22492
|
+
error?: string | null;
|
|
22493
|
+
rateLimitResetAt?: string | null;
|
|
22494
|
+
startedAt?: string | null;
|
|
22495
|
+
completedAt?: string | null;
|
|
22496
|
+
createdAt: string | null;
|
|
22497
|
+
updatedAt: string | null;
|
|
22498
|
+
deletedAt?: string | null;
|
|
22499
|
+
};
|
|
22500
|
+
/**
|
|
22501
|
+
* 400
|
|
22502
|
+
*/
|
|
22503
|
+
400: {
|
|
22504
|
+
statusCode?: number | null;
|
|
22505
|
+
message: string;
|
|
22506
|
+
issues?: Array<{
|
|
22507
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22508
|
+
message: string;
|
|
22509
|
+
path?: Array<(string | number)> | null;
|
|
22510
|
+
}> | null;
|
|
22511
|
+
};
|
|
22512
|
+
/**
|
|
22513
|
+
* 401
|
|
22514
|
+
*/
|
|
22515
|
+
401: {
|
|
22516
|
+
statusCode?: number | null;
|
|
22517
|
+
message: string;
|
|
22518
|
+
};
|
|
22519
|
+
/**
|
|
22520
|
+
* 403
|
|
22521
|
+
*/
|
|
22522
|
+
403: {
|
|
22523
|
+
statusCode?: number | null;
|
|
22524
|
+
message: string;
|
|
22525
|
+
};
|
|
22526
|
+
/**
|
|
22527
|
+
* 404
|
|
22528
|
+
*/
|
|
22529
|
+
404: {
|
|
22530
|
+
statusCode?: number | null;
|
|
22531
|
+
message: string;
|
|
22532
|
+
};
|
|
22533
|
+
/**
|
|
22534
|
+
* 409
|
|
22535
|
+
*/
|
|
22536
|
+
409: {
|
|
22537
|
+
statusCode?: number | null;
|
|
22538
|
+
message: string;
|
|
22539
|
+
};
|
|
22540
|
+
/**
|
|
22541
|
+
* 429
|
|
22542
|
+
*/
|
|
22543
|
+
429: {
|
|
22544
|
+
statusCode?: number | null;
|
|
22545
|
+
message: string;
|
|
22546
|
+
};
|
|
22547
|
+
/**
|
|
22548
|
+
* 500
|
|
22549
|
+
*/
|
|
22550
|
+
500: {
|
|
22551
|
+
statusCode?: number | null;
|
|
22552
|
+
message: string;
|
|
22553
|
+
};
|
|
22554
|
+
};
|
|
22555
|
+
};
|
|
22556
|
+
get: {
|
|
22557
|
+
req: MiscGoogleBusinessGetReviewImportStatusData;
|
|
22558
|
+
res: {
|
|
22559
|
+
/**
|
|
22560
|
+
* 200
|
|
22561
|
+
*/
|
|
22562
|
+
200: {
|
|
22563
|
+
imports: Array<{
|
|
22564
|
+
id: string;
|
|
22565
|
+
teamId: string;
|
|
22566
|
+
socialAccountId: string;
|
|
22567
|
+
requestedCount: number;
|
|
22568
|
+
status: 'PENDING' | 'FETCHING_REVIEWS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED';
|
|
22569
|
+
reviewsImported: number;
|
|
22570
|
+
error?: string | null;
|
|
22571
|
+
rateLimitResetAt?: string | null;
|
|
22572
|
+
startedAt?: string | null;
|
|
22573
|
+
completedAt?: string | null;
|
|
22574
|
+
createdAt: string | null;
|
|
22575
|
+
updatedAt: string | null;
|
|
22576
|
+
deletedAt?: string | null;
|
|
22577
|
+
}>;
|
|
22578
|
+
};
|
|
22579
|
+
/**
|
|
22580
|
+
* 400
|
|
22581
|
+
*/
|
|
22582
|
+
400: {
|
|
22583
|
+
statusCode?: number | null;
|
|
22584
|
+
message: string;
|
|
22585
|
+
issues?: Array<{
|
|
22586
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22587
|
+
message: string;
|
|
22588
|
+
path?: Array<(string | number)> | null;
|
|
22589
|
+
}> | null;
|
|
22590
|
+
};
|
|
22591
|
+
/**
|
|
22592
|
+
* 401
|
|
22593
|
+
*/
|
|
22594
|
+
401: {
|
|
22595
|
+
statusCode?: number | null;
|
|
22596
|
+
message: string;
|
|
22597
|
+
};
|
|
22598
|
+
/**
|
|
22599
|
+
* 403
|
|
22600
|
+
*/
|
|
22601
|
+
403: {
|
|
22602
|
+
statusCode?: number | null;
|
|
22603
|
+
message: string;
|
|
22604
|
+
};
|
|
22605
|
+
/**
|
|
22606
|
+
* 404
|
|
22607
|
+
*/
|
|
22608
|
+
404: {
|
|
22609
|
+
statusCode?: number | null;
|
|
22610
|
+
message: string;
|
|
22611
|
+
};
|
|
22612
|
+
/**
|
|
22613
|
+
* 429
|
|
22614
|
+
*/
|
|
22615
|
+
429: {
|
|
22616
|
+
statusCode?: number | null;
|
|
22617
|
+
message: string;
|
|
22618
|
+
};
|
|
22619
|
+
/**
|
|
22620
|
+
* 500
|
|
22621
|
+
*/
|
|
22622
|
+
500: {
|
|
22623
|
+
statusCode?: number | null;
|
|
22624
|
+
message: string;
|
|
22625
|
+
};
|
|
22626
|
+
};
|
|
22627
|
+
};
|
|
22628
|
+
};
|
|
22629
|
+
'/api/v1/misc/google-business/reviews/import/{importId}': {
|
|
22630
|
+
get: {
|
|
22631
|
+
req: MiscGoogleBusinessGetReviewImportByIdData;
|
|
22632
|
+
res: {
|
|
22633
|
+
/**
|
|
22634
|
+
* 200
|
|
22635
|
+
*/
|
|
22636
|
+
200: {
|
|
22637
|
+
id: string;
|
|
22638
|
+
teamId: string;
|
|
22639
|
+
socialAccountId: string;
|
|
22640
|
+
requestedCount: number;
|
|
22641
|
+
status: 'PENDING' | 'FETCHING_REVIEWS' | 'COMPLETED' | 'FAILED' | 'RATE_LIMITED';
|
|
22642
|
+
reviewsImported: number;
|
|
22643
|
+
error?: string | null;
|
|
22644
|
+
rateLimitResetAt?: string | null;
|
|
22645
|
+
startedAt?: string | null;
|
|
22646
|
+
completedAt?: string | null;
|
|
22647
|
+
createdAt: string | null;
|
|
22648
|
+
updatedAt: string | null;
|
|
22649
|
+
deletedAt?: string | null;
|
|
22650
|
+
};
|
|
22651
|
+
/**
|
|
22652
|
+
* 400
|
|
22653
|
+
*/
|
|
22654
|
+
400: {
|
|
22655
|
+
statusCode?: number | null;
|
|
22656
|
+
message: string;
|
|
22657
|
+
issues?: Array<{
|
|
22658
|
+
code?: 'invalid_type' | 'invalid_literal' | 'custom' | 'invalid_union' | 'invalid_union_discriminator' | 'invalid_enum_value' | 'unrecognized_keys' | 'invalid_arguments' | 'invalid_return_type' | 'invalid_date' | 'invalid_string' | 'too_small' | 'too_big' | 'invalid_intersection_types' | 'not_multiple_of' | 'not_finite' | null;
|
|
22659
|
+
message: string;
|
|
22660
|
+
path?: Array<(string | number)> | null;
|
|
22661
|
+
}> | null;
|
|
22662
|
+
};
|
|
22663
|
+
/**
|
|
22664
|
+
* 401
|
|
22665
|
+
*/
|
|
22666
|
+
401: {
|
|
22667
|
+
statusCode?: number | null;
|
|
22668
|
+
message: string;
|
|
22669
|
+
};
|
|
22670
|
+
/**
|
|
22671
|
+
* 403
|
|
22672
|
+
*/
|
|
22673
|
+
403: {
|
|
22674
|
+
statusCode?: number | null;
|
|
22675
|
+
message: string;
|
|
22676
|
+
};
|
|
22677
|
+
/**
|
|
22678
|
+
* 404
|
|
22679
|
+
*/
|
|
22680
|
+
404: {
|
|
22681
|
+
statusCode?: number | null;
|
|
22682
|
+
message: string;
|
|
22683
|
+
};
|
|
22684
|
+
/**
|
|
22685
|
+
* 429
|
|
22686
|
+
*/
|
|
22687
|
+
429: {
|
|
22688
|
+
statusCode?: number | null;
|
|
22689
|
+
message: string;
|
|
22690
|
+
};
|
|
22691
|
+
/**
|
|
22692
|
+
* 500
|
|
22693
|
+
*/
|
|
22694
|
+
500: {
|
|
22695
|
+
statusCode?: number | null;
|
|
22696
|
+
message: string;
|
|
22697
|
+
};
|
|
22698
|
+
};
|
|
22699
|
+
};
|
|
22700
|
+
};
|
|
22701
|
+
'/api/v1/misc/google-business/reviews': {
|
|
22702
|
+
get: {
|
|
22703
|
+
req: MiscGoogleBusinessGetReviewsData;
|
|
22704
|
+
res: {
|
|
22705
|
+
/**
|
|
22706
|
+
* 200
|
|
22707
|
+
*/
|
|
22708
|
+
200: {
|
|
22709
|
+
reviews: Array<{
|
|
22710
|
+
id: string;
|
|
22711
|
+
socialAccountId: string;
|
|
21134
22712
|
teamId: string;
|
|
21135
22713
|
externalReviewId: string;
|
|
21136
22714
|
reviewerDisplayName?: string | null;
|
|
@@ -24082,6 +25660,24 @@ declare class MiscService {
|
|
|
24082
25660
|
* @throws ApiError
|
|
24083
25661
|
*/
|
|
24084
25662
|
miscGoogleBusinessAddMedia(data?: MiscGoogleBusinessAddMediaData): CancelablePromise<MiscGoogleBusinessAddMediaResponse>;
|
|
25663
|
+
/**
|
|
25664
|
+
* List Google Business media items
|
|
25665
|
+
* @param data The data for the request.
|
|
25666
|
+
* @param data.teamId
|
|
25667
|
+
* @param data.pageSize
|
|
25668
|
+
* @param data.pageToken
|
|
25669
|
+
* @returns unknown 200
|
|
25670
|
+
* @throws ApiError
|
|
25671
|
+
*/
|
|
25672
|
+
miscGoogleBusinessListMedia(data: MiscGoogleBusinessListMediaData): CancelablePromise<MiscGoogleBusinessListMediaResponse>;
|
|
25673
|
+
/**
|
|
25674
|
+
* Delete Google Business media item
|
|
25675
|
+
* @param data The data for the request.
|
|
25676
|
+
* @param data.requestBody Body
|
|
25677
|
+
* @returns unknown 200
|
|
25678
|
+
* @throws ApiError
|
|
25679
|
+
*/
|
|
25680
|
+
miscGoogleBusinessDeleteMedia(data?: MiscGoogleBusinessDeleteMediaData): CancelablePromise<MiscGoogleBusinessDeleteMediaResponse>;
|
|
24085
25681
|
/**
|
|
24086
25682
|
* Delete a Google Business post
|
|
24087
25683
|
* Permanently delete a published Google Business post.
|
|
@@ -24091,6 +25687,148 @@ declare class MiscService {
|
|
|
24091
25687
|
* @throws ApiError
|
|
24092
25688
|
*/
|
|
24093
25689
|
miscGoogleBusinessDeletePost(data?: MiscGoogleBusinessDeletePostData): CancelablePromise<MiscGoogleBusinessDeletePostResponse>;
|
|
25690
|
+
/**
|
|
25691
|
+
* Get Google Business location profile
|
|
25692
|
+
* Use typed query param `fields`. Supports both comma-separated values (`fields=name,title`) and repeated params (`fields=name&fields=title`).
|
|
25693
|
+
* @param data The data for the request.
|
|
25694
|
+
* @param data.teamId
|
|
25695
|
+
* @param data.fields
|
|
25696
|
+
* @returns unknown 200
|
|
25697
|
+
* @throws ApiError
|
|
25698
|
+
*/
|
|
25699
|
+
miscGoogleBusinessGetLocation(data: MiscGoogleBusinessGetLocationData): CancelablePromise<MiscGoogleBusinessGetLocationResponse>;
|
|
25700
|
+
/**
|
|
25701
|
+
* Update Google Business location profile fields
|
|
25702
|
+
* Field mask is derived automatically from provided fields.
|
|
25703
|
+
* @param data The data for the request.
|
|
25704
|
+
* @param data.requestBody Body
|
|
25705
|
+
* @returns unknown 200
|
|
25706
|
+
* @throws ApiError
|
|
25707
|
+
*/
|
|
25708
|
+
miscGoogleBusinessUpdateLocation(data?: MiscGoogleBusinessUpdateLocationData): CancelablePromise<MiscGoogleBusinessUpdateLocationResponse>;
|
|
25709
|
+
/**
|
|
25710
|
+
* Update Google Business regular/special/more hours
|
|
25711
|
+
* Body requires `fields` (`regularHours`, `specialHours`, `moreHours`).
|
|
25712
|
+
* @param data The data for the request.
|
|
25713
|
+
* @param data.requestBody Body
|
|
25714
|
+
* @returns unknown 200
|
|
25715
|
+
* @throws ApiError
|
|
25716
|
+
*/
|
|
25717
|
+
miscGoogleBusinessUpdateHours(data?: MiscGoogleBusinessUpdateHoursData): CancelablePromise<MiscGoogleBusinessUpdateHoursResponse>;
|
|
25718
|
+
/**
|
|
25719
|
+
* Get Google Business location attributes
|
|
25720
|
+
* @param data The data for the request.
|
|
25721
|
+
* @param data.teamId
|
|
25722
|
+
* @returns unknown 200
|
|
25723
|
+
* @throws ApiError
|
|
25724
|
+
*/
|
|
25725
|
+
miscGoogleBusinessGetAttributes(data: MiscGoogleBusinessGetAttributesData): CancelablePromise<MiscGoogleBusinessGetAttributesResponse>;
|
|
25726
|
+
/**
|
|
25727
|
+
* Update Google Business location attributes
|
|
25728
|
+
* @param data The data for the request.
|
|
25729
|
+
* @param data.requestBody Body
|
|
25730
|
+
* @returns unknown 200
|
|
25731
|
+
* @throws ApiError
|
|
25732
|
+
*/
|
|
25733
|
+
miscGoogleBusinessUpdateAttributes(data?: MiscGoogleBusinessUpdateAttributesData): CancelablePromise<MiscGoogleBusinessUpdateAttributesResponse>;
|
|
25734
|
+
/**
|
|
25735
|
+
* List available Google Business attributes
|
|
25736
|
+
* @param data The data for the request.
|
|
25737
|
+
* @param data.teamId
|
|
25738
|
+
* @param data.languageCode
|
|
25739
|
+
* @param data.regionCode
|
|
25740
|
+
* @param data.pageSize
|
|
25741
|
+
* @param data.pageToken
|
|
25742
|
+
* @returns unknown 200
|
|
25743
|
+
* @throws ApiError
|
|
25744
|
+
*/
|
|
25745
|
+
miscGoogleBusinessListAvailableAttributes(data: MiscGoogleBusinessListAvailableAttributesData): CancelablePromise<MiscGoogleBusinessListAvailableAttributesResponse>;
|
|
25746
|
+
/**
|
|
25747
|
+
* List available Google Business categories
|
|
25748
|
+
* Requires `regionCode` and `languageCode`. Default `view=BASIC`. Page size is fixed at 50. Optional `filter` supports `displayName` prefix search.
|
|
25749
|
+
* @param data The data for the request.
|
|
25750
|
+
* @param data.teamId
|
|
25751
|
+
* @param data.regionCode
|
|
25752
|
+
* @param data.languageCode
|
|
25753
|
+
* @param data.filter
|
|
25754
|
+
* @param data.pageSize
|
|
25755
|
+
* @param data.pageToken
|
|
25756
|
+
* @param data.view
|
|
25757
|
+
* @returns unknown 200
|
|
25758
|
+
* @throws ApiError
|
|
25759
|
+
*/
|
|
25760
|
+
miscGoogleBusinessListCategories(data: MiscGoogleBusinessListCategoriesData): CancelablePromise<MiscGoogleBusinessListCategoriesResponse>;
|
|
25761
|
+
/**
|
|
25762
|
+
* Get Google Business service list
|
|
25763
|
+
* @param data The data for the request.
|
|
25764
|
+
* @param data.teamId
|
|
25765
|
+
* @returns unknown 200
|
|
25766
|
+
* @throws ApiError
|
|
25767
|
+
*/
|
|
25768
|
+
miscGoogleBusinessGetServiceList(data: MiscGoogleBusinessGetServiceListData): CancelablePromise<MiscGoogleBusinessGetServiceListResponse>;
|
|
25769
|
+
/**
|
|
25770
|
+
* Update Google Business service list
|
|
25771
|
+
* Body requires `fields` (`serviceItems`).
|
|
25772
|
+
* @param data The data for the request.
|
|
25773
|
+
* @param data.requestBody Body
|
|
25774
|
+
* @returns unknown 200
|
|
25775
|
+
* @throws ApiError
|
|
25776
|
+
*/
|
|
25777
|
+
miscGoogleBusinessUpdateServiceList(data?: MiscGoogleBusinessUpdateServiceListData): CancelablePromise<MiscGoogleBusinessUpdateServiceListResponse>;
|
|
25778
|
+
/**
|
|
25779
|
+
* Get Google Business food menus
|
|
25780
|
+
* Use typed query param `fields`. Supports both comma-separated values (`fields=name,menus`) and repeated params (`fields=name&fields=menus`).
|
|
25781
|
+
* @param data The data for the request.
|
|
25782
|
+
* @param data.teamId
|
|
25783
|
+
* @param data.fields
|
|
25784
|
+
* @returns unknown 200
|
|
25785
|
+
* @throws ApiError
|
|
25786
|
+
*/
|
|
25787
|
+
miscGoogleBusinessGetFoodMenus(data: MiscGoogleBusinessGetFoodMenusData): CancelablePromise<MiscGoogleBusinessGetFoodMenusResponse>;
|
|
25788
|
+
/**
|
|
25789
|
+
* Update Google Business food menus
|
|
25790
|
+
* Body requires `fields` (`menus`).
|
|
25791
|
+
* @param data The data for the request.
|
|
25792
|
+
* @param data.requestBody Body
|
|
25793
|
+
* @returns unknown 200
|
|
25794
|
+
* @throws ApiError
|
|
25795
|
+
*/
|
|
25796
|
+
miscGoogleBusinessUpdateFoodMenus(data?: MiscGoogleBusinessUpdateFoodMenusData): CancelablePromise<MiscGoogleBusinessUpdateFoodMenusResponse>;
|
|
25797
|
+
/**
|
|
25798
|
+
* List Google Business place action links
|
|
25799
|
+
* @param data The data for the request.
|
|
25800
|
+
* @param data.teamId
|
|
25801
|
+
* @param data.pageSize
|
|
25802
|
+
* @param data.pageToken
|
|
25803
|
+
* @returns unknown 200
|
|
25804
|
+
* @throws ApiError
|
|
25805
|
+
*/
|
|
25806
|
+
miscGoogleBusinessListPlaceActionLinks(data: MiscGoogleBusinessListPlaceActionLinksData): CancelablePromise<MiscGoogleBusinessListPlaceActionLinksResponse>;
|
|
25807
|
+
/**
|
|
25808
|
+
* Create Google Business place action link
|
|
25809
|
+
* @param data The data for the request.
|
|
25810
|
+
* @param data.requestBody Body
|
|
25811
|
+
* @returns unknown 200
|
|
25812
|
+
* @throws ApiError
|
|
25813
|
+
*/
|
|
25814
|
+
miscGoogleBusinessCreatePlaceActionLink(data?: MiscGoogleBusinessCreatePlaceActionLinkData): CancelablePromise<MiscGoogleBusinessCreatePlaceActionLinkResponse>;
|
|
25815
|
+
/**
|
|
25816
|
+
* Update Google Business place action link
|
|
25817
|
+
* Body requires `fields` (`uri`, `placeActionType`, `isPreferred`).
|
|
25818
|
+
* @param data The data for the request.
|
|
25819
|
+
* @param data.requestBody Body
|
|
25820
|
+
* @returns unknown 200
|
|
25821
|
+
* @throws ApiError
|
|
25822
|
+
*/
|
|
25823
|
+
miscGoogleBusinessUpdatePlaceActionLink(data?: MiscGoogleBusinessUpdatePlaceActionLinkData): CancelablePromise<MiscGoogleBusinessUpdatePlaceActionLinkResponse>;
|
|
25824
|
+
/**
|
|
25825
|
+
* Delete Google Business place action link
|
|
25826
|
+
* @param data The data for the request.
|
|
25827
|
+
* @param data.requestBody Body
|
|
25828
|
+
* @returns unknown 200
|
|
25829
|
+
* @throws ApiError
|
|
25830
|
+
*/
|
|
25831
|
+
miscGoogleBusinessDeletePlaceActionLink(data?: MiscGoogleBusinessDeletePlaceActionLinkData): CancelablePromise<MiscGoogleBusinessDeletePlaceActionLinkResponse>;
|
|
24094
25832
|
/**
|
|
24095
25833
|
* Start a new Google Reviews import
|
|
24096
25834
|
* @param data The data for the request.
|
|
@@ -24483,6 +26221,24 @@ declare class GoogleBusinessService {
|
|
|
24483
26221
|
* @throws ApiError
|
|
24484
26222
|
*/
|
|
24485
26223
|
miscGoogleBusinessAddMedia(data?: MiscGoogleBusinessAddMediaData): CancelablePromise<MiscGoogleBusinessAddMediaResponse>;
|
|
26224
|
+
/**
|
|
26225
|
+
* List Google Business media items
|
|
26226
|
+
* @param data The data for the request.
|
|
26227
|
+
* @param data.teamId
|
|
26228
|
+
* @param data.pageSize
|
|
26229
|
+
* @param data.pageToken
|
|
26230
|
+
* @returns unknown 200
|
|
26231
|
+
* @throws ApiError
|
|
26232
|
+
*/
|
|
26233
|
+
miscGoogleBusinessListMedia(data: MiscGoogleBusinessListMediaData): CancelablePromise<MiscGoogleBusinessListMediaResponse>;
|
|
26234
|
+
/**
|
|
26235
|
+
* Delete Google Business media item
|
|
26236
|
+
* @param data The data for the request.
|
|
26237
|
+
* @param data.requestBody Body
|
|
26238
|
+
* @returns unknown 200
|
|
26239
|
+
* @throws ApiError
|
|
26240
|
+
*/
|
|
26241
|
+
miscGoogleBusinessDeleteMedia(data?: MiscGoogleBusinessDeleteMediaData): CancelablePromise<MiscGoogleBusinessDeleteMediaResponse>;
|
|
24486
26242
|
/**
|
|
24487
26243
|
* Delete a Google Business post
|
|
24488
26244
|
* Permanently delete a published Google Business post.
|
|
@@ -24492,6 +26248,148 @@ declare class GoogleBusinessService {
|
|
|
24492
26248
|
* @throws ApiError
|
|
24493
26249
|
*/
|
|
24494
26250
|
miscGoogleBusinessDeletePost(data?: MiscGoogleBusinessDeletePostData): CancelablePromise<MiscGoogleBusinessDeletePostResponse>;
|
|
26251
|
+
/**
|
|
26252
|
+
* Get Google Business location profile
|
|
26253
|
+
* Use typed query param `fields`. Supports both comma-separated values (`fields=name,title`) and repeated params (`fields=name&fields=title`).
|
|
26254
|
+
* @param data The data for the request.
|
|
26255
|
+
* @param data.teamId
|
|
26256
|
+
* @param data.fields
|
|
26257
|
+
* @returns unknown 200
|
|
26258
|
+
* @throws ApiError
|
|
26259
|
+
*/
|
|
26260
|
+
miscGoogleBusinessGetLocation(data: MiscGoogleBusinessGetLocationData): CancelablePromise<MiscGoogleBusinessGetLocationResponse>;
|
|
26261
|
+
/**
|
|
26262
|
+
* Update Google Business location profile fields
|
|
26263
|
+
* Field mask is derived automatically from provided fields.
|
|
26264
|
+
* @param data The data for the request.
|
|
26265
|
+
* @param data.requestBody Body
|
|
26266
|
+
* @returns unknown 200
|
|
26267
|
+
* @throws ApiError
|
|
26268
|
+
*/
|
|
26269
|
+
miscGoogleBusinessUpdateLocation(data?: MiscGoogleBusinessUpdateLocationData): CancelablePromise<MiscGoogleBusinessUpdateLocationResponse>;
|
|
26270
|
+
/**
|
|
26271
|
+
* Update Google Business regular/special/more hours
|
|
26272
|
+
* Body requires `fields` (`regularHours`, `specialHours`, `moreHours`).
|
|
26273
|
+
* @param data The data for the request.
|
|
26274
|
+
* @param data.requestBody Body
|
|
26275
|
+
* @returns unknown 200
|
|
26276
|
+
* @throws ApiError
|
|
26277
|
+
*/
|
|
26278
|
+
miscGoogleBusinessUpdateHours(data?: MiscGoogleBusinessUpdateHoursData): CancelablePromise<MiscGoogleBusinessUpdateHoursResponse>;
|
|
26279
|
+
/**
|
|
26280
|
+
* Get Google Business location attributes
|
|
26281
|
+
* @param data The data for the request.
|
|
26282
|
+
* @param data.teamId
|
|
26283
|
+
* @returns unknown 200
|
|
26284
|
+
* @throws ApiError
|
|
26285
|
+
*/
|
|
26286
|
+
miscGoogleBusinessGetAttributes(data: MiscGoogleBusinessGetAttributesData): CancelablePromise<MiscGoogleBusinessGetAttributesResponse>;
|
|
26287
|
+
/**
|
|
26288
|
+
* Update Google Business location attributes
|
|
26289
|
+
* @param data The data for the request.
|
|
26290
|
+
* @param data.requestBody Body
|
|
26291
|
+
* @returns unknown 200
|
|
26292
|
+
* @throws ApiError
|
|
26293
|
+
*/
|
|
26294
|
+
miscGoogleBusinessUpdateAttributes(data?: MiscGoogleBusinessUpdateAttributesData): CancelablePromise<MiscGoogleBusinessUpdateAttributesResponse>;
|
|
26295
|
+
/**
|
|
26296
|
+
* List available Google Business attributes
|
|
26297
|
+
* @param data The data for the request.
|
|
26298
|
+
* @param data.teamId
|
|
26299
|
+
* @param data.languageCode
|
|
26300
|
+
* @param data.regionCode
|
|
26301
|
+
* @param data.pageSize
|
|
26302
|
+
* @param data.pageToken
|
|
26303
|
+
* @returns unknown 200
|
|
26304
|
+
* @throws ApiError
|
|
26305
|
+
*/
|
|
26306
|
+
miscGoogleBusinessListAvailableAttributes(data: MiscGoogleBusinessListAvailableAttributesData): CancelablePromise<MiscGoogleBusinessListAvailableAttributesResponse>;
|
|
26307
|
+
/**
|
|
26308
|
+
* List available Google Business categories
|
|
26309
|
+
* Requires `regionCode` and `languageCode`. Default `view=BASIC`. Page size is fixed at 50. Optional `filter` supports `displayName` prefix search.
|
|
26310
|
+
* @param data The data for the request.
|
|
26311
|
+
* @param data.teamId
|
|
26312
|
+
* @param data.regionCode
|
|
26313
|
+
* @param data.languageCode
|
|
26314
|
+
* @param data.filter
|
|
26315
|
+
* @param data.pageSize
|
|
26316
|
+
* @param data.pageToken
|
|
26317
|
+
* @param data.view
|
|
26318
|
+
* @returns unknown 200
|
|
26319
|
+
* @throws ApiError
|
|
26320
|
+
*/
|
|
26321
|
+
miscGoogleBusinessListCategories(data: MiscGoogleBusinessListCategoriesData): CancelablePromise<MiscGoogleBusinessListCategoriesResponse>;
|
|
26322
|
+
/**
|
|
26323
|
+
* Get Google Business service list
|
|
26324
|
+
* @param data The data for the request.
|
|
26325
|
+
* @param data.teamId
|
|
26326
|
+
* @returns unknown 200
|
|
26327
|
+
* @throws ApiError
|
|
26328
|
+
*/
|
|
26329
|
+
miscGoogleBusinessGetServiceList(data: MiscGoogleBusinessGetServiceListData): CancelablePromise<MiscGoogleBusinessGetServiceListResponse>;
|
|
26330
|
+
/**
|
|
26331
|
+
* Update Google Business service list
|
|
26332
|
+
* Body requires `fields` (`serviceItems`).
|
|
26333
|
+
* @param data The data for the request.
|
|
26334
|
+
* @param data.requestBody Body
|
|
26335
|
+
* @returns unknown 200
|
|
26336
|
+
* @throws ApiError
|
|
26337
|
+
*/
|
|
26338
|
+
miscGoogleBusinessUpdateServiceList(data?: MiscGoogleBusinessUpdateServiceListData): CancelablePromise<MiscGoogleBusinessUpdateServiceListResponse>;
|
|
26339
|
+
/**
|
|
26340
|
+
* Get Google Business food menus
|
|
26341
|
+
* Use typed query param `fields`. Supports both comma-separated values (`fields=name,menus`) and repeated params (`fields=name&fields=menus`).
|
|
26342
|
+
* @param data The data for the request.
|
|
26343
|
+
* @param data.teamId
|
|
26344
|
+
* @param data.fields
|
|
26345
|
+
* @returns unknown 200
|
|
26346
|
+
* @throws ApiError
|
|
26347
|
+
*/
|
|
26348
|
+
miscGoogleBusinessGetFoodMenus(data: MiscGoogleBusinessGetFoodMenusData): CancelablePromise<MiscGoogleBusinessGetFoodMenusResponse>;
|
|
26349
|
+
/**
|
|
26350
|
+
* Update Google Business food menus
|
|
26351
|
+
* Body requires `fields` (`menus`).
|
|
26352
|
+
* @param data The data for the request.
|
|
26353
|
+
* @param data.requestBody Body
|
|
26354
|
+
* @returns unknown 200
|
|
26355
|
+
* @throws ApiError
|
|
26356
|
+
*/
|
|
26357
|
+
miscGoogleBusinessUpdateFoodMenus(data?: MiscGoogleBusinessUpdateFoodMenusData): CancelablePromise<MiscGoogleBusinessUpdateFoodMenusResponse>;
|
|
26358
|
+
/**
|
|
26359
|
+
* List Google Business place action links
|
|
26360
|
+
* @param data The data for the request.
|
|
26361
|
+
* @param data.teamId
|
|
26362
|
+
* @param data.pageSize
|
|
26363
|
+
* @param data.pageToken
|
|
26364
|
+
* @returns unknown 200
|
|
26365
|
+
* @throws ApiError
|
|
26366
|
+
*/
|
|
26367
|
+
miscGoogleBusinessListPlaceActionLinks(data: MiscGoogleBusinessListPlaceActionLinksData): CancelablePromise<MiscGoogleBusinessListPlaceActionLinksResponse>;
|
|
26368
|
+
/**
|
|
26369
|
+
* Create Google Business place action link
|
|
26370
|
+
* @param data The data for the request.
|
|
26371
|
+
* @param data.requestBody Body
|
|
26372
|
+
* @returns unknown 200
|
|
26373
|
+
* @throws ApiError
|
|
26374
|
+
*/
|
|
26375
|
+
miscGoogleBusinessCreatePlaceActionLink(data?: MiscGoogleBusinessCreatePlaceActionLinkData): CancelablePromise<MiscGoogleBusinessCreatePlaceActionLinkResponse>;
|
|
26376
|
+
/**
|
|
26377
|
+
* Update Google Business place action link
|
|
26378
|
+
* Body requires `fields` (`uri`, `placeActionType`, `isPreferred`).
|
|
26379
|
+
* @param data The data for the request.
|
|
26380
|
+
* @param data.requestBody Body
|
|
26381
|
+
* @returns unknown 200
|
|
26382
|
+
* @throws ApiError
|
|
26383
|
+
*/
|
|
26384
|
+
miscGoogleBusinessUpdatePlaceActionLink(data?: MiscGoogleBusinessUpdatePlaceActionLinkData): CancelablePromise<MiscGoogleBusinessUpdatePlaceActionLinkResponse>;
|
|
26385
|
+
/**
|
|
26386
|
+
* Delete Google Business place action link
|
|
26387
|
+
* @param data The data for the request.
|
|
26388
|
+
* @param data.requestBody Body
|
|
26389
|
+
* @returns unknown 200
|
|
26390
|
+
* @throws ApiError
|
|
26391
|
+
*/
|
|
26392
|
+
miscGoogleBusinessDeletePlaceActionLink(data?: MiscGoogleBusinessDeletePlaceActionLinkData): CancelablePromise<MiscGoogleBusinessDeletePlaceActionLinkResponse>;
|
|
24495
26393
|
/**
|
|
24496
26394
|
* Start a new Google Reviews import
|
|
24497
26395
|
* @param data The data for the request.
|
|
@@ -24958,4 +26856,4 @@ declare class Bundlesocial extends Client {
|
|
|
24958
26856
|
constructor(apiKey: string, options?: OpenAPIConfig);
|
|
24959
26857
|
}
|
|
24960
26858
|
|
|
24961
|
-
export { $OpenApiTs, AnalyticsForcePostAnalyticsData, AnalyticsForcePostAnalyticsResponse, AnalyticsForceSocialAccountAnalyticsData, AnalyticsForceSocialAccountAnalyticsResponse, AnalyticsGetBulkPostAnalyticsData, AnalyticsGetBulkPostAnalyticsResponse, AnalyticsGetPostAnalyticsData, AnalyticsGetPostAnalyticsRawData, AnalyticsGetPostAnalyticsRawResponse, AnalyticsGetPostAnalyticsResponse, AnalyticsGetSocialAccountAnalyticsData, AnalyticsGetSocialAccountAnalyticsRawData, AnalyticsGetSocialAccountAnalyticsRawResponse, AnalyticsGetSocialAccountAnalyticsResponse, ApiError, AppGetHealthResponse, BaseHttpRequest, Bundlesocial, CancelError, CancelablePromise, CommentCreateData, CommentCreateResponse, CommentDeleteData, CommentDeleteResponse, CommentGetData, CommentGetListData, CommentGetListResponse, CommentGetResponse, CommentUpdateData, CommentUpdateResponse, MiscBlueskyDeletePostData, MiscBlueskyDeletePostResponse, MiscDiscordDeleteMessageData, MiscDiscordDeleteMessageResponse, MiscFacebookDeletePostData, MiscFacebookDeletePostResponse, MiscFacebookEditPostData, MiscFacebookEditPostResponse, MiscGoogleBusinessAddMediaData, MiscGoogleBusinessAddMediaResponse, MiscGoogleBusinessDeletePostData, MiscGoogleBusinessDeletePostResponse, MiscGoogleBusinessDeleteReviewReplyData, MiscGoogleBusinessDeleteReviewReplyResponse, MiscGoogleBusinessGetReviewByIdData, MiscGoogleBusinessGetReviewByIdResponse, MiscGoogleBusinessGetReviewImportByIdData, MiscGoogleBusinessGetReviewImportByIdResponse, MiscGoogleBusinessGetReviewImportStatusData, MiscGoogleBusinessGetReviewImportStatusResponse, MiscGoogleBusinessGetReviewsData, MiscGoogleBusinessGetReviewsResponse, MiscGoogleBusinessImportReviewsData, MiscGoogleBusinessImportReviewsResponse, MiscGoogleBusinessReplyToReviewData, MiscGoogleBusinessReplyToReviewResponse, MiscInstagramBusinessDiscoveryData, MiscInstagramBusinessDiscoveryResponse, MiscInstagramSearchLocationsData, MiscInstagramSearchLocationsResponse, MiscLinkedinBuildCommentaryData, MiscLinkedinBuildCommentaryResponse, MiscLinkedinDeletePostData, MiscLinkedinDeletePostResponse, MiscLinkedinEditPostData, MiscLinkedinEditPostResponse, MiscLinkedinGetTagsData, MiscLinkedinGetTagsResponse, MiscMastodonDeleteStatusData, MiscMastodonDeleteStatusResponse, MiscMastodonEditStatusData, MiscMastodonEditStatusResponse, MiscPinterestDeletePinData, MiscPinterestDeletePinResponse, MiscPinterestEditPinData, MiscPinterestEditPinResponse, MiscRedditDeletePostData, MiscRedditDeletePostResponse, MiscRedditEditPostData, MiscRedditEditPostResponse, MiscRedditGetPostRequirementsData, MiscRedditGetPostRequirementsResponse, MiscRedditGetSubredditFlairsData, MiscRedditGetSubredditFlairsResponse, MiscSlackDeleteMessageData, MiscSlackDeleteMessageResponse, MiscSlackEditMessageData, MiscSlackEditMessageResponse, MiscTiktokGetCommercialMusicTrendingListData, MiscTiktokGetCommercialMusicTrendingListResponse, MiscTwitterDeleteTweetData, MiscTwitterDeleteTweetResponse, MiscYoutubeAddVideoToPlaylistData, MiscYoutubeAddVideoToPlaylistResponse, MiscYoutubeCreateNewChannelPlaylistData, MiscYoutubeCreateNewChannelPlaylistResponse, MiscYoutubeDeleteChannelPlaylistData, MiscYoutubeDeleteChannelPlaylistResponse, MiscYoutubeDeleteVideoData, MiscYoutubeDeleteVideoFromPlaylistData, MiscYoutubeDeleteVideoFromPlaylistResponse, MiscYoutubeDeleteVideoResponse, MiscYoutubeEditVideoData, MiscYoutubeEditVideoResponse, MiscYoutubeGetChannelPlaylistData, MiscYoutubeGetChannelPlaylistResponse, MiscYoutubeGetRegionsData, MiscYoutubeGetRegionsResponse, MiscYoutubeGetVideoCategoriesData, MiscYoutubeGetVideoCategoriesResponse, MiscYoutubeGetVideosFromPlaylistData, MiscYoutubeGetVideosFromPlaylistResponse, MiscYoutubeSetThumbnailData, MiscYoutubeSetThumbnailResponse, MiscYoutubeUpdateChannelPlaylistData, MiscYoutubeUpdateChannelPlaylistResponse, OpenAPI, OpenAPIConfig, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostCsvCreateData, PostCsvCreateResponse, PostCsvGetByIdData, PostCsvGetByIdResponse, PostCsvGetListData, PostCsvGetListResponse, PostCsvGetRowsData, PostCsvGetRowsResponse, PostCsvGetStatusData, PostCsvGetStatusResponse, PostDeleteData, PostDeleteResponse, PostGetData, PostGetListData, PostGetListResponse, PostGetResponse, PostImportCreateData, PostImportCreateResponse, PostImportDeleteImportedPostsData, PostImportDeleteImportedPostsResponse, PostImportGetByIdData, PostImportGetByIdResponse, PostImportGetImportedPostsData, PostImportGetImportedPostsResponse, PostImportGetStatusData, PostImportGetStatusResponse, PostImportRetryImportData, PostImportRetryImportResponse, PostRetryData, PostRetryResponse, PostUpdateData, PostUpdateResponse, SocialAccountConnectData, SocialAccountConnectResponse, SocialAccountConnectionCheckData, SocialAccountConnectionCheckResponse, SocialAccountCopyData, SocialAccountCopyResponse, SocialAccountCreatePortalLinkData, SocialAccountCreatePortalLinkResponse, SocialAccountDisconnectData, SocialAccountDisconnectResponse, SocialAccountGetAccountsToDeleteData, SocialAccountGetAccountsToDeleteResponse, SocialAccountGetByTypeData, SocialAccountGetByTypeResponse, SocialAccountProfileRefreshData, SocialAccountProfileRefreshResponse, SocialAccountRefreshChannelsData, SocialAccountRefreshChannelsResponse, SocialAccountSetChannelData, SocialAccountSetChannelResponse, SocialAccountUnsetChannelData, SocialAccountUnsetChannelResponse, TeamCreateTeamData, TeamCreateTeamResponse, TeamDeleteTeamData, TeamDeleteTeamResponse, TeamGetListData, TeamGetListResponse, TeamGetTeamData, TeamGetTeamResponse, TeamUpdateTeamData, TeamUpdateTeamResponse, UploadCreateData, UploadCreateFromUrlData, UploadCreateFromUrlResponse, UploadCreateResponse, UploadDeleteData, UploadDeleteManyData, UploadDeleteManyResponse, UploadDeleteResponse, UploadFinalizeLargeUploadData, UploadFinalizeLargeUploadResponse, UploadGetData, UploadGetListData, UploadGetListResponse, UploadGetResponse, UploadInitLargeUploadData, UploadInitLargeUploadResponse, WebhookEvent, WebhookEventType, webhookEventTypes };
|
|
26859
|
+
export { $OpenApiTs, AnalyticsForcePostAnalyticsData, AnalyticsForcePostAnalyticsResponse, AnalyticsForceSocialAccountAnalyticsData, AnalyticsForceSocialAccountAnalyticsResponse, AnalyticsGetBulkPostAnalyticsData, AnalyticsGetBulkPostAnalyticsResponse, AnalyticsGetPostAnalyticsData, AnalyticsGetPostAnalyticsRawData, AnalyticsGetPostAnalyticsRawResponse, AnalyticsGetPostAnalyticsResponse, AnalyticsGetSocialAccountAnalyticsData, AnalyticsGetSocialAccountAnalyticsRawData, AnalyticsGetSocialAccountAnalyticsRawResponse, AnalyticsGetSocialAccountAnalyticsResponse, ApiError, AppGetHealthResponse, BaseHttpRequest, Bundlesocial, CancelError, CancelablePromise, CommentCreateData, CommentCreateResponse, CommentDeleteData, CommentDeleteResponse, CommentGetData, CommentGetListData, CommentGetListResponse, CommentGetResponse, CommentUpdateData, CommentUpdateResponse, MiscBlueskyDeletePostData, MiscBlueskyDeletePostResponse, MiscDiscordDeleteMessageData, MiscDiscordDeleteMessageResponse, MiscFacebookDeletePostData, MiscFacebookDeletePostResponse, MiscFacebookEditPostData, MiscFacebookEditPostResponse, MiscGoogleBusinessAddMediaData, MiscGoogleBusinessAddMediaResponse, MiscGoogleBusinessCreatePlaceActionLinkData, MiscGoogleBusinessCreatePlaceActionLinkResponse, MiscGoogleBusinessDeleteMediaData, MiscGoogleBusinessDeleteMediaResponse, MiscGoogleBusinessDeletePlaceActionLinkData, MiscGoogleBusinessDeletePlaceActionLinkResponse, MiscGoogleBusinessDeletePostData, MiscGoogleBusinessDeletePostResponse, MiscGoogleBusinessDeleteReviewReplyData, MiscGoogleBusinessDeleteReviewReplyResponse, MiscGoogleBusinessGetAttributesData, MiscGoogleBusinessGetAttributesResponse, MiscGoogleBusinessGetFoodMenusData, MiscGoogleBusinessGetFoodMenusResponse, MiscGoogleBusinessGetLocationData, MiscGoogleBusinessGetLocationResponse, MiscGoogleBusinessGetReviewByIdData, MiscGoogleBusinessGetReviewByIdResponse, MiscGoogleBusinessGetReviewImportByIdData, MiscGoogleBusinessGetReviewImportByIdResponse, MiscGoogleBusinessGetReviewImportStatusData, MiscGoogleBusinessGetReviewImportStatusResponse, MiscGoogleBusinessGetReviewsData, MiscGoogleBusinessGetReviewsResponse, MiscGoogleBusinessGetServiceListData, MiscGoogleBusinessGetServiceListResponse, MiscGoogleBusinessImportReviewsData, MiscGoogleBusinessImportReviewsResponse, MiscGoogleBusinessListAvailableAttributesData, MiscGoogleBusinessListAvailableAttributesResponse, MiscGoogleBusinessListCategoriesData, MiscGoogleBusinessListCategoriesResponse, MiscGoogleBusinessListMediaData, MiscGoogleBusinessListMediaResponse, MiscGoogleBusinessListPlaceActionLinksData, MiscGoogleBusinessListPlaceActionLinksResponse, MiscGoogleBusinessReplyToReviewData, MiscGoogleBusinessReplyToReviewResponse, MiscGoogleBusinessUpdateAttributesData, MiscGoogleBusinessUpdateAttributesResponse, MiscGoogleBusinessUpdateFoodMenusData, MiscGoogleBusinessUpdateFoodMenusResponse, MiscGoogleBusinessUpdateHoursData, MiscGoogleBusinessUpdateHoursResponse, MiscGoogleBusinessUpdateLocationData, MiscGoogleBusinessUpdateLocationResponse, MiscGoogleBusinessUpdatePlaceActionLinkData, MiscGoogleBusinessUpdatePlaceActionLinkResponse, MiscGoogleBusinessUpdateServiceListData, MiscGoogleBusinessUpdateServiceListResponse, MiscInstagramBusinessDiscoveryData, MiscInstagramBusinessDiscoveryResponse, MiscInstagramSearchLocationsData, MiscInstagramSearchLocationsResponse, MiscLinkedinBuildCommentaryData, MiscLinkedinBuildCommentaryResponse, MiscLinkedinDeletePostData, MiscLinkedinDeletePostResponse, MiscLinkedinEditPostData, MiscLinkedinEditPostResponse, MiscLinkedinGetTagsData, MiscLinkedinGetTagsResponse, MiscMastodonDeleteStatusData, MiscMastodonDeleteStatusResponse, MiscMastodonEditStatusData, MiscMastodonEditStatusResponse, MiscPinterestDeletePinData, MiscPinterestDeletePinResponse, MiscPinterestEditPinData, MiscPinterestEditPinResponse, MiscRedditDeletePostData, MiscRedditDeletePostResponse, MiscRedditEditPostData, MiscRedditEditPostResponse, MiscRedditGetPostRequirementsData, MiscRedditGetPostRequirementsResponse, MiscRedditGetSubredditFlairsData, MiscRedditGetSubredditFlairsResponse, MiscSlackDeleteMessageData, MiscSlackDeleteMessageResponse, MiscSlackEditMessageData, MiscSlackEditMessageResponse, MiscTiktokGetCommercialMusicTrendingListData, MiscTiktokGetCommercialMusicTrendingListResponse, MiscTwitterDeleteTweetData, MiscTwitterDeleteTweetResponse, MiscYoutubeAddVideoToPlaylistData, MiscYoutubeAddVideoToPlaylistResponse, MiscYoutubeCreateNewChannelPlaylistData, MiscYoutubeCreateNewChannelPlaylistResponse, MiscYoutubeDeleteChannelPlaylistData, MiscYoutubeDeleteChannelPlaylistResponse, MiscYoutubeDeleteVideoData, MiscYoutubeDeleteVideoFromPlaylistData, MiscYoutubeDeleteVideoFromPlaylistResponse, MiscYoutubeDeleteVideoResponse, MiscYoutubeEditVideoData, MiscYoutubeEditVideoResponse, MiscYoutubeGetChannelPlaylistData, MiscYoutubeGetChannelPlaylistResponse, MiscYoutubeGetRegionsData, MiscYoutubeGetRegionsResponse, MiscYoutubeGetVideoCategoriesData, MiscYoutubeGetVideoCategoriesResponse, MiscYoutubeGetVideosFromPlaylistData, MiscYoutubeGetVideosFromPlaylistResponse, MiscYoutubeSetThumbnailData, MiscYoutubeSetThumbnailResponse, MiscYoutubeUpdateChannelPlaylistData, MiscYoutubeUpdateChannelPlaylistResponse, OpenAPI, OpenAPIConfig, OrganizationGetImportsUsageData, OrganizationGetImportsUsageResponse, OrganizationGetOrganizationResponse, OrganizationGetPostsUsageResponse, OrganizationGetUploadsUsageResponse, PostCreateData, PostCreateResponse, PostCsvCreateData, PostCsvCreateResponse, PostCsvGetByIdData, PostCsvGetByIdResponse, PostCsvGetListData, PostCsvGetListResponse, PostCsvGetRowsData, PostCsvGetRowsResponse, PostCsvGetStatusData, PostCsvGetStatusResponse, PostDeleteData, PostDeleteResponse, PostGetData, PostGetListData, PostGetListResponse, PostGetResponse, PostImportCreateData, PostImportCreateResponse, PostImportDeleteImportedPostsData, PostImportDeleteImportedPostsResponse, PostImportGetByIdData, PostImportGetByIdResponse, PostImportGetImportedPostsData, PostImportGetImportedPostsResponse, PostImportGetStatusData, PostImportGetStatusResponse, PostImportRetryImportData, PostImportRetryImportResponse, PostRetryData, PostRetryResponse, PostUpdateData, PostUpdateResponse, SocialAccountConnectData, SocialAccountConnectResponse, SocialAccountConnectionCheckData, SocialAccountConnectionCheckResponse, SocialAccountCopyData, SocialAccountCopyResponse, SocialAccountCreatePortalLinkData, SocialAccountCreatePortalLinkResponse, SocialAccountDisconnectData, SocialAccountDisconnectResponse, SocialAccountGetAccountsToDeleteData, SocialAccountGetAccountsToDeleteResponse, SocialAccountGetByTypeData, SocialAccountGetByTypeResponse, SocialAccountProfileRefreshData, SocialAccountProfileRefreshResponse, SocialAccountRefreshChannelsData, SocialAccountRefreshChannelsResponse, SocialAccountSetChannelData, SocialAccountSetChannelResponse, SocialAccountUnsetChannelData, SocialAccountUnsetChannelResponse, TeamCreateTeamData, TeamCreateTeamResponse, TeamDeleteTeamData, TeamDeleteTeamResponse, TeamGetListData, TeamGetListResponse, TeamGetTeamData, TeamGetTeamResponse, TeamUpdateTeamData, TeamUpdateTeamResponse, UploadCreateData, UploadCreateFromUrlData, UploadCreateFromUrlResponse, UploadCreateResponse, UploadDeleteData, UploadDeleteManyData, UploadDeleteManyResponse, UploadDeleteResponse, UploadFinalizeLargeUploadData, UploadFinalizeLargeUploadResponse, UploadGetData, UploadGetListData, UploadGetListResponse, UploadGetResponse, UploadInitLargeUploadData, UploadInitLargeUploadResponse, WebhookEvent, WebhookEventType, webhookEventTypes };
|