Socket
Socket
Sign inDemoInstall

@googleapis/admin

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@googleapis/admin - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

30

build/datatransfer_v1.d.ts

@@ -76,3 +76,3 @@ /// <reference types="node" />

/**
* Applications resources represent applications installed on the domain that support transferring ownership of user data.
* Application resources represent applications installed on the domain that support transferring ownership of user data.
*/

@@ -85,3 +85,3 @@ export interface Schema$Application {

/**
* The application's ID.
* The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.
*/

@@ -98,3 +98,3 @@ id?: string | null;

/**
* The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transferred.
* The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.
*/

@@ -112,7 +112,7 @@ transferParams?: Schema$ApplicationTransferParam[];

/**
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application.
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.
*/
applicationTransferParams?: Schema$ApplicationTransferParam[];
/**
* Current status of transfer for this application. (Read-only)
* Read-only. Current status of transfer for this application.
*/

@@ -126,3 +126,3 @@ applicationTransferStatus?: string | null;

/**
* List of applications that support data transfer and are also installed for the customer.
* The list of applications that support data transfer and are also installed for the customer.
*/

@@ -139,3 +139,3 @@ applications?: Schema$Application[];

/**
* Continuation token which will be used to specify next page in list API.
* Token to specify the next page in the list.
*/

@@ -149,7 +149,7 @@ nextPageToken?: string | null;

/**
* The type of the transfer parameter. eg: 'PRIVACY_LEVEL'
* The type of the transfer parameter, such as `PRIVACY_LEVEL`.
*/
key?: string | null;
/**
* The value of the corresponding transfer parameter. eg: 'PRIVATE' or 'SHARED'
* The value of the transfer parameter, such as `PRIVATE` or `SHARED`.
*/

@@ -163,3 +163,3 @@ value?: string[] | null;

/**
* List of per application data transfer resources. It contains data transfer details of the applications associated with this transfer resource. Note that this list is also used to specify the applications for which data transfer has to be done at the time of the transfer resource creation.
* The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation.
*/

@@ -172,3 +172,3 @@ applicationDataTransfers?: Schema$ApplicationDataTransfer[];

/**
* The transfer's ID (Read-only).
* Read-only. The transfer's ID.
*/

@@ -189,7 +189,7 @@ id?: string | null;

/**
* Overall transfer status (Read-only).
* Read-only. Overall transfer status.
*/
overallTransferStatusCode?: string | null;
/**
* The time at which the data transfer was requested (Read-only).
* Read-only. The time at which the data transfer was requested.
*/

@@ -215,3 +215,3 @@ requestTime?: string | null;

/**
* Continuation token which will be used to specify next page in list API.
* Token to specify the next page in the list.
*/

@@ -443,3 +443,3 @@ nextPageToken?: string | null;

/**
* Inserts a data transfer request.
* Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.
* @example

@@ -446,0 +446,0 @@ * ```js

# Changelog
## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/admin-v7.0.0...admin-v7.1.0) (2022-12-22)
### Features
* **admin:** update the API ([45c607b](https://github.com/googleapis/google-api-nodejs-client/commit/45c607ba830205d4c564daf09a99a6488cc44b13))
## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/admin-v6.1.1...admin-v7.0.0) (2022-10-28)

@@ -4,0 +11,0 @@

@@ -130,3 +130,3 @@ // Copyright 2020 Google LLC

/**
* Applications resources represent applications installed on the domain that support transferring ownership of user data.
* Application resources represent applications installed on the domain that support transferring ownership of user data.
*/

@@ -139,3 +139,3 @@ export interface Schema$Application {

/**
* The application's ID.
* The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.
*/

@@ -152,3 +152,3 @@ id?: string | null;

/**
* The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transferred.
* The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.
*/

@@ -166,7 +166,7 @@ transferParams?: Schema$ApplicationTransferParam[];

/**
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application.
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.
*/
applicationTransferParams?: Schema$ApplicationTransferParam[];
/**
* Current status of transfer for this application. (Read-only)
* Read-only. Current status of transfer for this application.
*/

@@ -180,3 +180,3 @@ applicationTransferStatus?: string | null;

/**
* List of applications that support data transfer and are also installed for the customer.
* The list of applications that support data transfer and are also installed for the customer.
*/

@@ -193,3 +193,3 @@ applications?: Schema$Application[];

/**
* Continuation token which will be used to specify next page in list API.
* Token to specify the next page in the list.
*/

@@ -203,7 +203,7 @@ nextPageToken?: string | null;

/**
* The type of the transfer parameter. eg: 'PRIVACY_LEVEL'
* The type of the transfer parameter, such as `PRIVACY_LEVEL`.
*/
key?: string | null;
/**
* The value of the corresponding transfer parameter. eg: 'PRIVATE' or 'SHARED'
* The value of the transfer parameter, such as `PRIVATE` or `SHARED`.
*/

@@ -217,3 +217,3 @@ value?: string[] | null;

/**
* List of per application data transfer resources. It contains data transfer details of the applications associated with this transfer resource. Note that this list is also used to specify the applications for which data transfer has to be done at the time of the transfer resource creation.
* The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation.
*/

@@ -226,3 +226,3 @@ applicationDataTransfers?: Schema$ApplicationDataTransfer[];

/**
* The transfer's ID (Read-only).
* Read-only. The transfer's ID.
*/

@@ -243,7 +243,7 @@ id?: string | null;

/**
* Overall transfer status (Read-only).
* Read-only. Overall transfer status.
*/
overallTransferStatusCode?: string | null;
/**
* The time at which the data transfer was requested (Read-only).
* Read-only. The time at which the data transfer was requested.
*/

@@ -269,3 +269,3 @@ requestTime?: string | null;

/**
* Continuation token which will be used to specify next page in list API.
* Token to specify the next page in the list.
*/

@@ -726,3 +726,3 @@ nextPageToken?: string | null;

/**
* Inserts a data transfer request.
* Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.
* @example

@@ -729,0 +729,0 @@ * ```js

{
"name": "@googleapis/admin",
"version": "7.0.0",
"version": "7.1.0",
"description": "admin",

@@ -41,4 +41,4 @@ "main": "build/index.js",

"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
"webpack-cli": "^5.0.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc