@vidispine/api 24.2.0 → 24.3.0-pre.2

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.js CHANGED
@@ -1091,7 +1091,7 @@ const y = {
1091
1091
  *
1092
1092
  * Get Collection Deletion Lock List Metadata Prefix
1093
1093
  *
1094
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
1094
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
1095
1095
  *
1096
1096
  *
1097
1097
  * - accept: `application/json`
@@ -2896,7 +2896,7 @@ const y = {
2896
2896
  *
2897
2897
  * Get Collection Deletion Lock Metadata Prefix
2898
2898
  *
2899
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
2899
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
2900
2900
  *
2901
2901
  *
2902
2902
  * - accept: `application/json`
@@ -5918,7 +5918,7 @@ const y = {
5918
5918
  *
5919
5919
  * Get Component Metadata Prefix
5920
5920
  *
5921
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
5921
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
5922
5922
  *
5923
5923
  *
5924
5924
  * - accept: `application/json`
@@ -6027,22 +6027,22 @@ const y = {
6027
6027
  })
6028
6028
  }, b = {
6029
6029
  /**
6030
- * `GET /APInoauth/configportal/{filename}`
6030
+ * `GET /APInoauth/configportal/{type}`
6031
6031
  *
6032
- * Get Configportal Schema No Auth
6032
+ * Get Configportal Schema By Type No Auth
6033
6033
  *
6034
6034
  *
6035
6035
  * - accept: `application/json`
6036
6036
  *
6037
6037
  * @param {object} options
6038
6038
  * @param {object} options.pathParams - Path parameters
6039
- * @param {string} options.pathParams.filename
6039
+ * @param {string} options.pathParams.type
6040
6040
  * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
6041
6041
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
6042
6042
  * @returns {Promise<AxiosResponse<string>>} Promise&lt;AxiosResponse&lt;string&gt;&gt;
6043
6043
  */
6044
- getConfigportalSchemaNoAuth: ({
6045
- pathParams: { filename: a },
6044
+ getConfigportalSchemaByTypeNoAuth: ({
6045
+ pathParams: { type: a },
6046
6046
  headers: e,
6047
6047
  requestConfig: t
6048
6048
  }) => i({
@@ -7921,7 +7921,7 @@ const y = {
7921
7921
  *
7922
7922
  * Get Deletion Lock Deletion Lock Metadata Prefix
7923
7923
  *
7924
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
7924
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
7925
7925
  *
7926
7926
  *
7927
7927
  * - accept: `application/json`
@@ -9368,7 +9368,7 @@ const y = {
9368
9368
  *
9369
9369
  * Get Export Location Metadata Prefix
9370
9370
  *
9371
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
9371
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
9372
9372
  *
9373
9373
  *
9374
9374
  * - accept: `application/json`
@@ -10270,7 +10270,7 @@ const y = {
10270
10270
  *
10271
10271
  * Get Field Group Metadata Prefix
10272
10272
  *
10273
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
10273
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
10274
10274
  *
10275
10275
  *
10276
10276
  * - accept: `application/json`
@@ -11501,7 +11501,7 @@ const y = {
11501
11501
  /**
11502
11502
  * `GET /API/file/path/{path}/deletion-lock/{deletionLockId}/metadata/{prefix}`
11503
11503
  *
11504
- * Get File Deletion Lock All Metadata By Path Prefix
11504
+ * Get File Deletion Lock Metadata By Path Prefix
11505
11505
  *
11506
11506
  *
11507
11507
  * - accept: `application/json`
@@ -11515,7 +11515,7 @@ const y = {
11515
11515
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
11516
11516
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
11517
11517
  */
11518
- getFileDeletionLockAllMetadataByPathPrefix: ({
11518
+ getFileDeletionLockMetadataByPathPrefix: ({
11519
11519
  pathParams: { path: a, deletionLockId: e, prefix: t },
11520
11520
  headers: o,
11521
11521
  requestConfig: r
@@ -11842,7 +11842,7 @@ const y = {
11842
11842
  /**
11843
11843
  * `GET /API/file/path/{path}/metadata/{prefix}`
11844
11844
  *
11845
- * Get File All Metadata By Path Prefix
11845
+ * Get File Metadata By Path Prefix
11846
11846
  *
11847
11847
  *
11848
11848
  * - accept: `application/json`
@@ -11855,7 +11855,7 @@ const y = {
11855
11855
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
11856
11856
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
11857
11857
  */
11858
- getFileAllMetadataByPathPrefix: ({
11858
+ getFileMetadataByPathPrefix: ({
11859
11859
  pathParams: { path: a, prefix: e },
11860
11860
  headers: t,
11861
11861
  requestConfig: o
@@ -11973,6 +11973,7 @@ const y = {
11973
11973
  * @param {string} options.pathParams.targetStorageId
11974
11974
  * @param {object} [options.queryParams] - Query parameters
11975
11975
  * @param {string} [options.queryParams.filename]
11976
+ * @param {string} [options.queryParams.fxpMode='none']
11976
11977
  * @param {boolean} [options.queryParams.hardlink]
11977
11978
  * @param {boolean} [options.queryParams.holdJob]
11978
11979
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata]
@@ -12591,7 +12592,7 @@ const y = {
12591
12592
  /**
12592
12593
  * `GET /API/file/uri/{uri}/deletion-lock/{deletionLockId}/metadata/{prefix}`
12593
12594
  *
12594
- * Get File Deletion Lock All Metadata With Uri Prefix
12595
+ * Get File Deletion Lock Metadata With Uri Prefix
12595
12596
  *
12596
12597
  *
12597
12598
  * - accept: `application/json`
@@ -12605,7 +12606,7 @@ const y = {
12605
12606
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
12606
12607
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
12607
12608
  */
12608
- getFileDeletionLockAllMetadataWithUriPrefix: ({
12609
+ getFileDeletionLockMetadataWithUriPrefix: ({
12609
12610
  pathParams: { uri: a, deletionLockId: e, prefix: t },
12610
12611
  headers: o,
12611
12612
  requestConfig: r
@@ -12932,7 +12933,7 @@ const y = {
12932
12933
  /**
12933
12934
  * `GET /API/file/uri/{uri}/metadata/{prefix}`
12934
12935
  *
12935
- * Get File All Metadata With Uri Prefix
12936
+ * Get File Metadata With Uri Prefix
12936
12937
  *
12937
12938
  *
12938
12939
  * - accept: `application/json`
@@ -12945,7 +12946,7 @@ const y = {
12945
12946
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
12946
12947
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
12947
12948
  */
12948
- getFileAllMetadataWithUriPrefix: ({
12949
+ getFileMetadataWithUriPrefix: ({
12949
12950
  pathParams: { uri: a, prefix: e },
12950
12951
  headers: t,
12951
12952
  requestConfig: o
@@ -13098,6 +13099,7 @@ const y = {
13098
13099
  * @param {string} options.pathParams.targetStorageId
13099
13100
  * @param {object} [options.queryParams] - Query parameters
13100
13101
  * @param {string} [options.queryParams.filename]
13102
+ * @param {string} [options.queryParams.fxpMode='none']
13101
13103
  * @param {boolean} [options.queryParams.hardlink]
13102
13104
  * @param {boolean} [options.queryParams.holdJob]
13103
13105
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata]
@@ -14223,6 +14225,7 @@ const y = {
14223
14225
  * @param {string} options.pathParams.targetStorageId
14224
14226
  * @param {object} [options.queryParams] - Query parameters
14225
14227
  * @param {string} [options.queryParams.filename] - The desired target filename.
14228
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
14226
14229
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
14227
14230
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
14228
14231
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -15086,7 +15089,7 @@ const y = {
15086
15089
  *
15087
15090
  * Get Group Metadata Prefix
15088
15091
  *
15089
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
15092
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
15090
15093
  *
15091
15094
  *
15092
15095
  * - accept: `application/json`
@@ -15888,7 +15891,7 @@ const y = {
15888
15891
  *
15889
15892
  * Post Import Placeholder Passkey
15890
15893
  *
15891
- * Creates a new passkey for a specific placeholder item, that can be used to perform imports to this item without requiring authentication.
15894
+ * Creates a new passkey for a specific placeholder item, that can be used to perform imports to this item without requiring authentication.This method was superseded by POST /import/placeholder/(item-id)/(component-type)/raw-passkey.
15892
15895
  *
15893
15896
  *
15894
15897
  * - accept: `application/json`
@@ -15896,26 +15899,22 @@ const y = {
15896
15899
  * @param {object} options
15897
15900
  * @param {object} options.pathParams - Path parameters
15898
15901
  * @param {string} options.pathParams.itemId
15899
- * @param {object} [options.queryParams] - Query parameters
15900
- * @param {string} [options.queryParams.shapeId] - Shape id for which shape to receive the content.
15901
15902
  * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
15902
15903
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
15903
15904
  * @returns {Promise<AxiosResponse<URIListDocument>>} Promise&lt;AxiosResponse&lt;URIListDocument&gt;&gt;
15904
15905
  */
15905
15906
  postImportPlaceholderPasskey: ({
15906
15907
  pathParams: { itemId: a },
15907
- queryParams: e,
15908
- headers: t,
15909
- requestConfig: o
15908
+ headers: e,
15909
+ requestConfig: t
15910
15910
  }) => i({
15911
15911
  method: "POST",
15912
15912
  url: `/API/import/placeholder/${a}/raw-passkey`,
15913
15913
  headers: {
15914
15914
  accept: "application/json",
15915
- ...t ?? {}
15915
+ ...e ?? {}
15916
15916
  },
15917
- queryParams: e,
15918
- ...o
15917
+ ...t
15919
15918
  }),
15920
15919
  /**
15921
15920
  * `POST /API/import/placeholder/{itemId}/{componentType}`
@@ -16071,6 +16070,64 @@ const y = {
16071
16070
  data: o ?? "",
16072
16071
  ...s
16073
16072
  }),
16073
+ /**
16074
+ * `POST /API/import/placeholder/{itemId}/{componentType}/raw-passkey`
16075
+ *
16076
+ * Post Import Placeholder Raw Passkey
16077
+ *
16078
+ * Create a job and generates a passkey that can later be used to import a file into a placeholder without being authenticated.Imports the file and extracts component data based on what type is specified (container, audio, video, binary, subtitle). No transcoding will take place until all files have been imported.
16079
+ *
16080
+ *
16081
+ * - accept: `application/json`
16082
+ *
16083
+ * @param {object} options
16084
+ * @param {object} options.pathParams - Path parameters
16085
+ * @param {string} options.pathParams.itemId
16086
+ * @param {string} options.pathParams.componentType
16087
+ * @param {object} [options.queryParams] - Query parameters
16088
+ * @param {boolean} [options.queryParams.ccFromVideo] - New in version 22.1. true - Extract closed captions from video tracks as well as data tracks. false (default) - Extract closed captions from data tracks only.
16089
+ * @param {string} [options.queryParams.createPosters] - A list of time codes to use for creating posters.
16090
+ * @param {boolean} [options.queryParams.createThumbnails] - true (default) - Generate thumbnails as per defined by shape tag. false - Disable thumbnail generation.
16091
+ * @param {string} [options.queryParams.extractCc] - Extract closed captions as metadata. Allowed values: true and mcc New in version 22.1. Extract WebVTT subtitle as metadata. Allowed value: webvtt New in version 22.4.
16092
+ * @param {string} [options.queryParams.fastStartLength] - Estimated duration of the clip in seconds.
16093
+ * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
16094
+ * @param {number} [options.queryParams.index] - Index (order) of the component.
16095
+ * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
16096
+ * @param {boolean} [options.queryParams.noTranscode] - true - Will disable transcoding even if the tags parameter is set. Rather, the specified tag will be used to determine cropping, scaling etc. of thumbnails. false (default) - Normal transcode.
16097
+ * @param {string} [options.queryParams.notification] - The placeholder job notification to use for this job.
16098
+ * @param {KeyValueObjectQueryParam} [options.queryParams.notificationData] - Any additional data to include for notifications on this job.
16099
+ * @param {string} [options.queryParams.original] - If specified, should be one of the tags specified in the tag parameter. Specifies that the original shape tag will be reset to the shape created to this tag.
16100
+ * @param {string} [options.queryParams.originalFilename] - The filename that will be stored in the originalFilename metadata field. If both filename and originalFilename are provided, originalFilename will be used.
16101
+ * @param {boolean} [options.queryParams.overrideFastStart] - true (default) - Use transcoder's estimate of the duration for allocating header space in MOV files and similar files. false - Do not use the transcoder's estimate of the duration.
16102
+ * @param {string} [options.queryParams.priority] - The priority to assign to the job. Default is MEDIUM .
16103
+ * @param {boolean} [options.queryParams.requireFastStart=true] - true (default) - Try to put the index tables (header) in front of the file. false - Put header at end of file.
16104
+ * @param {string} [options.queryParams.resourceId] - The transcoder resource to use to execute the transcode.
16105
+ * @param {string} [options.queryParams.resourceTag] - New in version 24.3. If storageId is not specified, the resource tag criteria are used to select the storage for uploading the file. Once the storage is known and the storage is managed by a VSA, the resource tag criteria are used to select the VSA to use for direct file upload. The actual endpoint to use for sending the raw file data to VidiCore is returned in the key-value entry noAuthImportUri in the produced JobDocument. The resource tag criteria are also used to select transcoders for the job. Boolean operators - AND, OR, NOT - are supported. Examples: resourceTag=location:stockholm, resourceTag=location:stockhom OR location:berlin, resourceTag=(location:stockhom OR location:berlin) AND (type:blue OR NOT type:red).
16106
+ * @param {string} [options.queryParams.shapeId] - Shape id for which shape to receive the content.
16107
+ * @param {string} [options.queryParams.storageId] - Identifier of storage where essence file is to be stored.
16108
+ * @param {string[]} [options.queryParams.tag] - A list of shape tags to use for transcoding.
16109
+ * @param {string} [options.queryParams.thumbnailService] - Identifies which thumbnail resource that should be used.
16110
+ * @param {string} [options.queryParams.transferId] - An id to assign the transfer to be able to refer to it.
16111
+ * @param {number} [options.queryParams.transferPriority=1] - An integer between 1 and 1000 that indicates what priority the transfer should be given in relation to other transfers. A transfer with a high priority value is considered more important than a transfer with a low priority value.
16112
+ * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
16113
+ * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
16114
+ * @returns {Promise<AxiosResponse<JobDocument>>} Promise&lt;AxiosResponse&lt;JobDocument&gt;&gt;
16115
+ */
16116
+ postImportPlaceholderRawPasskey: ({
16117
+ pathParams: { itemId: a, componentType: e },
16118
+ queryParams: t,
16119
+ headers: o,
16120
+ requestConfig: r
16121
+ }) => i({
16122
+ method: "POST",
16123
+ url: `/API/import/placeholder/${a}/${e}/raw-passkey`,
16124
+ headers: {
16125
+ accept: "application/json",
16126
+ ...o ?? {}
16127
+ },
16128
+ queryParams: t,
16129
+ ...r
16130
+ }),
16074
16131
  /**
16075
16132
  * `POST /API/import/project`
16076
16133
  *
@@ -16237,6 +16294,7 @@ const y = {
16237
16294
  * @param {string} [options.queryParams.priority] - The priority to assign to the job. Default is MEDIUM .
16238
16295
  * @param {boolean} [options.queryParams.requireFastStart=true] - true (default) - Try to put the index tables (header) in front of the file. false - Put header at end of file.
16239
16296
  * @param {string} [options.queryParams.resourceId] - The transcoder resource to use to execute the transcode.
16297
+ * @param {string} [options.queryParams.resourceTag] - New in version 24.3. If storageId is not specified, the resource tag criteria are used to select the storage for uploading the file. Once the storage is known and the storage is managed by a VSA, the resource tag criteria are used to select the VSA to use for direct file upload. The actual endpoint to use for sending the raw file data to VidiCore is returned in the key-value entry noAuthImportUri in the produced JobDocument. The resource tag criteria are also used to select transcoders for the job. Boolean operators - AND, OR, NOT - are supported. Examples: resourceTag=location:stockholm, resourceTag=location:stockhom OR location:berlin, resourceTag=(location:stockhom OR location:berlin) AND (type:blue OR NOT type:red).
16240
16298
  * @param {string} [options.queryParams.settings] - Pre-configured import settings.
16241
16299
  * @param {string} [options.queryParams.storageId] - Identifier of storage where essence file is to be stored.
16242
16300
  * @param {string[]} [options.queryParams.tag] - A list of shape tags to use for transcoding.
@@ -16675,11 +16733,12 @@ const y = {
16675
16733
  *
16676
16734
  * @param {object} options
16677
16735
  * @param {object} [options.queryParams] - Query parameters
16678
- * @param {string} [options.queryParams.originalFilename] - The filename that will be stored in the originalFilename metadata field. If both filename and originalFilename are provided, originalFilename will be used.
16679
16736
  * @param {string} [options.queryParams.passkey]
16680
- * @param {string} [options.queryParams.storageId] - Identifier of storage where essence file is to be stored.
16681
16737
  * @param {string} [options.queryParams.transferId] - An id to assign the transfer to be able to refer to it.
16682
16738
  * @param {number} [options.queryParams.transferPriority=1] - An integer between 1 and 1000 that indicates what priority the transfer should be given in relation to other transfers. A transfer with a high priority value is considered more important than a transfer with a low priority value.
16739
+ * @param {number} [options.queryParams.vxaContentLength]
16740
+ * @param {string} [options.queryParams.vxaUpload]
16741
+ * @param {string} [options.queryParams.vxaUuid]
16683
16742
  * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
16684
16743
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
16685
16744
  * @returns {Promise<AxiosResponse<string>>} Promise&lt;AxiosResponse&lt;string&gt;&gt;
@@ -17282,7 +17341,7 @@ const y = {
17282
17341
  *
17283
17342
  * Get Item Deletion Lock List Metadata Prefix
17284
17343
  *
17285
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
17344
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
17286
17345
  *
17287
17346
  *
17288
17347
  * - accept: `application/json`
@@ -18683,7 +18742,7 @@ const y = {
18683
18742
  *
18684
18743
  * Get Item Deletion Lock Metadata Prefix
18685
18744
  *
18686
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
18745
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
18687
18746
  *
18688
18747
  *
18689
18748
  * - accept: `application/json`
@@ -23758,7 +23817,7 @@ const y = {
23758
23817
  *
23759
23818
  * Get Library Deletion Lock List Metadata Prefix
23760
23819
  *
23761
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
23820
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
23762
23821
  *
23763
23822
  *
23764
23823
  * - accept: `application/json`
@@ -24586,7 +24645,7 @@ const y = {
24586
24645
  *
24587
24646
  * Get Library Deletion Lock Metadata Prefix
24588
24647
  *
24589
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
24648
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
24590
24649
  *
24591
24650
  *
24592
24651
  * - accept: `application/json`
@@ -25131,7 +25190,7 @@ const y = {
25131
25190
  *
25132
25191
  * Get Library Metadata Prefix
25133
25192
  *
25134
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
25193
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
25135
25194
  *
25136
25195
  *
25137
25196
  * - accept: `application/json`
@@ -26936,7 +26995,7 @@ const y = {
26936
26995
  *
26937
26996
  * Get Metadata Field Metadata Prefix
26938
26997
  *
26939
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
26998
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
26940
26999
  *
26941
27000
  *
26942
27001
  * - accept: `application/json`
@@ -32102,7 +32161,7 @@ const y = {
32102
32161
  *
32103
32162
  * Get Shape Metadata Prefix
32104
32163
  *
32105
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
32164
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
32106
32165
  *
32107
32166
  *
32108
32167
  * - accept: `application/json`
@@ -33510,7 +33569,7 @@ const y = {
33510
33569
  *
33511
33570
  * Get Shape Tag Metadata Prefix
33512
33571
  *
33513
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
33572
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
33514
33573
  *
33515
33574
  *
33516
33575
  * - accept: `application/json`
@@ -33879,7 +33938,7 @@ const y = {
33879
33938
  *
33880
33939
  * Get Site Metadata Prefix
33881
33940
  *
33882
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
33941
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
33883
33942
  *
33884
33943
  *
33885
33944
  * - accept: `application/json`
@@ -34487,7 +34546,7 @@ const y = {
34487
34546
  *
34488
34547
  * Get Storage Deletion Lock File List Metadata Prefix
34489
34548
  *
34490
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
34549
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
34491
34550
  *
34492
34551
  *
34493
34552
  * - accept: `application/json`
@@ -35544,9 +35603,9 @@ const y = {
35544
35603
  /**
35545
35604
  * `GET /API/storage/file/path/{path}/deletion-lock/{deletionLockId}/metadata/{prefix}`
35546
35605
  *
35547
- * Get Storage Deletion Lock All Metadata By Path Prefix
35606
+ * Get Storage Deletion Lock Metadata By Path Prefix
35548
35607
  *
35549
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
35608
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
35550
35609
  *
35551
35610
  *
35552
35611
  * - accept: `application/json`
@@ -35560,7 +35619,7 @@ const y = {
35560
35619
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
35561
35620
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
35562
35621
  */
35563
- getStorageDeletionLockAllMetadataByPathPrefix: ({
35622
+ getStorageDeletionLockMetadataByPathPrefix: ({
35564
35623
  pathParams: { path: a, deletionLockId: e, prefix: t },
35565
35624
  headers: o,
35566
35625
  requestConfig: r
@@ -35905,9 +35964,9 @@ const y = {
35905
35964
  /**
35906
35965
  * `GET /API/storage/file/path/{path}/metadata/{prefix}`
35907
35966
  *
35908
- * Get Storage All Metadata By Path Prefix
35967
+ * Get Storage Metadata By Path Prefix
35909
35968
  *
35910
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
35969
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
35911
35970
  *
35912
35971
  *
35913
35972
  * - accept: `application/json`
@@ -35920,7 +35979,7 @@ const y = {
35920
35979
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
35921
35980
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
35922
35981
  */
35923
- getStorageAllMetadataByPathPrefix: ({
35982
+ getStorageMetadataByPathPrefix: ({
35924
35983
  pathParams: { path: a, prefix: e },
35925
35984
  headers: t,
35926
35985
  requestConfig: o
@@ -36046,6 +36105,7 @@ const y = {
36046
36105
  * @param {string} options.pathParams.targetStorageId
36047
36106
  * @param {object} [options.queryParams] - Query parameters
36048
36107
  * @param {string} [options.queryParams.filename] - The desired target filename.
36108
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
36049
36109
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
36050
36110
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
36051
36111
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -36700,9 +36760,9 @@ const y = {
36700
36760
  /**
36701
36761
  * `GET /API/storage/file/uri/{uri}/deletion-lock/{deletionLockId}/metadata/{prefix}`
36702
36762
  *
36703
- * Get Storage Deletion Lock All Metadata With Uri Prefix
36763
+ * Get Storage Deletion Lock Metadata With Uri Prefix
36704
36764
  *
36705
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
36765
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
36706
36766
  *
36707
36767
  *
36708
36768
  * - accept: `application/json`
@@ -36716,7 +36776,7 @@ const y = {
36716
36776
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
36717
36777
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
36718
36778
  */
36719
- getStorageDeletionLockAllMetadataWithUriPrefix: ({
36779
+ getStorageDeletionLockMetadataWithUriPrefix: ({
36720
36780
  pathParams: { uri: a, deletionLockId: e, prefix: t },
36721
36781
  headers: o,
36722
36782
  requestConfig: r
@@ -37061,9 +37121,9 @@ const y = {
37061
37121
  /**
37062
37122
  * `GET /API/storage/file/uri/{uri}/metadata/{prefix}`
37063
37123
  *
37064
- * Get Storage All Metadata With Uri Prefix
37124
+ * Get Storage Metadata With Uri Prefix
37065
37125
  *
37066
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
37126
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
37067
37127
  *
37068
37128
  *
37069
37129
  * - accept: `application/json`
@@ -37076,7 +37136,7 @@ const y = {
37076
37136
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
37077
37137
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
37078
37138
  */
37079
- getStorageAllMetadataWithUriPrefix: ({
37139
+ getStorageMetadataWithUriPrefix: ({
37080
37140
  pathParams: { uri: a, prefix: e },
37081
37141
  headers: t,
37082
37142
  requestConfig: o
@@ -37239,6 +37299,7 @@ const y = {
37239
37299
  * @param {string} options.pathParams.targetStorageId
37240
37300
  * @param {object} [options.queryParams] - Query parameters
37241
37301
  * @param {string} [options.queryParams.filename] - The desired target filename.
37302
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
37242
37303
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
37243
37304
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
37244
37305
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -38366,6 +38427,7 @@ const y = {
38366
38427
  * @param {string} options.pathParams.targetStorageId
38367
38428
  * @param {object} [options.queryParams] - Query parameters
38368
38429
  * @param {string} [options.queryParams.filename] - The desired target filename.
38430
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
38369
38431
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
38370
38432
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
38371
38433
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -39113,7 +39175,7 @@ const y = {
39113
39175
  *
39114
39176
  * Get Storage Group Metadata Prefix
39115
39177
  *
39116
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
39178
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
39117
39179
  *
39118
39180
  *
39119
39181
  * - accept: `application/json`
@@ -40112,7 +40174,7 @@ const y = {
40112
40174
  *
40113
40175
  * Get Storage Deletion Lock By Id File List Metadata Prefix
40114
40176
  *
40115
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
40177
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
40116
40178
  *
40117
40179
  *
40118
40180
  * - accept: `application/json`
@@ -40903,9 +40965,9 @@ const y = {
40903
40965
  /**
40904
40966
  * `GET /API/storage/{storageId}/file/path/{path}/deletion-lock/{deletionLockId}/metadata/{prefix}`
40905
40967
  *
40906
- * Get Storage Deletion Lock By Id File All Metadata By Path Prefix
40968
+ * Get Storage Deletion Lock By Id File Metadata By Path Prefix
40907
40969
  *
40908
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
40970
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
40909
40971
  *
40910
40972
  *
40911
40973
  * - accept: `application/json`
@@ -40920,7 +40982,7 @@ const y = {
40920
40982
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
40921
40983
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
40922
40984
  */
40923
- getStorageDeletionLockByIdFileAllMetadataByPathPrefix: ({
40985
+ getStorageDeletionLockByIdFileMetadataByPathPrefix: ({
40924
40986
  pathParams: { storageId: a, path: e, deletionLockId: t, prefix: o },
40925
40987
  headers: r,
40926
40988
  requestConfig: s
@@ -41274,9 +41336,9 @@ const y = {
41274
41336
  /**
41275
41337
  * `GET /API/storage/{storageId}/file/path/{path}/metadata/{prefix}`
41276
41338
  *
41277
- * Get Storage By Id File All Metadata By Path Prefix
41339
+ * Get Storage By Id File Metadata By Path Prefix
41278
41340
  *
41279
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
41341
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
41280
41342
  *
41281
41343
  *
41282
41344
  * - accept: `application/json`
@@ -41290,7 +41352,7 @@ const y = {
41290
41352
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
41291
41353
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
41292
41354
  */
41293
- getStorageByIdFileAllMetadataByPathPrefix: ({
41355
+ getStorageByIdFileMetadataByPathPrefix: ({
41294
41356
  pathParams: { storageId: a, path: e, prefix: t },
41295
41357
  headers: o,
41296
41358
  requestConfig: r
@@ -41420,6 +41482,7 @@ const y = {
41420
41482
  * @param {string} options.pathParams.targetStorageId
41421
41483
  * @param {object} [options.queryParams] - Query parameters
41422
41484
  * @param {string} [options.queryParams.filename] - The desired target filename.
41485
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
41423
41486
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
41424
41487
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
41425
41488
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -42092,9 +42155,9 @@ const y = {
42092
42155
  /**
42093
42156
  * `GET /API/storage/{storageId}/file/uri/{uri}/deletion-lock/{deletionLockId}/metadata/{prefix}`
42094
42157
  *
42095
- * Get Storage Deletion Lock By Id File All Metadata With Uri Prefix
42158
+ * Get Storage Deletion Lock By Id File Metadata With Uri Prefix
42096
42159
  *
42097
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
42160
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
42098
42161
  *
42099
42162
  *
42100
42163
  * - accept: `application/json`
@@ -42109,7 +42172,7 @@ const y = {
42109
42172
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
42110
42173
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
42111
42174
  */
42112
- getStorageDeletionLockByIdFileAllMetadataWithUriPrefix: ({
42175
+ getStorageDeletionLockByIdFileMetadataWithUriPrefix: ({
42113
42176
  pathParams: { storageId: a, uri: e, deletionLockId: t, prefix: o },
42114
42177
  headers: r,
42115
42178
  requestConfig: s
@@ -42463,9 +42526,9 @@ const y = {
42463
42526
  /**
42464
42527
  * `GET /API/storage/{storageId}/file/uri/{uri}/metadata/{prefix}`
42465
42528
  *
42466
- * Get Storage By Id File All Metadata With Uri Prefix
42529
+ * Get Storage By Id File Metadata With Uri Prefix
42467
42530
  *
42468
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
42531
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
42469
42532
  *
42470
42533
  *
42471
42534
  * - accept: `application/json`
@@ -42479,7 +42542,7 @@ const y = {
42479
42542
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
42480
42543
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
42481
42544
  */
42482
- getStorageByIdFileAllMetadataWithUriPrefix: ({
42545
+ getStorageByIdFileMetadataWithUriPrefix: ({
42483
42546
  pathParams: { storageId: a, uri: e, prefix: t },
42484
42547
  headers: o,
42485
42548
  requestConfig: r
@@ -42647,6 +42710,7 @@ const y = {
42647
42710
  * @param {string} options.pathParams.targetStorageId
42648
42711
  * @param {object} [options.queryParams] - Query parameters
42649
42712
  * @param {string} [options.queryParams.filename] - The desired target filename.
42713
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
42650
42714
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
42651
42715
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
42652
42716
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -43808,6 +43872,7 @@ const y = {
43808
43872
  * @param {string} options.pathParams.targetStorageId
43809
43873
  * @param {object} [options.queryParams] - Query parameters
43810
43874
  * @param {string} [options.queryParams.filename] - The desired target filename.
43875
+ * @param {string} [options.queryParams.fxpMode='none'] - New in version 24.3. Usage of FXP transfer if configured for FTP storage methods . none - Used transfer mode depends on storage method priorities. prefer - FXP transfer is used if configured. enforce - FTP transfer fails if FXP is not configured.
43811
43876
  * @param {boolean} [options.queryParams.hardlink] - true - Create a hard link instead of a copy. Only supported for local file system storage methods. false - Just copy the file.
43812
43877
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
43813
43878
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -44121,7 +44186,7 @@ const y = {
44121
44186
  *
44122
44187
  * Get Storage Metadata Prefix
44123
44188
  *
44124
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
44189
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
44125
44190
  *
44126
44191
  *
44127
44192
  * - accept: `application/json`
@@ -44517,7 +44582,7 @@ const y = {
44517
44582
  *
44518
44583
  * Get Storage Method Metadata Prefix
44519
44584
  *
44520
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
44585
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
44521
44586
  *
44522
44587
  *
44523
44588
  * - accept: `application/json`
@@ -45451,7 +45516,7 @@ const y = {
45451
45516
  *
45452
45517
  * Get Task Definition Metadata Prefix By Step By Type
45453
45518
  *
45454
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
45519
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
45455
45520
  *
45456
45521
  *
45457
45522
  * - accept: `application/json`
@@ -45822,7 +45887,7 @@ const y = {
45822
45887
  *
45823
45888
  * Get Task Definition Metadata Prefix
45824
45889
  *
45825
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
45890
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
45826
45891
  *
45827
45892
  *
45828
45893
  * - accept: `application/json`
@@ -46249,7 +46314,7 @@ const y = {
46249
46314
  *
46250
46315
  * Get Task Group Metadata Prefix
46251
46316
  *
46252
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
46317
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
46253
46318
  *
46254
46319
  *
46255
46320
  * - accept: `application/json`
@@ -46691,7 +46756,7 @@ const y = {
46691
46756
  /**
46692
46757
  * `GET /API/token`
46693
46758
  *
46694
- * Get Token String
46759
+ * Get Token
46695
46760
  *
46696
46761
  * Creates a authentication token for the calling user. This token can be used for calling the API without specifying username or password.Useful when users authenticate using an alias and the actual username of the user is not known.
46697
46762
  *
@@ -46706,7 +46771,7 @@ const y = {
46706
46771
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
46707
46772
  * @returns {Promise<AxiosResponse<AuthenticationTokenDocument>>} Promise&lt;AxiosResponse&lt;AuthenticationTokenDocument&gt;&gt;
46708
46773
  */
46709
- getTokenString: ({
46774
+ getToken: ({
46710
46775
  queryParams: a,
46711
46776
  headers: e,
46712
46777
  requestConfig: t
@@ -47637,7 +47702,7 @@ const y = {
47637
47702
  *
47638
47703
  * Get User Metadata Prefix
47639
47704
  *
47640
- * Retrieves all key-value pairs associated with the specified key path. The key path can contain \* for a wildcard segment, or \*\* for any number of arbitrary segments.
47705
+ * Retrieves the value of a specific key. If a key path is specified, exactly one key-value pair must match the key path, else an error is returned.Key paths can also be specified as well as specific keys.
47641
47706
  *
47642
47707
  *
47643
47708
  * - accept: `application/json`