@puzzlin/models 3.14.0 → 3.15.1

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.
Files changed (38) hide show
  1. package/dist/apps/platform/assets/inputs/find-assets.input.d.ts +1 -0
  2. package/dist/apps/platform/assets/inputs/find-assets.input.d.ts.map +1 -1
  3. package/dist/apps/platform/assets/inputs/find-assets.input.js +6 -0
  4. package/dist/apps/platform/assets/inputs/find-assets.input.js.map +1 -1
  5. package/dist/apps/platform/conversations/objects/conversation-actor.object.d.ts +0 -2
  6. package/dist/apps/platform/conversations/objects/conversation-actor.object.d.ts.map +1 -1
  7. package/dist/apps/platform/conversations/objects/conversation-actor.object.js +0 -12
  8. package/dist/apps/platform/conversations/objects/conversation-actor.object.js.map +1 -1
  9. package/dist/apps/platform/conversations/objects/conversation.object.d.ts +1 -0
  10. package/dist/apps/platform/conversations/objects/conversation.object.d.ts.map +1 -1
  11. package/dist/apps/platform/conversations/objects/conversation.object.js +7 -0
  12. package/dist/apps/platform/conversations/objects/conversation.object.js.map +1 -1
  13. package/dist/apps/tarot/args/index.d.ts +2 -0
  14. package/dist/apps/tarot/args/index.d.ts.map +1 -0
  15. package/dist/apps/tarot/args/index.js +18 -0
  16. package/dist/apps/tarot/args/index.js.map +1 -0
  17. package/dist/apps/tarot/args/tarot-readings.args.d.ts +6 -0
  18. package/dist/apps/tarot/args/tarot-readings.args.d.ts.map +1 -0
  19. package/dist/apps/tarot/args/tarot-readings.args.js +29 -0
  20. package/dist/apps/tarot/args/tarot-readings.args.js.map +1 -0
  21. package/dist/apps/tarot/connections/index.d.ts +2 -0
  22. package/dist/apps/tarot/connections/index.d.ts.map +1 -0
  23. package/dist/apps/tarot/connections/index.js +18 -0
  24. package/dist/apps/tarot/connections/index.js.map +1 -0
  25. package/dist/apps/tarot/connections/tarot-reading.connection.d.ts +6 -0
  26. package/dist/apps/tarot/connections/tarot-reading.connection.d.ts.map +1 -0
  27. package/dist/apps/tarot/connections/tarot-reading.connection.js +19 -0
  28. package/dist/apps/tarot/connections/tarot-reading.connection.js.map +1 -0
  29. package/dist/apps/tarot/index.d.ts +2 -0
  30. package/dist/apps/tarot/index.d.ts.map +1 -1
  31. package/dist/apps/tarot/index.js +2 -0
  32. package/dist/apps/tarot/index.js.map +1 -1
  33. package/dist/apps/tarot/objects/tarot-reading.object.d.ts +1 -0
  34. package/dist/apps/tarot/objects/tarot-reading.object.d.ts.map +1 -1
  35. package/dist/apps/tarot/objects/tarot-reading.object.js +4 -0
  36. package/dist/apps/tarot/objects/tarot-reading.object.js.map +1 -1
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  import { AssetTagEnum } from '@puzzlin/enums';
2
2
  export declare class FindAssetsInput {
3
+ ownerId?: string;
3
4
  tags?: AssetTagEnum[];
4
5
  }
5
6
  //# sourceMappingURL=find-assets.input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"find-assets.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBACa,eAAe;IAI1B,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC;CACvB"}
1
+ {"version":3,"file":"find-assets.input.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBACa,eAAe;IAI1B,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,IAAI,CAAC,EAAE,YAAY,EAAE,CAAC;CACvB"}
@@ -15,6 +15,12 @@ const enums_1 = require("@puzzlin/enums");
15
15
  let FindAssetsInput = class FindAssetsInput {
16
16
  };
17
17
  exports.FindAssetsInput = FindAssetsInput;
18
+ __decorate([
19
+ (0, graphql_1.Field)(() => graphql_1.ID, {
20
+ nullable: true,
21
+ }),
22
+ __metadata("design:type", String)
23
+ ], FindAssetsInput.prototype, "ownerId", void 0);
18
24
  __decorate([
19
25
  (0, graphql_1.Field)(() => [enums_1.AssetTagEnum], {
20
26
  nullable: true,
@@ -1 +1 @@
1
- {"version":3,"file":"find-assets.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,0CAA8C;AAGvC,IAAM,eAAe,GAArB,MAAM,eAAe;CAK3B,CAAA;AALY,0CAAe;AAI1B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,oBAAY,CAAC,EAAE;QAC3B,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACoB;0BAJX,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAK3B"}
1
+ {"version":3,"file":"find-assets.input.js","sourceRoot":"","sources":["../../../../../src/apps/platform/assets/inputs/find-assets.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,0CAA8C;AAGvC,IAAM,eAAe,GAArB,MAAM,eAAe;CAU3B,CAAA;AAVY,0CAAe;AAI1B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACe;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,oBAAY,CAAC,EAAE;QAC3B,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACoB;0BATX,eAAe;IAD3B,IAAA,mBAAS,GAAE;GACC,eAAe,CAU3B"}
@@ -1,8 +1,6 @@
1
1
  import { ConversationActorKindEnum } from '@puzzlin/enums';
2
2
  export declare class ConversationActor {
3
3
  kind: ConversationActorKindEnum;
4
- agentId?: string;
5
- agentConversationId?: string;
6
4
  agentRunId?: string;
7
5
  userId?: string;
8
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"conversation-actor.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation-actor.object.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAG3D,qBACa,iBAAiB;IAE5B,IAAI,EAAE,yBAAyB,CAAC;IAKhC,OAAO,CAAC,EAAE,MAAM,CAAC;IAKjB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAK7B,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"conversation-actor.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation-actor.object.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAG3D,qBACa,iBAAiB;IAE5B,IAAI,EAAE,yBAAyB,CAAC;IAKhC,UAAU,CAAC,EAAE,MAAM,CAAC;IAKpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -20,18 +20,6 @@ __decorate([
20
20
  (0, graphql_1.Field)(() => enums_1.ConversationActorKindEnum),
21
21
  __metadata("design:type", String)
22
22
  ], ConversationActor.prototype, "kind", void 0);
23
- __decorate([
24
- (0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
25
- nullable: true,
26
- }),
27
- __metadata("design:type", String)
28
- ], ConversationActor.prototype, "agentId", void 0);
29
- __decorate([
30
- (0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
31
- nullable: true,
32
- }),
33
- __metadata("design:type", String)
34
- ], ConversationActor.prototype, "agentConversationId", void 0);
35
23
  __decorate([
36
24
  (0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
37
25
  nullable: true,
@@ -1 +1 @@
1
- {"version":3,"file":"conversation-actor.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation-actor.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AACxD,0CAA2D;AAC3D,qDAAyD;AAGlD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAuB7B,CAAA;AAvBY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAyB,CAAC;;+CACP;AAKhC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACe;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC2B;AAK7B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACkB;AAKpB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACc;4BAtBL,iBAAiB;IAD7B,IAAA,oBAAU,GAAE;GACA,iBAAiB,CAuB7B"}
1
+ {"version":3,"file":"conversation-actor.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation-actor.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AACxD,0CAA2D;AAC3D,qDAAyD;AAGlD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAa7B,CAAA;AAbY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAyB,CAAC;;+CACP;AAKhC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACkB;AAKpB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACc;4BAZL,iBAAiB;IAD7B,IAAA,oBAAU,GAAE;GACA,iBAAiB,CAa7B"}
@@ -4,6 +4,7 @@ import { ConversationItem } from './conversation-item.object';
4
4
  declare const Conversation_base: import("@nestjs/common").Type<Node & Timestamp>;
5
5
  export declare class Conversation extends Conversation_base {
6
6
  items: ConversationItem[];
7
+ openAiId?: string;
7
8
  type: AssetTypeEnum;
8
9
  }
9
10
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"conversation.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;;AAE9D,qBAGa,YAAa,SAAQ,iBAAiC;IAEjE,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAG1B,IAAI,EAAE,aAAa,CAAC;CACrB"}
1
+ {"version":3,"file":"conversation.object.d.ts","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE3C,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;;AAE9D,qBAGa,YAAa,SAAQ,iBAAiC;IAEjE,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAK1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,IAAI,EAAE,aAAa,CAAC;CACrB"}
@@ -13,6 +13,7 @@ exports.Conversation = void 0;
13
13
  const shared_1 = require("../../../../shared");
14
14
  const graphql_1 = require("@nestjs/graphql");
15
15
  const enums_1 = require("@puzzlin/enums");
16
+ const graphql_scalars_1 = require("graphql-scalars");
16
17
  const conversation_item_object_1 = require("./conversation-item.object");
17
18
  let Conversation = class Conversation extends (0, graphql_1.IntersectionType)(shared_1.Node, shared_1.Timestamp) {
18
19
  };
@@ -21,6 +22,12 @@ __decorate([
21
22
  (0, graphql_1.Field)(() => [conversation_item_object_1.ConversationItem]),
22
23
  __metadata("design:type", Array)
23
24
  ], Conversation.prototype, "items", void 0);
25
+ __decorate([
26
+ (0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
27
+ nullable: true,
28
+ }),
29
+ __metadata("design:type", String)
30
+ ], Conversation.prototype, "openAiId", void 0);
24
31
  __decorate([
25
32
  (0, graphql_1.Field)(() => enums_1.AssetTypeEnum),
26
33
  __metadata("design:type", String)
@@ -1 +1 @@
1
- {"version":3,"file":"conversation.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,0CAA+C;AAC/C,yEAA8D;AAKvD,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAMlE,CAAA;AANY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,2CAAgB,CAAC,CAAC;;2CACN;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;0CACP;uBALT,YAAY;IAHxB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,YAAY,CAMxB"}
1
+ {"version":3,"file":"conversation.object.js","sourceRoot":"","sources":["../../../../../src/apps/platform/conversations/objects/conversation.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA2C;AAC3C,6CAAsE;AACtE,0CAA+C;AAC/C,qDAAyD;AACzD,yEAA8D;AAKvD,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,IAAA,0BAAgB,EAAC,aAAI,EAAE,kBAAS,CAAC;CAWlE,CAAA;AAXY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,2CAAgB,CAAC,CAAC;;2CACN;AAK1B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACgB;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;0CACP;uBAVT,YAAY;IAHxB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,aAAI;KACjB,CAAC;GACW,YAAY,CAWxB"}
@@ -0,0 +1,2 @@
1
+ export * from './tarot-readings.args';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/args/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./tarot-readings.args"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/args/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
@@ -0,0 +1,6 @@
1
+ import { FindAssetsInput } from '../../../apps/platform';
2
+ import { PaginationArgs } from '../../../shared';
3
+ export declare class TarotReadingsArgs extends PaginationArgs {
4
+ asset?: FindAssetsInput;
5
+ }
6
+ //# sourceMappingURL=tarot-readings.args.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tarot-readings.args.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/args/tarot-readings.args.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,qBACa,iBAAkB,SAAQ,cAAc;IAKnD,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.TarotReadingsArgs = void 0;
13
+ const platform_1 = require("../../../apps/platform");
14
+ const shared_1 = require("../../../shared");
15
+ const graphql_1 = require("@nestjs/graphql");
16
+ let TarotReadingsArgs = class TarotReadingsArgs extends shared_1.PaginationArgs {
17
+ };
18
+ exports.TarotReadingsArgs = TarotReadingsArgs;
19
+ __decorate([
20
+ (0, graphql_1.Field)(() => platform_1.FindAssetsInput, {
21
+ description: 'Select tarot readings by linked asset fields',
22
+ nullable: true,
23
+ }),
24
+ __metadata("design:type", platform_1.FindAssetsInput)
25
+ ], TarotReadingsArgs.prototype, "asset", void 0);
26
+ exports.TarotReadingsArgs = TarotReadingsArgs = __decorate([
27
+ (0, graphql_1.ArgsType)()
28
+ ], TarotReadingsArgs);
29
+ //# sourceMappingURL=tarot-readings.args.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tarot-readings.args.js","sourceRoot":"","sources":["../../../../src/apps/tarot/args/tarot-readings.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAAkD;AAClD,qCAA0C;AAC1C,6CAAkD;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,uBAAc;CAMpD,CAAA;AANY,8CAAiB;AAK5B;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,0BAAe,EAAE;QAC5B,WAAW,EAAE,8CAA8C;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;8BACM,0BAAe;gDAAC;4BALb,iBAAiB;IAD7B,IAAA,kBAAQ,GAAE;GACE,iBAAiB,CAM7B"}
@@ -0,0 +1,2 @@
1
+ export * from './tarot-reading.connection';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./tarot-reading.connection"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
@@ -0,0 +1,6 @@
1
+ import { TarotReading } from '../objects';
2
+ declare const TarotReadingConnection_base: import("@nestjs/common").Type<import("../../../shared").IConnectionType<TarotReading>>;
3
+ export declare class TarotReadingConnection extends TarotReadingConnection_base {
4
+ }
5
+ export {};
6
+ //# sourceMappingURL=tarot-reading.connection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tarot-reading.connection.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/tarot-reading.connection.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;;AAE1C,qBACa,sBAAuB,SAAQ,2BAAwB;CAAG"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.TarotReadingConnection = void 0;
10
+ const shared_1 = require("../../../shared");
11
+ const graphql_1 = require("@nestjs/graphql");
12
+ const objects_1 = require("../objects");
13
+ let TarotReadingConnection = class TarotReadingConnection extends (0, shared_1.Connection)(objects_1.TarotReading) {
14
+ };
15
+ exports.TarotReadingConnection = TarotReadingConnection;
16
+ exports.TarotReadingConnection = TarotReadingConnection = __decorate([
17
+ (0, graphql_1.ObjectType)()
18
+ ], TarotReadingConnection);
19
+ //# sourceMappingURL=tarot-reading.connection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tarot-reading.connection.js","sourceRoot":"","sources":["../../../../src/apps/tarot/connections/tarot-reading.connection.ts"],"names":[],"mappings":";;;;;;;;;AAAA,qCAAsC;AACtC,6CAA6C;AAC7C,wCAA0C;AAGnC,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,IAAA,mBAAU,EAAC,sBAAY,CAAC;CAAG,CAAA;AAA1D,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,oBAAU,GAAE;GACA,sBAAsB,CAAoC"}
@@ -1,3 +1,5 @@
1
+ export * from './args';
2
+ export * from './connections';
1
3
  export * from './inputs';
2
4
  export * from './objects';
3
5
  export * from './payloads';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
@@ -14,6 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./args"), exports);
18
+ __exportStar(require("./connections"), exports);
17
19
  __exportStar(require("./inputs"), exports);
18
20
  __exportStar(require("./objects"), exports);
19
21
  __exportStar(require("./payloads"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B;AAC1B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/apps/tarot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,gDAA8B;AAC9B,2CAAyB;AACzB,4CAA0B;AAC1B,6CAA2B"}
@@ -4,6 +4,7 @@ import { TarotReadingStateEnum } from '@puzzlin/enums';
4
4
  import { TarotSpread } from './tarot-spread.object';
5
5
  declare const TarotReading_base: import("@nestjs/common").Type<AssetBackedNode & Timestamp>;
6
6
  export declare class TarotReading extends TarotReading_base {
7
+ agent: string;
7
8
  conversation: Conversation;
8
9
  seed: string;
9
10
  spread?: TarotSpread;
@@ -1 +1 @@
1
- {"version":3,"file":"tarot-reading.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-reading.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;;AAEpD,qBAGa,YAAa,SAAQ,iBAA4C;IAE5E,YAAY,EAAE,YAAY,CAAC;IAG3B,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,CAAC,EAAE,WAAW,CAAC;IAGrB,KAAK,EAAE,qBAAqB,CAAC;CAC9B"}
1
+ {"version":3,"file":"tarot-reading.object.d.ts","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-reading.object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;;AAEpD,qBAGa,YAAa,SAAQ,iBAA4C;IAE5E,KAAK,EAAE,MAAM,CAAC;IAGd,YAAY,EAAE,YAAY,CAAC;IAG3B,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,CAAC,EAAE,WAAW,CAAC;IAGrB,KAAK,EAAE,qBAAqB,CAAC;CAC9B"}
@@ -19,6 +19,10 @@ const tarot_spread_object_1 = require("./tarot-spread.object");
19
19
  let TarotReading = class TarotReading extends (0, graphql_1.IntersectionType)(platform_1.AssetBackedNode, shared_1.Timestamp) {
20
20
  };
21
21
  exports.TarotReading = TarotReading;
22
+ __decorate([
23
+ (0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
24
+ __metadata("design:type", String)
25
+ ], TarotReading.prototype, "agent", void 0);
22
26
  __decorate([
23
27
  (0, graphql_1.Field)(() => platform_1.Conversation),
24
28
  __metadata("design:type", platform_1.Conversation)
@@ -1 +1 @@
1
- {"version":3,"file":"tarot-reading.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-reading.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAAgE;AAChE,qCAAqC;AACrC,6CAAsE;AACtE,0CAAuD;AACvD,qDAAyD;AACzD,+DAAoD;AAK7C,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,IAAA,0BAAgB,EAAC,0BAAe,EAAE,kBAAS,CAAC;CAc7E,CAAA;AAdY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAY,CAAC;8BACZ,uBAAY;kDAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;0CACvB;AAKb;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE;QACxB,QAAQ,EAAE,IAAI;KACf,CAAC;8BACO,iCAAW;4CAAC;AAGrB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAqB,CAAC;;2CACN;uBAblB,YAAY;IAHxB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,0BAAe;KAC5B,CAAC;GACW,YAAY,CAcxB"}
1
+ {"version":3,"file":"tarot-reading.object.js","sourceRoot":"","sources":["../../../../src/apps/tarot/objects/tarot-reading.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAAgE;AAChE,qCAAqC;AACrC,6CAAsE;AACtE,0CAAuD;AACvD,qDAAyD;AACzD,+DAAoD;AAK7C,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,IAAA,0BAAgB,EAAC,0BAAe,EAAE,kBAAS,CAAC;CAiB7E,CAAA;AAjBY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;2CACtB;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAY,CAAC;8BACZ,uBAAY;kDAAC;AAG3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;0CACvB;AAKb;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iCAAW,EAAE;QACxB,QAAQ,EAAE,IAAI;KACf,CAAC;8BACO,iCAAW;4CAAC;AAGrB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAqB,CAAC;;2CACN;uBAhBlB,YAAY;IAHxB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,0BAAe;KAC5B,CAAC;GACW,YAAY,CAiBxB"}