@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.d.ts CHANGED
@@ -1054,7 +1054,7 @@ export declare const Collection: {
1054
1054
  *
1055
1055
  * Get Collection Deletion Lock List Metadata Prefix
1056
1056
  *
1057
- * 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.
1057
+ * 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.
1058
1058
  *
1059
1059
  *
1060
1060
  * - accept: `application/json`
@@ -2635,7 +2635,7 @@ export declare const Collection: {
2635
2635
  *
2636
2636
  * Get Collection Deletion Lock Metadata Prefix
2637
2637
  *
2638
- * 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.
2638
+ * 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.
2639
2639
  *
2640
2640
  *
2641
2641
  * - accept: `application/json`
@@ -5483,7 +5483,7 @@ export declare const Component: {
5483
5483
  *
5484
5484
  * Get Component Metadata Prefix
5485
5485
  *
5486
- * 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.
5486
+ * 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.
5487
5487
  *
5488
5488
  *
5489
5489
  * - accept: `application/json`
@@ -5595,23 +5595,23 @@ export declare const Component: {
5595
5595
  */
5596
5596
  export declare const Configportal: {
5597
5597
  /**
5598
- * `GET /APInoauth/configportal/{filename}`
5598
+ * `GET /APInoauth/configportal/{type}`
5599
5599
  *
5600
- * Get Configportal Schema No Auth
5600
+ * Get Configportal Schema By Type No Auth
5601
5601
  *
5602
5602
  *
5603
5603
  * - accept: `application/json`
5604
5604
  *
5605
5605
  * @param {object} options
5606
5606
  * @param {object} options.pathParams - Path parameters
5607
- * @param {string} options.pathParams.filename
5607
+ * @param {string} options.pathParams.type
5608
5608
  * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
5609
5609
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
5610
5610
  * @returns {Promise<AxiosResponse<string>>} Promise&lt;AxiosResponse&lt;string&gt;&gt;
5611
5611
  */
5612
- getConfigportalSchemaNoAuth: ({ pathParams: { filename }, headers, requestConfig, }: {
5612
+ getConfigportalSchemaByTypeNoAuth: ({ pathParams: { type }, headers, requestConfig, }: {
5613
5613
  pathParams: {
5614
- filename: string;
5614
+ type: string;
5615
5615
  };
5616
5616
  headers?: VidiCoreRequestHeaderConfig;
5617
5617
  requestConfig?: AxiosRequestConfig;
@@ -7063,7 +7063,7 @@ export declare const DeletionLock: {
7063
7063
  *
7064
7064
  * Get Deletion Lock Deletion Lock Metadata Prefix
7065
7065
  *
7066
- * 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.
7066
+ * 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.
7067
7067
  *
7068
7068
  *
7069
7069
  * - accept: `application/json`
@@ -8272,7 +8272,7 @@ export declare const ExportLocation: {
8272
8272
  *
8273
8273
  * Get Export Location Metadata Prefix
8274
8274
  *
8275
- * 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.
8275
+ * 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.
8276
8276
  *
8277
8277
  *
8278
8278
  * - accept: `application/json`
@@ -9029,7 +9029,7 @@ export declare const FieldGroup: {
9029
9029
  *
9030
9030
  * Get Field Group Metadata Prefix
9031
9031
  *
9032
- * 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.
9032
+ * 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.
9033
9033
  *
9034
9034
  *
9035
9035
  * - accept: `application/json`
@@ -10160,7 +10160,7 @@ declare const File_2: {
10160
10160
  /**
10161
10161
  * `GET /API/file/path/{path}/deletion-lock/{deletionLockId}/metadata/{prefix}`
10162
10162
  *
10163
- * Get File Deletion Lock All Metadata By Path Prefix
10163
+ * Get File Deletion Lock Metadata By Path Prefix
10164
10164
  *
10165
10165
  *
10166
10166
  * - accept: `application/json`
@@ -10174,7 +10174,7 @@ declare const File_2: {
10174
10174
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
10175
10175
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
10176
10176
  */
10177
- getFileDeletionLockAllMetadataByPathPrefix: ({ pathParams: { path, deletionLockId, prefix }, headers, requestConfig, }: {
10177
+ getFileDeletionLockMetadataByPathPrefix: ({ pathParams: { path, deletionLockId, prefix }, headers, requestConfig, }: {
10178
10178
  pathParams: {
10179
10179
  path: string;
10180
10180
  deletionLockId: string;
@@ -10487,7 +10487,7 @@ declare const File_2: {
10487
10487
  /**
10488
10488
  * `GET /API/file/path/{path}/metadata/{prefix}`
10489
10489
  *
10490
- * Get File All Metadata By Path Prefix
10490
+ * Get File Metadata By Path Prefix
10491
10491
  *
10492
10492
  *
10493
10493
  * - accept: `application/json`
@@ -10500,7 +10500,7 @@ declare const File_2: {
10500
10500
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
10501
10501
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
10502
10502
  */
10503
- getFileAllMetadataByPathPrefix: ({ pathParams: { path, prefix }, headers, requestConfig, }: {
10503
+ getFileMetadataByPathPrefix: ({ pathParams: { path, prefix }, headers, requestConfig, }: {
10504
10504
  pathParams: {
10505
10505
  path: string;
10506
10506
  prefix: string;
@@ -10599,6 +10599,7 @@ declare const File_2: {
10599
10599
  * @param {string} options.pathParams.targetStorageId
10600
10600
  * @param {object} [options.queryParams] - Query parameters
10601
10601
  * @param {string} [options.queryParams.filename]
10602
+ * @param {string} [options.queryParams.fxpMode='none']
10602
10603
  * @param {boolean} [options.queryParams.hardlink]
10603
10604
  * @param {boolean} [options.queryParams.holdJob]
10604
10605
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata]
@@ -10622,6 +10623,7 @@ declare const File_2: {
10622
10623
  };
10623
10624
  queryParams?: {
10624
10625
  filename?: string;
10626
+ fxpMode?: string;
10625
10627
  hardlink?: boolean;
10626
10628
  holdJob?: boolean;
10627
10629
  jobmetadata?: KeyValueObjectQueryParam;
@@ -11161,7 +11163,7 @@ declare const File_2: {
11161
11163
  /**
11162
11164
  * `GET /API/file/uri/{uri}/deletion-lock/{deletionLockId}/metadata/{prefix}`
11163
11165
  *
11164
- * Get File Deletion Lock All Metadata With Uri Prefix
11166
+ * Get File Deletion Lock Metadata With Uri Prefix
11165
11167
  *
11166
11168
  *
11167
11169
  * - accept: `application/json`
@@ -11175,7 +11177,7 @@ declare const File_2: {
11175
11177
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
11176
11178
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
11177
11179
  */
11178
- getFileDeletionLockAllMetadataWithUriPrefix: ({ pathParams: { uri, deletionLockId, prefix }, headers, requestConfig, }: {
11180
+ getFileDeletionLockMetadataWithUriPrefix: ({ pathParams: { uri, deletionLockId, prefix }, headers, requestConfig, }: {
11179
11181
  pathParams: {
11180
11182
  uri: string;
11181
11183
  deletionLockId: string;
@@ -11488,7 +11490,7 @@ declare const File_2: {
11488
11490
  /**
11489
11491
  * `GET /API/file/uri/{uri}/metadata/{prefix}`
11490
11492
  *
11491
- * Get File All Metadata With Uri Prefix
11493
+ * Get File Metadata With Uri Prefix
11492
11494
  *
11493
11495
  *
11494
11496
  * - accept: `application/json`
@@ -11501,7 +11503,7 @@ declare const File_2: {
11501
11503
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
11502
11504
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
11503
11505
  */
11504
- getFileAllMetadataWithUriPrefix: ({ pathParams: { uri, prefix }, headers, requestConfig, }: {
11506
+ getFileMetadataWithUriPrefix: ({ pathParams: { uri, prefix }, headers, requestConfig, }: {
11505
11507
  pathParams: {
11506
11508
  uri: string;
11507
11509
  prefix: string;
@@ -11633,6 +11635,7 @@ declare const File_2: {
11633
11635
  * @param {string} options.pathParams.targetStorageId
11634
11636
  * @param {object} [options.queryParams] - Query parameters
11635
11637
  * @param {string} [options.queryParams.filename]
11638
+ * @param {string} [options.queryParams.fxpMode='none']
11636
11639
  * @param {boolean} [options.queryParams.hardlink]
11637
11640
  * @param {boolean} [options.queryParams.holdJob]
11638
11641
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata]
@@ -11656,6 +11659,7 @@ declare const File_2: {
11656
11659
  };
11657
11660
  queryParams?: {
11658
11661
  filename?: string;
11662
+ fxpMode?: string;
11659
11663
  hardlink?: boolean;
11660
11664
  holdJob?: boolean;
11661
11665
  jobmetadata?: KeyValueObjectQueryParam;
@@ -12667,6 +12671,7 @@ declare const File_2: {
12667
12671
  * @param {string} options.pathParams.targetStorageId
12668
12672
  * @param {object} [options.queryParams] - Query parameters
12669
12673
  * @param {string} [options.queryParams.filename] - The desired target filename.
12674
+ * @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.
12670
12675
  * @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.
12671
12676
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
12672
12677
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -12690,6 +12695,7 @@ declare const File_2: {
12690
12695
  };
12691
12696
  queryParams?: {
12692
12697
  filename?: string;
12698
+ fxpMode?: string;
12693
12699
  hardlink?: boolean;
12694
12700
  holdJob?: boolean;
12695
12701
  jobmetadata?: KeyValueObjectQueryParam;
@@ -13400,7 +13406,7 @@ export declare const Group: {
13400
13406
  *
13401
13407
  * Get Group Metadata Prefix
13402
13408
  *
13403
- * 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.
13409
+ * 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.
13404
13410
  *
13405
13411
  *
13406
13412
  * - accept: `application/json`
@@ -14154,7 +14160,7 @@ export declare const Import: {
14154
14160
  *
14155
14161
  * Post Import Placeholder Passkey
14156
14162
  *
14157
- * Creates a new passkey for a specific placeholder item, that can be used to perform imports to this item without requiring authentication.
14163
+ * 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.
14158
14164
  *
14159
14165
  *
14160
14166
  * - accept: `application/json`
@@ -14162,19 +14168,14 @@ export declare const Import: {
14162
14168
  * @param {object} options
14163
14169
  * @param {object} options.pathParams - Path parameters
14164
14170
  * @param {string} options.pathParams.itemId
14165
- * @param {object} [options.queryParams] - Query parameters
14166
- * @param {string} [options.queryParams.shapeId] - Shape id for which shape to receive the content.
14167
14171
  * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
14168
14172
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
14169
14173
  * @returns {Promise<AxiosResponse<URIListDocument>>} Promise&lt;AxiosResponse&lt;URIListDocument&gt;&gt;
14170
14174
  */
14171
- postImportPlaceholderPasskey: ({ pathParams: { itemId }, queryParams, headers, requestConfig, }: {
14175
+ postImportPlaceholderPasskey: ({ pathParams: { itemId }, headers, requestConfig, }: {
14172
14176
  pathParams: {
14173
14177
  itemId: string;
14174
14178
  };
14175
- queryParams?: {
14176
- shapeId?: string;
14177
- };
14178
14179
  headers?: VidiCoreRequestHeaderConfig;
14179
14180
  requestConfig?: AxiosRequestConfig;
14180
14181
  }) => Promise<AxiosResponse<URIListDocument>>;
@@ -14367,6 +14368,83 @@ export declare const Import: {
14367
14368
  headers?: VidiCoreRequestHeaderConfig;
14368
14369
  requestConfig?: AxiosRequestConfig;
14369
14370
  }) => Promise<AxiosResponse<JobDocument>>;
14371
+ /**
14372
+ * `POST /API/import/placeholder/{itemId}/{componentType}/raw-passkey`
14373
+ *
14374
+ * Post Import Placeholder Raw Passkey
14375
+ *
14376
+ * 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.
14377
+ *
14378
+ *
14379
+ * - accept: `application/json`
14380
+ *
14381
+ * @param {object} options
14382
+ * @param {object} options.pathParams - Path parameters
14383
+ * @param {string} options.pathParams.itemId
14384
+ * @param {string} options.pathParams.componentType
14385
+ * @param {object} [options.queryParams] - Query parameters
14386
+ * @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.
14387
+ * @param {string} [options.queryParams.createPosters] - A list of time codes to use for creating posters.
14388
+ * @param {boolean} [options.queryParams.createThumbnails] - true (default) - Generate thumbnails as per defined by shape tag. false - Disable thumbnail generation.
14389
+ * @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.
14390
+ * @param {string} [options.queryParams.fastStartLength] - Estimated duration of the clip in seconds.
14391
+ * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
14392
+ * @param {number} [options.queryParams.index] - Index (order) of the component.
14393
+ * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
14394
+ * @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.
14395
+ * @param {string} [options.queryParams.notification] - The placeholder job notification to use for this job.
14396
+ * @param {KeyValueObjectQueryParam} [options.queryParams.notificationData] - Any additional data to include for notifications on this job.
14397
+ * @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.
14398
+ * @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.
14399
+ * @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.
14400
+ * @param {string} [options.queryParams.priority] - The priority to assign to the job. Default is MEDIUM .
14401
+ * @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.
14402
+ * @param {string} [options.queryParams.resourceId] - The transcoder resource to use to execute the transcode.
14403
+ * @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).
14404
+ * @param {string} [options.queryParams.shapeId] - Shape id for which shape to receive the content.
14405
+ * @param {string} [options.queryParams.storageId] - Identifier of storage where essence file is to be stored.
14406
+ * @param {string[]} [options.queryParams.tag] - A list of shape tags to use for transcoding.
14407
+ * @param {string} [options.queryParams.thumbnailService] - Identifies which thumbnail resource that should be used.
14408
+ * @param {string} [options.queryParams.transferId] - An id to assign the transfer to be able to refer to it.
14409
+ * @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.
14410
+ * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
14411
+ * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
14412
+ * @returns {Promise<AxiosResponse<JobDocument>>} Promise&lt;AxiosResponse&lt;JobDocument&gt;&gt;
14413
+ */
14414
+ postImportPlaceholderRawPasskey: ({ pathParams: { itemId, componentType }, queryParams, headers, requestConfig, }: {
14415
+ pathParams: {
14416
+ itemId: string;
14417
+ componentType: string;
14418
+ };
14419
+ queryParams?: {
14420
+ ccFromVideo?: boolean;
14421
+ createPosters?: string;
14422
+ createThumbnails?: boolean;
14423
+ extractCc?: string;
14424
+ fastStartLength?: string;
14425
+ holdJob?: boolean;
14426
+ index?: number;
14427
+ jobmetadata?: KeyValueObjectQueryParam;
14428
+ noTranscode?: boolean;
14429
+ notification?: string;
14430
+ notificationData?: KeyValueObjectQueryParam;
14431
+ original?: string;
14432
+ originalFilename?: string;
14433
+ overrideFastStart?: boolean;
14434
+ priority?: string;
14435
+ requireFastStart?: boolean;
14436
+ resourceId?: string;
14437
+ resourceTag?: string;
14438
+ shapeId?: string;
14439
+ storageId?: string;
14440
+ tag?: string[];
14441
+ thumbnailService?: string;
14442
+ transferId?: string;
14443
+ transferPriority?: number;
14444
+ };
14445
+ headers?: VidiCoreRequestHeaderConfig;
14446
+ requestConfig?: AxiosRequestConfig;
14447
+ }) => Promise<AxiosResponse<JobDocument>>;
14370
14448
  /**
14371
14449
  * `POST /API/import/project`
14372
14450
  *
@@ -14537,6 +14615,7 @@ export declare const Import: {
14537
14615
  * @param {string} [options.queryParams.priority] - The priority to assign to the job. Default is MEDIUM .
14538
14616
  * @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.
14539
14617
  * @param {string} [options.queryParams.resourceId] - The transcoder resource to use to execute the transcode.
14618
+ * @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).
14540
14619
  * @param {string} [options.queryParams.settings] - Pre-configured import settings.
14541
14620
  * @param {string} [options.queryParams.storageId] - Identifier of storage where essence file is to be stored.
14542
14621
  * @param {string[]} [options.queryParams.tag] - A list of shape tags to use for transcoding.
@@ -14567,6 +14646,7 @@ export declare const Import: {
14567
14646
  priority?: string;
14568
14647
  requireFastStart?: boolean;
14569
14648
  resourceId?: string;
14649
+ resourceTag?: string;
14570
14650
  settings?: string;
14571
14651
  storageId?: string;
14572
14652
  tag?: string[];
@@ -14972,22 +15052,24 @@ export declare const Import: {
14972
15052
  *
14973
15053
  * @param {object} options
14974
15054
  * @param {object} [options.queryParams] - Query parameters
14975
- * @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.
14976
15055
  * @param {string} [options.queryParams.passkey]
14977
- * @param {string} [options.queryParams.storageId] - Identifier of storage where essence file is to be stored.
14978
15056
  * @param {string} [options.queryParams.transferId] - An id to assign the transfer to be able to refer to it.
14979
15057
  * @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.
15058
+ * @param {number} [options.queryParams.vxaContentLength]
15059
+ * @param {string} [options.queryParams.vxaUpload]
15060
+ * @param {string} [options.queryParams.vxaUuid]
14980
15061
  * @param {AxiosRequestConfig} [options.requestConfig] - Use to override axios request configurations.
14981
15062
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
14982
15063
  * @returns {Promise<AxiosResponse<string>>} Promise&lt;AxiosResponse&lt;string&gt;&gt;
14983
15064
  */
14984
15065
  postRawImportNoAuth: ({ queryParams, headers, requestConfig, }: {
14985
15066
  queryParams?: {
14986
- originalFilename?: string;
14987
15067
  passkey?: string;
14988
- storageId?: string;
14989
15068
  transferId?: string;
14990
15069
  transferPriority?: number;
15070
+ vxaContentLength?: number;
15071
+ vxaUpload?: string;
15072
+ vxaUuid?: string;
14991
15073
  };
14992
15074
  headers?: VidiCoreRequestHeaderConfig;
14993
15075
  requestConfig?: AxiosRequestConfig;
@@ -15569,7 +15651,7 @@ export declare const Item: {
15569
15651
  *
15570
15652
  * Get Item Deletion Lock List Metadata Prefix
15571
15653
  *
15572
- * 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.
15654
+ * 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.
15573
15655
  *
15574
15656
  *
15575
15657
  * - accept: `application/json`
@@ -16824,7 +16906,7 @@ export declare const Item: {
16824
16906
  *
16825
16907
  * Get Item Deletion Lock Metadata Prefix
16826
16908
  *
16827
- * 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.
16909
+ * 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.
16828
16910
  *
16829
16911
  *
16830
16912
  * - accept: `application/json`
@@ -21431,7 +21513,7 @@ export declare const Library: {
21431
21513
  *
21432
21514
  * Get Library Deletion Lock List Metadata Prefix
21433
21515
  *
21434
- * 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.
21516
+ * 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.
21435
21517
  *
21436
21518
  *
21437
21519
  * - accept: `application/json`
@@ -22176,7 +22258,7 @@ export declare const Library: {
22176
22258
  *
22177
22259
  * Get Library Deletion Lock Metadata Prefix
22178
22260
  *
22179
- * 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.
22261
+ * 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.
22180
22262
  *
22181
22263
  *
22182
22264
  * - accept: `application/json`
@@ -22669,7 +22751,7 @@ export declare const Library: {
22669
22751
  *
22670
22752
  * Get Library Metadata Prefix
22671
22753
  *
22672
- * 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.
22754
+ * 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.
22673
22755
  *
22674
22756
  *
22675
22757
  * - accept: `application/json`
@@ -24204,7 +24286,7 @@ export declare const MetadataField: {
24204
24286
  *
24205
24287
  * Get Metadata Field Metadata Prefix
24206
24288
  *
24207
- * 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.
24289
+ * 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.
24208
24290
  *
24209
24291
  *
24210
24292
  * - accept: `application/json`
@@ -28885,7 +28967,7 @@ export declare const Shape: {
28885
28967
  *
28886
28968
  * Get Shape Metadata Prefix
28887
28969
  *
28888
- * 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.
28970
+ * 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.
28889
28971
  *
28890
28972
  *
28891
28973
  * - accept: `application/json`
@@ -30164,7 +30246,7 @@ export declare const ShapeTag: {
30164
30246
  *
30165
30247
  * Get Shape Tag Metadata Prefix
30166
30248
  *
30167
- * 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.
30249
+ * 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.
30168
30250
  *
30169
30251
  *
30170
30252
  * - accept: `application/json`
@@ -30468,7 +30550,7 @@ export declare const Site: {
30468
30550
  *
30469
30551
  * Get Site Metadata Prefix
30470
30552
  *
30471
- * 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.
30553
+ * 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.
30472
30554
  *
30473
30555
  *
30474
30556
  * - accept: `application/json`
@@ -31011,7 +31093,7 @@ declare const Storage_2: {
31011
31093
  *
31012
31094
  * Get Storage Deletion Lock File List Metadata Prefix
31013
31095
  *
31014
- * 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.
31096
+ * 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.
31015
31097
  *
31016
31098
  *
31017
31099
  * - accept: `application/json`
@@ -31965,9 +32047,9 @@ declare const Storage_2: {
31965
32047
  /**
31966
32048
  * `GET /API/storage/file/path/{path}/deletion-lock/{deletionLockId}/metadata/{prefix}`
31967
32049
  *
31968
- * Get Storage Deletion Lock All Metadata By Path Prefix
32050
+ * Get Storage Deletion Lock Metadata By Path Prefix
31969
32051
  *
31970
- * 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.
32052
+ * 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.
31971
32053
  *
31972
32054
  *
31973
32055
  * - accept: `application/json`
@@ -31981,7 +32063,7 @@ declare const Storage_2: {
31981
32063
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
31982
32064
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
31983
32065
  */
31984
- getStorageDeletionLockAllMetadataByPathPrefix: ({ pathParams: { path, deletionLockId, prefix }, headers, requestConfig, }: {
32066
+ getStorageDeletionLockMetadataByPathPrefix: ({ pathParams: { path, deletionLockId, prefix }, headers, requestConfig, }: {
31985
32067
  pathParams: {
31986
32068
  path: string;
31987
32069
  deletionLockId: string;
@@ -32312,9 +32394,9 @@ declare const Storage_2: {
32312
32394
  /**
32313
32395
  * `GET /API/storage/file/path/{path}/metadata/{prefix}`
32314
32396
  *
32315
- * Get Storage All Metadata By Path Prefix
32397
+ * Get Storage Metadata By Path Prefix
32316
32398
  *
32317
- * 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.
32399
+ * 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.
32318
32400
  *
32319
32401
  *
32320
32402
  * - accept: `application/json`
@@ -32327,7 +32409,7 @@ declare const Storage_2: {
32327
32409
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
32328
32410
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
32329
32411
  */
32330
- getStorageAllMetadataByPathPrefix: ({ pathParams: { path, prefix }, headers, requestConfig, }: {
32412
+ getStorageMetadataByPathPrefix: ({ pathParams: { path, prefix }, headers, requestConfig, }: {
32331
32413
  pathParams: {
32332
32414
  path: string;
32333
32415
  prefix: string;
@@ -32434,6 +32516,7 @@ declare const Storage_2: {
32434
32516
  * @param {string} options.pathParams.targetStorageId
32435
32517
  * @param {object} [options.queryParams] - Query parameters
32436
32518
  * @param {string} [options.queryParams.filename] - The desired target filename.
32519
+ * @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.
32437
32520
  * @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.
32438
32521
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
32439
32522
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -32457,6 +32540,7 @@ declare const Storage_2: {
32457
32540
  };
32458
32541
  queryParams?: {
32459
32542
  filename?: string;
32543
+ fxpMode?: string;
32460
32544
  hardlink?: boolean;
32461
32545
  holdJob?: boolean;
32462
32546
  jobmetadata?: KeyValueObjectQueryParam;
@@ -33032,9 +33116,9 @@ declare const Storage_2: {
33032
33116
  /**
33033
33117
  * `GET /API/storage/file/uri/{uri}/deletion-lock/{deletionLockId}/metadata/{prefix}`
33034
33118
  *
33035
- * Get Storage Deletion Lock All Metadata With Uri Prefix
33119
+ * Get Storage Deletion Lock Metadata With Uri Prefix
33036
33120
  *
33037
- * 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.
33121
+ * 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.
33038
33122
  *
33039
33123
  *
33040
33124
  * - accept: `application/json`
@@ -33048,7 +33132,7 @@ declare const Storage_2: {
33048
33132
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
33049
33133
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
33050
33134
  */
33051
- getStorageDeletionLockAllMetadataWithUriPrefix: ({ pathParams: { uri, deletionLockId, prefix }, headers, requestConfig, }: {
33135
+ getStorageDeletionLockMetadataWithUriPrefix: ({ pathParams: { uri, deletionLockId, prefix }, headers, requestConfig, }: {
33052
33136
  pathParams: {
33053
33137
  uri: string;
33054
33138
  deletionLockId: string;
@@ -33379,9 +33463,9 @@ declare const Storage_2: {
33379
33463
  /**
33380
33464
  * `GET /API/storage/file/uri/{uri}/metadata/{prefix}`
33381
33465
  *
33382
- * Get Storage All Metadata With Uri Prefix
33466
+ * Get Storage Metadata With Uri Prefix
33383
33467
  *
33384
- * 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.
33468
+ * 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.
33385
33469
  *
33386
33470
  *
33387
33471
  * - accept: `application/json`
@@ -33394,7 +33478,7 @@ declare const Storage_2: {
33394
33478
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
33395
33479
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
33396
33480
  */
33397
- getStorageAllMetadataWithUriPrefix: ({ pathParams: { uri, prefix }, headers, requestConfig, }: {
33481
+ getStorageMetadataWithUriPrefix: ({ pathParams: { uri, prefix }, headers, requestConfig, }: {
33398
33482
  pathParams: {
33399
33483
  uri: string;
33400
33484
  prefix: string;
@@ -33536,6 +33620,7 @@ declare const Storage_2: {
33536
33620
  * @param {string} options.pathParams.targetStorageId
33537
33621
  * @param {object} [options.queryParams] - Query parameters
33538
33622
  * @param {string} [options.queryParams.filename] - The desired target filename.
33623
+ * @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.
33539
33624
  * @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.
33540
33625
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
33541
33626
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -33559,6 +33644,7 @@ declare const Storage_2: {
33559
33644
  };
33560
33645
  queryParams?: {
33561
33646
  filename?: string;
33647
+ fxpMode?: string;
33562
33648
  hardlink?: boolean;
33563
33649
  holdJob?: boolean;
33564
33650
  jobmetadata?: KeyValueObjectQueryParam;
@@ -34572,6 +34658,7 @@ declare const Storage_2: {
34572
34658
  * @param {string} options.pathParams.targetStorageId
34573
34659
  * @param {object} [options.queryParams] - Query parameters
34574
34660
  * @param {string} [options.queryParams.filename] - The desired target filename.
34661
+ * @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.
34575
34662
  * @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.
34576
34663
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
34577
34664
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -34595,6 +34682,7 @@ declare const Storage_2: {
34595
34682
  };
34596
34683
  queryParams?: {
34597
34684
  filename?: string;
34685
+ fxpMode?: string;
34598
34686
  hardlink?: boolean;
34599
34687
  holdJob?: boolean;
34600
34688
  jobmetadata?: KeyValueObjectQueryParam;
@@ -35210,7 +35298,7 @@ declare const Storage_2: {
35210
35298
  *
35211
35299
  * Get Storage Group Metadata Prefix
35212
35300
  *
35213
- * 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.
35301
+ * 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.
35214
35302
  *
35215
35303
  *
35216
35304
  * - accept: `application/json`
@@ -36081,7 +36169,7 @@ declare const Storage_2: {
36081
36169
  *
36082
36170
  * Get Storage Deletion Lock By Id File List Metadata Prefix
36083
36171
  *
36084
- * 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.
36172
+ * 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.
36085
36173
  *
36086
36174
  *
36087
36175
  * - accept: `application/json`
@@ -36855,9 +36943,9 @@ declare const Storage_2: {
36855
36943
  /**
36856
36944
  * `GET /API/storage/{storageId}/file/path/{path}/deletion-lock/{deletionLockId}/metadata/{prefix}`
36857
36945
  *
36858
- * Get Storage Deletion Lock By Id File All Metadata By Path Prefix
36946
+ * Get Storage Deletion Lock By Id File Metadata By Path Prefix
36859
36947
  *
36860
- * 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.
36948
+ * 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.
36861
36949
  *
36862
36950
  *
36863
36951
  * - accept: `application/json`
@@ -36872,7 +36960,7 @@ declare const Storage_2: {
36872
36960
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
36873
36961
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
36874
36962
  */
36875
- getStorageDeletionLockByIdFileAllMetadataByPathPrefix: ({ pathParams: { storageId, path, deletionLockId, prefix }, headers, requestConfig, }: {
36963
+ getStorageDeletionLockByIdFileMetadataByPathPrefix: ({ pathParams: { storageId, path, deletionLockId, prefix }, headers, requestConfig, }: {
36876
36964
  pathParams: {
36877
36965
  storageId: string;
36878
36966
  path: string;
@@ -37222,9 +37310,9 @@ declare const Storage_2: {
37222
37310
  /**
37223
37311
  * `GET /API/storage/{storageId}/file/path/{path}/metadata/{prefix}`
37224
37312
  *
37225
- * Get Storage By Id File All Metadata By Path Prefix
37313
+ * Get Storage By Id File Metadata By Path Prefix
37226
37314
  *
37227
- * 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.
37315
+ * 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.
37228
37316
  *
37229
37317
  *
37230
37318
  * - accept: `application/json`
@@ -37238,7 +37326,7 @@ declare const Storage_2: {
37238
37326
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
37239
37327
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
37240
37328
  */
37241
- getStorageByIdFileAllMetadataByPathPrefix: ({ pathParams: { storageId, path, prefix }, headers, requestConfig, }: {
37329
+ getStorageByIdFileMetadataByPathPrefix: ({ pathParams: { storageId, path, prefix }, headers, requestConfig, }: {
37242
37330
  pathParams: {
37243
37331
  storageId: string;
37244
37332
  path: string;
@@ -37353,6 +37441,7 @@ declare const Storage_2: {
37353
37441
  * @param {string} options.pathParams.targetStorageId
37354
37442
  * @param {object} [options.queryParams] - Query parameters
37355
37443
  * @param {string} [options.queryParams.filename] - The desired target filename.
37444
+ * @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.
37356
37445
  * @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.
37357
37446
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
37358
37447
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -37377,6 +37466,7 @@ declare const Storage_2: {
37377
37466
  };
37378
37467
  queryParams?: {
37379
37468
  filename?: string;
37469
+ fxpMode?: string;
37380
37470
  hardlink?: boolean;
37381
37471
  holdJob?: boolean;
37382
37472
  jobmetadata?: KeyValueObjectQueryParam;
@@ -37988,9 +38078,9 @@ declare const Storage_2: {
37988
38078
  /**
37989
38079
  * `GET /API/storage/{storageId}/file/uri/{uri}/deletion-lock/{deletionLockId}/metadata/{prefix}`
37990
38080
  *
37991
- * Get Storage Deletion Lock By Id File All Metadata With Uri Prefix
38081
+ * Get Storage Deletion Lock By Id File Metadata With Uri Prefix
37992
38082
  *
37993
- * 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.
38083
+ * 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.
37994
38084
  *
37995
38085
  *
37996
38086
  * - accept: `application/json`
@@ -38005,7 +38095,7 @@ declare const Storage_2: {
38005
38095
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
38006
38096
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
38007
38097
  */
38008
- getStorageDeletionLockByIdFileAllMetadataWithUriPrefix: ({ pathParams: { storageId, uri, deletionLockId, prefix }, headers, requestConfig, }: {
38098
+ getStorageDeletionLockByIdFileMetadataWithUriPrefix: ({ pathParams: { storageId, uri, deletionLockId, prefix }, headers, requestConfig, }: {
38009
38099
  pathParams: {
38010
38100
  storageId: string;
38011
38101
  uri: string;
@@ -38355,9 +38445,9 @@ declare const Storage_2: {
38355
38445
  /**
38356
38446
  * `GET /API/storage/{storageId}/file/uri/{uri}/metadata/{prefix}`
38357
38447
  *
38358
- * Get Storage By Id File All Metadata With Uri Prefix
38448
+ * Get Storage By Id File Metadata With Uri Prefix
38359
38449
  *
38360
- * 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.
38450
+ * 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.
38361
38451
  *
38362
38452
  *
38363
38453
  * - accept: `application/json`
@@ -38371,7 +38461,7 @@ declare const Storage_2: {
38371
38461
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
38372
38462
  * @returns {Promise<AxiosResponse<SimpleMetadataDocument>>} Promise&lt;AxiosResponse&lt;SimpleMetadataDocument&gt;&gt;
38373
38463
  */
38374
- getStorageByIdFileAllMetadataWithUriPrefix: ({ pathParams: { storageId, uri, prefix }, headers, requestConfig, }: {
38464
+ getStorageByIdFileMetadataWithUriPrefix: ({ pathParams: { storageId, uri, prefix }, headers, requestConfig, }: {
38375
38465
  pathParams: {
38376
38466
  storageId: string;
38377
38467
  uri: string;
@@ -38523,6 +38613,7 @@ declare const Storage_2: {
38523
38613
  * @param {string} options.pathParams.targetStorageId
38524
38614
  * @param {object} [options.queryParams] - Query parameters
38525
38615
  * @param {string} [options.queryParams.filename] - The desired target filename.
38616
+ * @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.
38526
38617
  * @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.
38527
38618
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
38528
38619
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -38547,6 +38638,7 @@ declare const Storage_2: {
38547
38638
  };
38548
38639
  queryParams?: {
38549
38640
  filename?: string;
38641
+ fxpMode?: string;
38550
38642
  hardlink?: boolean;
38551
38643
  holdJob?: boolean;
38552
38644
  jobmetadata?: KeyValueObjectQueryParam;
@@ -39627,6 +39719,7 @@ declare const Storage_2: {
39627
39719
  * @param {string} options.pathParams.targetStorageId
39628
39720
  * @param {object} [options.queryParams] - Query parameters
39629
39721
  * @param {string} [options.queryParams.filename] - The desired target filename.
39722
+ * @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.
39630
39723
  * @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.
39631
39724
  * @param {boolean} [options.queryParams.holdJob] - If set to true, the job will be created in a HOLD state. Default is false.
39632
39725
  * @param {KeyValueObjectQueryParam} [options.queryParams.jobmetadata] - Additional information for the job task.
@@ -39651,6 +39744,7 @@ declare const Storage_2: {
39651
39744
  };
39652
39745
  queryParams?: {
39653
39746
  filename?: string;
39747
+ fxpMode?: string;
39654
39748
  hardlink?: boolean;
39655
39749
  holdJob?: boolean;
39656
39750
  jobmetadata?: KeyValueObjectQueryParam;
@@ -39934,7 +40028,7 @@ declare const Storage_2: {
39934
40028
  *
39935
40029
  * Get Storage Metadata Prefix
39936
40030
  *
39937
- * 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.
40031
+ * 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.
39938
40032
  *
39939
40033
  *
39940
40034
  * - accept: `application/json`
@@ -40288,7 +40382,7 @@ declare const Storage_2: {
40288
40382
  *
40289
40383
  * Get Storage Method Metadata Prefix
40290
40384
  *
40291
- * 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.
40385
+ * 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.
40292
40386
  *
40293
40387
  *
40294
40388
  * - accept: `application/json`
@@ -41076,7 +41170,7 @@ export declare const TaskDefinition: {
41076
41170
  *
41077
41171
  * Get Task Definition Metadata Prefix By Step By Type
41078
41172
  *
41079
- * 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.
41173
+ * 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.
41080
41174
  *
41081
41175
  *
41082
41176
  * - accept: `application/json`
@@ -41380,7 +41474,7 @@ export declare const TaskDefinition: {
41380
41474
  *
41381
41475
  * Get Task Definition Metadata Prefix
41382
41476
  *
41383
- * 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.
41477
+ * 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.
41384
41478
  *
41385
41479
  *
41386
41480
  * - accept: `application/json`
@@ -41730,7 +41824,7 @@ export declare const TaskGroup: {
41730
41824
  *
41731
41825
  * Get Task Group Metadata Prefix
41732
41826
  *
41733
- * 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.
41827
+ * 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.
41734
41828
  *
41735
41829
  *
41736
41830
  * - accept: `application/json`
@@ -42145,7 +42239,7 @@ export declare const Token: {
42145
42239
  /**
42146
42240
  * `GET /API/token`
42147
42241
  *
42148
- * Get Token String
42242
+ * Get Token
42149
42243
  *
42150
42244
  * 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.
42151
42245
  *
@@ -42160,7 +42254,7 @@ export declare const Token: {
42160
42254
  * @param {VidiCoreRequestHeaderConfig} [options.headers] - Add headers to request
42161
42255
  * @returns {Promise<AxiosResponse<AuthenticationTokenDocument>>} Promise&lt;AxiosResponse&lt;AuthenticationTokenDocument&gt;&gt;
42162
42256
  */
42163
- getTokenString: ({ queryParams, headers, requestConfig, }: {
42257
+ getToken: ({ queryParams, headers, requestConfig, }: {
42164
42258
  queryParams?: {
42165
42259
  autoRefresh?: boolean;
42166
42260
  seconds?: number;
@@ -42955,7 +43049,7 @@ export declare const User: {
42955
43049
  *
42956
43050
  * Get User Metadata Prefix
42957
43051
  *
42958
- * 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.
43052
+ * 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.
42959
43053
  *
42960
43054
  *
42961
43055
  * - accept: `application/json`