You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1170,7 +1170,7 @@ export interface StorageEndpoint {
|
||||
Endpoint: string;
|
||||
/**
|
||||
* Bucket is the name of the bucket associated to this partner app.
|
||||
* It should look like <organisationID>/<projectID>/<partnerAppID>.
|
||||
* It should look like \<organisationID\>/\<projectID\>/\<partnerAppID\>.
|
||||
*
|
||||
* @generated from protobuf field: string Bucket = 2
|
||||
*/
|
||||
@@ -1394,7 +1394,7 @@ export interface ClaimType {
|
||||
/**
|
||||
* @generated from protobuf field: string ID = 1
|
||||
*/
|
||||
ID: string; // Unique identifier for the claim type. (formatted as such: "CLAIMTYPE_<ProjectID>_<UUID>")
|
||||
ID: string; // Unique identifier for the claim type. (formatted as such: "CLAIMTYPE_\<ProjectID\>_\<UUID\>")
|
||||
/**
|
||||
* @deprecated
|
||||
* @generated from protobuf field: string ProjectID = 2 [deprecated = true]
|
||||
@@ -2761,7 +2761,7 @@ export enum ClaimSector {
|
||||
* Enum representing different statuses of a claim.
|
||||
* Includes a "category" for each status which is used to determine the color of the status in the UI.
|
||||
* For example : CLAIM_STATUS_START_NEW is in the "START" category and the status is "NEW".
|
||||
* A status should be "CLAIM_STATUS_<category>_<status>" with category and status being alphanumeric.
|
||||
* A status should be "CLAIM_STATUS_\<category\>_\<status\>" with category and status being alphanumeric.
|
||||
*
|
||||
* @generated from protobuf enum api.ClaimStatus
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user