@aws-sdk/client-workdocs 3.943.0 → 3.946.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-cjs/index.js +172 -1036
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/WorkDocsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +172 -1036
- package/dist-types/WorkDocs.d.ts +1 -1
- package/dist-types/WorkDocsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +3 -3
- package/dist-types/commands/ActivateUserCommand.d.ts +3 -3
- package/dist-types/commands/AddResourcePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/CreateCommentCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomMetadataCommand.d.ts +3 -3
- package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
- package/dist-types/commands/CreateLabelsCommand.d.ts +3 -3
- package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/dist-types/commands/DeactivateUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCommentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFolderCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFolderContentsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteLabelsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
- package/dist-types/commands/DescribeActivitiesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCommentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFolderContentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRootFoldersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUsersCommand.d.ts +3 -3
- package/dist-types/commands/GetCurrentUserCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentPathCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentVersionCommand.d.ts +3 -3
- package/dist-types/commands/GetFolderCommand.d.ts +3 -3
- package/dist-types/commands/GetFolderPathCommand.d.ts +3 -3
- package/dist-types/commands/GetResourcesCommand.d.ts +3 -3
- package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +3 -3
- package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +3 -3
- package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +3 -3
- package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/SearchResourcesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDocumentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/WorkDocsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCommentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDocumentVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderContentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeNotificationSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeResourcePermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRootFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/SearchResourcesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/WorkDocsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -856,12 +856,7 @@ var AbortDocumentVersionUploadRequest = [
|
|
|
856
856
|
0,
|
|
857
857
|
[_AT, _DI, _VI],
|
|
858
858
|
[
|
|
859
|
-
[
|
|
860
|
-
() => AuthenticationHeaderType,
|
|
861
|
-
{
|
|
862
|
-
[_hH]: _A,
|
|
863
|
-
},
|
|
864
|
-
],
|
|
859
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
865
860
|
[0, 1],
|
|
866
861
|
[0, 1],
|
|
867
862
|
],
|
|
@@ -874,12 +869,7 @@ var ActivateUserRequest = [
|
|
|
874
869
|
[_UI, _AT],
|
|
875
870
|
[
|
|
876
871
|
[0, 1],
|
|
877
|
-
[
|
|
878
|
-
() => AuthenticationHeaderType,
|
|
879
|
-
{
|
|
880
|
-
[_hH]: _A,
|
|
881
|
-
},
|
|
882
|
-
],
|
|
872
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
883
873
|
],
|
|
884
874
|
];
|
|
885
875
|
var ActivateUserResponse = [3, n0, _AURc, 0, [_U], [[() => User, 0]]];
|
|
@@ -907,17 +897,7 @@ var AddResourcePermissionsRequest = [
|
|
|
907
897
|
_ARPR,
|
|
908
898
|
0,
|
|
909
899
|
[_AT, _RI, _Pr, _NO],
|
|
910
|
-
[
|
|
911
|
-
[
|
|
912
|
-
() => AuthenticationHeaderType,
|
|
913
|
-
{
|
|
914
|
-
[_hH]: _A,
|
|
915
|
-
},
|
|
916
|
-
],
|
|
917
|
-
[0, 1],
|
|
918
|
-
() => SharePrincipalList,
|
|
919
|
-
[() => NotificationOptions, 0],
|
|
920
|
-
],
|
|
900
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, 1], () => SharePrincipalList, [() => NotificationOptions, 0]],
|
|
921
901
|
];
|
|
922
902
|
var AddResourcePermissionsResponse = [
|
|
923
903
|
3,
|
|
@@ -943,29 +923,9 @@ var CommentMetadata = [
|
|
|
943
923
|
[_CI, _Co, _CT, _CS, _RIe, _CIo],
|
|
944
924
|
[0, [() => User, 0], 4, 0, 0, 0],
|
|
945
925
|
];
|
|
946
|
-
var ConcurrentModificationException = [
|
|
947
|
-
-3,
|
|
948
|
-
n0,
|
|
949
|
-
_CME,
|
|
950
|
-
{
|
|
951
|
-
[_e]: _c,
|
|
952
|
-
[_hE]: 409,
|
|
953
|
-
},
|
|
954
|
-
[_M],
|
|
955
|
-
[0],
|
|
956
|
-
];
|
|
926
|
+
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
957
927
|
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
|
|
958
|
-
var ConflictingOperationException = [
|
|
959
|
-
-3,
|
|
960
|
-
n0,
|
|
961
|
-
_COE,
|
|
962
|
-
{
|
|
963
|
-
[_e]: _c,
|
|
964
|
-
[_hE]: 409,
|
|
965
|
-
},
|
|
966
|
-
[_M],
|
|
967
|
-
[0],
|
|
968
|
-
];
|
|
928
|
+
var ConflictingOperationException = [-3, n0, _COE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
969
929
|
schema.TypeRegistry.for(n0).registerError(ConflictingOperationException, ConflictingOperationException$1);
|
|
970
930
|
var CreateCommentRequest = [
|
|
971
931
|
3,
|
|
@@ -973,21 +933,7 @@ var CreateCommentRequest = [
|
|
|
973
933
|
_CCR,
|
|
974
934
|
0,
|
|
975
935
|
[_AT, _DI, _VI, _PI, _TI, _Te, _V, _NC],
|
|
976
|
-
[
|
|
977
|
-
[
|
|
978
|
-
() => AuthenticationHeaderType,
|
|
979
|
-
{
|
|
980
|
-
[_hH]: _A,
|
|
981
|
-
},
|
|
982
|
-
],
|
|
983
|
-
[0, 1],
|
|
984
|
-
[0, 1],
|
|
985
|
-
0,
|
|
986
|
-
0,
|
|
987
|
-
[() => CommentTextType, 0],
|
|
988
|
-
0,
|
|
989
|
-
2,
|
|
990
|
-
],
|
|
936
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, 1], [0, 1], 0, 0, [() => CommentTextType, 0], 0, 2],
|
|
991
937
|
];
|
|
992
938
|
var CreateCommentResponse = [3, n0, _CCRr, 0, [_C], [[() => Comment, 0]]];
|
|
993
939
|
var CreateCustomMetadataRequest = [
|
|
@@ -996,22 +942,7 @@ var CreateCustomMetadataRequest = [
|
|
|
996
942
|
_CCMR,
|
|
997
943
|
0,
|
|
998
944
|
[_AT, _RI, _VI, _CMu],
|
|
999
|
-
[
|
|
1000
|
-
[
|
|
1001
|
-
() => AuthenticationHeaderType,
|
|
1002
|
-
{
|
|
1003
|
-
[_hH]: _A,
|
|
1004
|
-
},
|
|
1005
|
-
],
|
|
1006
|
-
[0, 1],
|
|
1007
|
-
[
|
|
1008
|
-
0,
|
|
1009
|
-
{
|
|
1010
|
-
[_hQ]: _v,
|
|
1011
|
-
},
|
|
1012
|
-
],
|
|
1013
|
-
128 | 0,
|
|
1014
|
-
],
|
|
945
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, 1], [0, { [_hQ]: _v }], 128 | 0],
|
|
1015
946
|
];
|
|
1016
947
|
var CreateCustomMetadataResponse = [3, n0, _CCMRr, 0, [], []];
|
|
1017
948
|
var CreateFolderRequest = [
|
|
@@ -1020,16 +951,7 @@ var CreateFolderRequest = [
|
|
|
1020
951
|
_CFR,
|
|
1021
952
|
0,
|
|
1022
953
|
[_AT, _N, _PFI],
|
|
1023
|
-
[
|
|
1024
|
-
[
|
|
1025
|
-
() => AuthenticationHeaderType,
|
|
1026
|
-
{
|
|
1027
|
-
[_hH]: _A,
|
|
1028
|
-
},
|
|
1029
|
-
],
|
|
1030
|
-
[() => ResourceNameType, 0],
|
|
1031
|
-
0,
|
|
1032
|
-
],
|
|
954
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [() => ResourceNameType, 0], 0],
|
|
1033
955
|
];
|
|
1034
956
|
var CreateFolderResponse = [3, n0, _CFRr, 0, [_Me], [[() => FolderMetadata, 0]]];
|
|
1035
957
|
var CreateLabelsRequest = [
|
|
@@ -1038,16 +960,7 @@ var CreateLabelsRequest = [
|
|
|
1038
960
|
_CLR,
|
|
1039
961
|
0,
|
|
1040
962
|
[_RI, _L, _AT],
|
|
1041
|
-
[
|
|
1042
|
-
[0, 1],
|
|
1043
|
-
64 | 0,
|
|
1044
|
-
[
|
|
1045
|
-
() => AuthenticationHeaderType,
|
|
1046
|
-
{
|
|
1047
|
-
[_hH]: _A,
|
|
1048
|
-
},
|
|
1049
|
-
],
|
|
1050
|
-
],
|
|
963
|
+
[[0, 1], 64 | 0, [() => AuthenticationHeaderType, { [_hH]: _A }]],
|
|
1051
964
|
];
|
|
1052
965
|
var CreateLabelsResponse = [3, n0, _CLRr, 0, [], []];
|
|
1053
966
|
var CreateNotificationSubscriptionRequest = [
|
|
@@ -1081,12 +994,7 @@ var CreateUserRequest = [
|
|
|
1081
994
|
[() => PasswordType, 0],
|
|
1082
995
|
0,
|
|
1083
996
|
() => StorageRuleType,
|
|
1084
|
-
[
|
|
1085
|
-
() => AuthenticationHeaderType,
|
|
1086
|
-
{
|
|
1087
|
-
[_hH]: _A,
|
|
1088
|
-
},
|
|
1089
|
-
],
|
|
997
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1090
998
|
],
|
|
1091
999
|
];
|
|
1092
1000
|
var CreateUserResponse = [3, n0, _CURr, 0, [_U], [[() => User, 0]]];
|
|
@@ -1094,10 +1002,7 @@ var CustomMetadataLimitExceededException = [
|
|
|
1094
1002
|
-3,
|
|
1095
1003
|
n0,
|
|
1096
1004
|
_CMLEE,
|
|
1097
|
-
{
|
|
1098
|
-
[_e]: _c,
|
|
1099
|
-
[_hE]: 429,
|
|
1100
|
-
},
|
|
1005
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1101
1006
|
[_M],
|
|
1102
1007
|
[0],
|
|
1103
1008
|
];
|
|
@@ -1111,22 +1016,14 @@ var DeactivateUserRequest = [
|
|
|
1111
1016
|
[_UI, _AT],
|
|
1112
1017
|
[
|
|
1113
1018
|
[0, 1],
|
|
1114
|
-
[
|
|
1115
|
-
() => AuthenticationHeaderType,
|
|
1116
|
-
{
|
|
1117
|
-
[_hH]: _A,
|
|
1118
|
-
},
|
|
1119
|
-
],
|
|
1019
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1120
1020
|
],
|
|
1121
1021
|
];
|
|
1122
1022
|
var DeactivatingLastSystemUserException = [
|
|
1123
1023
|
-3,
|
|
1124
1024
|
n0,
|
|
1125
1025
|
_DLSUE,
|
|
1126
|
-
{
|
|
1127
|
-
[_e]: _c,
|
|
1128
|
-
[_hE]: 409,
|
|
1129
|
-
},
|
|
1026
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1130
1027
|
[_M, _Cod],
|
|
1131
1028
|
[0, 0],
|
|
1132
1029
|
];
|
|
@@ -1138,12 +1035,7 @@ var DeleteCommentRequest = [
|
|
|
1138
1035
|
0,
|
|
1139
1036
|
[_AT, _DI, _VI, _CI],
|
|
1140
1037
|
[
|
|
1141
|
-
[
|
|
1142
|
-
() => AuthenticationHeaderType,
|
|
1143
|
-
{
|
|
1144
|
-
[_hH]: _A,
|
|
1145
|
-
},
|
|
1146
|
-
],
|
|
1038
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1147
1039
|
[0, 1],
|
|
1148
1040
|
[0, 1],
|
|
1149
1041
|
[0, 1],
|
|
@@ -1156,31 +1048,11 @@ var DeleteCustomMetadataRequest = [
|
|
|
1156
1048
|
0,
|
|
1157
1049
|
[_AT, _RI, _VI, _K, _DA],
|
|
1158
1050
|
[
|
|
1159
|
-
[
|
|
1160
|
-
() => AuthenticationHeaderType,
|
|
1161
|
-
{
|
|
1162
|
-
[_hH]: _A,
|
|
1163
|
-
},
|
|
1164
|
-
],
|
|
1051
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1165
1052
|
[0, 1],
|
|
1166
|
-
[
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
[_hQ]: _vI,
|
|
1170
|
-
},
|
|
1171
|
-
],
|
|
1172
|
-
[
|
|
1173
|
-
64 | 0,
|
|
1174
|
-
{
|
|
1175
|
-
[_hQ]: _k,
|
|
1176
|
-
},
|
|
1177
|
-
],
|
|
1178
|
-
[
|
|
1179
|
-
2,
|
|
1180
|
-
{
|
|
1181
|
-
[_hQ]: _dA,
|
|
1182
|
-
},
|
|
1183
|
-
],
|
|
1053
|
+
[0, { [_hQ]: _vI }],
|
|
1054
|
+
[64 | 0, { [_hQ]: _k }],
|
|
1055
|
+
[2, { [_hQ]: _dA }],
|
|
1184
1056
|
],
|
|
1185
1057
|
];
|
|
1186
1058
|
var DeleteCustomMetadataResponse = [3, n0, _DCMRe, 0, [], []];
|
|
@@ -1191,12 +1063,7 @@ var DeleteDocumentRequest = [
|
|
|
1191
1063
|
0,
|
|
1192
1064
|
[_AT, _DI],
|
|
1193
1065
|
[
|
|
1194
|
-
[
|
|
1195
|
-
() => AuthenticationHeaderType,
|
|
1196
|
-
{
|
|
1197
|
-
[_hH]: _A,
|
|
1198
|
-
},
|
|
1199
|
-
],
|
|
1066
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1200
1067
|
[0, 1],
|
|
1201
1068
|
],
|
|
1202
1069
|
];
|
|
@@ -1207,20 +1074,10 @@ var DeleteDocumentVersionRequest = [
|
|
|
1207
1074
|
0,
|
|
1208
1075
|
[_AT, _DI, _VI, _DPV],
|
|
1209
1076
|
[
|
|
1210
|
-
[
|
|
1211
|
-
() => AuthenticationHeaderType,
|
|
1212
|
-
{
|
|
1213
|
-
[_hH]: _A,
|
|
1214
|
-
},
|
|
1215
|
-
],
|
|
1077
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1216
1078
|
[0, 1],
|
|
1217
1079
|
[0, 1],
|
|
1218
|
-
[
|
|
1219
|
-
2,
|
|
1220
|
-
{
|
|
1221
|
-
[_hQ]: _dPV,
|
|
1222
|
-
},
|
|
1223
|
-
],
|
|
1080
|
+
[2, { [_hQ]: _dPV }],
|
|
1224
1081
|
],
|
|
1225
1082
|
];
|
|
1226
1083
|
var DeleteFolderContentsRequest = [
|
|
@@ -1230,12 +1087,7 @@ var DeleteFolderContentsRequest = [
|
|
|
1230
1087
|
0,
|
|
1231
1088
|
[_AT, _FI],
|
|
1232
1089
|
[
|
|
1233
|
-
[
|
|
1234
|
-
() => AuthenticationHeaderType,
|
|
1235
|
-
{
|
|
1236
|
-
[_hH]: _A,
|
|
1237
|
-
},
|
|
1238
|
-
],
|
|
1090
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1239
1091
|
[0, 1],
|
|
1240
1092
|
],
|
|
1241
1093
|
];
|
|
@@ -1246,12 +1098,7 @@ var DeleteFolderRequest = [
|
|
|
1246
1098
|
0,
|
|
1247
1099
|
[_AT, _FI],
|
|
1248
1100
|
[
|
|
1249
|
-
[
|
|
1250
|
-
() => AuthenticationHeaderType,
|
|
1251
|
-
{
|
|
1252
|
-
[_hH]: _A,
|
|
1253
|
-
},
|
|
1254
|
-
],
|
|
1101
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1255
1102
|
[0, 1],
|
|
1256
1103
|
],
|
|
1257
1104
|
];
|
|
@@ -1263,24 +1110,9 @@ var DeleteLabelsRequest = [
|
|
|
1263
1110
|
[_RI, _AT, _L, _DA],
|
|
1264
1111
|
[
|
|
1265
1112
|
[0, 1],
|
|
1266
|
-
[
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
[_hH]: _A,
|
|
1270
|
-
},
|
|
1271
|
-
],
|
|
1272
|
-
[
|
|
1273
|
-
64 | 0,
|
|
1274
|
-
{
|
|
1275
|
-
[_hQ]: _l,
|
|
1276
|
-
},
|
|
1277
|
-
],
|
|
1278
|
-
[
|
|
1279
|
-
2,
|
|
1280
|
-
{
|
|
1281
|
-
[_hQ]: _dA,
|
|
1282
|
-
},
|
|
1283
|
-
],
|
|
1113
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1114
|
+
[64 | 0, { [_hQ]: _l }],
|
|
1115
|
+
[2, { [_hQ]: _dA }],
|
|
1284
1116
|
],
|
|
1285
1117
|
];
|
|
1286
1118
|
var DeleteLabelsResponse = [3, n0, _DLRe, 0, [], []];
|
|
@@ -1302,12 +1134,7 @@ var DeleteUserRequest = [
|
|
|
1302
1134
|
0,
|
|
1303
1135
|
[_AT, _UI],
|
|
1304
1136
|
[
|
|
1305
|
-
[
|
|
1306
|
-
() => AuthenticationHeaderType,
|
|
1307
|
-
{
|
|
1308
|
-
[_hH]: _A,
|
|
1309
|
-
},
|
|
1310
|
-
],
|
|
1137
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1311
1138
|
[0, 1],
|
|
1312
1139
|
],
|
|
1313
1140
|
];
|
|
@@ -1318,66 +1145,16 @@ var DescribeActivitiesRequest = [
|
|
|
1318
1145
|
0,
|
|
1319
1146
|
[_AT, _STt, _ET, _OI, _ATc, _RI, _UI, _IIAn, _Li, _Ma],
|
|
1320
1147
|
[
|
|
1321
|
-
[
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
],
|
|
1327
|
-
[
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
},
|
|
1332
|
-
],
|
|
1333
|
-
[
|
|
1334
|
-
4,
|
|
1335
|
-
{
|
|
1336
|
-
[_hQ]: _eT,
|
|
1337
|
-
},
|
|
1338
|
-
],
|
|
1339
|
-
[
|
|
1340
|
-
0,
|
|
1341
|
-
{
|
|
1342
|
-
[_hQ]: _oI,
|
|
1343
|
-
},
|
|
1344
|
-
],
|
|
1345
|
-
[
|
|
1346
|
-
0,
|
|
1347
|
-
{
|
|
1348
|
-
[_hQ]: _aT,
|
|
1349
|
-
},
|
|
1350
|
-
],
|
|
1351
|
-
[
|
|
1352
|
-
0,
|
|
1353
|
-
{
|
|
1354
|
-
[_hQ]: _rI,
|
|
1355
|
-
},
|
|
1356
|
-
],
|
|
1357
|
-
[
|
|
1358
|
-
0,
|
|
1359
|
-
{
|
|
1360
|
-
[_hQ]: _uI,
|
|
1361
|
-
},
|
|
1362
|
-
],
|
|
1363
|
-
[
|
|
1364
|
-
2,
|
|
1365
|
-
{
|
|
1366
|
-
[_hQ]: _iIA,
|
|
1367
|
-
},
|
|
1368
|
-
],
|
|
1369
|
-
[
|
|
1370
|
-
1,
|
|
1371
|
-
{
|
|
1372
|
-
[_hQ]: _li,
|
|
1373
|
-
},
|
|
1374
|
-
],
|
|
1375
|
-
[
|
|
1376
|
-
0,
|
|
1377
|
-
{
|
|
1378
|
-
[_hQ]: _m,
|
|
1379
|
-
},
|
|
1380
|
-
],
|
|
1148
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1149
|
+
[4, { [_hQ]: _sT }],
|
|
1150
|
+
[4, { [_hQ]: _eT }],
|
|
1151
|
+
[0, { [_hQ]: _oI }],
|
|
1152
|
+
[0, { [_hQ]: _aT }],
|
|
1153
|
+
[0, { [_hQ]: _rI }],
|
|
1154
|
+
[0, { [_hQ]: _uI }],
|
|
1155
|
+
[2, { [_hQ]: _iIA }],
|
|
1156
|
+
[1, { [_hQ]: _li }],
|
|
1157
|
+
[0, { [_hQ]: _m }],
|
|
1381
1158
|
],
|
|
1382
1159
|
];
|
|
1383
1160
|
var DescribeActivitiesResponse = [
|
|
@@ -1395,26 +1172,11 @@ var DescribeCommentsRequest = [
|
|
|
1395
1172
|
0,
|
|
1396
1173
|
[_AT, _DI, _VI, _Li, _Ma],
|
|
1397
1174
|
[
|
|
1398
|
-
[
|
|
1399
|
-
() => AuthenticationHeaderType,
|
|
1400
|
-
{
|
|
1401
|
-
[_hH]: _A,
|
|
1402
|
-
},
|
|
1403
|
-
],
|
|
1175
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1404
1176
|
[0, 1],
|
|
1405
1177
|
[0, 1],
|
|
1406
|
-
[
|
|
1407
|
-
|
|
1408
|
-
{
|
|
1409
|
-
[_hQ]: _li,
|
|
1410
|
-
},
|
|
1411
|
-
],
|
|
1412
|
-
[
|
|
1413
|
-
0,
|
|
1414
|
-
{
|
|
1415
|
-
[_hQ]: _m,
|
|
1416
|
-
},
|
|
1417
|
-
],
|
|
1178
|
+
[1, { [_hQ]: _li }],
|
|
1179
|
+
[0, { [_hQ]: _m }],
|
|
1418
1180
|
],
|
|
1419
1181
|
];
|
|
1420
1182
|
var DescribeCommentsResponse = [
|
|
@@ -1432,37 +1194,12 @@ var DescribeDocumentVersionsRequest = [
|
|
|
1432
1194
|
0,
|
|
1433
1195
|
[_AT, _DI, _Ma, _Li, _In, _F],
|
|
1434
1196
|
[
|
|
1435
|
-
[
|
|
1436
|
-
() => AuthenticationHeaderType,
|
|
1437
|
-
{
|
|
1438
|
-
[_hH]: _A,
|
|
1439
|
-
},
|
|
1440
|
-
],
|
|
1197
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1441
1198
|
[0, 1],
|
|
1442
|
-
[
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
},
|
|
1447
|
-
],
|
|
1448
|
-
[
|
|
1449
|
-
1,
|
|
1450
|
-
{
|
|
1451
|
-
[_hQ]: _li,
|
|
1452
|
-
},
|
|
1453
|
-
],
|
|
1454
|
-
[
|
|
1455
|
-
0,
|
|
1456
|
-
{
|
|
1457
|
-
[_hQ]: _i,
|
|
1458
|
-
},
|
|
1459
|
-
],
|
|
1460
|
-
[
|
|
1461
|
-
0,
|
|
1462
|
-
{
|
|
1463
|
-
[_hQ]: _f,
|
|
1464
|
-
},
|
|
1465
|
-
],
|
|
1199
|
+
[0, { [_hQ]: _m }],
|
|
1200
|
+
[1, { [_hQ]: _li }],
|
|
1201
|
+
[0, { [_hQ]: _i }],
|
|
1202
|
+
[0, { [_hQ]: _f }],
|
|
1466
1203
|
],
|
|
1467
1204
|
];
|
|
1468
1205
|
var DescribeDocumentVersionsResponse = [
|
|
@@ -1480,49 +1217,14 @@ var DescribeFolderContentsRequest = [
|
|
|
1480
1217
|
0,
|
|
1481
1218
|
[_AT, _FI, _So, _O, _Li, _Ma, _T, _In],
|
|
1482
1219
|
[
|
|
1483
|
-
[
|
|
1484
|
-
() => AuthenticationHeaderType,
|
|
1485
|
-
{
|
|
1486
|
-
[_hH]: _A,
|
|
1487
|
-
},
|
|
1488
|
-
],
|
|
1220
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1489
1221
|
[0, 1],
|
|
1490
|
-
[
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
],
|
|
1496
|
-
[
|
|
1497
|
-
0,
|
|
1498
|
-
{
|
|
1499
|
-
[_hQ]: _o,
|
|
1500
|
-
},
|
|
1501
|
-
],
|
|
1502
|
-
[
|
|
1503
|
-
1,
|
|
1504
|
-
{
|
|
1505
|
-
[_hQ]: _li,
|
|
1506
|
-
},
|
|
1507
|
-
],
|
|
1508
|
-
[
|
|
1509
|
-
0,
|
|
1510
|
-
{
|
|
1511
|
-
[_hQ]: _m,
|
|
1512
|
-
},
|
|
1513
|
-
],
|
|
1514
|
-
[
|
|
1515
|
-
0,
|
|
1516
|
-
{
|
|
1517
|
-
[_hQ]: _t,
|
|
1518
|
-
},
|
|
1519
|
-
],
|
|
1520
|
-
[
|
|
1521
|
-
0,
|
|
1522
|
-
{
|
|
1523
|
-
[_hQ]: _i,
|
|
1524
|
-
},
|
|
1525
|
-
],
|
|
1222
|
+
[0, { [_hQ]: _s }],
|
|
1223
|
+
[0, { [_hQ]: _o }],
|
|
1224
|
+
[1, { [_hQ]: _li }],
|
|
1225
|
+
[0, { [_hQ]: _m }],
|
|
1226
|
+
[0, { [_hQ]: _t }],
|
|
1227
|
+
[0, { [_hQ]: _i }],
|
|
1526
1228
|
],
|
|
1527
1229
|
];
|
|
1528
1230
|
var DescribeFolderContentsResponse = [
|
|
@@ -1540,36 +1242,11 @@ var DescribeGroupsRequest = [
|
|
|
1540
1242
|
0,
|
|
1541
1243
|
[_AT, _SQ, _OI, _Ma, _Li],
|
|
1542
1244
|
[
|
|
1543
|
-
[
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
],
|
|
1549
|
-
[
|
|
1550
|
-
() => SearchQueryType,
|
|
1551
|
-
{
|
|
1552
|
-
[_hQ]: _sQ,
|
|
1553
|
-
},
|
|
1554
|
-
],
|
|
1555
|
-
[
|
|
1556
|
-
0,
|
|
1557
|
-
{
|
|
1558
|
-
[_hQ]: _oI,
|
|
1559
|
-
},
|
|
1560
|
-
],
|
|
1561
|
-
[
|
|
1562
|
-
0,
|
|
1563
|
-
{
|
|
1564
|
-
[_hQ]: _m,
|
|
1565
|
-
},
|
|
1566
|
-
],
|
|
1567
|
-
[
|
|
1568
|
-
1,
|
|
1569
|
-
{
|
|
1570
|
-
[_hQ]: _li,
|
|
1571
|
-
},
|
|
1572
|
-
],
|
|
1245
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1246
|
+
[() => SearchQueryType, { [_hQ]: _sQ }],
|
|
1247
|
+
[0, { [_hQ]: _oI }],
|
|
1248
|
+
[0, { [_hQ]: _m }],
|
|
1249
|
+
[1, { [_hQ]: _li }],
|
|
1573
1250
|
],
|
|
1574
1251
|
];
|
|
1575
1252
|
var DescribeGroupsResponse = [3, n0, _DGRe, 0, [_G, _Ma], [() => GroupMetadataList, 0]];
|
|
@@ -1581,18 +1258,8 @@ var DescribeNotificationSubscriptionsRequest = [
|
|
|
1581
1258
|
[_OI, _Ma, _Li],
|
|
1582
1259
|
[
|
|
1583
1260
|
[0, 1],
|
|
1584
|
-
[
|
|
1585
|
-
|
|
1586
|
-
{
|
|
1587
|
-
[_hQ]: _m,
|
|
1588
|
-
},
|
|
1589
|
-
],
|
|
1590
|
-
[
|
|
1591
|
-
1,
|
|
1592
|
-
{
|
|
1593
|
-
[_hQ]: _li,
|
|
1594
|
-
},
|
|
1595
|
-
],
|
|
1261
|
+
[0, { [_hQ]: _m }],
|
|
1262
|
+
[1, { [_hQ]: _li }],
|
|
1596
1263
|
],
|
|
1597
1264
|
];
|
|
1598
1265
|
var DescribeNotificationSubscriptionsResponse = [
|
|
@@ -1610,31 +1277,11 @@ var DescribeResourcePermissionsRequest = [
|
|
|
1610
1277
|
0,
|
|
1611
1278
|
[_AT, _RI, _PIr, _Li, _Ma],
|
|
1612
1279
|
[
|
|
1613
|
-
[
|
|
1614
|
-
() => AuthenticationHeaderType,
|
|
1615
|
-
{
|
|
1616
|
-
[_hH]: _A,
|
|
1617
|
-
},
|
|
1618
|
-
],
|
|
1280
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1619
1281
|
[0, 1],
|
|
1620
|
-
[
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
[_hQ]: _pI,
|
|
1624
|
-
},
|
|
1625
|
-
],
|
|
1626
|
-
[
|
|
1627
|
-
1,
|
|
1628
|
-
{
|
|
1629
|
-
[_hQ]: _li,
|
|
1630
|
-
},
|
|
1631
|
-
],
|
|
1632
|
-
[
|
|
1633
|
-
0,
|
|
1634
|
-
{
|
|
1635
|
-
[_hQ]: _m,
|
|
1636
|
-
},
|
|
1637
|
-
],
|
|
1282
|
+
[0, { [_hQ]: _pI }],
|
|
1283
|
+
[1, { [_hQ]: _li }],
|
|
1284
|
+
[0, { [_hQ]: _m }],
|
|
1638
1285
|
],
|
|
1639
1286
|
];
|
|
1640
1287
|
var DescribeResourcePermissionsResponse = [
|
|
@@ -1652,24 +1299,9 @@ var DescribeRootFoldersRequest = [
|
|
|
1652
1299
|
0,
|
|
1653
1300
|
[_AT, _Li, _Ma],
|
|
1654
1301
|
[
|
|
1655
|
-
[
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
[_hH]: _A,
|
|
1659
|
-
},
|
|
1660
|
-
],
|
|
1661
|
-
[
|
|
1662
|
-
1,
|
|
1663
|
-
{
|
|
1664
|
-
[_hQ]: _li,
|
|
1665
|
-
},
|
|
1666
|
-
],
|
|
1667
|
-
[
|
|
1668
|
-
0,
|
|
1669
|
-
{
|
|
1670
|
-
[_hQ]: _m,
|
|
1671
|
-
},
|
|
1672
|
-
],
|
|
1302
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1303
|
+
[1, { [_hQ]: _li }],
|
|
1304
|
+
[0, { [_hQ]: _m }],
|
|
1673
1305
|
],
|
|
1674
1306
|
];
|
|
1675
1307
|
var DescribeRootFoldersResponse = [
|
|
@@ -1687,66 +1319,16 @@ var DescribeUsersRequest = [
|
|
|
1687
1319
|
0,
|
|
1688
1320
|
[_AT, _OI, _UIs, _Q, _In, _O, _So, _Ma, _Li, _F],
|
|
1689
1321
|
[
|
|
1690
|
-
[
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
],
|
|
1696
|
-
[
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
},
|
|
1701
|
-
],
|
|
1702
|
-
[
|
|
1703
|
-
0,
|
|
1704
|
-
{
|
|
1705
|
-
[_hQ]: _uIs,
|
|
1706
|
-
},
|
|
1707
|
-
],
|
|
1708
|
-
[
|
|
1709
|
-
() => SearchQueryType,
|
|
1710
|
-
{
|
|
1711
|
-
[_hQ]: _q,
|
|
1712
|
-
},
|
|
1713
|
-
],
|
|
1714
|
-
[
|
|
1715
|
-
0,
|
|
1716
|
-
{
|
|
1717
|
-
[_hQ]: _i,
|
|
1718
|
-
},
|
|
1719
|
-
],
|
|
1720
|
-
[
|
|
1721
|
-
0,
|
|
1722
|
-
{
|
|
1723
|
-
[_hQ]: _o,
|
|
1724
|
-
},
|
|
1725
|
-
],
|
|
1726
|
-
[
|
|
1727
|
-
0,
|
|
1728
|
-
{
|
|
1729
|
-
[_hQ]: _s,
|
|
1730
|
-
},
|
|
1731
|
-
],
|
|
1732
|
-
[
|
|
1733
|
-
0,
|
|
1734
|
-
{
|
|
1735
|
-
[_hQ]: _m,
|
|
1736
|
-
},
|
|
1737
|
-
],
|
|
1738
|
-
[
|
|
1739
|
-
1,
|
|
1740
|
-
{
|
|
1741
|
-
[_hQ]: _li,
|
|
1742
|
-
},
|
|
1743
|
-
],
|
|
1744
|
-
[
|
|
1745
|
-
0,
|
|
1746
|
-
{
|
|
1747
|
-
[_hQ]: _f,
|
|
1748
|
-
},
|
|
1749
|
-
],
|
|
1322
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1323
|
+
[0, { [_hQ]: _oI }],
|
|
1324
|
+
[0, { [_hQ]: _uIs }],
|
|
1325
|
+
[() => SearchQueryType, { [_hQ]: _q }],
|
|
1326
|
+
[0, { [_hQ]: _i }],
|
|
1327
|
+
[0, { [_hQ]: _o }],
|
|
1328
|
+
[0, { [_hQ]: _s }],
|
|
1329
|
+
[0, { [_hQ]: _m }],
|
|
1330
|
+
[1, { [_hQ]: _li }],
|
|
1331
|
+
[0, { [_hQ]: _f }],
|
|
1750
1332
|
],
|
|
1751
1333
|
];
|
|
1752
1334
|
var DescribeUsersResponse = [
|
|
@@ -1761,10 +1343,7 @@ var DocumentLockedForCommentsException = [
|
|
|
1761
1343
|
-3,
|
|
1762
1344
|
n0,
|
|
1763
1345
|
_DLFCE,
|
|
1764
|
-
{
|
|
1765
|
-
[_e]: _c,
|
|
1766
|
-
[_hE]: 409,
|
|
1767
|
-
},
|
|
1346
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1768
1347
|
[_M],
|
|
1769
1348
|
[0],
|
|
1770
1349
|
];
|
|
@@ -1799,53 +1378,20 @@ var DocumentVersionMetadata = [
|
|
|
1799
1378
|
[() => DocumentSourceUrlMap, 0],
|
|
1800
1379
|
],
|
|
1801
1380
|
];
|
|
1802
|
-
var DraftUploadOutOfSyncException = [
|
|
1803
|
-
-3,
|
|
1804
|
-
n0,
|
|
1805
|
-
_DUOOSE,
|
|
1806
|
-
{
|
|
1807
|
-
[_e]: _c,
|
|
1808
|
-
[_hE]: 409,
|
|
1809
|
-
},
|
|
1810
|
-
[_M],
|
|
1811
|
-
[0],
|
|
1812
|
-
];
|
|
1381
|
+
var DraftUploadOutOfSyncException = [-3, n0, _DUOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1813
1382
|
schema.TypeRegistry.for(n0).registerError(DraftUploadOutOfSyncException, DraftUploadOutOfSyncException$1);
|
|
1814
|
-
var EntityAlreadyExistsException = [
|
|
1815
|
-
-3,
|
|
1816
|
-
n0,
|
|
1817
|
-
_EAEE,
|
|
1818
|
-
{
|
|
1819
|
-
[_e]: _c,
|
|
1820
|
-
[_hE]: 409,
|
|
1821
|
-
},
|
|
1822
|
-
[_M],
|
|
1823
|
-
[0],
|
|
1824
|
-
];
|
|
1383
|
+
var EntityAlreadyExistsException = [-3, n0, _EAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1825
1384
|
schema.TypeRegistry.for(n0).registerError(EntityAlreadyExistsException, EntityAlreadyExistsException$1);
|
|
1826
1385
|
var EntityNotExistsException = [
|
|
1827
1386
|
-3,
|
|
1828
1387
|
n0,
|
|
1829
1388
|
_ENEE,
|
|
1830
|
-
{
|
|
1831
|
-
[_e]: _c,
|
|
1832
|
-
[_hE]: 404,
|
|
1833
|
-
},
|
|
1389
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1834
1390
|
[_M, _EI],
|
|
1835
1391
|
[0, 64 | 0],
|
|
1836
1392
|
];
|
|
1837
1393
|
schema.TypeRegistry.for(n0).registerError(EntityNotExistsException, EntityNotExistsException$1);
|
|
1838
|
-
var FailedDependencyException = [
|
|
1839
|
-
-3,
|
|
1840
|
-
n0,
|
|
1841
|
-
_FDE,
|
|
1842
|
-
{
|
|
1843
|
-
[_e]: _c,
|
|
1844
|
-
[_hE]: 424,
|
|
1845
|
-
},
|
|
1846
|
-
[_M],
|
|
1847
|
-
[0],
|
|
1848
|
-
];
|
|
1394
|
+
var FailedDependencyException = [-3, n0, _FDE, { [_e]: _c, [_hE]: 424 }, [_M], [0]];
|
|
1849
1395
|
schema.TypeRegistry.for(n0).registerError(FailedDependencyException, FailedDependencyException$1);
|
|
1850
1396
|
var Filters = [
|
|
1851
1397
|
3,
|
|
@@ -1880,14 +1426,7 @@ var GetCurrentUserRequest = [
|
|
|
1880
1426
|
_GCUR,
|
|
1881
1427
|
0,
|
|
1882
1428
|
[_AT],
|
|
1883
|
-
[
|
|
1884
|
-
[
|
|
1885
|
-
() => AuthenticationHeaderType,
|
|
1886
|
-
{
|
|
1887
|
-
[_hH]: _A,
|
|
1888
|
-
},
|
|
1889
|
-
],
|
|
1890
|
-
],
|
|
1429
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }]],
|
|
1891
1430
|
];
|
|
1892
1431
|
var GetCurrentUserResponse = [3, n0, _GCURe, 0, [_U], [[() => User, 0]]];
|
|
1893
1432
|
var GetDocumentPathRequest = [
|
|
@@ -1897,31 +1436,11 @@ var GetDocumentPathRequest = [
|
|
|
1897
1436
|
0,
|
|
1898
1437
|
[_AT, _DI, _Li, _F, _Ma],
|
|
1899
1438
|
[
|
|
1900
|
-
[
|
|
1901
|
-
() => AuthenticationHeaderType,
|
|
1902
|
-
{
|
|
1903
|
-
[_hH]: _A,
|
|
1904
|
-
},
|
|
1905
|
-
],
|
|
1439
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1906
1440
|
[0, 1],
|
|
1907
|
-
[
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
[_hQ]: _li,
|
|
1911
|
-
},
|
|
1912
|
-
],
|
|
1913
|
-
[
|
|
1914
|
-
0,
|
|
1915
|
-
{
|
|
1916
|
-
[_hQ]: _f,
|
|
1917
|
-
},
|
|
1918
|
-
],
|
|
1919
|
-
[
|
|
1920
|
-
0,
|
|
1921
|
-
{
|
|
1922
|
-
[_hQ]: _m,
|
|
1923
|
-
},
|
|
1924
|
-
],
|
|
1441
|
+
[1, { [_hQ]: _li }],
|
|
1442
|
+
[0, { [_hQ]: _f }],
|
|
1443
|
+
[0, { [_hQ]: _m }],
|
|
1925
1444
|
],
|
|
1926
1445
|
];
|
|
1927
1446
|
var GetDocumentPathResponse = [3, n0, _GDPRe, 0, [_Pat], [[() => ResourcePath, 0]]];
|
|
@@ -1932,19 +1451,9 @@ var GetDocumentRequest = [
|
|
|
1932
1451
|
0,
|
|
1933
1452
|
[_AT, _DI, _ICM],
|
|
1934
1453
|
[
|
|
1935
|
-
[
|
|
1936
|
-
() => AuthenticationHeaderType,
|
|
1937
|
-
{
|
|
1938
|
-
[_hH]: _A,
|
|
1939
|
-
},
|
|
1940
|
-
],
|
|
1454
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1941
1455
|
[0, 1],
|
|
1942
|
-
[
|
|
1943
|
-
2,
|
|
1944
|
-
{
|
|
1945
|
-
[_hQ]: _iCM,
|
|
1946
|
-
},
|
|
1947
|
-
],
|
|
1456
|
+
[2, { [_hQ]: _iCM }],
|
|
1948
1457
|
],
|
|
1949
1458
|
];
|
|
1950
1459
|
var GetDocumentResponse = [
|
|
@@ -1962,26 +1471,11 @@ var GetDocumentVersionRequest = [
|
|
|
1962
1471
|
0,
|
|
1963
1472
|
[_AT, _DI, _VI, _F, _ICM],
|
|
1964
1473
|
[
|
|
1965
|
-
[
|
|
1966
|
-
() => AuthenticationHeaderType,
|
|
1967
|
-
{
|
|
1968
|
-
[_hH]: _A,
|
|
1969
|
-
},
|
|
1970
|
-
],
|
|
1474
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1971
1475
|
[0, 1],
|
|
1972
1476
|
[0, 1],
|
|
1973
|
-
[
|
|
1974
|
-
|
|
1975
|
-
{
|
|
1976
|
-
[_hQ]: _f,
|
|
1977
|
-
},
|
|
1978
|
-
],
|
|
1979
|
-
[
|
|
1980
|
-
2,
|
|
1981
|
-
{
|
|
1982
|
-
[_hQ]: _iCM,
|
|
1983
|
-
},
|
|
1984
|
-
],
|
|
1477
|
+
[0, { [_hQ]: _f }],
|
|
1478
|
+
[2, { [_hQ]: _iCM }],
|
|
1985
1479
|
],
|
|
1986
1480
|
];
|
|
1987
1481
|
var GetDocumentVersionResponse = [
|
|
@@ -1999,31 +1493,11 @@ var GetFolderPathRequest = [
|
|
|
1999
1493
|
0,
|
|
2000
1494
|
[_AT, _FI, _Li, _F, _Ma],
|
|
2001
1495
|
[
|
|
2002
|
-
[
|
|
2003
|
-
() => AuthenticationHeaderType,
|
|
2004
|
-
{
|
|
2005
|
-
[_hH]: _A,
|
|
2006
|
-
},
|
|
2007
|
-
],
|
|
1496
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2008
1497
|
[0, 1],
|
|
2009
|
-
[
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
[_hQ]: _li,
|
|
2013
|
-
},
|
|
2014
|
-
],
|
|
2015
|
-
[
|
|
2016
|
-
0,
|
|
2017
|
-
{
|
|
2018
|
-
[_hQ]: _f,
|
|
2019
|
-
},
|
|
2020
|
-
],
|
|
2021
|
-
[
|
|
2022
|
-
0,
|
|
2023
|
-
{
|
|
2024
|
-
[_hQ]: _m,
|
|
2025
|
-
},
|
|
2026
|
-
],
|
|
1498
|
+
[1, { [_hQ]: _li }],
|
|
1499
|
+
[0, { [_hQ]: _f }],
|
|
1500
|
+
[0, { [_hQ]: _m }],
|
|
2027
1501
|
],
|
|
2028
1502
|
];
|
|
2029
1503
|
var GetFolderPathResponse = [3, n0, _GFPRe, 0, [_Pat], [[() => ResourcePath, 0]]];
|
|
@@ -2034,19 +1508,9 @@ var GetFolderRequest = [
|
|
|
2034
1508
|
0,
|
|
2035
1509
|
[_AT, _FI, _ICM],
|
|
2036
1510
|
[
|
|
2037
|
-
[
|
|
2038
|
-
() => AuthenticationHeaderType,
|
|
2039
|
-
{
|
|
2040
|
-
[_hH]: _A,
|
|
2041
|
-
},
|
|
2042
|
-
],
|
|
1511
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2043
1512
|
[0, 1],
|
|
2044
|
-
[
|
|
2045
|
-
2,
|
|
2046
|
-
{
|
|
2047
|
-
[_hQ]: _iCM,
|
|
2048
|
-
},
|
|
2049
|
-
],
|
|
1513
|
+
[2, { [_hQ]: _iCM }],
|
|
2050
1514
|
],
|
|
2051
1515
|
];
|
|
2052
1516
|
var GetFolderResponse = [
|
|
@@ -2064,36 +1528,11 @@ var GetResourcesRequest = [
|
|
|
2064
1528
|
0,
|
|
2065
1529
|
[_AT, _UI, _CTol, _Li, _Ma],
|
|
2066
1530
|
[
|
|
2067
|
-
[
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
],
|
|
2073
|
-
[
|
|
2074
|
-
0,
|
|
2075
|
-
{
|
|
2076
|
-
[_hQ]: _uI,
|
|
2077
|
-
},
|
|
2078
|
-
],
|
|
2079
|
-
[
|
|
2080
|
-
0,
|
|
2081
|
-
{
|
|
2082
|
-
[_hQ]: _cT,
|
|
2083
|
-
},
|
|
2084
|
-
],
|
|
2085
|
-
[
|
|
2086
|
-
1,
|
|
2087
|
-
{
|
|
2088
|
-
[_hQ]: _li,
|
|
2089
|
-
},
|
|
2090
|
-
],
|
|
2091
|
-
[
|
|
2092
|
-
0,
|
|
2093
|
-
{
|
|
2094
|
-
[_hQ]: _m,
|
|
2095
|
-
},
|
|
2096
|
-
],
|
|
1531
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
1532
|
+
[0, { [_hQ]: _uI }],
|
|
1533
|
+
[0, { [_hQ]: _cT }],
|
|
1534
|
+
[1, { [_hQ]: _li }],
|
|
1535
|
+
[0, { [_hQ]: _m }],
|
|
2097
1536
|
],
|
|
2098
1537
|
];
|
|
2099
1538
|
var GetResourcesResponse = [
|
|
@@ -2105,17 +1544,7 @@ var GetResourcesResponse = [
|
|
|
2105
1544
|
[[() => FolderMetadataList, 0], [() => DocumentMetadataList, 0], 0],
|
|
2106
1545
|
];
|
|
2107
1546
|
var GroupMetadata = [3, n0, _GM, 0, [_Id, _N], [0, 0]];
|
|
2108
|
-
var IllegalUserStateException = [
|
|
2109
|
-
-3,
|
|
2110
|
-
n0,
|
|
2111
|
-
_IUSE,
|
|
2112
|
-
{
|
|
2113
|
-
[_e]: _c,
|
|
2114
|
-
[_hE]: 409,
|
|
2115
|
-
},
|
|
2116
|
-
[_M],
|
|
2117
|
-
[0],
|
|
2118
|
-
];
|
|
1547
|
+
var IllegalUserStateException = [-3, n0, _IUSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2119
1548
|
schema.TypeRegistry.for(n0).registerError(IllegalUserStateException, IllegalUserStateException$1);
|
|
2120
1549
|
var InitiateDocumentVersionUploadRequest = [
|
|
2121
1550
|
3,
|
|
@@ -2123,21 +1552,7 @@ var InitiateDocumentVersionUploadRequest = [
|
|
|
2123
1552
|
_IDVUR,
|
|
2124
1553
|
0,
|
|
2125
1554
|
[_AT, _Id, _N, _CCT, _CMT, _CTo, _DSIB, _PFI],
|
|
2126
|
-
[
|
|
2127
|
-
[
|
|
2128
|
-
() => AuthenticationHeaderType,
|
|
2129
|
-
{
|
|
2130
|
-
[_hH]: _A,
|
|
2131
|
-
},
|
|
2132
|
-
],
|
|
2133
|
-
0,
|
|
2134
|
-
[() => ResourceNameType, 0],
|
|
2135
|
-
4,
|
|
2136
|
-
4,
|
|
2137
|
-
0,
|
|
2138
|
-
1,
|
|
2139
|
-
0,
|
|
2140
|
-
],
|
|
1555
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], 0, [() => ResourceNameType, 0], 4, 4, 0, 1, 0],
|
|
2141
1556
|
];
|
|
2142
1557
|
var InitiateDocumentVersionUploadResponse = [
|
|
2143
1558
|
3,
|
|
@@ -2150,65 +1565,15 @@ var InitiateDocumentVersionUploadResponse = [
|
|
|
2150
1565
|
[() => UploadMetadata, 0],
|
|
2151
1566
|
],
|
|
2152
1567
|
];
|
|
2153
|
-
var InvalidArgumentException = [
|
|
2154
|
-
-3,
|
|
2155
|
-
n0,
|
|
2156
|
-
_IAE,
|
|
2157
|
-
{
|
|
2158
|
-
[_e]: _c,
|
|
2159
|
-
[_hE]: 400,
|
|
2160
|
-
},
|
|
2161
|
-
[_M],
|
|
2162
|
-
[0],
|
|
2163
|
-
];
|
|
1568
|
+
var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2164
1569
|
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException, InvalidArgumentException$1);
|
|
2165
|
-
var InvalidCommentOperationException = [
|
|
2166
|
-
-3,
|
|
2167
|
-
n0,
|
|
2168
|
-
_ICOE,
|
|
2169
|
-
{
|
|
2170
|
-
[_e]: _c,
|
|
2171
|
-
[_hE]: 409,
|
|
2172
|
-
},
|
|
2173
|
-
[_M],
|
|
2174
|
-
[0],
|
|
2175
|
-
];
|
|
1570
|
+
var InvalidCommentOperationException = [-3, n0, _ICOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2176
1571
|
schema.TypeRegistry.for(n0).registerError(InvalidCommentOperationException, InvalidCommentOperationException$1);
|
|
2177
|
-
var InvalidOperationException = [
|
|
2178
|
-
-3,
|
|
2179
|
-
n0,
|
|
2180
|
-
_IOE,
|
|
2181
|
-
{
|
|
2182
|
-
[_e]: _c,
|
|
2183
|
-
[_hE]: 405,
|
|
2184
|
-
},
|
|
2185
|
-
[_M],
|
|
2186
|
-
[0],
|
|
2187
|
-
];
|
|
1572
|
+
var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
|
|
2188
1573
|
schema.TypeRegistry.for(n0).registerError(InvalidOperationException, InvalidOperationException$1);
|
|
2189
|
-
var InvalidPasswordException = [
|
|
2190
|
-
-3,
|
|
2191
|
-
n0,
|
|
2192
|
-
_IPE,
|
|
2193
|
-
{
|
|
2194
|
-
[_e]: _c,
|
|
2195
|
-
[_hE]: 401,
|
|
2196
|
-
},
|
|
2197
|
-
[_M],
|
|
2198
|
-
[0],
|
|
2199
|
-
];
|
|
1574
|
+
var InvalidPasswordException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
2200
1575
|
schema.TypeRegistry.for(n0).registerError(InvalidPasswordException, InvalidPasswordException$1);
|
|
2201
|
-
var LimitExceededException = [
|
|
2202
|
-
-3,
|
|
2203
|
-
n0,
|
|
2204
|
-
_LEE,
|
|
2205
|
-
{
|
|
2206
|
-
[_e]: _c,
|
|
2207
|
-
[_hE]: 409,
|
|
2208
|
-
},
|
|
2209
|
-
[_M],
|
|
2210
|
-
[0],
|
|
2211
|
-
];
|
|
1576
|
+
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2212
1577
|
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
2213
1578
|
var LongRangeType = [3, n0, _LRT, 0, [_SV, _EV], [1, 1]];
|
|
2214
1579
|
var NotificationOptions = [3, n0, _NO, 0, [_SE, _EM], [2, [() => MessageType, 0]]];
|
|
@@ -2222,17 +1587,7 @@ var Participants = [
|
|
|
2222
1587
|
];
|
|
2223
1588
|
var PermissionInfo = [3, n0, _PIe, 0, [_R, _T], [0, 0]];
|
|
2224
1589
|
var Principal = [3, n0, _Pri, 0, [_Id, _T, _Ro], [0, 0, () => PermissionInfoList]];
|
|
2225
|
-
var ProhibitedStateException = [
|
|
2226
|
-
-3,
|
|
2227
|
-
n0,
|
|
2228
|
-
_PSE,
|
|
2229
|
-
{
|
|
2230
|
-
[_e]: _c,
|
|
2231
|
-
[_hE]: 409,
|
|
2232
|
-
},
|
|
2233
|
-
[_M],
|
|
2234
|
-
[0],
|
|
2235
|
-
];
|
|
1590
|
+
var ProhibitedStateException = [-3, n0, _PSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2236
1591
|
schema.TypeRegistry.for(n0).registerError(ProhibitedStateException, ProhibitedStateException$1);
|
|
2237
1592
|
var RemoveAllResourcePermissionsRequest = [
|
|
2238
1593
|
3,
|
|
@@ -2241,12 +1596,7 @@ var RemoveAllResourcePermissionsRequest = [
|
|
|
2241
1596
|
0,
|
|
2242
1597
|
[_AT, _RI],
|
|
2243
1598
|
[
|
|
2244
|
-
[
|
|
2245
|
-
() => AuthenticationHeaderType,
|
|
2246
|
-
{
|
|
2247
|
-
[_hH]: _A,
|
|
2248
|
-
},
|
|
2249
|
-
],
|
|
1599
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2250
1600
|
[0, 1],
|
|
2251
1601
|
],
|
|
2252
1602
|
];
|
|
@@ -2257,42 +1607,19 @@ var RemoveResourcePermissionRequest = [
|
|
|
2257
1607
|
0,
|
|
2258
1608
|
[_AT, _RI, _PIr, _PTr],
|
|
2259
1609
|
[
|
|
2260
|
-
[
|
|
2261
|
-
() => AuthenticationHeaderType,
|
|
2262
|
-
{
|
|
2263
|
-
[_hH]: _A,
|
|
2264
|
-
},
|
|
2265
|
-
],
|
|
1610
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2266
1611
|
[0, 1],
|
|
2267
1612
|
[0, 1],
|
|
2268
|
-
[
|
|
2269
|
-
0,
|
|
2270
|
-
{
|
|
2271
|
-
[_hQ]: _t,
|
|
2272
|
-
},
|
|
2273
|
-
],
|
|
1613
|
+
[0, { [_hQ]: _t }],
|
|
2274
1614
|
],
|
|
2275
1615
|
];
|
|
2276
|
-
var RequestedEntityTooLargeException = [
|
|
2277
|
-
-3,
|
|
2278
|
-
n0,
|
|
2279
|
-
_RETLE,
|
|
2280
|
-
{
|
|
2281
|
-
[_e]: _c,
|
|
2282
|
-
[_hE]: 413,
|
|
2283
|
-
},
|
|
2284
|
-
[_M],
|
|
2285
|
-
[0],
|
|
2286
|
-
];
|
|
1616
|
+
var RequestedEntityTooLargeException = [-3, n0, _RETLE, { [_e]: _c, [_hE]: 413 }, [_M], [0]];
|
|
2287
1617
|
schema.TypeRegistry.for(n0).registerError(RequestedEntityTooLargeException, RequestedEntityTooLargeException$1);
|
|
2288
1618
|
var ResourceAlreadyCheckedOutException = [
|
|
2289
1619
|
-3,
|
|
2290
1620
|
n0,
|
|
2291
1621
|
_RACOE,
|
|
2292
|
-
{
|
|
2293
|
-
[_e]: _c,
|
|
2294
|
-
[_hE]: 409,
|
|
2295
|
-
},
|
|
1622
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
2296
1623
|
[_M],
|
|
2297
1624
|
[0],
|
|
2298
1625
|
];
|
|
@@ -2329,12 +1656,7 @@ var RestoreDocumentVersionsRequest = [
|
|
|
2329
1656
|
0,
|
|
2330
1657
|
[_AT, _DI],
|
|
2331
1658
|
[
|
|
2332
|
-
[
|
|
2333
|
-
() => AuthenticationHeaderType,
|
|
2334
|
-
{
|
|
2335
|
-
[_hH]: _A,
|
|
2336
|
-
},
|
|
2337
|
-
],
|
|
1659
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2338
1660
|
[0, 1],
|
|
2339
1661
|
],
|
|
2340
1662
|
];
|
|
@@ -2346,12 +1668,7 @@ var SearchResourcesRequest = [
|
|
|
2346
1668
|
0,
|
|
2347
1669
|
[_AT, _QT, _QS, _OI, _ARF, _Fi, _OB, _Li, _Ma],
|
|
2348
1670
|
[
|
|
2349
|
-
[
|
|
2350
|
-
() => AuthenticationHeaderType,
|
|
2351
|
-
{
|
|
2352
|
-
[_hH]: _A,
|
|
2353
|
-
},
|
|
2354
|
-
],
|
|
1671
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2355
1672
|
[() => SearchQueryType, 0],
|
|
2356
1673
|
64 | 0,
|
|
2357
1674
|
0,
|
|
@@ -2371,17 +1688,7 @@ var SearchResourcesResponse = [
|
|
|
2371
1688
|
[[() => ResponseItemsList, 0], 0],
|
|
2372
1689
|
];
|
|
2373
1690
|
var SearchSortResult = [3, n0, _SSR, 0, [_Fie, _O], [0, 0]];
|
|
2374
|
-
var ServiceUnavailableException = [
|
|
2375
|
-
-3,
|
|
2376
|
-
n0,
|
|
2377
|
-
_SUE,
|
|
2378
|
-
{
|
|
2379
|
-
[_e]: _se,
|
|
2380
|
-
[_hE]: 503,
|
|
2381
|
-
},
|
|
2382
|
-
[_M],
|
|
2383
|
-
[0],
|
|
2384
|
-
];
|
|
1691
|
+
var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_M], [0]];
|
|
2385
1692
|
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
|
|
2386
1693
|
var SharePrincipal = [3, n0, _SP, 0, [_Id, _T, _R], [0, 0, 0]];
|
|
2387
1694
|
var ShareResult = [
|
|
@@ -2392,64 +1699,21 @@ var ShareResult = [
|
|
|
2392
1699
|
[_PIr, _IPI, _R, _S, _SIh, _SM],
|
|
2393
1700
|
[0, 0, 0, 0, 0, [() => MessageType, 0]],
|
|
2394
1701
|
];
|
|
2395
|
-
var StorageLimitExceededException = [
|
|
2396
|
-
-3,
|
|
2397
|
-
n0,
|
|
2398
|
-
_SLEE,
|
|
2399
|
-
{
|
|
2400
|
-
[_e]: _c,
|
|
2401
|
-
[_hE]: 409,
|
|
2402
|
-
},
|
|
2403
|
-
[_M],
|
|
2404
|
-
[0],
|
|
2405
|
-
];
|
|
1702
|
+
var StorageLimitExceededException = [-3, n0, _SLEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2406
1703
|
schema.TypeRegistry.for(n0).registerError(StorageLimitExceededException, StorageLimitExceededException$1);
|
|
2407
|
-
var StorageLimitWillExceedException = [
|
|
2408
|
-
-3,
|
|
2409
|
-
n0,
|
|
2410
|
-
_SLWEE,
|
|
2411
|
-
{
|
|
2412
|
-
[_e]: _c,
|
|
2413
|
-
[_hE]: 413,
|
|
2414
|
-
},
|
|
2415
|
-
[_M],
|
|
2416
|
-
[0],
|
|
2417
|
-
];
|
|
1704
|
+
var StorageLimitWillExceedException = [-3, n0, _SLWEE, { [_e]: _c, [_hE]: 413 }, [_M], [0]];
|
|
2418
1705
|
schema.TypeRegistry.for(n0).registerError(StorageLimitWillExceedException, StorageLimitWillExceedException$1);
|
|
2419
1706
|
var StorageRuleType = [3, n0, _SRT, 0, [_SAIB, _STto], [1, 0]];
|
|
2420
1707
|
var Subscription = [3, n0, _Su, 0, [_SI, _EP, _Pro], [0, 0, 0]];
|
|
2421
|
-
var TooManyLabelsException = [
|
|
2422
|
-
-3,
|
|
2423
|
-
n0,
|
|
2424
|
-
_TMLE,
|
|
2425
|
-
{
|
|
2426
|
-
[_e]: _c,
|
|
2427
|
-
[_hE]: 429,
|
|
2428
|
-
},
|
|
2429
|
-
[_M],
|
|
2430
|
-
[0],
|
|
2431
|
-
];
|
|
1708
|
+
var TooManyLabelsException = [-3, n0, _TMLE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
2432
1709
|
schema.TypeRegistry.for(n0).registerError(TooManyLabelsException, TooManyLabelsException$1);
|
|
2433
|
-
var TooManySubscriptionsException = [
|
|
2434
|
-
-3,
|
|
2435
|
-
n0,
|
|
2436
|
-
_TMSE,
|
|
2437
|
-
{
|
|
2438
|
-
[_e]: _c,
|
|
2439
|
-
[_hE]: 429,
|
|
2440
|
-
},
|
|
2441
|
-
[_M],
|
|
2442
|
-
[0],
|
|
2443
|
-
];
|
|
1710
|
+
var TooManySubscriptionsException = [-3, n0, _TMSE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
2444
1711
|
schema.TypeRegistry.for(n0).registerError(TooManySubscriptionsException, TooManySubscriptionsException$1);
|
|
2445
1712
|
var UnauthorizedOperationException = [
|
|
2446
1713
|
-3,
|
|
2447
1714
|
n0,
|
|
2448
1715
|
_UOE,
|
|
2449
|
-
{
|
|
2450
|
-
[_e]: _c,
|
|
2451
|
-
[_hE]: 403,
|
|
2452
|
-
},
|
|
1716
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
2453
1717
|
[_M, _Cod],
|
|
2454
1718
|
[0, 0],
|
|
2455
1719
|
];
|
|
@@ -2458,10 +1722,7 @@ var UnauthorizedResourceAccessException = [
|
|
|
2458
1722
|
-3,
|
|
2459
1723
|
n0,
|
|
2460
1724
|
_URAE,
|
|
2461
|
-
{
|
|
2462
|
-
[_e]: _c,
|
|
2463
|
-
[_hE]: 404,
|
|
2464
|
-
},
|
|
1725
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
2465
1726
|
[_M],
|
|
2466
1727
|
[0],
|
|
2467
1728
|
];
|
|
@@ -2472,18 +1733,7 @@ var UpdateDocumentRequest = [
|
|
|
2472
1733
|
_UDR,
|
|
2473
1734
|
0,
|
|
2474
1735
|
[_AT, _DI, _N, _PFI, _RS],
|
|
2475
|
-
[
|
|
2476
|
-
[
|
|
2477
|
-
() => AuthenticationHeaderType,
|
|
2478
|
-
{
|
|
2479
|
-
[_hH]: _A,
|
|
2480
|
-
},
|
|
2481
|
-
],
|
|
2482
|
-
[0, 1],
|
|
2483
|
-
[() => ResourceNameType, 0],
|
|
2484
|
-
0,
|
|
2485
|
-
0,
|
|
2486
|
-
],
|
|
1736
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, 1], [() => ResourceNameType, 0], 0, 0],
|
|
2487
1737
|
];
|
|
2488
1738
|
var UpdateDocumentVersionRequest = [
|
|
2489
1739
|
3,
|
|
@@ -2491,17 +1741,7 @@ var UpdateDocumentVersionRequest = [
|
|
|
2491
1741
|
_UDVR,
|
|
2492
1742
|
0,
|
|
2493
1743
|
[_AT, _DI, _VI, _VS],
|
|
2494
|
-
[
|
|
2495
|
-
[
|
|
2496
|
-
() => AuthenticationHeaderType,
|
|
2497
|
-
{
|
|
2498
|
-
[_hH]: _A,
|
|
2499
|
-
},
|
|
2500
|
-
],
|
|
2501
|
-
[0, 1],
|
|
2502
|
-
[0, 1],
|
|
2503
|
-
0,
|
|
2504
|
-
],
|
|
1744
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, 1], [0, 1], 0],
|
|
2505
1745
|
];
|
|
2506
1746
|
var UpdateFolderRequest = [
|
|
2507
1747
|
3,
|
|
@@ -2509,18 +1749,7 @@ var UpdateFolderRequest = [
|
|
|
2509
1749
|
_UFR,
|
|
2510
1750
|
0,
|
|
2511
1751
|
[_AT, _FI, _N, _PFI, _RS],
|
|
2512
|
-
[
|
|
2513
|
-
[
|
|
2514
|
-
() => AuthenticationHeaderType,
|
|
2515
|
-
{
|
|
2516
|
-
[_hH]: _A,
|
|
2517
|
-
},
|
|
2518
|
-
],
|
|
2519
|
-
[0, 1],
|
|
2520
|
-
[() => ResourceNameType, 0],
|
|
2521
|
-
0,
|
|
2522
|
-
0,
|
|
2523
|
-
],
|
|
1752
|
+
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, 1], [() => ResourceNameType, 0], 0, 0],
|
|
2524
1753
|
];
|
|
2525
1754
|
var UpdateUserRequest = [
|
|
2526
1755
|
3,
|
|
@@ -2529,12 +1758,7 @@ var UpdateUserRequest = [
|
|
|
2529
1758
|
0,
|
|
2530
1759
|
[_AT, _UI, _GN, _Sur, _T, _SRt, _TZI, _Lo, _GPP],
|
|
2531
1760
|
[
|
|
2532
|
-
[
|
|
2533
|
-
() => AuthenticationHeaderType,
|
|
2534
|
-
{
|
|
2535
|
-
[_hH]: _A,
|
|
2536
|
-
},
|
|
2537
|
-
],
|
|
1761
|
+
[() => AuthenticationHeaderType, { [_hH]: _A }],
|
|
2538
1762
|
[0, 1],
|
|
2539
1763
|
[() => UserAttributeValueType, 0],
|
|
2540
1764
|
[() => UserAttributeValueType, 0],
|
|
@@ -2612,9 +1836,7 @@ var AbortDocumentVersionUpload = [
|
|
|
2612
1836
|
9,
|
|
2613
1837
|
n0,
|
|
2614
1838
|
_ADVU,
|
|
2615
|
-
{
|
|
2616
|
-
[_h]: ["DELETE", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 204],
|
|
2617
|
-
},
|
|
1839
|
+
{ [_h]: ["DELETE", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 204] },
|
|
2618
1840
|
() => AbortDocumentVersionUploadRequest,
|
|
2619
1841
|
() => __Unit,
|
|
2620
1842
|
];
|
|
@@ -2622,9 +1844,7 @@ var ActivateUser = [
|
|
|
2622
1844
|
9,
|
|
2623
1845
|
n0,
|
|
2624
1846
|
_AU,
|
|
2625
|
-
{
|
|
2626
|
-
[_h]: ["POST", "/api/v1/users/{UserId}/activation", 200],
|
|
2627
|
-
},
|
|
1847
|
+
{ [_h]: ["POST", "/api/v1/users/{UserId}/activation", 200] },
|
|
2628
1848
|
() => ActivateUserRequest,
|
|
2629
1849
|
() => ActivateUserResponse,
|
|
2630
1850
|
];
|
|
@@ -2632,9 +1852,7 @@ var AddResourcePermissions = [
|
|
|
2632
1852
|
9,
|
|
2633
1853
|
n0,
|
|
2634
1854
|
_ARP,
|
|
2635
|
-
{
|
|
2636
|
-
[_h]: ["POST", "/api/v1/resources/{ResourceId}/permissions", 201],
|
|
2637
|
-
},
|
|
1855
|
+
{ [_h]: ["POST", "/api/v1/resources/{ResourceId}/permissions", 201] },
|
|
2638
1856
|
() => AddResourcePermissionsRequest,
|
|
2639
1857
|
() => AddResourcePermissionsResponse,
|
|
2640
1858
|
];
|
|
@@ -2642,9 +1860,7 @@ var CreateComment = [
|
|
|
2642
1860
|
9,
|
|
2643
1861
|
n0,
|
|
2644
1862
|
_CCr,
|
|
2645
|
-
{
|
|
2646
|
-
[_h]: ["POST", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comment", 201],
|
|
2647
|
-
},
|
|
1863
|
+
{ [_h]: ["POST", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comment", 201] },
|
|
2648
1864
|
() => CreateCommentRequest,
|
|
2649
1865
|
() => CreateCommentResponse,
|
|
2650
1866
|
];
|
|
@@ -2652,9 +1868,7 @@ var CreateCustomMetadata = [
|
|
|
2652
1868
|
9,
|
|
2653
1869
|
n0,
|
|
2654
1870
|
_CCM,
|
|
2655
|
-
{
|
|
2656
|
-
[_h]: ["PUT", "/api/v1/resources/{ResourceId}/customMetadata", 200],
|
|
2657
|
-
},
|
|
1871
|
+
{ [_h]: ["PUT", "/api/v1/resources/{ResourceId}/customMetadata", 200] },
|
|
2658
1872
|
() => CreateCustomMetadataRequest,
|
|
2659
1873
|
() => CreateCustomMetadataResponse,
|
|
2660
1874
|
];
|
|
@@ -2662,9 +1876,7 @@ var CreateFolder = [
|
|
|
2662
1876
|
9,
|
|
2663
1877
|
n0,
|
|
2664
1878
|
_CF,
|
|
2665
|
-
{
|
|
2666
|
-
[_h]: ["POST", "/api/v1/folders", 201],
|
|
2667
|
-
},
|
|
1879
|
+
{ [_h]: ["POST", "/api/v1/folders", 201] },
|
|
2668
1880
|
() => CreateFolderRequest,
|
|
2669
1881
|
() => CreateFolderResponse,
|
|
2670
1882
|
];
|
|
@@ -2672,9 +1884,7 @@ var CreateLabels = [
|
|
|
2672
1884
|
9,
|
|
2673
1885
|
n0,
|
|
2674
1886
|
_CLr,
|
|
2675
|
-
{
|
|
2676
|
-
[_h]: ["PUT", "/api/v1/resources/{ResourceId}/labels", 200],
|
|
2677
|
-
},
|
|
1887
|
+
{ [_h]: ["PUT", "/api/v1/resources/{ResourceId}/labels", 200] },
|
|
2678
1888
|
() => CreateLabelsRequest,
|
|
2679
1889
|
() => CreateLabelsResponse,
|
|
2680
1890
|
];
|
|
@@ -2682,9 +1892,7 @@ var CreateNotificationSubscription = [
|
|
|
2682
1892
|
9,
|
|
2683
1893
|
n0,
|
|
2684
1894
|
_CNS,
|
|
2685
|
-
{
|
|
2686
|
-
[_h]: ["POST", "/api/v1/organizations/{OrganizationId}/subscriptions", 200],
|
|
2687
|
-
},
|
|
1895
|
+
{ [_h]: ["POST", "/api/v1/organizations/{OrganizationId}/subscriptions", 200] },
|
|
2688
1896
|
() => CreateNotificationSubscriptionRequest,
|
|
2689
1897
|
() => CreateNotificationSubscriptionResponse,
|
|
2690
1898
|
];
|
|
@@ -2692,9 +1900,7 @@ var CreateUser = [
|
|
|
2692
1900
|
9,
|
|
2693
1901
|
n0,
|
|
2694
1902
|
_CU,
|
|
2695
|
-
{
|
|
2696
|
-
[_h]: ["POST", "/api/v1/users", 201],
|
|
2697
|
-
},
|
|
1903
|
+
{ [_h]: ["POST", "/api/v1/users", 201] },
|
|
2698
1904
|
() => CreateUserRequest,
|
|
2699
1905
|
() => CreateUserResponse,
|
|
2700
1906
|
];
|
|
@@ -2702,9 +1908,7 @@ var DeactivateUser = [
|
|
|
2702
1908
|
9,
|
|
2703
1909
|
n0,
|
|
2704
1910
|
_DU,
|
|
2705
|
-
{
|
|
2706
|
-
[_h]: ["DELETE", "/api/v1/users/{UserId}/activation", 204],
|
|
2707
|
-
},
|
|
1911
|
+
{ [_h]: ["DELETE", "/api/v1/users/{UserId}/activation", 204] },
|
|
2708
1912
|
() => DeactivateUserRequest,
|
|
2709
1913
|
() => __Unit,
|
|
2710
1914
|
];
|
|
@@ -2712,9 +1916,7 @@ var DeleteComment = [
|
|
|
2712
1916
|
9,
|
|
2713
1917
|
n0,
|
|
2714
1918
|
_DC,
|
|
2715
|
-
{
|
|
2716
|
-
[_h]: ["DELETE", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comment/{CommentId}", 204],
|
|
2717
|
-
},
|
|
1919
|
+
{ [_h]: ["DELETE", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comment/{CommentId}", 204] },
|
|
2718
1920
|
() => DeleteCommentRequest,
|
|
2719
1921
|
() => __Unit,
|
|
2720
1922
|
];
|
|
@@ -2722,9 +1924,7 @@ var DeleteCustomMetadata = [
|
|
|
2722
1924
|
9,
|
|
2723
1925
|
n0,
|
|
2724
1926
|
_DCM,
|
|
2725
|
-
{
|
|
2726
|
-
[_h]: ["DELETE", "/api/v1/resources/{ResourceId}/customMetadata", 200],
|
|
2727
|
-
},
|
|
1927
|
+
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/customMetadata", 200] },
|
|
2728
1928
|
() => DeleteCustomMetadataRequest,
|
|
2729
1929
|
() => DeleteCustomMetadataResponse,
|
|
2730
1930
|
];
|
|
@@ -2732,9 +1932,7 @@ var DeleteDocument = [
|
|
|
2732
1932
|
9,
|
|
2733
1933
|
n0,
|
|
2734
1934
|
_DD,
|
|
2735
|
-
{
|
|
2736
|
-
[_h]: ["DELETE", "/api/v1/documents/{DocumentId}", 204],
|
|
2737
|
-
},
|
|
1935
|
+
{ [_h]: ["DELETE", "/api/v1/documents/{DocumentId}", 204] },
|
|
2738
1936
|
() => DeleteDocumentRequest,
|
|
2739
1937
|
() => __Unit,
|
|
2740
1938
|
];
|
|
@@ -2742,9 +1940,7 @@ var DeleteDocumentVersion = [
|
|
|
2742
1940
|
9,
|
|
2743
1941
|
n0,
|
|
2744
1942
|
_DDV,
|
|
2745
|
-
{
|
|
2746
|
-
[_h]: ["DELETE", "/api/v1/documentVersions/{DocumentId}/versions/{VersionId}", 204],
|
|
2747
|
-
},
|
|
1943
|
+
{ [_h]: ["DELETE", "/api/v1/documentVersions/{DocumentId}/versions/{VersionId}", 204] },
|
|
2748
1944
|
() => DeleteDocumentVersionRequest,
|
|
2749
1945
|
() => __Unit,
|
|
2750
1946
|
];
|
|
@@ -2752,9 +1948,7 @@ var DeleteFolder = [
|
|
|
2752
1948
|
9,
|
|
2753
1949
|
n0,
|
|
2754
1950
|
_DF,
|
|
2755
|
-
{
|
|
2756
|
-
[_h]: ["DELETE", "/api/v1/folders/{FolderId}", 204],
|
|
2757
|
-
},
|
|
1951
|
+
{ [_h]: ["DELETE", "/api/v1/folders/{FolderId}", 204] },
|
|
2758
1952
|
() => DeleteFolderRequest,
|
|
2759
1953
|
() => __Unit,
|
|
2760
1954
|
];
|
|
@@ -2762,9 +1956,7 @@ var DeleteFolderContents = [
|
|
|
2762
1956
|
9,
|
|
2763
1957
|
n0,
|
|
2764
1958
|
_DFC,
|
|
2765
|
-
{
|
|
2766
|
-
[_h]: ["DELETE", "/api/v1/folders/{FolderId}/contents", 204],
|
|
2767
|
-
},
|
|
1959
|
+
{ [_h]: ["DELETE", "/api/v1/folders/{FolderId}/contents", 204] },
|
|
2768
1960
|
() => DeleteFolderContentsRequest,
|
|
2769
1961
|
() => __Unit,
|
|
2770
1962
|
];
|
|
@@ -2772,9 +1964,7 @@ var DeleteLabels = [
|
|
|
2772
1964
|
9,
|
|
2773
1965
|
n0,
|
|
2774
1966
|
_DL,
|
|
2775
|
-
{
|
|
2776
|
-
[_h]: ["DELETE", "/api/v1/resources/{ResourceId}/labels", 200],
|
|
2777
|
-
},
|
|
1967
|
+
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/labels", 200] },
|
|
2778
1968
|
() => DeleteLabelsRequest,
|
|
2779
1969
|
() => DeleteLabelsResponse,
|
|
2780
1970
|
];
|
|
@@ -2782,9 +1972,7 @@ var DeleteNotificationSubscription = [
|
|
|
2782
1972
|
9,
|
|
2783
1973
|
n0,
|
|
2784
1974
|
_DNS,
|
|
2785
|
-
{
|
|
2786
|
-
[_h]: ["DELETE", "/api/v1/organizations/{OrganizationId}/subscriptions/{SubscriptionId}", 200],
|
|
2787
|
-
},
|
|
1975
|
+
{ [_h]: ["DELETE", "/api/v1/organizations/{OrganizationId}/subscriptions/{SubscriptionId}", 200] },
|
|
2788
1976
|
() => DeleteNotificationSubscriptionRequest,
|
|
2789
1977
|
() => __Unit,
|
|
2790
1978
|
];
|
|
@@ -2792,9 +1980,7 @@ var DeleteUser = [
|
|
|
2792
1980
|
9,
|
|
2793
1981
|
n0,
|
|
2794
1982
|
_DUe,
|
|
2795
|
-
{
|
|
2796
|
-
[_h]: ["DELETE", "/api/v1/users/{UserId}", 204],
|
|
2797
|
-
},
|
|
1983
|
+
{ [_h]: ["DELETE", "/api/v1/users/{UserId}", 204] },
|
|
2798
1984
|
() => DeleteUserRequest,
|
|
2799
1985
|
() => __Unit,
|
|
2800
1986
|
];
|
|
@@ -2802,9 +1988,7 @@ var DescribeActivities = [
|
|
|
2802
1988
|
9,
|
|
2803
1989
|
n0,
|
|
2804
1990
|
_DAe,
|
|
2805
|
-
{
|
|
2806
|
-
[_h]: ["GET", "/api/v1/activities", 200],
|
|
2807
|
-
},
|
|
1991
|
+
{ [_h]: ["GET", "/api/v1/activities", 200] },
|
|
2808
1992
|
() => DescribeActivitiesRequest,
|
|
2809
1993
|
() => DescribeActivitiesResponse,
|
|
2810
1994
|
];
|
|
@@ -2812,9 +1996,7 @@ var DescribeComments = [
|
|
|
2812
1996
|
9,
|
|
2813
1997
|
n0,
|
|
2814
1998
|
_DCe,
|
|
2815
|
-
{
|
|
2816
|
-
[_h]: ["GET", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comments", 200],
|
|
2817
|
-
},
|
|
1999
|
+
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comments", 200] },
|
|
2818
2000
|
() => DescribeCommentsRequest,
|
|
2819
2001
|
() => DescribeCommentsResponse,
|
|
2820
2002
|
];
|
|
@@ -2822,9 +2004,7 @@ var DescribeDocumentVersions = [
|
|
|
2822
2004
|
9,
|
|
2823
2005
|
n0,
|
|
2824
2006
|
_DDVe,
|
|
2825
|
-
{
|
|
2826
|
-
[_h]: ["GET", "/api/v1/documents/{DocumentId}/versions", 200],
|
|
2827
|
-
},
|
|
2007
|
+
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/versions", 200] },
|
|
2828
2008
|
() => DescribeDocumentVersionsRequest,
|
|
2829
2009
|
() => DescribeDocumentVersionsResponse,
|
|
2830
2010
|
];
|
|
@@ -2832,9 +2012,7 @@ var DescribeFolderContents = [
|
|
|
2832
2012
|
9,
|
|
2833
2013
|
n0,
|
|
2834
2014
|
_DFCe,
|
|
2835
|
-
{
|
|
2836
|
-
[_h]: ["GET", "/api/v1/folders/{FolderId}/contents", 200],
|
|
2837
|
-
},
|
|
2015
|
+
{ [_h]: ["GET", "/api/v1/folders/{FolderId}/contents", 200] },
|
|
2838
2016
|
() => DescribeFolderContentsRequest,
|
|
2839
2017
|
() => DescribeFolderContentsResponse,
|
|
2840
2018
|
];
|
|
@@ -2842,9 +2020,7 @@ var DescribeGroups = [
|
|
|
2842
2020
|
9,
|
|
2843
2021
|
n0,
|
|
2844
2022
|
_DG,
|
|
2845
|
-
{
|
|
2846
|
-
[_h]: ["GET", "/api/v1/groups", 200],
|
|
2847
|
-
},
|
|
2023
|
+
{ [_h]: ["GET", "/api/v1/groups", 200] },
|
|
2848
2024
|
() => DescribeGroupsRequest,
|
|
2849
2025
|
() => DescribeGroupsResponse,
|
|
2850
2026
|
];
|
|
@@ -2852,9 +2028,7 @@ var DescribeNotificationSubscriptions = [
|
|
|
2852
2028
|
9,
|
|
2853
2029
|
n0,
|
|
2854
2030
|
_DNSe,
|
|
2855
|
-
{
|
|
2856
|
-
[_h]: ["GET", "/api/v1/organizations/{OrganizationId}/subscriptions", 200],
|
|
2857
|
-
},
|
|
2031
|
+
{ [_h]: ["GET", "/api/v1/organizations/{OrganizationId}/subscriptions", 200] },
|
|
2858
2032
|
() => DescribeNotificationSubscriptionsRequest,
|
|
2859
2033
|
() => DescribeNotificationSubscriptionsResponse,
|
|
2860
2034
|
];
|
|
@@ -2862,9 +2036,7 @@ var DescribeResourcePermissions = [
|
|
|
2862
2036
|
9,
|
|
2863
2037
|
n0,
|
|
2864
2038
|
_DRP,
|
|
2865
|
-
{
|
|
2866
|
-
[_h]: ["GET", "/api/v1/resources/{ResourceId}/permissions", 200],
|
|
2867
|
-
},
|
|
2039
|
+
{ [_h]: ["GET", "/api/v1/resources/{ResourceId}/permissions", 200] },
|
|
2868
2040
|
() => DescribeResourcePermissionsRequest,
|
|
2869
2041
|
() => DescribeResourcePermissionsResponse,
|
|
2870
2042
|
];
|
|
@@ -2872,9 +2044,7 @@ var DescribeRootFolders = [
|
|
|
2872
2044
|
9,
|
|
2873
2045
|
n0,
|
|
2874
2046
|
_DRF,
|
|
2875
|
-
{
|
|
2876
|
-
[_h]: ["GET", "/api/v1/me/root", 200],
|
|
2877
|
-
},
|
|
2047
|
+
{ [_h]: ["GET", "/api/v1/me/root", 200] },
|
|
2878
2048
|
() => DescribeRootFoldersRequest,
|
|
2879
2049
|
() => DescribeRootFoldersResponse,
|
|
2880
2050
|
];
|
|
@@ -2882,9 +2052,7 @@ var DescribeUsers = [
|
|
|
2882
2052
|
9,
|
|
2883
2053
|
n0,
|
|
2884
2054
|
_DUes,
|
|
2885
|
-
{
|
|
2886
|
-
[_h]: ["GET", "/api/v1/users", 200],
|
|
2887
|
-
},
|
|
2055
|
+
{ [_h]: ["GET", "/api/v1/users", 200] },
|
|
2888
2056
|
() => DescribeUsersRequest,
|
|
2889
2057
|
() => DescribeUsersResponse,
|
|
2890
2058
|
];
|
|
@@ -2892,9 +2060,7 @@ var GetCurrentUser = [
|
|
|
2892
2060
|
9,
|
|
2893
2061
|
n0,
|
|
2894
2062
|
_GCU,
|
|
2895
|
-
{
|
|
2896
|
-
[_h]: ["GET", "/api/v1/me", 200],
|
|
2897
|
-
},
|
|
2063
|
+
{ [_h]: ["GET", "/api/v1/me", 200] },
|
|
2898
2064
|
() => GetCurrentUserRequest,
|
|
2899
2065
|
() => GetCurrentUserResponse,
|
|
2900
2066
|
];
|
|
@@ -2902,9 +2068,7 @@ var GetDocument = [
|
|
|
2902
2068
|
9,
|
|
2903
2069
|
n0,
|
|
2904
2070
|
_GD,
|
|
2905
|
-
{
|
|
2906
|
-
[_h]: ["GET", "/api/v1/documents/{DocumentId}", 200],
|
|
2907
|
-
},
|
|
2071
|
+
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}", 200] },
|
|
2908
2072
|
() => GetDocumentRequest,
|
|
2909
2073
|
() => GetDocumentResponse,
|
|
2910
2074
|
];
|
|
@@ -2912,9 +2076,7 @@ var GetDocumentPath = [
|
|
|
2912
2076
|
9,
|
|
2913
2077
|
n0,
|
|
2914
2078
|
_GDP,
|
|
2915
|
-
{
|
|
2916
|
-
[_h]: ["GET", "/api/v1/documents/{DocumentId}/path", 200],
|
|
2917
|
-
},
|
|
2079
|
+
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/path", 200] },
|
|
2918
2080
|
() => GetDocumentPathRequest,
|
|
2919
2081
|
() => GetDocumentPathResponse,
|
|
2920
2082
|
];
|
|
@@ -2922,9 +2084,7 @@ var GetDocumentVersion = [
|
|
|
2922
2084
|
9,
|
|
2923
2085
|
n0,
|
|
2924
2086
|
_GDV,
|
|
2925
|
-
{
|
|
2926
|
-
[_h]: ["GET", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 200],
|
|
2927
|
-
},
|
|
2087
|
+
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 200] },
|
|
2928
2088
|
() => GetDocumentVersionRequest,
|
|
2929
2089
|
() => GetDocumentVersionResponse,
|
|
2930
2090
|
];
|
|
@@ -2932,9 +2092,7 @@ var GetFolder = [
|
|
|
2932
2092
|
9,
|
|
2933
2093
|
n0,
|
|
2934
2094
|
_GF,
|
|
2935
|
-
{
|
|
2936
|
-
[_h]: ["GET", "/api/v1/folders/{FolderId}", 200],
|
|
2937
|
-
},
|
|
2095
|
+
{ [_h]: ["GET", "/api/v1/folders/{FolderId}", 200] },
|
|
2938
2096
|
() => GetFolderRequest,
|
|
2939
2097
|
() => GetFolderResponse,
|
|
2940
2098
|
];
|
|
@@ -2942,9 +2100,7 @@ var GetFolderPath = [
|
|
|
2942
2100
|
9,
|
|
2943
2101
|
n0,
|
|
2944
2102
|
_GFP,
|
|
2945
|
-
{
|
|
2946
|
-
[_h]: ["GET", "/api/v1/folders/{FolderId}/path", 200],
|
|
2947
|
-
},
|
|
2103
|
+
{ [_h]: ["GET", "/api/v1/folders/{FolderId}/path", 200] },
|
|
2948
2104
|
() => GetFolderPathRequest,
|
|
2949
2105
|
() => GetFolderPathResponse,
|
|
2950
2106
|
];
|
|
@@ -2952,9 +2108,7 @@ var GetResources = [
|
|
|
2952
2108
|
9,
|
|
2953
2109
|
n0,
|
|
2954
2110
|
_GR,
|
|
2955
|
-
{
|
|
2956
|
-
[_h]: ["GET", "/api/v1/resources", 200],
|
|
2957
|
-
},
|
|
2111
|
+
{ [_h]: ["GET", "/api/v1/resources", 200] },
|
|
2958
2112
|
() => GetResourcesRequest,
|
|
2959
2113
|
() => GetResourcesResponse,
|
|
2960
2114
|
];
|
|
@@ -2962,9 +2116,7 @@ var InitiateDocumentVersionUpload = [
|
|
|
2962
2116
|
9,
|
|
2963
2117
|
n0,
|
|
2964
2118
|
_IDVU,
|
|
2965
|
-
{
|
|
2966
|
-
[_h]: ["POST", "/api/v1/documents", 201],
|
|
2967
|
-
},
|
|
2119
|
+
{ [_h]: ["POST", "/api/v1/documents", 201] },
|
|
2968
2120
|
() => InitiateDocumentVersionUploadRequest,
|
|
2969
2121
|
() => InitiateDocumentVersionUploadResponse,
|
|
2970
2122
|
];
|
|
@@ -2972,9 +2124,7 @@ var RemoveAllResourcePermissions = [
|
|
|
2972
2124
|
9,
|
|
2973
2125
|
n0,
|
|
2974
2126
|
_RARP,
|
|
2975
|
-
{
|
|
2976
|
-
[_h]: ["DELETE", "/api/v1/resources/{ResourceId}/permissions", 204],
|
|
2977
|
-
},
|
|
2127
|
+
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/permissions", 204] },
|
|
2978
2128
|
() => RemoveAllResourcePermissionsRequest,
|
|
2979
2129
|
() => __Unit,
|
|
2980
2130
|
];
|
|
@@ -2982,9 +2132,7 @@ var RemoveResourcePermission = [
|
|
|
2982
2132
|
9,
|
|
2983
2133
|
n0,
|
|
2984
2134
|
_RRP,
|
|
2985
|
-
{
|
|
2986
|
-
[_h]: ["DELETE", "/api/v1/resources/{ResourceId}/permissions/{PrincipalId}", 204],
|
|
2987
|
-
},
|
|
2135
|
+
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/permissions/{PrincipalId}", 204] },
|
|
2988
2136
|
() => RemoveResourcePermissionRequest,
|
|
2989
2137
|
() => __Unit,
|
|
2990
2138
|
];
|
|
@@ -2992,9 +2140,7 @@ var RestoreDocumentVersions = [
|
|
|
2992
2140
|
9,
|
|
2993
2141
|
n0,
|
|
2994
2142
|
_RDV,
|
|
2995
|
-
{
|
|
2996
|
-
[_h]: ["POST", "/api/v1/documentVersions/restore/{DocumentId}", 204],
|
|
2997
|
-
},
|
|
2143
|
+
{ [_h]: ["POST", "/api/v1/documentVersions/restore/{DocumentId}", 204] },
|
|
2998
2144
|
() => RestoreDocumentVersionsRequest,
|
|
2999
2145
|
() => __Unit,
|
|
3000
2146
|
];
|
|
@@ -3002,9 +2148,7 @@ var SearchResources = [
|
|
|
3002
2148
|
9,
|
|
3003
2149
|
n0,
|
|
3004
2150
|
_SRe,
|
|
3005
|
-
{
|
|
3006
|
-
[_h]: ["POST", "/api/v1/search", 200],
|
|
3007
|
-
},
|
|
2151
|
+
{ [_h]: ["POST", "/api/v1/search", 200] },
|
|
3008
2152
|
() => SearchResourcesRequest,
|
|
3009
2153
|
() => SearchResourcesResponse,
|
|
3010
2154
|
];
|
|
@@ -3012,9 +2156,7 @@ var UpdateDocument = [
|
|
|
3012
2156
|
9,
|
|
3013
2157
|
n0,
|
|
3014
2158
|
_UD,
|
|
3015
|
-
{
|
|
3016
|
-
[_h]: ["PATCH", "/api/v1/documents/{DocumentId}", 200],
|
|
3017
|
-
},
|
|
2159
|
+
{ [_h]: ["PATCH", "/api/v1/documents/{DocumentId}", 200] },
|
|
3018
2160
|
() => UpdateDocumentRequest,
|
|
3019
2161
|
() => __Unit,
|
|
3020
2162
|
];
|
|
@@ -3022,9 +2164,7 @@ var UpdateDocumentVersion = [
|
|
|
3022
2164
|
9,
|
|
3023
2165
|
n0,
|
|
3024
2166
|
_UDV,
|
|
3025
|
-
{
|
|
3026
|
-
[_h]: ["PATCH", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 200],
|
|
3027
|
-
},
|
|
2167
|
+
{ [_h]: ["PATCH", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 200] },
|
|
3028
2168
|
() => UpdateDocumentVersionRequest,
|
|
3029
2169
|
() => __Unit,
|
|
3030
2170
|
];
|
|
@@ -3032,9 +2172,7 @@ var UpdateFolder = [
|
|
|
3032
2172
|
9,
|
|
3033
2173
|
n0,
|
|
3034
2174
|
_UF,
|
|
3035
|
-
{
|
|
3036
|
-
[_h]: ["PATCH", "/api/v1/folders/{FolderId}", 200],
|
|
3037
|
-
},
|
|
2175
|
+
{ [_h]: ["PATCH", "/api/v1/folders/{FolderId}", 200] },
|
|
3038
2176
|
() => UpdateFolderRequest,
|
|
3039
2177
|
() => __Unit,
|
|
3040
2178
|
];
|
|
@@ -3042,9 +2180,7 @@ var UpdateUser = [
|
|
|
3042
2180
|
9,
|
|
3043
2181
|
n0,
|
|
3044
2182
|
_UUp,
|
|
3045
|
-
{
|
|
3046
|
-
[_h]: ["PATCH", "/api/v1/users/{UserId}", 200],
|
|
3047
|
-
},
|
|
2183
|
+
{ [_h]: ["PATCH", "/api/v1/users/{UserId}", 200] },
|
|
3048
2184
|
() => UpdateUserRequest,
|
|
3049
2185
|
() => UpdateUserResponse,
|
|
3050
2186
|
];
|