@segment/public-api-sdk-typescript 58.5.0-b11475 → 58.5.0-b11488
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.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"createDownloadAlphaInput.js","sourceRoot":"","sources":["../../model/createDownloadAlphaInput.ts"],"names":[],"mappings":";;;AAiBA;IAAA;IAyCA,CAAC;IAHU,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IA1BM,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,aAAa;YACnB,QAAQ,EAAE,aAAa;YACvB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,
|
1
|
+
{"version":3,"file":"createDownloadAlphaInput.js","sourceRoot":"","sources":["../../model/createDownloadAlphaInput.ts"],"names":[],"mappings":";;;AAiBA;IAAA;IAyCA,CAAC;IAHU,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IA1BM,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,aAAa;YACnB,QAAQ,EAAE,aAAa;YACvB,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,MAAM;YAChB,IAAI,EAAE,QAAQ;SACjB;KACJ,CAAC;IAKN,+BAAC;CAAA,AAzCD,IAyCC;AAzCY,4DAAwB"}
|
@@ -25,9 +25,9 @@ export class CreateDownloadAlphaInput {
|
|
25
25
|
*/
|
26
26
|
'workspaceId': string;
|
27
27
|
/**
|
28
|
-
* The ISO8601 formatted timestamp corresponding to
|
28
|
+
* 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
29
|
*/
|
30
|
-
'
|
30
|
+
'hour': string;
|
31
31
|
|
32
32
|
static discriminator: string | undefined = undefined;
|
33
33
|
|
@@ -47,8 +47,8 @@ export class CreateDownloadAlphaInput {
|
|
47
47
|
type: 'string',
|
48
48
|
},
|
49
49
|
{
|
50
|
-
name: '
|
51
|
-
baseName: '
|
50
|
+
name: 'hour',
|
51
|
+
baseName: 'hour',
|
52
52
|
type: 'string',
|
53
53
|
},
|
54
54
|
];
|