@kl1/contracts 1.0.79 → 1.0.81

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.
@@ -3835,6 +3835,18 @@ export declare const instagramContract: {
3835
3835
  };
3836
3836
  };
3837
3837
  platformId: string;
3838
+ upload: {
3839
+ id: string;
3840
+ createdAt: Date;
3841
+ updatedAt: Date;
3842
+ deletedAt: Date | null;
3843
+ fileName: string;
3844
+ fileKey: string;
3845
+ bucketName: string;
3846
+ fileSize: number;
3847
+ fileUrl: string | null;
3848
+ status?: string | undefined;
3849
+ };
3838
3850
  assignee: {
3839
3851
  id: string;
3840
3852
  address: string | null;
@@ -3885,18 +3897,6 @@ export declare const instagramContract: {
3885
3897
  locale: "" | "th" | "mm" | "en";
3886
3898
  previewUrl: string;
3887
3899
  imageSetId: string;
3888
- upload: {
3889
- id: string;
3890
- createdAt: Date;
3891
- updatedAt: Date;
3892
- deletedAt: Date | null;
3893
- fileName: string;
3894
- fileKey: string;
3895
- bucketName: string;
3896
- fileSize: number;
3897
- fileUrl: string | null;
3898
- status?: string | undefined;
3899
- };
3900
3900
  sender: {
3901
3901
  id: string;
3902
3902
  address: string | null;
@@ -3997,6 +3997,18 @@ export declare const instagramContract: {
3997
3997
  };
3998
3998
  };
3999
3999
  platformId: string;
4000
+ upload: {
4001
+ id: string;
4002
+ createdAt: Date;
4003
+ updatedAt: Date;
4004
+ deletedAt: Date | null;
4005
+ fileName: string;
4006
+ fileKey: string;
4007
+ bucketName: string;
4008
+ fileSize: number;
4009
+ fileUrl: string | null;
4010
+ status?: string | undefined;
4011
+ };
4000
4012
  assignee: {
4001
4013
  id: string;
4002
4014
  address: string | null;
@@ -4047,18 +4059,6 @@ export declare const instagramContract: {
4047
4059
  locale: "" | "th" | "mm" | "en";
4048
4060
  previewUrl: string;
4049
4061
  imageSetId: string;
4050
- upload: {
4051
- id: string;
4052
- createdAt: Date;
4053
- updatedAt: Date;
4054
- deletedAt: Date | null;
4055
- fileName: string;
4056
- fileKey: string;
4057
- bucketName: string;
4058
- fileSize: number;
4059
- fileUrl: string | null;
4060
- status?: string | undefined;
4061
- };
4062
4062
  sender: {
4063
4063
  id: string;
4064
4064
  address: string | null;
@@ -4772,6 +4772,18 @@ export declare const instagramContract: {
4772
4772
  };
4773
4773
  };
4774
4774
  platformId: string;
4775
+ upload: {
4776
+ id: string;
4777
+ createdAt: Date;
4778
+ updatedAt: Date;
4779
+ deletedAt: Date | null;
4780
+ fileName: string;
4781
+ fileKey: string;
4782
+ bucketName: string;
4783
+ fileSize: number;
4784
+ fileUrl: string | null;
4785
+ status?: string | undefined;
4786
+ };
4775
4787
  assignee: {
4776
4788
  id: string;
4777
4789
  address: string | null;
@@ -5135,18 +5147,6 @@ export declare const instagramContract: {
5135
5147
  locale: "" | "th" | "mm" | "en";
5136
5148
  previewUrl: string;
5137
5149
  imageSetId: string;
5138
- upload: {
5139
- id: string;
5140
- createdAt: Date;
5141
- updatedAt: Date;
5142
- deletedAt: Date | null;
5143
- fileName: string;
5144
- fileKey: string;
5145
- bucketName: string;
5146
- fileSize: number;
5147
- fileUrl: string | null;
5148
- status?: string | undefined;
5149
- };
5150
5150
  repliedMessage: {
5151
5151
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
5152
5152
  message: string;
@@ -5201,6 +5201,18 @@ export declare const instagramContract: {
5201
5201
  };
5202
5202
  };
5203
5203
  platformId: string;
5204
+ upload: {
5205
+ id: string;
5206
+ createdAt: Date;
5207
+ updatedAt: Date;
5208
+ deletedAt: Date | null;
5209
+ fileName: string;
5210
+ fileKey: string;
5211
+ bucketName: string;
5212
+ fileSize: number;
5213
+ fileUrl: string | null;
5214
+ status?: string | undefined;
5215
+ };
5204
5216
  assignee: {
5205
5217
  id: string;
5206
5218
  address: string | null;
@@ -5251,18 +5263,6 @@ export declare const instagramContract: {
5251
5263
  locale: "" | "th" | "mm" | "en";
5252
5264
  previewUrl: string;
5253
5265
  imageSetId: string;
5254
- upload: {
5255
- id: string;
5256
- createdAt: Date;
5257
- updatedAt: Date;
5258
- deletedAt: Date | null;
5259
- fileName: string;
5260
- fileKey: string;
5261
- bucketName: string;
5262
- fileSize: number;
5263
- fileUrl: string | null;
5264
- status?: string | undefined;
5265
- };
5266
5266
  sender: {
5267
5267
  id: string;
5268
5268
  address: string | null;
@@ -5410,6 +5410,18 @@ export declare const instagramContract: {
5410
5410
  };
5411
5411
  };
5412
5412
  platformId: string;
5413
+ upload: {
5414
+ id: string;
5415
+ createdAt: Date;
5416
+ updatedAt: Date;
5417
+ deletedAt: Date | null;
5418
+ fileName: string;
5419
+ fileKey: string;
5420
+ bucketName: string;
5421
+ fileSize: number;
5422
+ fileUrl: string | null;
5423
+ status?: string | undefined;
5424
+ };
5413
5425
  assignee: {
5414
5426
  id: string;
5415
5427
  address: string | null;
@@ -5773,18 +5785,6 @@ export declare const instagramContract: {
5773
5785
  locale: "" | "th" | "mm" | "en";
5774
5786
  previewUrl: string;
5775
5787
  imageSetId: string;
5776
- upload: {
5777
- id: string;
5778
- createdAt: Date;
5779
- updatedAt: Date;
5780
- deletedAt: Date | null;
5781
- fileName: string;
5782
- fileKey: string;
5783
- bucketName: string;
5784
- fileSize: number;
5785
- fileUrl: string | null;
5786
- status?: string | undefined;
5787
- };
5788
5788
  repliedMessage: {
5789
5789
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
5790
5790
  message: string;
@@ -5839,6 +5839,18 @@ export declare const instagramContract: {
5839
5839
  };
5840
5840
  };
5841
5841
  platformId: string;
5842
+ upload: {
5843
+ id: string;
5844
+ createdAt: Date;
5845
+ updatedAt: Date;
5846
+ deletedAt: Date | null;
5847
+ fileName: string;
5848
+ fileKey: string;
5849
+ bucketName: string;
5850
+ fileSize: number;
5851
+ fileUrl: string | null;
5852
+ status?: string | undefined;
5853
+ };
5842
5854
  assignee: {
5843
5855
  id: string;
5844
5856
  address: string | null;
@@ -5889,18 +5901,6 @@ export declare const instagramContract: {
5889
5901
  locale: "" | "th" | "mm" | "en";
5890
5902
  previewUrl: string;
5891
5903
  imageSetId: string;
5892
- upload: {
5893
- id: string;
5894
- createdAt: Date;
5895
- updatedAt: Date;
5896
- deletedAt: Date | null;
5897
- fileName: string;
5898
- fileKey: string;
5899
- bucketName: string;
5900
- fileSize: number;
5901
- fileUrl: string | null;
5902
- status?: string | undefined;
5903
- };
5904
5904
  sender: {
5905
5905
  id: string;
5906
5906
  address: string | null;
@@ -6050,6 +6050,18 @@ export declare const instagramContract: {
6050
6050
  };
6051
6051
  };
6052
6052
  platformId: string;
6053
+ upload: {
6054
+ id: string;
6055
+ createdAt: Date;
6056
+ updatedAt: Date;
6057
+ deletedAt: Date | null;
6058
+ fileName: string;
6059
+ fileKey: string;
6060
+ bucketName: string;
6061
+ fileSize: number;
6062
+ fileUrl: string | null;
6063
+ status?: string | undefined;
6064
+ };
6053
6065
  assignee: {
6054
6066
  id: string;
6055
6067
  address: string | null;
@@ -6413,18 +6425,6 @@ export declare const instagramContract: {
6413
6425
  locale: "" | "th" | "mm" | "en";
6414
6426
  previewUrl: string;
6415
6427
  imageSetId: string;
6416
- upload: {
6417
- id: string;
6418
- createdAt: Date;
6419
- updatedAt: Date;
6420
- deletedAt: Date | null;
6421
- fileName: string;
6422
- fileKey: string;
6423
- bucketName: string;
6424
- fileSize: number;
6425
- fileUrl: string | null;
6426
- status?: string | undefined;
6427
- };
6428
6428
  repliedMessage: {
6429
6429
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
6430
6430
  message: string;
@@ -6479,6 +6479,18 @@ export declare const instagramContract: {
6479
6479
  };
6480
6480
  };
6481
6481
  platformId: string;
6482
+ upload: {
6483
+ id: string;
6484
+ createdAt: Date;
6485
+ updatedAt: Date;
6486
+ deletedAt: Date | null;
6487
+ fileName: string;
6488
+ fileKey: string;
6489
+ bucketName: string;
6490
+ fileSize: number;
6491
+ fileUrl: string | null;
6492
+ status?: string | undefined;
6493
+ };
6482
6494
  assignee: {
6483
6495
  id: string;
6484
6496
  address: string | null;
@@ -6529,18 +6541,6 @@ export declare const instagramContract: {
6529
6541
  locale: "" | "th" | "mm" | "en";
6530
6542
  previewUrl: string;
6531
6543
  imageSetId: string;
6532
- upload: {
6533
- id: string;
6534
- createdAt: Date;
6535
- updatedAt: Date;
6536
- deletedAt: Date | null;
6537
- fileName: string;
6538
- fileKey: string;
6539
- bucketName: string;
6540
- fileSize: number;
6541
- fileUrl: string | null;
6542
- status?: string | undefined;
6543
- };
6544
6544
  sender: {
6545
6545
  id: string;
6546
6546
  address: string | null;
@@ -6691,6 +6691,18 @@ export declare const instagramContract: {
6691
6691
  };
6692
6692
  };
6693
6693
  platformId: string;
6694
+ upload: {
6695
+ id: string;
6696
+ createdAt: Date;
6697
+ updatedAt: Date;
6698
+ deletedAt: Date | null;
6699
+ fileName: string;
6700
+ fileKey: string;
6701
+ bucketName: string;
6702
+ fileSize: number;
6703
+ fileUrl: string | null;
6704
+ status?: string | undefined;
6705
+ };
6694
6706
  assignee: {
6695
6707
  id: string;
6696
6708
  address: string | null;
@@ -7054,18 +7066,6 @@ export declare const instagramContract: {
7054
7066
  locale: "" | "th" | "mm" | "en";
7055
7067
  previewUrl: string;
7056
7068
  imageSetId: string;
7057
- upload: {
7058
- id: string;
7059
- createdAt: Date;
7060
- updatedAt: Date;
7061
- deletedAt: Date | null;
7062
- fileName: string;
7063
- fileKey: string;
7064
- bucketName: string;
7065
- fileSize: number;
7066
- fileUrl: string | null;
7067
- status?: string | undefined;
7068
- };
7069
7069
  repliedMessage: {
7070
7070
  type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
7071
7071
  message: string;
@@ -7120,6 +7120,18 @@ export declare const instagramContract: {
7120
7120
  };
7121
7121
  };
7122
7122
  platformId: string;
7123
+ upload: {
7124
+ id: string;
7125
+ createdAt: Date;
7126
+ updatedAt: Date;
7127
+ deletedAt: Date | null;
7128
+ fileName: string;
7129
+ fileKey: string;
7130
+ bucketName: string;
7131
+ fileSize: number;
7132
+ fileUrl: string | null;
7133
+ status?: string | undefined;
7134
+ };
7123
7135
  assignee: {
7124
7136
  id: string;
7125
7137
  address: string | null;
@@ -7170,18 +7182,6 @@ export declare const instagramContract: {
7170
7182
  locale: "" | "th" | "mm" | "en";
7171
7183
  previewUrl: string;
7172
7184
  imageSetId: string;
7173
- upload: {
7174
- id: string;
7175
- createdAt: Date;
7176
- updatedAt: Date;
7177
- deletedAt: Date | null;
7178
- fileName: string;
7179
- fileKey: string;
7180
- bucketName: string;
7181
- fileSize: number;
7182
- fileUrl: string | null;
7183
- status?: string | undefined;
7184
- };
7185
7185
  sender: {
7186
7186
  id: string;
7187
7187
  address: string | null;