@segment/public-api-sdk-typescript 36.3.0-b7731 → 36.3.0-b7751

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,6 +1,7 @@
1
1
  import { Source1 } from './source1';
2
2
  export declare class GetSourceAlphaOutput {
3
3
  'source': Source1;
4
+ 'trackingPlanId': string | null;
4
5
  static discriminator: string | undefined;
5
6
  static attributeTypeMap: Array<{
6
7
  name: string;
@@ -14,6 +14,11 @@ var GetSourceAlphaOutput = (function () {
14
14
  baseName: 'source',
15
15
  type: 'Source1',
16
16
  },
17
+ {
18
+ name: 'trackingPlanId',
19
+ baseName: 'trackingPlanId',
20
+ type: 'string',
21
+ },
17
22
  ];
18
23
  return GetSourceAlphaOutput;
19
24
  }());
@@ -1 +1 @@
1
- {"version":3,"file":"getSourceAlphaOutput.js","sourceRoot":"","sources":["../../model/getSourceAlphaOutput.ts"],"names":[],"mappings":";;;AAkBA;IAAA;IAoBA,CAAC;IAHU,wCAAmB,GAA1B;QACI,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;IAhBM,kCAAa,GAAuB,SAAS,CAAC;IAE9C,qCAAgB,GAIlB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,SAAS;SAClB;KACJ,CAAC;IAKN,2BAAC;CAAA,AApBD,IAoBC;AApBY,oDAAoB"}
1
+ {"version":3,"file":"getSourceAlphaOutput.js","sourceRoot":"","sources":["../../model/getSourceAlphaOutput.ts"],"names":[],"mappings":";;;AAkBA;IAAA;IA6BA,CAAC;IAHU,wCAAmB,GAA1B;QACI,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;IArBM,kCAAa,GAAuB,SAAS,CAAC;IAE9C,qCAAgB,GAIlB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,SAAS;SAClB;QACD;YACI,IAAI,EAAE,gBAAgB;YACtB,QAAQ,EAAE,gBAAgB;YAC1B,IAAI,EAAE,QAAQ;SACjB;KACJ,CAAC;IAKN,2BAAC;CAAA,AA7BD,IA6BC;AA7BY,oDAAoB"}
@@ -18,6 +18,10 @@ import { Source1 } from './source1';
18
18
  */
19
19
  export class GetSourceAlphaOutput {
20
20
  'source': Source1;
21
+ /**
22
+ * The id of the Tracking Plan connected to the Source.
23
+ */
24
+ 'trackingPlanId': string | null;
21
25
 
22
26
  static discriminator: string | undefined = undefined;
23
27
 
@@ -31,6 +35,11 @@ export class GetSourceAlphaOutput {
31
35
  baseName: 'source',
32
36
  type: 'Source1',
33
37
  },
38
+ {
39
+ name: 'trackingPlanId',
40
+ baseName: 'trackingPlanId',
41
+ type: 'string',
42
+ },
34
43
  ];
35
44
 
36
45
  static getAttributeTypeMap() {
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^8.3.2",
19
19
  "request": "^2.88.2"
20
20
  },
21
- "version": "36.3.0-b7731",
21
+ "version": "36.3.0-b7751",
22
22
  "devDependencies": {
23
23
  "@types/bluebird": "^3.5.33",
24
24
  "@types/jest": "^29",