@segment/public-api-sdk-typescript 58.6.0-b11563 → 58.6.0-b11567
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.
@@ -108,7 +108,7 @@ export class CustomerInsightsApi {
|
|
108
108
|
}
|
109
109
|
|
110
110
|
/**
|
111
|
-
* Create Customer Insights Presigned
|
111
|
+
* Create Customer Insights Presigned URLsThe rate limit for this endpoint is 30 requests per day per workspaceId, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
|
112
112
|
* @summary Create Download
|
113
113
|
* @param CreateDownloadAlphaInput
|
114
114
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"createDownloadAlphaInput.js","sourceRoot":"","sources":["../../model/createDownloadAlphaInput.ts"],"names":[],"mappings":";;;AAiBA;IAAA;
|
1
|
+
{"version":3,"file":"createDownloadAlphaInput.js","sourceRoot":"","sources":["../../model/createDownloadAlphaInput.ts"],"names":[],"mappings":";;;AAiBA;IAAA;IAgCA,CAAC;IAHU,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IArBM,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAIlB;QACD;YACI,IAAI,EAAE,cAAc;YACpB,QAAQ,EAAE,cAAc;YACxB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,MAAM;YAChB,IAAI,EAAE,QAAQ;SACjB;KACJ,CAAC;IAKN,+BAAC;CAAA,AAhCD,IAgCC;AAhCY,4DAAwB"}
|
@@ -20,10 +20,6 @@ export class CreateDownloadAlphaInput {
|
|
20
20
|
* The collection\'s unique id.
|
21
21
|
*/
|
22
22
|
'collectionId': string;
|
23
|
-
/**
|
24
|
-
* The Workspace id for the collection.
|
25
|
-
*/
|
26
|
-
'workspaceId': string;
|
27
23
|
/**
|
28
24
|
* The ISO8601 formatted timestamp corresponding to a specific hour and day to retrieve data for. E.g.: 2025-05-07T23:00:00Z Objects are bucketed by hour and a month of data is retained.
|
29
25
|
*/
|
@@ -41,11 +37,6 @@ export class CreateDownloadAlphaInput {
|
|
41
37
|
baseName: 'collectionId',
|
42
38
|
type: 'string',
|
43
39
|
},
|
44
|
-
{
|
45
|
-
name: 'workspaceId',
|
46
|
-
baseName: 'workspaceId',
|
47
|
-
type: 'string',
|
48
|
-
},
|
49
40
|
{
|
50
41
|
name: 'hour',
|
51
42
|
baseName: 'hour',
|